controls/ProjectPropertiesPanel.py
2018-06-26 Andrey Skvortsov Fix size of ProjectDialog used by PLCOpenEditor
2018-03-02 Edouard Tisserant merged Sergeys changes
2018-02-19 Surkov Sergey fix bug with indelible values in some 'optional' fields in project properties panel
2018-02-19 Surkov Sergey add address validation in Company URL field
2018-01-04 Edouard Tisserant enforce PEP8 in previous commit
2017-01-20 dporopat replaced normal panel with scrolled panel under project properties
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-08-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E124 closing bracket does not match visual indentation
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2017-06-19 Andrey Skvortsov make all dialog have non-fixed size
2017-04-11 Andrey Skvortsov fix clearing project name on opening project properties page.
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2016-10-05 Sergey Surkov Add russian language in Project properties -> Other menu.
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz