dialogs/ForceVariableDialog.py
2019-02-21 Andrey Skvortsov Add SpinButtons for integer and floating point variables in ForceVariableDialog
2019-02-14 Andrey Skvortsov Don't close ForceVariableDialog if user entered wrong new value
2019-02-14 Andrey Skvortsov Additional fix for rewrite ForceVariableDialog commit (9076249f)
2019-02-14 Andrey Skvortsov Rewrite ForceVariableDialog. It's not based on wx.TextEntryDialog
2018-10-09 Andrey Skvortsov Fix pep8 warning: W605 invalid escape sequence ?x?
2018-10-04 Andrey Skvortsov python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-03 Andrey Skvortsov remove unused variables found by pylint
2017-08-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-19 Andrey Skvortsov clean-up: fix PEP8 E722 do not use bare except'
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E306 expected 1 blank line before a nested definition, found X
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2017-06-21 Andrey Skvortsov add button to ForceVariableDialog to toggle forced boolean value
2016-11-28 Andrey Skvortsov fix translation strings with multiple parameters
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2013-02-26 Laurent Bessard Fixed bug ForceVariableDialog when forcing DATETIME variables
2012-11-08 Laurent Bessard Fix display of string variables value in debug
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz