Thu, 10 May 2018 13:11:11 +0200 dporopat #2476 Connectors dialog module added. #2476
Wed, 09 May 2018 15:09:54 +0200 dporopat #2476 Separate connectors dialogs from connectors module. #2476
Wed, 09 May 2018 11:16:27 +0200 dporopat #2476 Additional check added if we can import wx. #2476
Thu, 10 May 2018 08:33:50 +0200 Edouard Tisserant Allow deleting configuration tree node with no corresponding directory in project tree
Mon, 07 May 2018 15:10:39 +0200 Edouard Tisserant Support unicode in LDFLAGS returned by extensions
Mon, 07 May 2018 14:19:08 +0200 Edouard Tisserant Fixed typos
Fri, 20 Apr 2018 11:21:20 +0200 dporopat #2476 Added uri location editor, getting connectors from list in Beremiz. #2476
Fri, 27 Apr 2018 16:32:53 +0200 Edouard Tisserant Fixed random segfault happening when loading new PLC in runtime, when using Xenonai.
Thu, 19 Apr 2018 15:17:05 +0200 Edouard Tisserant PEP-8 and PyLint
Thu, 19 Apr 2018 15:03:23 +0200 Edouard Tisserant merged Denis change to apply input as we type in CTN configuration forms text fieds
Thu, 19 Apr 2018 14:53:42 +0200 Edouard Tisserant PEP-8 and PyLint
Thu, 19 Apr 2018 13:09:41 +0200 Edouard Tisserant Add safety check to prevent exception when disconnecting while debugging
Thu, 19 Apr 2018 13:02:13 +0200 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.
Thu, 19 Apr 2018 12:22:40 +0200 Edouard Tisserant Rework of runtime non-real-time threading, and shared object dynamic loading :
Tue, 17 Apr 2018 11:19:18 +0200 Edouard Tisserant Stripped forgotten debug code
Thu, 19 Apr 2018 15:06:10 +0200 Edouard Tisserant close branch #2476
Thu, 19 Apr 2018 09:50:00 +0200 dporopat #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
Mon, 16 Apr 2018 16:11:18 +0200 Edouard Tisserant Fixed Xenomai 3 PLC stop freeze. Now use explicit finish command with pipes. Closing both ends of pipes doesn't abort blocking read anymore.
Mon, 16 Apr 2018 11:00:04 +0200 Edouard Tisserant More canonical test.
Sat, 14 Apr 2018 10:09:33 +0200 Edouard Tisserant PLCObject got more methods serialized through worker : Start, Stop, NewPLC.
Fri, 13 Apr 2018 00:29:52 +0200 Edouard Tisserant Fixed implementation of runtime worker that ensure that PLCObject Load and Unload methods always run main thread.
Thu, 12 Apr 2018 22:32:43 +0200 Edouard Tisserant merged
Thu, 12 Apr 2018 22:32:12 +0200 Edouard Tisserant merged
Thu, 12 Apr 2018 22:20:38 +0200 Edouard Tisserant Intermediate state while implementing runtime worker to ensure that PLCObject Load and Unload methods always run main thread.
Thu, 12 Apr 2018 16:38:09 +0200 Edouard Tisserant Stripped more dead code.
Thu, 12 Apr 2018 16:33:44 +0200 Edouard Tisserant Cleanup of some dead code in PYRO connector.
Thu, 12 Apr 2018 16:31:30 +0200 Edouard Tisserant Added logging in Xenomai init phase.
Thu, 12 Apr 2018 16:29:43 +0200 Edouard Tisserant Apply new RT Pipes API from Xenomai 3
Thu, 12 Apr 2018 16:27:22 +0200 Edouard Tisserant Removed useless try/except in Canfestival.py
Tue, 10 Apr 2018 13:36:36 +0200 dporopat #2579 On showing search result, text color of tree item is set to white. We need to change back color to show the result.