2013-03-13 |
Edouard Tisserant |
re-fixed CanFestival support...
|
changeset |
files
|
2013-03-11 |
Laurent Bessard |
Merged
|
changeset |
files
|
2013-03-11 |
Laurent Bessard |
Fixed canfestival extension for LPCManager
|
changeset |
files
|
2013-03-11 |
Laurent Bessard |
Disabled project layout saving and restoring
|
changeset |
files
|
2013-03-11 |
Edouard Tisserant |
Redirect PyEval exceptions to logging
|
changeset |
files
|
2013-03-11 |
Edouard Tisserant |
reverted PLCObject.py. ctypes.POINTER(ctypes.c_uint8) != string
|
changeset |
files
|
2013-03-10 |
Laurent Bessard |
Disabled project layout saving and restoring
|
changeset |
files
|
2013-03-07 |
Laurent Bessard |
Fix warning with LogMessage function
|
changeset |
files
|
2013-03-07 |
Edouard Tisserant |
RC2
1.1 Korean release
|
changeset |
files
|
2013-03-06 |
Laurent Bessard |
Added support for extension custom contextual add menu
|
changeset |
files
|
2013-03-06 |
Laurent Bessard |
Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name
|
changeset |
files
|
2013-03-06 |
Laurent Bessard |
Fixed test identifier function
|
changeset |
files
|
2013-03-06 |
Edouard Tisserant |
merge
|
changeset |
files
|
2013-03-05 |
Laurent Bessard |
Merged
|
changeset |
files
|
2013-03-05 |
Laurent Bessard |
Fix bug on Windows when drag'n dropping variable to DebugVariablePanel, panel not refreshed
|
changeset |
files
|
2013-03-05 |
Laurent Bessard |
Fix row selection in CustomGrid
|
changeset |
files
|
2013-03-06 |
Edouard Tisserant |
Cleanup in canfestival plugin. No more meaningless default values.
|
changeset |
files
|
2013-03-06 |
Edouard Tisserant |
Python shell and wx inspector now both available even when PLC not started
|
changeset |
files
|
2013-03-06 |
Edouard Tisserant |
Added CWD to ProcessLogger, and make sure local runtime have CWD setup correctly
|
changeset |
files
|
2013-03-05 |
Edouard Tisserant |
CanFestival plugin now sends driver as extra file to runtime if matching target. Helps on windows to resolve DLL
|
changeset |
files
|
2013-03-05 |
Edouard Tisserant |
Fixed 'python shell' failure from runtime tray icon menu in some case, when PLC init failed
|
changeset |
files
|
2013-03-04 |
Edouard Tisserant |
More ignored files in .hgignore
|
changeset |
files
|
2013-03-04 |
Edouard Tisserant |
Made logging compatible with windows API
|
changeset |
files
|
2013-03-04 |
Edouard Tisserant |
Fixed dead code in c_ext, and updated test accordingly
|
changeset |
files
|
2013-02-27 |
Laurent Bessard |
Fixed bug when drag'n dropping variables from left panel
|
changeset |
files
|
2013-02-27 |
Laurent Bessard |
Extracted FolderTree control from FileManagementPanel to be able to use it anywhere else
|
changeset |
files
|
2013-02-27 |
Laurent Bessard |
Fixed bug when closing Beremiz and grid editor is shown on Windows
|
changeset |
files
|
2013-02-27 |
Laurent Bessard |
Fixed SFC keyword definition
|
changeset |
files
|
2013-02-27 |
Laurent Bessard |
Fix semantic error while compiling project including canfestival extension instances
|
changeset |
files
|
2013-02-27 |
Laurent Bessard |
Fix bugs in DataTypeEditor
|
changeset |
files
|
2013-02-27 |
Laurent Bessard |
Fix bug on Windows with wxPaintDC
|
changeset |
files
|
2013-02-26 |
Laurent Bessard |
Added support for drag'n dropping non-numeric variables
|
changeset |
files
|
2013-02-26 |
Edouard Tisserant |
Introduce Beremiz Native POU library. Now LOGGER POU is part of Beremiz' native POU library
|
changeset |
files
|
2013-02-26 |
Laurent Bessard |
Fixed panels displaying non-numeric variables in DebugVariablePanel
|
changeset |
files
|
2013-02-26 |
Laurent Bessard |
Fixed bug with LastRefreshTimer when closing debug viewer
|
changeset |
files
|
2013-02-26 |
Laurent Bessard |
Fixed bug ForceVariableDialog when forcing DATETIME variables
|
changeset |
files
|
2013-02-23 |
Laurent Bessard |
Fixed bug PouInstancePanel not updated when drag'n dropping variable from extensions
|
changeset |
files
|
2013-02-21 |
Laurent Bessard |
Added missing images
|
changeset |
files
|
2013-02-21 |
Laurent Bessard |
Fixed bug with 3D graphs in debug variable panel
|
changeset |
files
|
2013-02-21 |
Laurent Bessard |
Added support for changing graph size using handles like sash window
|
changeset |
files
|
2013-02-21 |
Laurent Bessard |
Added button for exporting individual graph values to clipboard
|
changeset |
files
|
2013-02-21 |
Laurent Bessard |
Added button in graph for changing graph size to minimum
|
changeset |
files
|
2013-02-20 |
Laurent Bessard |
Fixed highlights for dropping graphs between the others
|
changeset |
files
|
2013-02-20 |
Laurent Bessard |
Fixed bug with LastRefreshTimer
|
changeset |
files
|
2013-02-20 |
Laurent Bessard |
Improved matplotlib graphic debug panel implementation
|
changeset |
files
|
2013-02-19 |
Laurent Bessard |
Improved matplotlib graphic debug panel implementation
|
changeset |
files
|
2013-02-18 |
Laurent Bessard |
Improved matplotlib graphic debug panel implementation
|
changeset |
files
|
2013-02-17 |
Laurent Bessard |
Improved matplotlib graphic debug panel implementation
|
changeset |
files
|
2013-02-12 |
Laurent Bessard |
Improved matplotlib graphic debug panel implementation
|
changeset |
files
|
2013-02-06 |
Laurent Bessard |
Fix bug when resetting graphs values
|
changeset |
files
|
2013-02-06 |
Laurent Bessard |
Merged
|
changeset |
files
|
2013-02-06 |
Laurent Bessard |
Added support for drag'n drop variable from one graph to another with visible graph
|
changeset |
files
|
2013-02-05 |
Laurent Bessard |
Added support for displaying string variables variations in a graph and cursor on graphs
|
changeset |
files
|
2013-02-05 |
Edouard Tisserant |
Fixed crash (segfault) when logging debug messages
|
changeset |
files
|
2013-02-03 |
Edouard Tisserant |
Better PLC log message time stamp display. Better console information when connecting.
|
changeset |
files
|
2013-02-02 |
Edouard Tisserant |
Added log messages time-stamping
|
changeset |
files
|
2013-01-30 |
Laurent Bessard |
Replaced SplitterWindow in ConfTreeNodeEditor by Notebook
|
changeset |
files
|
2013-01-30 |
Laurent Bessard |
Fix bug in DebugVariablePanel when manipulating graph layout and adding drag'n drop graph from parallel graphs and moving graphs order
|
changeset |
files
|
2013-01-30 |
Laurent Bessard |
Fix bug with refresh PLC status tool bar
|
changeset |
files
|
2013-01-30 |
Edouard Tisserant |
Now logging have 4 levels
|
changeset |
files
|