2018-10-12 |
Andrey Skvortsov |
python3 support: pylint, W1633 # (round-builtin) round built-in referenced
|
file |
diff |
annotate
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
|
file |
diff |
annotate
|
2018-10-05 |
Andrey Skvortsov |
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
|
file |
diff |
annotate
|
2018-10-04 |
Andrey Skvortsov |
python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
|
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-16 |
Andrey Skvortsov |
fix pylint error "(undefined-variable) Undefined variable 'X'"
|
file |
diff |
annotate
|
2017-10-12 |
Andrey Skvortsov |
fix pylint error '(too-many-function-args) Too many positional arguments for function call'
|
file |
diff |
annotate
|
2017-10-11 |
Andrey Skvortsov |
fix pylint error '(no-self-argument) Method should have "self" as first argument'
|
file |
diff |
annotate
|
2017-10-10 |
Andrey Skvortsov |
remove old code useless code found by pylint "(unnecessary-pass) Unnecessary pass statement"
|
file |
diff |
annotate
|
2017-10-09 |
Andrey Skvortsov |
fix pylint warning '(dangerous-default-value) Dangerous default value {} as argument'
|
file |
diff |
annotate
|
2017-10-06 |
Andrey Skvortsov |
fix pylint warning '(unused-import), Unused import connectors'
|
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-10-02 |
Andrey Skvortsov |
fix pylint error '(function-redefined) method already defined'
|
file |
diff |
annotate
|
2017-09-29 |
Andrey Skvortsov |
fix pylint warning '(pointless-string-statement) String statement has no effect'
|
file |
diff |
annotate
|
2017-09-28 |
Andrey Skvortsov |
fix wrong-import-order. first standard modules are imported, then others
|
file |
diff |
annotate
|
2017-09-22 |
Andrey Skvortsov |
fix unnecessary parens after keyword
|
file |
diff |
annotate
|
2017-08-21 |
Andrey Skvortsov |
clean-up: fix PEP8 E265 block comment should start with '# '
|
file |
diff |
annotate
|
2017-08-19 |
Andrey Skvortsov |
clean-up: fix PEP8 E131 continuation line unaligned for hanging indent
|
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-18 |
Andrey Skvortsov |
clean-up: fix PEP8 E127 continuation line over-indented for visual indent
|
file |
diff |
annotate
|
2017-08-17 |
Andrey Skvortsov |
clean-up: fix PEP8 E502 the backslash is redundant between brackets
|
file |
diff |
annotate
|
2017-08-17 |
Andrey Skvortsov |
clean-up: fix PEP8 E712 comparison to True should be 'if cond is True:' or 'if cond:'
|
file |
diff |
annotate
|
2017-08-17 |
Andrey Skvortsov |
clean-up: fix PEP8 E222 multiple spaces after operator
|
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 E703 statement ends with a semicolon
|
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 E251 unexpected spaces around keyword / parameter equals
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E711 comparison to None should be 'if cond is not None:'
|
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 E303 too many blank lines
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E231 missing whitespace after ':' or ','
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
|
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-01-13 |
Andrey Skvortsov |
fix issue with printing scheme (FBD, LD or SFC) with comment element on GNU/Linux
|
file |
diff |
annotate
|
2016-11-18 |
Andrey Skvortsov |
fix license notices in source files and license files under GPLv2+
|
file |
diff |
annotate
|
2016-10-18 |
Sergey Surkov |
Fix bug with two or more wires connected to one input. Now only one wire can be connected to one input, except BOOLean signals in LD and SFC. If user trying to connect wire with already connected input, wire highlight will become red.
|
file |
diff |
annotate
|
2013-11-20 |
Laurent Bessard |
Fixed bug when debugging wire connected to output connector with modifiers even if connector/continuation is used to replace long wires
|
file |
diff |
annotate
|
2013-06-14 |
Laurent Bessard |
Fixed move of LD_PowerRail and SFC_Divergence connectors using Right button
|
file |
diff |
annotate
|
2013-06-05 |
Laurent Bessard |
Fixed lag when selecting all elements using CTRL+A or after paste a lot of blocks
|
file |
diff |
annotate
|
2013-05-27 |
Laurent Bessard |
Moved and rewrote DebugViewer and DebusDataConsumer classes
|
file |
diff |
annotate
|
2013-05-24 |
Laurent Bessard |
Move RubberBand from GraphicCommons to individual file
|
file |
diff |
annotate
|
2013-05-23 |
Laurent Bessard |
Added support for displaying ToolTip, starting drag'n drop and Double click on Block connectors when debugging
|
file |
diff |
annotate
|
2013-05-23 |
Laurent Bessard |
Move CustomToolTip from GraphicCommons to controls
|
file |
diff |
annotate
|
2013-05-17 |
Laurent Bessard |
Added support for displaying value of unconnected block connectors in debug
|
file |
diff |
annotate
|
2013-05-10 |
Laurent Bessard |
Removed some prints for code debugging
|
file |
diff |
annotate
|
2013-05-09 |
Laurent Bessard |
Fixed bug with debugging global variables
|
file |
diff |
annotate
|
2013-05-02 |
Laurent Bessard |
Fixed bug when transferring program and a output located variable is forced
|
file |
diff |
annotate
|
2013-04-25 |
Laurent Bessard |
Fixed refresh bugs when drag'n dropping of group of elements
|
file |
diff |
annotate
|
2013-04-23 |
Laurent Bessard |
Fixed connections of block when changing block type
|
file |
diff |
annotate
|
2013-04-22 |
Laurent Bessard |
Fixed bug when using 'Adjust Block Size' contextual menu item on a group of selected elements
|
file |
diff |
annotate
|
2013-03-21 |
Laurent Bessard |
Improved Log Viewer functionalities
|
file |
diff |
annotate
|
2013-02-26 |
Laurent Bessard |
Added support for drag'n dropping non-numeric variables
|
file |
diff |
annotate
|
2013-02-26 |
Laurent Bessard |
Fixed bug with LastRefreshTimer when closing debug viewer
|
file |
diff |
annotate
|
2013-02-20 |
Laurent Bessard |
Fixed bug with LastRefreshTimer
|
file |
diff |
annotate
|
2013-01-16 |
Laurent Bessard |
Fix bug debug slow interface when refresh time of a DebugViewer is longer than debug refresh period
|
file |
diff |
annotate
|
2013-01-15 |
Laurent Bessard |
Adding support for defining a time range for DebugVariablePanel graphics and navigating across the recording.
|
file |
diff |
annotate
|
2012-12-11 |
Laurent Bessard |
Added support for defining extension file editor as DebugViewer
|
file |
diff |
annotate
|
2012-11-23 |
Laurent Bessard |
Adding support for displaying graphs of debugged numeric variables in 2D and 3D in DebugVariablePanel
|
file |
diff |
annotate
|