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
Mon, 21 Aug 2017 21:55:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
Sat, 19 Aug 2017 21:06:54 +0300 Andrey Skvortsov clean-up: fix PEP8 E266 too many leading '#' for block comment
Sat, 19 Aug 2017 18:12:20 +0300 Andrey Skvortsov clean-up: fix PEP8 E722 do not use bare except'
Sat, 19 Aug 2017 17:17:54 +0300 Andrey Skvortsov clean-up: fix PEP8 E115 expected an indented block (comment)
Sat, 19 Aug 2017 17:12:12 +0300 Andrey Skvortsov clean-up: fix PEP8 E721 do not compare types, use 'isinstance()'