- explicitly mark unused variables found by pylint with _ or dummy 2017-10-05, by Andrey Skvortsov
- remove unused variables found by pylint 2017-10-03, by Andrey Skvortsov
- update .PHONE target in Makefile for mki18n.py 2017-10-03, by Andrey Skvortsov
- make mki18n return 0 on success 2017-10-03, by Andrey Skvortsov
- update list with files for internatialization, app.fil 2017-10-03, by Andrey Skvortsov
- move README content to Makefile 2017-10-03, by Andrey Skvortsov
- fix pylint warning '(global-variable-not-assigned) Using global for 'X' but no assignment is done' 2017-10-02, by Andrey Skvortsov
- fix pylint error '(function-redefined) method already defined' 2017-10-02, by Andrey Skvortsov
- fix pylint warning '(unreachable) Unreachable code' 2017-09-29, by Andrey Skvortsov
- fix pylint warning (bad-indentation) Bad indentation. Found X spaces, expected Y 2017-09-29, by Andrey Skvortsov
- fix pylint warning '(pointless-string-statement) String statement has no effect' 2017-09-29, by Andrey Skvortsov
- fix error __init__ method from base class is not called 2017-09-29, by Andrey Skvortsov
- fix more than one statement on a single line 2017-09-28, by Andrey Skvortsov
- fix ungrouped imports from package X 2017-09-28, by Andrey Skvortsov
- fix unnecessary lambda and enable corresponding pylint check 2017-09-28, by Andrey Skvortsov
- fix wrong-import-order. first standard modules are imported, then others 2017-09-28, by Andrey Skvortsov
- fix (old-style-class) Old-style class defined error for most parts of 2017-09-28, by Andrey Skvortsov
- remove in-tree version of Zeroconf and use upstream from 2017-09-22, by Andrey Skvortsov
- remove reimported modules 2017-09-22, by Andrey Skvortsov
- fix unnecessary parens after keyword 2017-09-22, by Andrey Skvortsov
- enable pylint checker 2017-09-22, by Andrey Skvortsov
- fix usage of python2-only print statement 2017-09-22, by Andrey Skvortsov
- run python tests with non-english locale to catch bugs related to localization 2017-09-22, by Andrey Skvortsov
- make it possible to update XSD schema in project controller after new 2017-09-21, by Andrey Skvortsov
- fix commit "lazy initialization of highlight pens and brushes 2017-09-21, by Andrey Skvortsov
- clean build example project after running test 2017-09-21, by Andrey Skvortsov
- fix problem if DataTypeEditor was imported before localization is 2017-09-21, by Andrey Skvortsov
- add shell script to run all python tests and automatically handle Xvfb 2017-09-16, by Andrey Skvortsov
- add PLCOpenEditor tests 2017-09-16, by Andrey Skvortsov
- run application tests in full screen mode 2017-09-16, by Andrey Skvortsov
- clean sys.argv, because if test is running from pytest 2017-09-16, by Andrey Skvortsov
- rework Beremiz application "testCheckProject" test to allow easier reuse later 2017-09-16, by Andrey Skvortsov
- add application name for PLCOpenEditor 2017-09-16, by Andrey Skvortsov
- rewrite PLCOpenEditor. Add PLCOpenEditorApp class for easier customizations. 2017-09-15, by Andrey Skvortsov
- lazy locale initialization 2017-09-15, by Andrey Skvortsov
- use CustomIntCtrl instead of wx.SpinCtrl because it doesn't support 2017-09-15, by Andrey Skvortsov
- add custom TextCtrl allowed to enter long integer with bounds checking 2017-09-15, by Andrey Skvortsov
- use pytest for testing 2017-09-15, by Andrey Skvortsov
- run separate test on every project instead of one big long test all projects 2017-09-15, by Andrey Skvortsov
- move configuration for test environment into separate file conftest.py 2017-09-15, by Andrey Skvortsov
- lazy initialization of highlight pens and brushes for DebugVariableViewer 2017-09-15, by Andrey Skvortsov
- add '_' function to builtin dictionary at import time 2017-09-15, by Andrey Skvortsov
- remove builtin BMZ_DBG. It's not used. 2017-09-15, by Andrey Skvortsov
- update translation strings 2017-09-13, by Andrey Skvortsov
- updated all existing translations 2017-09-13, by Andrey Skvortsov
- fix LINT and ULINT ranges 2017-09-13, by Andrey Skvortsov
- found installed Inkscape on Windows 2017-09-12, by Andrey Skvortsov
- make possible to turn off at compile time online debugging, logging 2017-09-12, by Andrey Skvortsov
- make default caption for PouNameDialog translatable 2017-09-12, by Andrey Skvortsov
- fix max value for UDINT and ULINT types 2017-09-12, by Andrey Skvortsov
- update Build icon 2017-09-12, by Andrey Skvortsov
- add couple Beremiz application tests 2017-09-12, by Andrey Skvortsov
- fix problem if _should_write is called by expired timer after 2017-09-08, by Andrey Skvortsov
- Initial Bitbucket Pipelines configuration 2017-08-28, by Sergey Surkov
- fix bug with unfinished debug thread 2017-08-28, by Surkov Sergey
- unify exception handling of Beremiz and PLCOpenEditor 2017-08-25, by Andrey Skvortsov
- fix problem running PLCOpenEditor 2017-08-25, by Andrey Skvortsov
- don't check any particular wx version 2017-08-25, by Andrey Skvortsov
- fix problem when Beremiz is running without matiec installed 2017-08-25, by Andrey Skvortsov
- Initial Bitbucket Pipelines configuration 2017-08-22, by Andrey Skvortsov