author | Edouard Tisserant |
Thu, 07 Jun 2012 01:14:58 +0200 | |
changeset 761 | 7788545f4137 |
parent 734 | 5c42cafaee15 |
child 784 | a1d970365e41 |
permissions | -rw-r--r-- |
731 | 1 |
libraries = [('Python','py_ext.PythonLibrary'), |
2 |
('SVGUI','svgui.SVGUILibrary')] |
|
10 | 3 |
|
720 | 4 |
catalog = [ |
721 | 5 |
('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'), |
734 | 6 |
('c_ext', _('C extension'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'), |
728
e0424e96e3fd
refactoring - library support is not anymore attached to configtree nodes, but handles by project controller
Edouard Tisserant
parents:
721
diff
changeset
|
7 |
('py_ext', _('Python file'), _('Add Python code executed asynchronously'), 'py_ext.PythonFile'), |
e0424e96e3fd
refactoring - library support is not anymore attached to configtree nodes, but handles by project controller
Edouard Tisserant
parents:
721
diff
changeset
|
8 |
('wxglade_hmi', _('WxGlade GUI'), _('Add a simple WxGlade based GUI.'), 'wxglade_hmi.WxGladeHMI'), |
e0424e96e3fd
refactoring - library support is not anymore attached to configtree nodes, but handles by project controller
Edouard Tisserant
parents:
721
diff
changeset
|
9 |
('svgui', _('SVGUI'), _('Experimental web based HMI'), 'svgui.SVGUI')] |
10 | 10 |