coriolis/hurricane/src/viewer
Jean-Paul Chaput d34d95fc68 Remove Py_Finalize() call.
* Change: In Hurricane, in Script.cpp, remove the call to Py_Finalize()
    as it do not completly clear the Python interpreter, causing in
    Chams disgraceful warning about a double initialization.
      Not calling this clearing function do not seems to cause problems
    do far (maybe memory leak...).
2015-04-04 17:21:37 +02:00
..
hurricane/viewer Added new CMake macro add_python_module() and some cleanup. 2015-03-22 19:12:45 +01:00
images * ./hurricane/src/viewer: 2010-08-26 22:01:12 +00:00
obsoletes * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
AreaCommand.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
BreakpointWidget.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
CMakeLists.txt Added new CMake macro add_python_module() and some cleanup. 2015-03-22 19:12:45 +01:00
CellImage.cpp * All Tools: 2012-11-16 12:48:38 +00:00
CellPrinter.cpp * All Tools: 2012-11-16 12:48:38 +00:00
CellViewer.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
CellViewer.qrc * ./hurricane/src/viewer: 2010-08-26 22:01:12 +00:00
CellWidget.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
ColorScale.cpp * ./hurricane/src/hurricane: 2010-12-30 18:38:43 +00:00
Command.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
ControllerWidget.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
DisplayFilterWidget.cpp Correct argument of dbuModeChanged and changeDbuMode consistently (to unigned int) 2010-05-17 16:37:14 +00:00
DisplayStyle.cpp * All Tools: 2012-11-16 12:48:38 +00:00
DynamicLabel.cpp Small update of DynamicLabel for Isis. 2012-12-31 11:52:42 +00:00
ExceptionWidget.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
GotoWidget.cpp * All Tools: 2012-11-16 12:48:38 +00:00
Graphics.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
GraphicsWidget.cpp Small update of DynamicLabel for Isis. 2012-12-31 11:52:42 +00:00
HApplication.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
HierarchyCommand.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
InspectorWidget.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
MousePositionWidget.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
MoveCommand.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
NetInformations.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
NetlistModel.cpp * ./hurricane/src/hurricane: 2010-12-30 18:38:43 +00:00
NetlistWidget.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
PaletteExtensionGoItem.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
PaletteItem.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
PaletteLayerItem.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
PaletteNamedItem.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
PaletteWidget.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
PyCellViewer.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
PyDisplayStyle.cpp Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
PyDrawingGroup.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
PyDrawingStyle.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
PyGraphics.cpp Compliance with g++ 4.8.1, support for devtoolset-2 2014-03-15 10:47:37 +01:00
PyHApplication.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
PyHSVr.cpp * All Tools: 2012-11-16 12:48:38 +00:00
PyViewer.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
RecordModel.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
Ruler.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
RulerCommand.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
ScreenUtilities.cpp Bug in Python proxy deallocation. Update to latest Coloquinte. 2015-02-13 23:38:55 +01:00
Script.cpp Remove Py_Finalize() call. 2015-04-04 17:21:37 +02:00
ScriptWidget.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
SelectCommand.cpp Compliance with g++ 4.8.1, support for devtoolset-2 2014-03-15 10:47:37 +01:00
SelectionModel.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
SelectionPopup.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
SelectionPopupModel.cpp * ./hurricane/src/viewer: 2010-03-26 18:01:41 +00:00
SelectionWidget.cpp * ./hurricane/src/hurricane: 2010-12-04 15:22:54 +00:00
Selector.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
SelectorCriterion.cpp * ./hurricane/src/hurricane: 2010-12-04 15:22:54 +00:00
StratusScript.cpp * ./hurricane/src/viewer: 2013-04-21 15:35:44 +00:00
StratusWidget.cpp * ./hurricane/src/viewer: 2013-04-21 15:35:44 +00:00
ZoomCommand.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00