[root]/Packages/Teem/nets/PowerApps
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 18 (100.0%) | 4991 (100.0%) | 277.2 |
callahan | 7 (38.9%) | 3528 (70.7%) | 504.0 |
mjc | 2 (11.1%) | 1079 (21.6%) | 539.5 |
mdavis | 3 (16.7%) | 307 (6.2%) | 102.3 |
darbyb | 6 (33.3%) | 77 (1.5%) | 12.8 |
Use ColorMap2 instead of Colormap2 for consistency.
1 lines of code changed in 2 files:
Instead of destroying powerapp panes, just withdraw them so the user can easily get them back. I added methods to the base class to be able to withdraw/restore them and added a menu option to Restore Panes (also Control-R). In each powerapp, I specified the WM_DELETE_WINDOW protocol for the panes. (sync with branch)
8 lines of code changed in 3 files:
Verify Bug 2549 is fixed and fix parameter given to configure_readers method since name has been changed to Generic (not Nrrd).
1 lines of code changed in 1 file:
Fix typo in scrolling left pane
4 lines of code changed in 1 file:
Make viewer frame resize when shrinking/enlarging powerapp by packing it last.
68 lines of code changed in 2 files:
Rearrange net to allow resampling of 4D data. Turn on loop mode in Time playback by default.
14 lines of code changed in 1 file:
Add features to make BioImage capbable of rendering 4D (Time-dependent 3D) volumes.
Added a 'Time' tab in the right hand pane, provides VCR controls to step and play thorough time steps.
Added a 'Clipping Planes' button to the 'Planes' tab to open clipping planes for the 3d Viewer.
Added BIOIMAGE_FILENAME environment variable. If set, the default filename is not $SCIRUN_DATA/volume/tooth.nhdr, but $BIOIMAGE_FILENAME instead.
Disabled MIP planes calculations in the 3D view for now until a faster method for time dependent data is programmed. This was the main slowdown for Viewslices and changing time in a volume.
Added feature to UnuAxinsert that will default to the last axis if a non-numeric value is used. This is used to insert a stub axis into 3D data to make it one a timestep long 4D volume.
Re-layout the underlying BioImage network.
Add ok_box, okcancel_box methods to BioImage to consolidate some code.
Cleanup BioImage::update_progress a bit by using completed and juststarted conditionals.
Cleanup BioIMage::update_orientations to use much less code for error checking of orientation parameters.
Added 3 connected NrrdSelectTime modules to select Nrrd value, Gradient Normals, and Gradient Magnitudes via VCR controls in BioImage.
Added logic to convert 3D nrrd into 4D nrrd for consistent code in volume rendering portion of BioImage network.
Factored code in NrrdSelectTime.tcl ui method code into create_ui method. Used to create VCR controls in BioImage's Time pane without duplicating code.
Added 'proc txt' method to NetworkEditor.tcl. Takes variable number of arguments and returns them with newline characters inserted between arguments. Useful for pretty code ( <80 columns) when writing dialog boxes and error messages that span multiple lines.
289 lines of code changed in 1 file:
Make min 'Window Width' be 1 instead of 0, 0 is an invalid UnuJhisto width (from branch)
3 lines of code changed in 1 file:
Merge v1_24_1_release into trunk
1137 lines of code changed in 2 files:
checkpoint merge from branch for bux fixes
1079 lines of code changed in 2 files:
Merge v1_24_0_release
2387 lines of code changed in 2 files: