Fri, 23 Feb 2018 11:16:25 +0100 Edouard Tisserant GetEditedElementInstancesInfos now optimized as well. Forgotten because not using [R.I.P]LibraryResolver, but still XSLT compiling was hapenning on each call.
Tue, 20 Feb 2018 15:09:01 +0100 Edouard Tisserant Another attempt to make BitBuket's version of pylint happy.
Tue, 20 Feb 2018 14:46:12 +0100 Edouard Tisserant Attempt to make BitBuket's version of pep8 and pylint happy.
Tue, 20 Feb 2018 14:24:30 +0100 Edouard Tisserant Removed dead slow code
Tue, 20 Feb 2018 14:16:51 +0100 Edouard Tisserant PEP8 and PyLint conformance: whitespaces and stuff
Tue, 20 Feb 2018 11:24:40 +0100 Edouard Tisserant Copy pasted, no time wasted !
Tue, 20 Feb 2018 11:24:10 +0100 Edouard Tisserant GetVariableDictionary and GetPouInterfaceReturnType optimized with new VariableInfoCollector based on XSLTModelQuery. Moved corresponding definitions out of PLCControler.py.
Mon, 19 Feb 2018 15:46:50 +0100 Edouard Tisserant GetPouInstanceTagName optimized with XSLTModelQuery.
Mon, 19 Feb 2018 15:15:36 +0100 Edouard Tisserant Better writing of some xpath added in previous commits about XSLT optimization.
Mon, 19 Feb 2018 15:14:30 +0100 Edouard Tisserant Moved some definitions away from controller class, and adaped references them through all code.
Mon, 19 Feb 2018 13:24:57 +0100 Edouard Tisserant Hook Beremiz Launcher AppStart to AdvancedSplash OnPaint event in order to ensure image is beeing displayed before loading.
Sun, 18 Feb 2018 22:29:35 +0100 Edouard Tisserant Avoid endline escaping in multiline xpath epressions in xslt. '
' Is apparently ignored but never know...
Sun, 18 Feb 2018 21:51:33 +0100 Edouard Tisserant Fixed earlier XSLT optimizations. Some/most results were missing.
Sun, 18 Feb 2018 21:30:48 +0100 Edouard Tisserant Moved some code from PLCController.py to other modules. Added necessary imports.
Sat, 17 Feb 2018 23:58:47 +0100 Edouard Tisserant GetPouVariables optimized with XSLTModelQuery
Sat, 17 Feb 2018 16:42:56 +0100 Edouard Tisserant Added /plcopen/InstancesPathCollector.py, to move more model xslt querying code away from PLCController.py.
Fri, 16 Feb 2018 18:38:30 +0100 Edouard Tisserant Fixed Exception dialog disapearing after a view second when exception occurs during app startup.
Fri, 16 Feb 2018 18:24:55 +0100 Edouard Tisserant Moved XSLTModelQuery class to own module in plcopen package.
Fri, 16 Feb 2018 13:00:06 +0100 Edouard Tisserant Added a class to speedup all XSLT queries. WIP, now only for instances_path.xslt / GetInstanceList()
Fri, 16 Feb 2018 03:24:11 +0100 Edouard Tisserant Stripped useless node creation in instances_path stylesheet.
Fri, 16 Feb 2018 02:29:10 +0100 Edouard Tisserant This should really help GetInstanceList to perform better: resolver removed, no more deepcopy, no more useless xml serialization, no more node-set() calls.
Fri, 16 Feb 2018 01:48:48 +0100 Edouard Tisserant YSLT auto indent trick is useless here, added yslt_noindent.yml2, regenerated XSLT files
Fri, 16 Feb 2018 01:38:34 +0100 Edouard Tisserant Prevent compiling XSLT on each call of GetInstanceList. To be continued. More optimization needed here. 100x would be fine...
Wed, 14 Feb 2018 15:39:27 +0100 Edouard Tisserant Changed meaning of -c commandline argument for Beremiz service : only gives DEFAULT wamp config.
Wed, 14 Feb 2018 14:50:10 +0100 Edouard Tisserant Factorized duplicated code
Wed, 14 Feb 2018 14:48:40 +0100 Edouard Tisserant Better variable naming, and small optimization.
Tue, 13 Feb 2018 14:01:20 +0100 Edouard Tisserant Unclutter graphics package scope.
Tue, 13 Feb 2018 13:57:53 +0100 Edouard Tisserant Removed dead code
Mon, 12 Feb 2018 13:18:53 +0100 Edouard Tisserant Fixed pyro timeout for runtime, was set too short and runtime was disconnecting when building PLC
Mon, 12 Feb 2018 11:34:07 +0100 Edouard Tisserant Ask to stop PLC before transfer if it is running