Tue, 03 Oct 2017 16:07:02 +0300 Andrey Skvortsov move README content to Makefile
Mon, 02 Oct 2017 13:19:06 +0300 Andrey Skvortsov fix pylint warning '(global-variable-not-assigned) Using global for 'X' but no assignment is done'
Mon, 02 Oct 2017 12:43:01 +0300 Andrey Skvortsov fix pylint error '(function-redefined) method already defined'
Fri, 29 Sep 2017 16:48:42 +0300 Andrey Skvortsov fix pylint warning '(unreachable) Unreachable code'
Fri, 29 Sep 2017 16:39:52 +0300 Andrey Skvortsov fix pylint warning (bad-indentation) Bad indentation. Found X spaces, expected Y
Fri, 29 Sep 2017 16:26:15 +0300 Andrey Skvortsov fix pylint warning '(pointless-string-statement) String statement has no effect'
Fri, 29 Sep 2017 15:36:33 +0300 Andrey Skvortsov fix error __init__ method from base class is not called
Thu, 28 Sep 2017 17:24:33 +0300 Andrey Skvortsov fix more than one statement on a single line
Thu, 28 Sep 2017 17:20:31 +0300 Andrey Skvortsov fix ungrouped imports from package X
Thu, 28 Sep 2017 16:25:05 +0300 Andrey Skvortsov fix unnecessary lambda and enable corresponding pylint check
Thu, 28 Sep 2017 15:17:57 +0300 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
Thu, 28 Sep 2017 12:20:40 +0300 Andrey Skvortsov fix (old-style-class) Old-style class defined error for most parts of
Fri, 22 Sep 2017 20:12:22 +0300 Andrey Skvortsov remove in-tree version of Zeroconf and use upstream from
Fri, 22 Sep 2017 18:06:15 +0300 Andrey Skvortsov remove reimported modules
Fri, 22 Sep 2017 16:37:38 +0300 Andrey Skvortsov fix unnecessary parens after keyword
Fri, 22 Sep 2017 10:57:57 +0300 Andrey Skvortsov enable pylint checker
Fri, 22 Sep 2017 10:54:42 +0300 Andrey Skvortsov fix usage of python2-only print statement
Fri, 22 Sep 2017 10:52:44 +0300 Andrey Skvortsov run python tests with non-english locale to catch bugs related to localization
Thu, 21 Sep 2017 17:19:18 +0300 Andrey Skvortsov make it possible to update XSD schema in project controller after new
Thu, 21 Sep 2017 16:06:51 +0300 Andrey Skvortsov fix commit "lazy initialization of highlight pens and brushes
Thu, 21 Sep 2017 15:04:15 +0300 Andrey Skvortsov clean build example project after running test
Thu, 21 Sep 2017 15:02:36 +0300 Andrey Skvortsov fix problem if DataTypeEditor was imported before localization is
Sat, 16 Sep 2017 21:26:17 +0300 Andrey Skvortsov add shell script to run all python tests and automatically handle Xvfb
Sat, 16 Sep 2017 21:24:22 +0300 Andrey Skvortsov add PLCOpenEditor tests
Sat, 16 Sep 2017 21:22:53 +0300 Andrey Skvortsov run application tests in full screen mode
Sat, 16 Sep 2017 21:22:06 +0300 Andrey Skvortsov clean sys.argv, because if test is running from pytest
Sat, 16 Sep 2017 21:19:19 +0300 Andrey Skvortsov rework Beremiz application "testCheckProject" test to allow easier reuse later
Sat, 16 Sep 2017 21:04:34 +0300 Andrey Skvortsov add application name for PLCOpenEditor
Fri, 15 Sep 2017 20:30:24 +0300 Andrey Skvortsov rewrite PLCOpenEditor. Add PLCOpenEditorApp class for easier customizations.
Fri, 15 Sep 2017 20:28:54 +0300 Andrey Skvortsov lazy locale initialization
Fri, 15 Sep 2017 20:05:41 +0300 Andrey Skvortsov use CustomIntCtrl instead of wx.SpinCtrl because it doesn't support
Fri, 15 Sep 2017 20:01:21 +0300 Andrey Skvortsov add custom TextCtrl allowed to enter long integer with bounds checking
Fri, 15 Sep 2017 19:53:49 +0300 Andrey Skvortsov use pytest for testing
Fri, 15 Sep 2017 19:51:31 +0300 Andrey Skvortsov run separate test on every project instead of one big long test all projects
Fri, 15 Sep 2017 19:45:41 +0300 Andrey Skvortsov move configuration for test environment into separate file conftest.py
Fri, 15 Sep 2017 19:01:31 +0300 Andrey Skvortsov lazy initialization of highlight pens and brushes for DebugVariableViewer
Fri, 15 Sep 2017 18:57:20 +0300 Andrey Skvortsov add '_' function to builtin dictionary at import time
Fri, 15 Sep 2017 18:51:42 +0300 Andrey Skvortsov remove builtin BMZ_DBG. It's not used.
Wed, 13 Sep 2017 15:39:48 +0300 Andrey Skvortsov update translation strings
Wed, 13 Sep 2017 15:35:43 +0300 Andrey Skvortsov updated all existing translations
Wed, 13 Sep 2017 10:18:04 +0300 Andrey Skvortsov fix LINT and ULINT ranges
Tue, 12 Sep 2017 18:32:13 +0300 Andrey Skvortsov found installed Inkscape on Windows
Tue, 12 Sep 2017 16:49:35 +0300 Andrey Skvortsov make possible to turn off at compile time online debugging, logging
Tue, 12 Sep 2017 14:22:17 +0300 Andrey Skvortsov make default caption for PouNameDialog translatable
Tue, 12 Sep 2017 14:18:50 +0300 Andrey Skvortsov fix max value for UDINT and ULINT types
Tue, 12 Sep 2017 14:13:39 +0300 Andrey Skvortsov update Build icon
Tue, 12 Sep 2017 10:21:51 +0300 Andrey Skvortsov add couple Beremiz application tests
Fri, 08 Sep 2017 11:53:48 +0300 Andrey Skvortsov fix problem if _should_write is called by expired timer after
Mon, 28 Aug 2017 10:49:53 +0000 Sergey Surkov Initial Bitbucket Pipelines configuration
Mon, 28 Aug 2017 13:43:46 +0300 Surkov Sergey fix bug with unfinished debug thread
Fri, 25 Aug 2017 14:01:44 +0300 Andrey Skvortsov unify exception handling of Beremiz and PLCOpenEditor
Fri, 25 Aug 2017 12:23:45 +0300 Andrey Skvortsov fix problem running PLCOpenEditor
Fri, 25 Aug 2017 12:01:23 +0300 Andrey Skvortsov don't check any particular wx version
Fri, 25 Aug 2017 11:22:08 +0300 Andrey Skvortsov fix problem when Beremiz is running without matiec installed
Tue, 22 Aug 2017 14:15:49 +0000 Andrey Skvortsov Initial Bitbucket Pipelines configuration
Tue, 22 Aug 2017 17:14:40 +0300 Andrey Skvortsov add configuration for Bitbucket pipelines
Tue, 22 Aug 2017 17:14:08 +0300 Andrey Skvortsov add shell script to test Beremiz python code
Tue, 22 Aug 2017 12:45:06 +0300 Andrey Skvortsov clean-up: fix PEP8 W503 line break before binary operator
Mon, 21 Aug 2017 23:22:58 +0300 Andrey Skvortsov fix codestyle issues according to PEP8
Mon, 21 Aug 2017 22:41:37 +0300 Andrey Skvortsov clean-up: fix PEP8 E402 module level import not at top of file