16
I Use This!
Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 15 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH: Making `handle_children_state` much more efficient by making a copy of the list of children, adding/deleting elements to that and then finally setting the children. This prevents unnecessary trait handler calls each time we add a child. This should speed up loading a visualization. Updated the generic_module and collection as well. More... almost 16 years ago
NEW: Adding `Contour` and `CutPlane` filters with tests. More... almost 16 years ago
BUG: No need to define the name trait since it is already defined in `Base`. More... almost 16 years ago
BUG: If a subclass defined the filter/filters/components in a traits default initialized the filter_changed handler would never be called leading to trouble. More... almost 16 years ago
ENH: Adding a simple view for the Cutter component. More... almost 16 years ago
BUG: Changing the name to include stopped is too error prone and not very useful, removing this. More... almost 16 years ago
DOC: Adding a thanks file to document contributions. More... almost 16 years ago
ENH: Reimplementing the Hide/Show functionality using a `visible` trait on each object. More... almost 16 years ago
TEST: Adding new test images so all tests pass. More... almost 16 years ago
ENH: Added a @test decorator to make it trivial to create a test case using a typical mayavi script. More... almost 16 years ago
ENH: The GenericModule can now be persisted and this is tested. More... almost 16 years ago
BUG: Was not doing the right thing when the filters were created by a subclass in its setup_pipeline method. Now, these cases are correctly handled. More... almost 16 years ago
ENH: The new `Wrapper`, `Optional` and `Collection` filters are now picklable and this is tested. More... almost 16 years ago
CLEAN: Removed repeated imports. More... almost 16 years ago
NEW: Adding a `GenericModule` that lets you easily create quite complex modules with a minimum fuss. Also checked in is a test case that shows how you can create the `ScalarCutPlane` module with about 30 lines of code instead of the current 300. Note that persistence is not supported yet but will be added soon. More... almost 16 years ago
BUG: The wrapper filter was not doing the right thing when the wrapped filter emitted a pipeline_changed event. More... almost 16 years ago
BUG: For some strange reason the static listener of the form _data_changed_for_filter was not as reliable as manually setting up listeners -- this happened for the (as of now un-checked in generic module). More... almost 16 years ago
DOC: Reorganizing the TODO list. More... almost 16 years ago
NEW: Adding very useful `Wrapper`, `Optional` and `Collection` filters which let us wrap either individual filters or components allowing us a great amount of reuse. Unfortunately, these filters cannot be persisted cleanly by themselves due to the broken nature of our current persistence framework. Also checking in a simple test case these. More... almost 16 years ago
BUG: Some builds of VTK don't like the set_range(x, y) call and expect a tuple. Working around this. More... almost 16 years ago
BUG: Was not calling super class method on scene changed. More... almost 16 years ago
NEW: A simple example to show how to produce contours on an iso-surface. More... almost 16 years ago
BUG: Needed to fix after the changes to the engine lifecycle. More... almost 16 years ago
NEW: Simple script to run all tests. More... almost 16 years ago
TEST/ENH: The PLOT3D reader is now tested. Also modified the reader so it doesn't always pop up a UI -- you can specify configure=False to disable it on initialize, plus cut/pasting it or copying it will not pop up the UI. More... almost 16 years ago
NEW: Adding very small files that help test the PLOT3D reader and its multiblock functionality along with a FORTRAN source to generate the files. Many thanks to Francesco Poli for these! More... almost 16 years ago
BUG: The closing a hidden scene editor would cause a crash. Overridden the destroy_control method to shut down the scene cleanly. This fixes the bug. Also added a simple test for this. More... almost 16 years ago
BUG: Script's new_engine was not returning the newly created scene. More... almost 16 years ago
ENH: Adding a menu item to easily execute Python scripts and thus mayavi scripts. More... almost 16 years ago
DOC: Updating changes. More... almost 16 years ago