[root]/Base/GUI/Python
util
(3 files, 165 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 99 (100.0%) | 17707 (100.0%) | 178.8 |
| pieper | 28 (28.3%) | 11499 (64.9%) | 410.6 |
| blezek | 28 (28.3%) | 5090 (28.7%) | 181.7 |
| demian | 18 (18.2%) | 660 (3.7%) | 36.6 |
| lantiga | 17 (17.2%) | 341 (1.9%) | 20.0 |
| barre | 5 (5.1%) | 113 (0.6%) | 22.6 |
| millerjv | 1 (1.0%) | 4 (0.0%) | 4.0 |
| jcfr | 1 (1.0%) | 0 (0.0%) | 0.0 |
| hjohnson | 1 (1.0%) | 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:
COMP: fix compile warning
1 lines of code changed in 1 file:
BUG: fix slicer wrapper for python scripted module and ENH: add exit method to slicer object
5 lines of code changed in 2 files:
BUG: update for correct dictionary key to indicate that an argument is actually a wrapped slicer object
1 lines of code changed in 1 file:
ENH: maintain slicer.MRML dict on every tab. also code cleanups
4 lines of code changed in 2 files:
ENH: match mrml node names in addition to ids
15 lines of code changed in 1 file:
COMP: With the conversion to CMake version 2.6, the variables CMAKE_RUNTIME_OUTPUT_DIRECTORY CMAKE_LIBRARY_OUTPUT_DIRECTORY CMAKE_ARCHIVE_OUTPUT_DIRECTORY should be used instead of EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH.
0 lines of code changed in 1 file:
BUG: Fixed a compatibility issue with ipython 0.10, that had some weird references
0 lines of code changed in 1 file:
BUG: fix missing variable in non-ipython fallback case
1 lines of code changed in 1 file:
ENH: Handling of an unique pyhon interactor window
21 lines of code changed in 1 file:
BUG: Plugin class now supports non vtkMRMLNode type parameters, without type validation
0 lines of code changed in 1 file:
BUG: clarify license
0 lines of code changed in 1 file:
COMP: fix order of variable resolution and use
0 lines of code changed in 1 file:
ENH: expose the imported module for access inside module if needed
0 lines of code changed in 1 file:
ENH: add teem python bindings
6313 lines of code changed in 1 file:
ENH: explicitly print error info on exception
0 lines of code changed in 1 file:
ENH: Python console environment is gathered from the TCL environment array env
1 lines of code changed in 1 file:
COMP: avoid warnings when building python (avoid mismatch betweent the way Python defines _LARGEFILE_SOURCE compared to the way kwsys defines it
7 lines of code changed in 2 files:
BUG: In order to call CommandLineModules keyword parameters need to be addressed by label when using SetParameterAs{String,Double,etc}
6 lines of code changed in 1 file:
BUG: COMP: fix missing _socket library on windows python build that prevented numpy from loading
5112 lines of code changed in 1 file:
STYLE: DOC: include example for downloading and installing
7 lines of code changed in 1 file:
BUG: fixes to python internals to support scripted wizards
2 lines of code changed in 1 file:
BUG: first pass of python and numpy builds from source (fixes but that they weren't building before). Still turned off by default until more testing is done
4 lines of code changed in 1 file:
ENH: IPython Console: Home key goes to the begining of the line, after the prompt
1 lines of code changed in 1 file:
ENH: IPython autocompletion for node IDs in the active MRML tree
29 lines of code changed in 1 file:
BUG: Text insertion at the beggining of the line bug corrected
2 lines of code changed in 1 file:
ENH: Adding limited autocompletion when readline is not available
44 lines of code changed in 1 file:
ENH: Removed some debugging output
1 lines of code changed in 1 file:
BUG: Fixed hitory navigation problems when the recalled command is a multi-line one
1 lines of code changed in 1 file:
BUG: History navigation now works better. There still are some problems when the recalled command is a multi-line one
30 lines of code changed in 1 file:
ENH: IPython console when IPython's available
439 lines of code changed in 2 files:
COMP: use quotes rather than angle brackets to avoid picking up system-installed python code and STYLE: fix type cast warning
0 lines of code changed in 1 file:
STYLE: remove unneeded debug print
0 lines of code changed in 1 file:
ENH: AddObserver now accepts both event ids and even names as event descriptors. This allows to add observers for events not listed in vtkCommand.
0 lines of code changed in 2 files:
BUG: fixed calling SharedObject modules programmatically from the Python Slicer.Plugin class by adding lazy evaluation of module target
0 lines of code changed in 1 file:
ENH: completed fixing Plugin invocation for all plugin types
0 lines of code changed in 1 file:
ENH: fixing Plugin invocation class when calling Python plugins
0 lines of code changed in 1 file:
ENH: get event type from string
1 lines of code changed in 1 file:
ENH: adding support for Python observers
187 lines of code changed in 2 files:
COMP: patches for Solaris from Attila Nagy (thanks, Attila\!)
0 lines of code changed in 1 file:
(31 more)