
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 87 (100.0%) | 7721 (100.0%) | 88.7 |
| naucoin | 84 (96.6%) | 7712 (99.9%) | 91.8 |
| barre | 2 (2.3%) | 9 (0.1%) | 4.5 |
| jcfr | 1 (1.1%) | 0 (0.0%) | 0.0 |
ENH: Update CMakeLists.txt - CMake 2.6 is now required
The following line have been added:
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(COMMAND CMAKE_POLICY)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
0 lines of code changed in 1 file:
ENH: add in the second point colour as support for it is present on the vtk head
0 lines of code changed in 2 files:
ENH: multicam multiview, try something different
4 lines of code changed in 1 file:
ENH: support for new cameras and new views. Port from Slicer 3.4 branch. As mentioned on the mailing list, apologies for instabilities while these core changes are further tested. Fiducials do not seem to follow camera for example, this will be fixed. Send bugs to sebastien.barre@kitware.com; Thank you.
5 lines of code changed in 1 file:
BUG: fool the angle widget into thinking that all three points have been defined. Otherwise the user has to click three times to see the handles
19 lines of code changed in 1 file:
BUG: don't show hidden nodes or linear transform nodes in the selector
5 lines of code changed in 1 file:
STYLE: update the tool tip to give string formatting tips
1 lines of code changed in 1 file:
STYLE: expand on the tool tip for string formatting
5 lines of code changed in 1 file:
ENH: shifting around the gui elements a bit
35 lines of code changed in 2 files:
ENH: Adding a node and widget for angles. TODO: figure out why need to click 3 times to set down the 3 handles still
3451 lines of code changed in 9 files:
STYLE: fixed help string
3 lines of code changed in 1 file:
STYLE: cleaning up the frames a little
11 lines of code changed in 2 files:
ENH: adding code for when can change the distance annotation text colour on the VTK level, change colour button not packed
83 lines of code changed in 4 files:
BUG: fixed how was watching for and processing events, took out unused vars and methods
57 lines of code changed in 2 files:
ENH: allow constraining ruler end points to slice planes
86 lines of code changed in 1 file:
STYLE: update the help text
1 lines of code changed in 1 file:
ENH: allow child classes for constraining ruler ends, so can put them on fibre bundles
4 lines of code changed in 1 file:
ENH: all rulers visible/invisible. Fixed responding to transform modified and modified events if not the active node
0 lines of code changed in 2 files:
ENH: make the ruler node transformable and respond to transform modified events by updating the widget in 3d.
0 lines of code changed in 5 files:
COMP: took out duplicate include
0 lines of code changed in 1 file:
BUG: update the GUI with the model nodes constraining the ruler ends as defined in the ruler node.
0 lines of code changed in 1 file:
BUG: check to make sure that there's a prop associated with this model (prevent crash on scene load). TODO: get the constraint updated once the scene is loaded
0 lines of code changed in 1 file:
BUG: just remove observers, gets rid of crash on exit. Removed compiler warnings
0 lines of code changed in 1 file:
ENH: show multiple ruler widgets at the same time in the 3d view. Seems to work on scene open and close.
0 lines of code changed in 3 files:
BUG: clean up pointers better in destructor, making sure that when call Delete the 3d view is emptied
0 lines of code changed in 1 file:
ENH: move all the vtk widget classes into a separate class so that can encapsulate the variables needed to display more than one ruler in the scene at once
171 lines of code changed in 5 files:
COMP: take out include of point placer, it's in the ruler widget now
0 lines of code changed in 2 files:
BUG: fixing typo, print out correct model id
0 lines of code changed in 1 file:
BUG: include the windows header
0 lines of code changed in 1 file:
BUG: fix export for windows
0 lines of code changed in 1 file:
ENH: first pass at making a ruler node, save to scene and undo work. Next step: make more than one 3d widget. Split out the ruler into it's own widget as well.
2869 lines of code changed in 9 files:
BUG: fixing a memory leak, forgot to move the Transform vars outside the vtk version check
1 lines of code changed in 1 file:
BUG: set the ruler text scale so that it doesn't change as the line length changes. Removed compiler warning. Changed default location of the ruler so it shows up better when in default 3d view
13 lines of code changed in 1 file:
ENH: the affine widget works under 5.2
0 lines of code changed in 2 files:
ENH: adding affine widget, works with vtk 5.4
0 lines of code changed in 2 files:
COMP: tcl wrapping ignores the ifdef
0 lines of code changed in 1 file:
ENH: moved to a 3d line representation for the ruler, got it linked to models, still some debugging to do
0 lines of code changed in 2 files:
STYLE: var name changes, adding frames. Still working on getting the ruler attached to a model
0 lines of code changed in 2 files:
BUG: make the angle text readable with a scale of 10
0 lines of code changed in 1 file:
ENH: first pass at VTK5.4 Measurements module, with ifdefs to compile with 5.2
897 lines of code changed in 9 files: