Fri, 18 Aug 2017 20:14:38 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E128 continuation line under-indented for visual indent
|
file |
diff |
annotate
|
Fri, 18 Aug 2017 12:36:31 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E127 continuation line over-indented for visual indent
|
file |
diff |
annotate
|
Thu, 17 Aug 2017 16:26:32 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 W602 deprecated form of raising exception
|
file |
diff |
annotate
|
Thu, 17 Aug 2017 15:43:25 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E502 the backslash is redundant between brackets
|
file |
diff |
annotate
|
Thu, 17 Aug 2017 14:27:06 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 W601 .has_key() is deprecated, use 'in'
|
file |
diff |
annotate
|
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:'
|
file |
diff |
annotate
|
Thu, 17 Aug 2017 09:55:39 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E222 multiple spaces after operator
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 12:48:08 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 22:38:43 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
|
file |
diff |
annotate
|
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:'
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 12:17:51 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 23:27:15 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 22:23:17 +0300 |
Andrey Skvortsov |
clean-up: fix some PEP8 E228 missing whitespace around modulo operator
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 21:20:32 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E401 multiple imports on one line
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 19:13:01 +0300 |
Andrey Skvortsov |
clean-up for PEP8: fix W291 trailing whitespace
|
file |
diff |
annotate
|
Fri, 18 Nov 2016 13:57:42 +0300 |
Andrey Skvortsov |
fix license notices in source files and license files under GPLv2+
|
file |
diff |
annotate
|
Tue, 08 Nov 2016 18:06:30 +0300 |
Andrey Skvortsov |
fix breaking non-latin description and comments in FBD, LD, SFC and
|
file |
diff |
annotate
|
Wed, 27 Apr 2016 18:42:30 +0300 |
Andrey Skvortsov |
fix copying elements with non-latin content like comment element, or
|
file |
diff |
annotate
|
Wed, 02 Apr 2014 21:07:35 +0200 |
Edouard Tisserant |
xmlclass : Ensured precedence of newly defined class in case of conflicting declaration
|
file |
diff |
annotate
|
Sun, 19 Jan 2014 22:38:52 +0100 |
Edouard Tisserant |
Fixed xmlclass bug when enabling/disabling libraries in root CTN
|
file |
diff |
annotate
|
Fri, 27 Sep 2013 16:22:40 +0200 |
Laurent Bessard |
Added support for loading XML file even if not following XSD schema (but still following XML syntax), warning user of errors in XML file
|
file |
diff |
annotate
|
Tue, 24 Sep 2013 00:44:06 +0200 |
Laurent Bessard |
Fixed xmlclass for working with included files, adding support for SimpleType elements and solving ambiguity in extension class when different elements share the same name and parent name
|
file |
diff |
annotate
|
Wed, 11 Sep 2013 23:48:41 +0200 |
Laurent Bessard |
Fixed Beremiz for working with new xmlclass support using lxml
|
file |
diff |
annotate
|
Thu, 05 Sep 2013 10:36:33 +0200 |
Laurent Bessard |
Fixed xmlclass and plcopen using precompile xpath where possible
|
file |
diff |
annotate
|
Tue, 03 Sep 2013 23:39:22 +0200 |
Laurent Bessard |
Fixed undo/redo with xmlclass refactoring
|
file |
diff |
annotate
|
Tue, 03 Sep 2013 23:36:10 +0200 |
Laurent Bessard |
Removed obsolete functions for extracting values for xml dom tree and generating xml string
|
file |
diff |
annotate
|
Mon, 02 Sep 2013 09:41:15 +0200 |
Laurent Bessard |
Removed namespaces declaration in subtree elements xml description when copy/paste
|
file |
diff |
annotate
|
Thu, 29 Aug 2013 19:18:41 +0200 |
Laurent Bessard |
Fixed datatype and configuration editing in xmlclass refactoring
|
file |
diff |
annotate
|
Thu, 29 Aug 2013 00:28:39 +0200 |
Laurent Bessard |
Fixed diagram editing in xmlclass refactoring
|
file |
diff |
annotate
|
Wed, 28 Aug 2013 11:52:46 +0200 |
Laurent Bessard |
Second stage of xmlclass refactoring using lxml , project are loaded and displayed successfully
|
file |
diff |
annotate
|
Mon, 26 Aug 2013 10:55:03 +0200 |
Laurent Bessard |
First stage of xmlclass refactoring using lxml
|
file |
diff |
annotate
|
Tue, 28 May 2013 17:52:07 +0200 |
Laurent Bessard |
Fixed inconsistency in value display when setting integer value for float parameter
|
file |
diff |
annotate
|
Mon, 13 May 2013 14:31:23 +0200 |
Laurent Bessard |
Fixed support for defining python runtime code using sections like in c_ext
|
file |
diff |
annotate
|
Tue, 09 Apr 2013 18:16:04 +0200 |
Laurent Bessard |
Fixed bug when connecting and URI_location is empty
|
file |
diff |
annotate
|
Fri, 05 Apr 2013 00:08:02 +0200 |
Laurent Bessard |
Fixed bug when setting empty value to optional non-string parameters
|
file |
diff |
annotate
|
Fri, 07 Sep 2012 16:45:55 +0200 |
Laurent Bessard |
Integration of PLCOpenEditor into Beremiz
|
file |
diff |
annotate
|