Posted
almost 10 years
ago
by
naucoin
BUG: remove storable added after scene view message
Testing showed that this was confusing, remove the observation
on node added events from the capture toolbar as well as the
pop up message. Leaves the popup timeout flag for future messages.
TODO: move the test to on scene view about to be restored.
Issue #3956
|
Posted
almost 10 years
ago
by
naucoin
STYLE: add blank lines to warning message
Make the message more readable by adding white space.
Issue #3956
|
Posted
almost 10 years
ago
by
naucoin
BUG: only time out extra storable message during testing
The pop up window that gives the user feedback about how
not to lose new storable data after creating a scene view
was timing out before some testers could finish reading
and understanding the
|
Posted
almost 10 years
ago
by
naucoin
BUG: after MRB save, reset storables to modified
When saving files into an MRB, the storable nodes are
marked as not modified since the last save. This is a problem
when new data was generated (for example via model maker) and
the new files were
|
Posted
almost 10 years
ago
by
naucoin
BUG: update file list members, scene vars, update test
Update the MRB save/restore test to use the slicer util delayDisplay method,
as well as not counting file paths that point to the deleted bundle
expansion directory.
In scene view nodes make
|
Posted
almost 10 years
ago
by
naucoin
BUG: Add a test that checks file paths after MRML and MRB save/load
Add a test that checks the paths in the scene with saving to mrml (have to force
a write of a sample data node since the saveScene call only writes out the MRML file,
no storage
|
Posted
almost 10 years
ago
by
naucoin
BUG: remove node SceneRootDir, use RootDirectory on MRML scene
The node ivar scene root directory wasn't staying updated when the root directory was changing on the scene. Updated the code to refer to the scene for the root directory.
One important
|
Posted
almost 10 years
ago
by
naucoin
BUG: redo observations for volume loading with mini scene
Found during stress testing MRBs with file paths, the final
correct set of nodes used to load the volume need the storage and
display node observations reset after moving from the mini scene
|
Posted
almost 10 years
ago
by
naucoin
BUG: fix moving volume nodes from test to main scene
In testing the Reporting extension, a bug was found where error messages were
being printed and the volume node had it's IJK to RAS matrix reset to identity.
Removing the nodes from the test scene
|
Posted
almost 10 years
ago
by
naucoin
ENH: stress test saving and restoring MRBs, util methods added
Add a test to save and restore MRBs in a loop, fixing the bug note in the
save restore test as well.
Clean up the testing of saving and loading MRBs by exposing the core io
manager
|