controls/DurationCellEditor.py
2021-03-29 Edouard Tisserant Fixed misuse of GridCellEditor in DurationCellEditor, potentially leading to crash on windows.
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-11 Andrey Skvortsov fix pylint warning "(no-value-for-parameter) No value for argument 'X' in function call"
2017-09-29 Andrey Skvortsov fix error __init__ method from base class is not called
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E127 continuation line over-indented for visual indent
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
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2016-10-27 Andrey Skvortsov fix issue that sometimes period for cyclic task wasn't saved.
2016-04-22 Andrey Skvortsov fix issue, that was impossible to change time interval for cyclic
2013-07-04 Laurent Bessard Fixed DurationCellEditor to make it reusable
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz