2018-10-05 |
Andrey Skvortsov |
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
|
file |
diff |
annotate
|
2018-02-19 |
Edouard Tisserant |
Moved some definitions away from controller class, and adaped references them through all code.
|
file |
diff |
annotate
|
2017-10-25 |
Andrey Skvortsov |
fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
|
file |
diff |
annotate
|
2017-10-19 |
Andrey Skvortsov |
fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
|
file |
diff |
annotate
|
2017-10-05 |
Andrey Skvortsov |
explicitly mark unused variables found by pylint with _ or dummy
|
file |
diff |
annotate
|
2017-10-03 |
Andrey Skvortsov |
remove unused variables found by pylint
|
file |
diff |
annotate
|
2017-08-21 |
Andrey Skvortsov |
clean-up: fix PEP8 E402 module level import not at top of file
|
file |
diff |
annotate
|
2017-08-21 |
Andrey Skvortsov |
clean-up: fix PEP8 E265 block comment should start with '# '
|
file |
diff |
annotate
|
2017-08-18 |
Andrey Skvortsov |
clean-up: fix PEP8 E128 continuation line under-indented for visual indent
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix most PEP8 E221 multiple spaces before operator
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E225 missing whitespace around operator
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E231 missing whitespace after ':' or ','
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up: fix PEP8 E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up for PEP8: fix W291 trailing whitespace
|
file |
diff |
annotate
|
2017-03-28 |
Surkov Sergey |
fix debug button and variable tree generate for actions and transitions in POU instance variable panel
|
file |
diff |
annotate
|
2017-01-16 |
Andrey Skvortsov |
change white background for icons in PouInstanceVariablePanel to transparent
|
file |
diff |
annotate
|
2016-11-18 |
Andrey Skvortsov |
fix license notices in source files and license files under GPLv2+
|
file |
diff |
annotate
|
2016-04-21 |
Andrey Skvortsov |
fix deprecation warnings about accessing properties m_x, m_y of wxKeyEvent
|
file |
diff |
annotate
|
2013-10-17 |
Laurent Bessard |
Fixed bug Drag'n drop variables from left panel to debug panel disabled
|
file |
diff |
annotate
|
2013-10-14 |
Laurent Bessard |
Remove old debug panels and viewers not using matplotlib
|
file |
diff |
annotate
|
2013-10-12 |
Edouard Tisserant |
Cleaner matplotlib import preventing noisy warnings
|
file |
diff |
annotate
|
2013-10-09 |
Laurent Bessard |
Fixed pou variables instance information loading stylesheet
|
file |
diff |
annotate
|
2013-10-03 |
Laurent Bessard |
Fixed PouInstanceVariablesPanel, replacing wx controls, too long to create and destroy, by bitmaps directly drawn in panel
|
file |
diff |
annotate
|
2013-08-01 |
Edouard Tisserant |
Various cleanup and optimization
|
file |
diff |
annotate
|
2013-07-11 |
Laurent Bessard |
Fixed refresh bug when activating element in instance variables list
|
file |
diff |
annotate
|
2013-06-10 |
Laurent Bessard |
Fixed bug with InstanceChoice values in PouInstanceVariablesPanel
|
file |
diff |
annotate
|
2013-06-06 |
Laurent Bessard |
Fixed bugs in refresh of PouInstanceVariablesPanel
|
file |
diff |
annotate
|
2013-06-05 |
Laurent Bessard |
Fixed flickering and lag when refreshing PouInstanceVariablesPanel
|
file |
diff |
annotate
|
2013-06-04 |
Laurent Bessard |
Fixed bug when moving TextViewer and replacing right click by double click when adding graph in Debug Variable Panel
|
file |
diff |
annotate
|
2013-06-03 |
Laurent Bessard |
Added support for opening text viewer by default and toggling between GraphicViewer and TextViewer
|
file |
diff |
annotate
|
2013-05-29 |
Laurent Bessard |
Fixed bug in PouInstanceVariablesPanel, exploring child FunctionBlock variables if no instance selected
|
file |
diff |
annotate
|
2013-05-09 |
Laurent Bessard |
Fixed Drag'n dropping from PouInstanceVariablesPanel ensuring DebugVariablePanel is visible before starting drag'n drop
|
file |
diff |
annotate
|
2013-04-30 |
Laurent Bessard |
Fixed bug in PouInstanceVariablesPanel buttons tooltips
|
file |
diff |
annotate
|
2013-04-14 |
Laurent Bessard |
Fix bug when pressing left arrow key in PouInstanceVariablesPanel
|
file |
diff |
annotate
|
2013-02-18 |
Laurent Bessard |
Improved matplotlib graphic debug panel implementation
|
file |
diff |
annotate
|
2013-01-29 |
Laurent Bessard |
Fix bug when closing project
|
file |
diff |
annotate
|
2012-12-19 |
Laurent Bessard |
Fix bug main configuration variables not displayed in lower left panel when project root element is selected
|
file |
diff |
annotate
|
2012-12-11 |
Laurent Bessard |
Adding drag'n drop of debug variable from DebugVariable grid and PouInstance variable list
|
file |
diff |
annotate
|
2012-11-15 |
Laurent Bessard |
Fix bug multiple graph viewer tab displaying values of the same variable can be opened
|
file |
diff |
annotate
|
2012-09-11 |
laurent |
Adding transition and action in list of instances of SFC POU in PouInstanceVariablesPanel
|
file |
diff |
annotate
|
2012-09-11 |
laurent |
Fix bug debug instance button not visible in PouInstanceVariablesPanel when instance path is too long
|
file |
diff |
annotate
|
2012-09-07 |
Laurent Bessard |
Integration of PLCOpenEditor into Beremiz
|
file |
diff |
annotate
|