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.