2018-02-02 Surkov Sergey remove duplicating code for variables name generate
2018-01-31 Surkov Sergey add fields autocomplete when adding task or instance in resources
2018-01-18 Surkov Sergey fix search in TextViewer objects, search returns only first entry
2018-01-18 Surkov Sergey fix import order according to PEP8
2018-01-15 Surkov Sergey fix default time range choice for debug variable panel
2018-01-12 Surkov Sergey enlarge canvas border for debug variable graphic viewer
2018-01-12 Surkov Sergey fix rounding milliseconds from nanoseconds
2018-01-12 Surkov Sergey fix display TIME type variables in debug variable panel
2018-03-01 Edouard Tisserant fix for test app from skv. thanks
2018-03-01 Edouard Tisserant Prevent catching exception if exception handling was not enabled (or disabled by test test app).
2018-03-01 Edouard Tisserant pep8 and pylint hate me
2018-02-28 Edouard Tisserant Fixed typo introduced in 5736d25bb393
2018-02-23 Edouard Tisserant GetEditedElementInstancesInfos now optimized as well. Forgotten because not using [R.I.P]LibraryResolver, but still XSLT compiling was hapenning on each call.
2018-02-20 Edouard Tisserant Another attempt to make BitBuket's version of pylint happy.
2018-02-20 Edouard Tisserant Attempt to make BitBuket's version of pep8 and pylint happy.
2018-02-20 Edouard Tisserant Removed dead slow code
2018-02-20 Edouard Tisserant PEP8 and PyLint conformance: whitespaces and stuff
2018-02-20 Edouard Tisserant Copy pasted, no time wasted !
2018-02-20 Edouard Tisserant GetVariableDictionary and GetPouInterfaceReturnType optimized with new VariableInfoCollector based on XSLTModelQuery. Moved corresponding definitions out of PLCControler.py.
2018-02-19 Edouard Tisserant GetPouInstanceTagName optimized with XSLTModelQuery.
2018-02-19 Edouard Tisserant Better writing of some xpath added in previous commits about XSLT optimization.
2018-02-19 Edouard Tisserant Moved some definitions away from controller class, and adaped references them through all code.
2018-02-19 Edouard Tisserant Hook Beremiz Launcher AppStart to AdvancedSplash OnPaint event in order to ensure image is beeing displayed before loading.
2018-02-18 Edouard Tisserant Avoid endline escaping in multiline xpath epressions in xslt. '
' Is apparently ignored but never know...
2018-02-18 Edouard Tisserant Fixed earlier XSLT optimizations. Some/most results were missing.
2018-02-18 Edouard Tisserant Moved some code from PLCController.py to other modules. Added necessary imports.
2018-02-17 Edouard Tisserant GetPouVariables optimized with XSLTModelQuery
2018-02-17 Edouard Tisserant Added /plcopen/InstancesPathCollector.py, to move more model xslt querying code away from PLCController.py.
2018-02-16 Edouard Tisserant Fixed Exception dialog disapearing after a view second when exception occurs during app startup.
2018-02-16 Edouard Tisserant Moved XSLTModelQuery class to own module in plcopen package.