Sat, 19 Aug 2017 00:11:12 +0300 Andrey Skvortsov clean-up: fix PEP8 E211 whitespace before '[' or '('
Sat, 19 Aug 2017 00:04:33 +0300 Andrey Skvortsov clean-up: fix PEP8 E114 indentation is not a multiple of four (comment)
Fri, 18 Aug 2017 23:39:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E125 continuation line with same indent as next logical line
Fri, 18 Aug 2017 20:14:38 +0300 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
Fri, 18 Aug 2017 12:36:31 +0300 Andrey Skvortsov clean-up: fix PEP8 E127 continuation line over-indented for visual indent
Thu, 17 Aug 2017 17:25:17 +0300 Andrey Skvortsov clean-up: fix PEP8 E129 visually indented line with same indent as next logical line
Thu, 17 Aug 2017 16:26:32 +0300 Andrey Skvortsov clean-up: fix PEP8 W602 deprecated form of raising exception
Thu, 17 Aug 2017 15:43:25 +0300 Andrey Skvortsov clean-up: fix PEP8 E502 the backslash is redundant between brackets
Thu, 17 Aug 2017 14:27:06 +0300 Andrey Skvortsov clean-up: fix PEP8 W601 .has_key() is deprecated, use 'in'
Thu, 17 Aug 2017 11:39:10 +0300 Andrey Skvortsov clean-up: fix PEP8 E731 do not assign a lambda expression, use a def
Thu, 17 Aug 2017 10:12:04 +0300 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ','
Thu, 17 Aug 2017 10:08:23 +0300 Andrey Skvortsov clean-up: fix PEP8 E262 inline comment should start with '# '
Thu, 17 Aug 2017 10:04:24 +0300 Andrey Skvortsov clean-up: fix PEP8 E712 comparison to True should be 'if cond is True:' or 'if cond:'
Thu, 17 Aug 2017 09:55:39 +0300 Andrey Skvortsov clean-up: fix PEP8 E222 multiple spaces after operator
Wed, 16 Aug 2017 17:27:58 +0300 Andrey Skvortsov clean-up: fix PEP8 E111 indentation is not a multiple of four
Wed, 16 Aug 2017 16:37:45 +0300 Andrey Skvortsov clean-up: fix PEP8 E701 multiple statements on one line (colon)
Wed, 16 Aug 2017 15:18:57 +0300 Andrey Skvortsov clean-up: fix PEP8 E741 ambiguous variable name
Wed, 16 Aug 2017 13:56:36 +0300 Andrey Skvortsov clean-up: fix most PEP8 E221 multiple spaces before operator
Wed, 16 Aug 2017 13:49:02 +0300 Andrey Skvortsov clean-up: fix most PEP8 E266 too many leading '#' for block comment
Wed, 16 Aug 2017 13:01:13 +0300 Andrey Skvortsov clean-up: fix PEP8 E703 statement ends with a semicolon
Wed, 16 Aug 2017 12:57:52 +0300 Andrey Skvortsov clean-up: fix PEP8 E301 expected 1 blank line, found 0
Wed, 16 Aug 2017 12:53:23 +0300 Andrey Skvortsov clean-up: fix PEP8 E306 expected 1 blank line before a nested definition, found X
Wed, 16 Aug 2017 12:48:08 +0300 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
Wed, 16 Aug 2017 12:30:31 +0300 Andrey Skvortsov clean-up: fix PEP8 W391 blank line at end of file
Wed, 16 Aug 2017 12:21:05 +0300 Andrey Skvortsov clean-up: fix PEP8 E201 whitespace after '{'
Wed, 16 Aug 2017 12:03:46 +0300 Andrey Skvortsov clean-up: fix PEP8 E202 whitespace before ')'
Wed, 16 Aug 2017 11:47:27 +0300 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
Tue, 15 Aug 2017 22:38:43 +0300 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
Tue, 15 Aug 2017 17:01:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E711 comparison to None should be 'if cond is not None:'
Tue, 15 Aug 2017 16:48:49 +0300 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
Tue, 15 Aug 2017 16:01:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E303 too many blank lines
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
Tue, 15 Aug 2017 12:17:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
Mon, 14 Aug 2017 23:38:28 +0300 Andrey Skvortsov clean-up: fix PEP8 E271 multiple spaces after keyword
Mon, 14 Aug 2017 23:34:22 +0300 Andrey Skvortsov clean-up: fix PEP8 E261 at least two spaces before inline comment
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 14 Aug 2017 22:30:41 +0300 Andrey Skvortsov clean-up: fix PEP8 W293 blank line contains whitespace
Mon, 14 Aug 2017 22:23:17 +0300 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
Mon, 14 Aug 2017 21:31:01 +0300 Andrey Skvortsov clean-up: fix some PEP8 E265 block comment should start with '# '
Mon, 14 Aug 2017 21:20:32 +0300 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
Mon, 14 Aug 2017 21:09:48 +0300 Andrey Skvortsov convert some files from CRLF to LF
Mon, 14 Aug 2017 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Mon, 21 Aug 2017 20:17:19 +0000 Andrey Skvortsov README.md edited online with Bitbucket
Mon, 21 Aug 2017 20:16:00 +0000 Andrey Skvortsov fix link to documentation in README.md
Mon, 21 Aug 2017 20:14:34 +0000 Andrey Skvortsov Add information about built official documentation to README.md
Fri, 11 Aug 2017 15:18:19 +0300 Andrey Skvortsov don't allow empty dimension for ARRAY types
Wed, 09 Aug 2017 14:34:28 +0300 Andrey Skvortsov ignore built documentation
Wed, 09 Aug 2017 14:13:17 +0300 Andrey Skvortsov manual: add untranslated po files for French and Korean
Wed, 09 Aug 2017 14:11:20 +0300 Andrey Skvortsov build missing pot files, when building HTML documentation
Mon, 07 Aug 2017 14:28:29 +0300 Andrey Skvortsov fix some typos
Sun, 30 Jul 2017 13:54:51 -0700 janbarslo Changed title of new project dialog from:
Sun, 30 Jul 2017 13:51:43 -0700 janbarslo Changed title of New Project dialog
Fri, 28 Jul 2017 15:34:11 +0300 Andrey Skvortsov skip hidden files and directories on permission check
Fri, 14 Jul 2017 18:26:20 +0300 Andrey Skvortsov change structure of filename for bug reports in Beremiz and
Wed, 05 Jul 2017 13:11:45 +0300 wuyangtang fix target Xenomai missing functions
Wed, 05 Jul 2017 13:03:58 +0300 Andrey Skvortsov update messages.pot and messages.po
Wed, 05 Jul 2017 13:02:30 +0300 Andrey Skvortsov mki18n.py: generate messages.po (contains English strings in msgstr)
Wed, 05 Jul 2017 12:59:43 +0300 Andrey Skvortsov add to i18n/README forgotten commands to add some XML schemes as source
Tue, 04 Jul 2017 14:00:42 +0300 Surkov Sergey Backout commit 92537ed because of writing localized string in node *.xml file
Tue, 04 Jul 2017 13:46:48 +0300 Surkov Sergey Backout changeset 92537edeb2052d53ba5cad8b6da8463dbc660bb1