coriolis/unicorn/src
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
..
images * ./hurricane/src/hviewer, 2010-03-09 15:26:22 +00:00
init Simplificate and generalize the way to pass arguments to Python scrips. 2014-07-05 15:49:32 +02:00
unicorn Support for Python plugins in CellViewer/Unicorn. ClockTree plugin. 2014-06-25 19:50:34 +02:00
CMakeLists.txt Support for Python plugins in CellViewer/Unicorn. ClockTree plugin. 2014-06-25 19:50:34 +02:00
CgtMain.cpp Simplificate and generalize the way to pass arguments to Python scrips. 2014-07-05 15:49:32 +02:00
ExportCellDialog.cpp * ./unicorn: 2010-08-22 12:39:05 +00:00
ImportCell.cpp Qt5 porting, cleanup & Tidy. 2014-03-26 14:47:17 +01:00
ImportCellDialog.cpp Qt5 porting, cleanup & Tidy. 2014-03-26 14:47:17 +01:00
OpenCellDialog.cpp * All Tools: 2012-11-16 12:54:58 +00:00
PyUnicorn.cpp * All Tools: 2012-11-16 12:54:58 +00:00
PyUnicornGui.cpp * All Tools: 2012-11-16 12:54:58 +00:00
SaveCellDialog.cpp * ./unicorn: 2010-08-18 20:27:18 +00:00
Unicorn.qrc * ./hurricane/src/hviewer, 2010-03-09 15:26:22 +00:00
UnicornGui.cpp Simplificate and generalize the way to pass arguments to Python scrips. 2014-07-05 15:49:32 +02:00
cgt.py Express "xEdgeCapacity" ratio as "xTracksReservedLocal" a number of tracks. 2014-06-10 16:58:52 +02:00