coriolis/hurricane/src/viewer
Jean-Paul Chaput 9e3f9e4082 Simplificate and generalize the way to pass arguments to Python scrips.
* New: In Isobar::Script, scripts arguments are now passed through a
    "keywords" argument (Python: **kw), that is a dictionnary.
    To add *any* Python object to that dictionnary, uses the new
    method Script::addKwArgument(const char* key, PyObject*).
      The "cell" and "editor" variables are now passed that way.
    This means that, for the editor, the old way of inserting
    a symbol in the module global dictionary is no longer used
    and the Python scripts must be modificateds.
* New: In Hurricane::PyCellViewer, create the Python link function
    for translation from Hurricane to Python.
* New: In Unicorn, modifications for the new argument passing for
    the Python scripts.
2014-07-05 15:49:32 +02:00
..
hurricane/viewer Simplificate and generalize the way to pass arguments to Python scrips. 2014-07-05 15:49:32 +02: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 Update to Qt 5, requires cmake 2.8.9. New placer: Etesian. 2014-03-22 11:50:36 +01:00
BreakpointWidget.cpp Improved UpdateSession & exception catching. Start of RoutingGauge implem. 2014-04-20 19:30:07 +02:00
CMakeLists.txt Simplificate and generalize the way to pass arguments to Python scrips. 2014-07-05 15:49:32 +02: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 Simplificate and generalize the way to pass arguments to Python scrips. 2014-07-05 15:49:32 +02:00
CellViewer.qrc * ./hurricane/src/viewer: 2010-08-26 22:01:12 +00:00
CellWidget.cpp Improved UpdateSession & exception catching. Start of RoutingGauge implem. 2014-04-20 19:30:07 +02: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 Improved UpdateSession & exception catching. Start of RoutingGauge implem. 2014-04-20 19:30:07 +02: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 Improved UpdateSession & exception catching. Start of RoutingGauge implem. 2014-04-20 19:30:07 +02:00
GotoWidget.cpp * All Tools: 2012-11-16 12:48:38 +00:00
Graphics.cpp Improved UpdateSession & exception catching. Start of RoutingGauge implem. 2014-04-20 19:30:07 +02:00
GraphicsWidget.cpp Small update of DynamicLabel for Isis. 2012-12-31 11:52:42 +00:00
HApplication.cpp Update to Qt 5, requires cmake 2.8.9. New placer: Etesian. 2014-03-22 11:50:36 +01:00
HierarchyCommand.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
InspectorWidget.cpp Qt5 porting, cleanup & Tidy. 2014-03-26 14:47:17 +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 Improved UpdateSession & exception catching. Start of RoutingGauge implem. 2014-04-20 19:30:07 +02: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 Improved UpdateSession & exception catching. Start of RoutingGauge implem. 2014-04-20 19:30:07 +02:00
PyCellViewer.cpp Simplificate and generalize the way to pass arguments to Python scrips. 2014-07-05 15:49:32 +02:00
PyDisplayStyle.cpp * All Tools: 2012-11-16 12:48:38 +00:00
PyDrawingGroup.cpp * All Tools: 2012-11-16 12:48:38 +00:00
PyDrawingStyle.cpp Compliance with g++ 4.8.1, support for devtoolset-2 2014-03-15 10:47:37 +01:00
PyGraphics.cpp Compliance with g++ 4.8.1, support for devtoolset-2 2014-03-15 10:47:37 +01:00
PyHApplication.cpp Update to Qt 5, requires cmake 2.8.9. New placer: Etesian. 2014-03-22 11:50:36 +01:00
PyHSVr.cpp * All Tools: 2012-11-16 12:48:38 +00:00
PyViewer.cpp Support for Python plugins in CellViewer/Unicorn. ClockTree plugin. 2014-06-25 19:50:34 +02:00
RecordModel.cpp Qt5 porting, cleanup & Tidy. 2014-03-26 14:47:17 +01:00
Ruler.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
RulerCommand.cpp Update to Qt 5, requires cmake 2.8.9. New placer: Etesian. 2014-03-22 11:50:36 +01:00
ScreenUtilities.cpp * All Tools: 2012-11-16 12:48:38 +00:00
Script.cpp Simplificate and generalize the way to pass arguments to Python scrips. 2014-07-05 15:49:32 +02:00
ScriptWidget.cpp Support for Python plugins in CellViewer/Unicorn. ClockTree plugin. 2014-06-25 19:50:34 +02:00
SelectCommand.cpp Compliance with g++ 4.8.1, support for devtoolset-2 2014-03-15 10:47:37 +01:00
SelectionModel.cpp Update to Qt 5, requires cmake 2.8.9. New placer: Etesian. 2014-03-22 11:50:36 +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 Update to Qt 5, requires cmake 2.8.9. New placer: Etesian. 2014-03-22 11:50:36 +01:00