Fri, 05 Oct 2018 13:11:28 +0300 Andrey Skvortsov cleanup pyc files between running pytest
Thu, 04 Oct 2018 17:24:40 +0300 Andrey Skvortsov python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
Thu, 04 Oct 2018 12:09:23 +0300 Andrey Skvortsov Use multiple processes to speed up pylint
Thu, 04 Oct 2018 12:07:16 +0300 Andrey Skvortsov python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
Thu, 04 Oct 2018 11:25:42 +0300 Andrey Skvortsov python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3
Fri, 23 Nov 2018 00:45:51 +0100 Edouard Tisserant Fixed regression in connecting to LOCAL:// targets
Fri, 23 Nov 2018 00:33:04 +0100 Edouard Tisserant Merge, with surprizingly little conflicts
Thu, 22 Nov 2018 23:39:54 +0100 Edouard Tisserant IDManager : finished Import/Export. Added merging capability to import (asks if particular ID is replaced during import). Added ESC as closing shortcut to IDManager dialog, and adjusted its size.
Wed, 03 Oct 2018 15:47:59 +0300 Andrey Skvortsov merge
Wed, 03 Oct 2018 14:20:57 +0300 Andrey Skvortsov Update localization template
Wed, 03 Oct 2018 14:19:41 +0300 Andrey Skvortsov Fix 'msgid' format string with unnamed arguments cannot be properly localized
Wed, 03 Oct 2018 14:17:19 +0300 Andrey Skvortsov Add automatic check for localization strings with multiple unnamed arguments
Wed, 03 Oct 2018 12:43:35 +0300 Andrey Skvortsov Improve localization support in etherlab (mostly)
Wed, 03 Oct 2018 12:07:56 +0300 Andrey Skvortsov cleanup etherlab: pylint, W0602 (global-variable-not-assigned) Using global for 'X' but no assignment is done
Wed, 03 Oct 2018 11:48:05 +0300 Andrey Skvortsov cleanup: pylint, W0109 # (duplicate-key) Duplicate key 'X' in dictionary
Wed, 03 Oct 2018 11:47:04 +0300 Andrey Skvortsov Add python3 syntax checking to CI
Wed, 03 Oct 2018 11:44:57 +0300 Andrey Skvortsov Fix old style exception raise and exec syntax
Tue, 02 Oct 2018 18:08:49 +0300 Andrey Skvortsov Use python 3 compatible exception syntax everywhere
Tue, 02 Oct 2018 17:18:09 +0300 Andrey Skvortsov cleanup: pylint, R0123 # (literal-comparison) Comparison to literal
Tue, 02 Oct 2018 16:53:14 +0300 Andrey Skvortsov Use predefined constants for PlcStatus instead of string literals
Mon, 01 Oct 2018 15:53:34 +0300 Andrey Skvortsov cleanup: pylint, R1704 # (redefined-argument-from-local) Redefining argument with the local name 'Y'
Mon, 01 Oct 2018 15:36:01 +0300 Andrey Skvortsov cleanup: pylint, R1701 # (consider-merging-isinstance) Consider merging these isinstance calls to isinstance(CTNLDFLAGS, (str, unicode))
Mon, 01 Oct 2018 14:29:01 +0300 Andrey Skvortsov cleanup: pylint, E1304 # (missing-format-string-key) Missing key 'X_name' in format string dictionary
Mon, 01 Oct 2018 14:13:05 +0300 Andrey Skvortsov cleanup: pylint, E1300 # (bad-format-character) Unsupported format character '"' (0x22) at index 17
Mon, 01 Oct 2018 13:43:50 +0300 Andrey Skvortsov cleanup: pylint, W0111 # (assign-to-new-keyword) Name async will become a keyword in Python 3.7
Mon, 01 Oct 2018 13:31:52 +0300 Andrey Skvortsov cleanup: pylint, E1310 (bad-str-strip-call) Suspicious argument in str.strip call
Mon, 01 Oct 2018 12:04:58 +0300 Andrey Skvortsov Fix segmentation fault when last lines in text POUs should be highlighted
Sat, 29 Sep 2018 19:18:50 +0300 Andrey Skvortsov enable etherlab checks
Sat, 29 Sep 2018 19:10:43 +0300 Andrey Skvortsov clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block
Sat, 29 Sep 2018 18:59:41 +0300 Andrey Skvortsov clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X'
Sat, 29 Sep 2018 17:52:33 +0300 Andrey Skvortsov clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
Sat, 29 Sep 2018 17:39:21 +0300 Andrey Skvortsov clean etherlab: pylint,E0602 # (undefined-variable) Undefined variable 'X'
Sat, 29 Sep 2018 17:12:44 +0300 Andrey Skvortsov clean etherlab: pylint, E1136 # (unsubscriptable-object) Value 'X' is unsubscriptable
Sat, 29 Sep 2018 17:00:01 +0300 Andrey Skvortsov ignore missing MotionLibrary
Sat, 29 Sep 2018 16:57:25 +0300 Andrey Skvortsov clean etherlab: pylint, E0611 # (no-name-in-module) No name 'X' in module 'Y'
Sat, 29 Sep 2018 16:53:46 +0300 Andrey Skvortsov clean etherlab: pylint, C0123 # (unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck.
Sat, 29 Sep 2018 16:48:25 +0300 Andrey Skvortsov clean etherlab: pylint, W0104 # (pointless-statement) Statement seems to have no effect
Sat, 29 Sep 2018 16:46:41 +0300 Andrey Skvortsov clean etherlab: pylint, W0631 # (undefined-loop-variable) Using possibly undefined loop variable 'X'
Sat, 29 Sep 2018 16:40:56 +0300 Andrey Skvortsov clean etherlab: pylint, C1001 # (old-style-class) Old-style class defined.
Sat, 29 Sep 2018 16:39:25 +0300 Andrey Skvortsov clean etherlab: pylint, W0611 # (unused-import) Unused import X
Sat, 29 Sep 2018 16:35:38 +0300 Andrey Skvortsov clean etherlab: pylint, E0102 # (function-redefined) method already defined
Sat, 29 Sep 2018 16:33:22 +0300 Andrey Skvortsov clean etherlab: pylint, W0105 # (pointless-string-statement) String statement has no effect
Sat, 29 Sep 2018 16:31:54 +0300 Andrey Skvortsov clean etherlab: pylint,W0231 # (super-init-not-called) __init__ method from base class is not called
Sat, 29 Sep 2018 16:29:41 +0300 Andrey Skvortsov clean etherlab: pylint, C0412 # (ungrouped-imports) Imports from package X are not grouped
Sat, 29 Sep 2018 16:23:20 +0300 Andrey Skvortsov clean etherlab: pylint,W0108 # (unnecessary-lambda) Lambda may not be necessary
Sat, 29 Sep 2018 16:19:15 +0300 Andrey Skvortsov clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y"
Sat, 29 Sep 2018 16:17:04 +0300 Andrey Skvortsov clean etherlab: pylint, W0404 # reimported module
Sat, 29 Sep 2018 15:41:20 +0300 Andrey Skvortsov check_source.sh: add E301 check to the list of selected PEP8 errors
Sat, 29 Sep 2018 15:38:49 +0300 Andrey Skvortsov clean etherlab: pep8, E301 expected 2 blank lines, found 1
Sat, 29 Sep 2018 15:35:22 +0300 Andrey Skvortsov clean etherlab: pep8, W503 line break before binary operator
Sat, 29 Sep 2018 15:33:41 +0300 Andrey Skvortsov clean etherlab: pep8, E266 too many leading '#' for block comment
Sat, 29 Sep 2018 15:31:50 +0300 Andrey Skvortsov clean etherlab: pep8, E122 continuation line missing indentation or outdented
Sat, 29 Sep 2018 15:24:07 +0300 Andrey Skvortsov clean etherlab: pep8, W191 indentation contains tabs
Sat, 29 Sep 2018 15:21:06 +0300 Andrey Skvortsov clean etherlab: pep8, E211 whitespace before '['
Sat, 29 Sep 2018 15:16:21 +0300 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
Sat, 29 Sep 2018 15:03:17 +0300 Andrey Skvortsov clean etherlab: pep8, E127 continuation line over-indented for visual indent
Sat, 29 Sep 2018 14:57:15 +0300 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
Sat, 29 Sep 2018 13:44:02 +0300 Andrey Skvortsov clean etherlab: pep8, W602 deprecated form of raising exception
Sat, 29 Sep 2018 13:34:06 +0300 Andrey Skvortsov clean etherlab: pep8, W601 .has_key() is deprecated, use 'in'
Sat, 29 Sep 2018 13:30:41 +0300 Andrey Skvortsov clean etherlab: pep8, E731 do not assign a lambda expression, use a def
Sat, 29 Sep 2018 13:29:20 +0300 Andrey Skvortsov clean etherlab: pep8, E203 whitespace before ','
Sat, 29 Sep 2018 13:04:33 +0300 Andrey Skvortsov clean etherlab: pep8, E712 comparison to True should be 'if cond is True:' or 'if cond:'
Sat, 29 Sep 2018 12:55:56 +0300 Andrey Skvortsov clean etherlab: pep8, E222 multiple spaces after operator
Sat, 29 Sep 2018 12:54:42 +0300 Andrey Skvortsov clean etherlab: pep8, E741 ambiguous variable name 'l'
Sat, 29 Sep 2018 12:48:28 +0300 Andrey Skvortsov cleanup etherlab: pep8, E306 expected 1 blank line before a nested definition, found X
Fri, 28 Sep 2018 19:30:16 +0300 Andrey Skvortsov cleanup etherlab: pep8, E305 expected 2 blank lines after class or function definition, found X
Fri, 28 Sep 2018 19:25:18 +0300 Andrey Skvortsov cleanup etherlab: pep8, E201 whitespace after '('
Fri, 28 Sep 2018 19:22:14 +0300 Andrey Skvortsov cleanup etherlab: pep8, E202 whitespace before ')'
Fri, 28 Sep 2018 19:20:32 +0300 Andrey Skvortsov cleanup etherlab: pep8, E227 missing whitespace around bitwise or shift operator
Fri, 28 Sep 2018 19:16:12 +0300 Andrey Skvortsov cleanup etherlab: pep8, E251 unexpected spaces around keyword / parameter equals
Fri, 28 Sep 2018 19:12:26 +0300 Andrey Skvortsov cleanup etherlab: pep8, E225 missing whitespace around operator
Fri, 28 Sep 2018 19:06:28 +0300 Andrey Skvortsov cleanup etherlab: pep8, E303 too many blank lines (2)
Fri, 28 Sep 2018 19:02:49 +0300 Andrey Skvortsov cleanup etherlab: pep8, E231 missing whitespace after ','
Fri, 28 Sep 2018 18:12:18 +0300 Andrey Skvortsov cleanup etherlab: pep8, E271 multiple spaces after keyword
Fri, 28 Sep 2018 18:06:59 +0300 Andrey Skvortsov cleanup etherlab: pep8, E261 at least two spaces before inline comment
Fri, 28 Sep 2018 18:04:28 +0300 Andrey Skvortsov cleanup etherlab: pep8, E302 expected 2 blank lines, found 1
Fri, 28 Sep 2018 18:00:50 +0300 Andrey Skvortsov cleanup etherlab: pep8, W293 blank line contains whitespace
Fri, 28 Sep 2018 17:59:28 +0300 Andrey Skvortsov cleanup etherlab: pep8, E228 missing whitespace around modulo operator
Fri, 28 Sep 2018 17:52:30 +0300 Andrey Skvortsov cleanup etherlab: pep8, E401 multiple imports on one line
Fri, 28 Sep 2018 17:48:10 +0300 Andrey Skvortsov cleanup etherlab: pep8, E265 block comment should start with '# '
Fri, 28 Sep 2018 17:20:11 +0300 Andrey Skvortsov cleanup etherlab: pep8, W291 trailing whitespace
Fri, 28 Sep 2018 17:15:53 +0300 Andrey Skvortsov convert some etherlab source files to unix format
Fri, 28 Sep 2018 17:14:42 +0300 Andrey Skvortsov cleanup etherlab: pep8, E722 do not use bare except
Fri, 28 Sep 2018 13:21:06 +0300 Andrey Skvortsov Ignore cache files and generated test reports
Fri, 28 Sep 2018 13:17:30 +0300 Andrey Skvortsov Update Beremiz translations and list of translators
Fri, 28 Sep 2018 13:07:46 +0300 Andrey Skvortsov Use the list of supported by app translations instead of supported translations by wx
Fri, 28 Sep 2018 12:54:14 +0300 Andrey Skvortsov Suppress message box in case current locale is unsupported or missing in wx
Thu, 27 Sep 2018 19:07:57 +0300 Andrey Skvortsov Add commands to pull translation from transifex
Wed, 26 Sep 2018 18:08:57 +0300 Andrey Skvortsov Add custom dialog to add/edit comment block in graphical editors
Wed, 26 Sep 2018 14:20:51 +0300 Andrey Skvortsov Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
Wed, 26 Sep 2018 14:15:22 +0300 Andrey Skvortsov use the same font size on Windows and GNU/Linux
Wed, 26 Sep 2018 12:13:23 +0300 Andrey Skvortsov use nice and pretty mono font in graphical languages (SFC, FBD, LD) as well
Tue, 25 Sep 2018 19:00:03 +0300 Andrey Skvortsov Don't need to call extra _init_
Tue, 25 Sep 2018 18:31:17 +0300 Andrey Skvortsov Fix black background in preview window
Tue, 25 Sep 2018 18:29:10 +0300 Andrey Skvortsov Avoid division by zero in case width or height for page are not specified
Wed, 21 Nov 2018 14:10:51 +0100 Edouard Tisserant IDManager: added import/export plus little cosmetic enhancements.
Tue, 20 Nov 2018 11:32:42 +0100 Edouard Tisserant IDManager : refactored a bit, moved some code into PSKManagement.py. Now captures URI and PSK on new PYRO(S) and propose them when editing URI. Import/export still to be implemented.
Mon, 19 Nov 2018 10:39:50 +0100 Edouard Tisserant Renaming servicetype into scheme.
Fri, 16 Nov 2018 14:04:51 +0100 Edouard Tisserant Added toolbar button to launch ID Manager dialog.
Fri, 16 Nov 2018 10:00:06 +0100 Edouard Tisserant Renamed IDManager control into IDBrowser, because dialog will be named IDManager
Wed, 14 Nov 2018 14:09:18 +0100 Edouard Tisserant IDManager.py : finished selector mode.
Wed, 14 Nov 2018 11:32:08 +0100 Edouard Tisserant Added early implementation of IDManager.py. For now only used to select ID in URIEditor
Fri, 09 Nov 2018 13:26:06 +0100 Edouard Tisserant Path may contain spaces... sequel of d1359cb
Thu, 08 Nov 2018 14:33:35 +0100 Edouard Tisserant 'Merged' URI editor dialog and Discovery dialog, also clean up related code
Thu, 08 Nov 2018 11:20:35 +0100 Edouard Tisserant Cut more useless code from URI Editor
Thu, 08 Nov 2018 11:14:06 +0100 Edouard Tisserant URI Editor Dialog : moved it to /dialog, and fixed naming.
Thu, 08 Nov 2018 09:39:06 +0100 Edouard Tisserant URI editor : Rewrote most of it, cleaner.
Tue, 30 Oct 2018 14:08:28 +0100 Edouard Tisserant PSK : Stunnel and/or OpenSSL (undocumented) handles PSK better without special chars, apparently
Tue, 30 Oct 2018 13:47:24 +0100 Edouard Tisserant Prevent PLCObject to be imported from IDE as a side effect of importing runtime package
Tue, 30 Oct 2018 09:46:46 +0100 Edouard Tisserant WAMP : ensure that unicode string is passed for published events IDs
Tue, 30 Oct 2018 09:45:47 +0100 Edouard Tisserant PYRO PSK: adjusted cipher and key length to be usable with openSSL 1.0.2k.
Mon, 29 Oct 2018 11:33:36 +0100 Edouard Tisserant Automatically get PSK and ID when connecting to PYRO[S], so that future connection through PYROS can use that same key. Also fixed case to UPPER for *PSK.
Tue, 23 Oct 2018 16:19:20 +0200 Edouard Tisserant Runtime : Ensure that a random PSK secret compatible with stunnel is generated if -s commandline switch is used. Stunnel service is restarted after generation, using spawn_subprocess. TODO : give stunnel restart command as a commandline parameter.
Tue, 23 Oct 2018 16:13:34 +0200 Edouard Tisserant Added runtime/spawn_subprocess.py. Force use posix spawn instead of fork, with API similar to subprocess. Using fork in runtime is incompatible with Xenomai, because memory is locked and this can lead to out of memory error.
Tue, 23 Oct 2018 13:36:07 +0200 Edouard Tisserant Small cosmetic change to enhance readability and avoid confusion.
Tue, 23 Oct 2018 13:34:15 +0200 Edouard Tisserant Force Zeroconf to listen and answer only on interface specified with '-i' command line argument.
Tue, 23 Oct 2018 13:31:26 +0200 Edouard Tisserant Useless __name__ == '__main__' tests.
Mon, 22 Oct 2018 12:58:10 +0200 Edouard Tisserant Fixed PYRO's PSK_Adapter : monkey patching was breaking non-PSK protocol, and import ssl was missing.
Fri, 19 Oct 2018 13:34:52 +0200 Edouard Tisserant merge
Fri, 19 Oct 2018 13:29:52 +0200 Edouard Tisserant Fix PYROPSK protocol configuration. After a few iteration of trial and error it appears that TSLv1 and PSK ciphers needs to be specified