- merged changes in README.md 2018-05-22, by Andrey Skvortsov
- add python-cycler dependence in readme 2018-03-12, by Sergey Surkov
- Make Modbus mutexes non blocking for PLC. If data related to some modbus request is alredy locked when PLC wants to access it, then data isn't copied to/from PLC 2018-05-23, by Edouard Tisserant
- Merged #2476, URI dialog fixes 2018-05-17, by Edouard Tisserant
- close branch #2476 - URI dialog fixed #2476 2018-05-17, by Edouard Tisserant
- #2476 Changes to the comment. #2476 2018-05-14, by dporopat
- #2476 Connectors dialog module added. #2476 2018-05-10, by dporopat
- #2476 Separate connectors dialogs from connectors module. #2476 2018-05-09, by dporopat
- #2476 Additional check added if we can import wx. #2476 2018-05-09, by dporopat
- Allow deleting configuration tree node with no corresponding directory in project tree 2018-05-10, by Edouard Tisserant
- Support unicode in LDFLAGS returned by extensions 2018-05-07, by Edouard Tisserant
- Fixed typos 2018-05-07, by Edouard Tisserant
- #2476 Added uri location editor, getting connectors from list in Beremiz. #2476 2018-04-20, by dporopat
- Fixed random segfault happening when loading new PLC in runtime, when using Xenonai. 2018-04-27, by Edouard Tisserant
- PEP-8 and PyLint 2018-04-19, by Edouard Tisserant
- merged Denis change to apply input as we type in CTN configuration forms text fieds 2018-04-19, by Edouard Tisserant
- PEP-8 and PyLint 2018-04-19, by Edouard Tisserant
- Add safety check to prevent exception when disconnecting while debugging 2018-04-19, by Edouard Tisserant
- Removed DebugThread. Take advantage of the fact that buffering is done in runtime. No need to poll for traces more than ten per second, then use simple wxTimer for that. Also removed Debug Lock since now everything happens in wx' mainloop. 2018-04-19, by Edouard Tisserant
- Rework of runtime non-real-time threading, and shared object dynamic loading : 2018-04-19, by Edouard Tisserant
- Stripped forgotten debug code 2018-04-17, by Edouard Tisserant
- close branch #2476 2018-04-19, by Edouard Tisserant
- #2476 Fix for saving text in URI edit text box. No need to click out of URI edit text box to save edited text. #2476 2018-04-19, by dporopat
- Fixed Xenomai 3 PLC stop freeze. Now use explicit finish command with pipes. Closing both ends of pipes doesn't abort blocking read anymore. 2018-04-16, by Edouard Tisserant
- More canonical test. 2018-04-16, by Edouard Tisserant
- PLCObject got more methods serialized through worker : Start, Stop, NewPLC. 2018-04-14, by Edouard Tisserant
- Fixed implementation of runtime worker that ensure that PLCObject Load and Unload methods always run main thread. 2018-04-13, by Edouard Tisserant
- merged 2018-04-12, by Edouard Tisserant
- merged 2018-04-12, by Edouard Tisserant
- Intermediate state while implementing runtime worker to ensure that PLCObject Load and Unload methods always run main thread. 2018-04-12, by Edouard Tisserant
- Stripped more dead code. 2018-04-12, by Edouard Tisserant
- Cleanup of some dead code in PYRO connector. 2018-04-12, by Edouard Tisserant
- Added logging in Xenomai init phase. 2018-04-12, by Edouard Tisserant
- Apply new RT Pipes API from Xenomai 3 2018-04-12, by Edouard Tisserant
- Removed useless try/except in Canfestival.py 2018-04-12, by Edouard Tisserant
- #2579 On showing search result, text color of tree item is set to white. We need to change back color to show the result. 2018-04-10, by dporopat
- PEP-8... 2018-03-29, by Edouard Tisserant
- Fixed bug that was creating many frames at starup on Windows 2018-03-29, by Edouard Tisserant
- re-merge 2018-03-25, by Edouard Tisserant
- Xenomai 3 2018-03-19, by Edouard Tisserant
- merged Sergeys changes 2018-03-02, by Edouard Tisserant
- fix bug with indelible values in some 'optional' fields in project properties panel 2018-02-19, by Surkov Sergey
- make the URI model compatible with https 2018-02-19, by Surkov Sergey
- add address validation in Company URL field 2018-02-19, by Surkov Sergey
- remove duplicating code for variables name generate 2018-02-02, by Surkov Sergey
- add fields autocomplete when adding task or instance in resources 2018-01-31, by Surkov Sergey
- fix search in TextViewer objects, search returns only first entry 2018-01-18, by Surkov Sergey
- fix import order according to PEP8 2018-01-18, by Surkov Sergey
- fix default time range choice for debug variable panel 2018-01-15, by Surkov Sergey
- enlarge canvas border for debug variable graphic viewer 2018-01-12, by Surkov Sergey
- fix rounding milliseconds from nanoseconds 2018-01-12, by Surkov Sergey
- fix display TIME type variables in debug variable panel 2018-01-12, by Surkov Sergey
- fix for test app from skv. thanks 2018-03-01, by Edouard Tisserant
- Prevent catching exception if exception handling was not enabled (or disabled by test test app). 2018-03-01, by Edouard Tisserant
- pep8 and pylint hate me 2018-03-01, by Edouard Tisserant
- Fixed typo introduced in 5736d25bb393 2018-02-28, by 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-23, by Edouard Tisserant
- Another attempt to make BitBuket's version of pylint happy. 2018-02-20, by Edouard Tisserant
- Attempt to make BitBuket's version of pep8 and pylint happy. 2018-02-20, by Edouard Tisserant
- Removed dead slow code 2018-02-20, by Edouard Tisserant