2009-10-22 greg Add new target (Makefile)
2009-10-22 greg support for passing list command to ProcessLogger
2009-10-22 greg Fix some warnings during compilation
2009-10-19 laurent Bug when importing Beremiz without wx.App declared fixed
2009-10-19 laurent Bugs with logger and stand-alone PluginRoot fixed
2009-10-16 'Laurent Bessard Greg changes merged
2009-10-16 laurent Warning in c_ext compiling fixed
2009-10-15 greg Fix relative matiec path problem
2009-10-15 laurent Adding support for declaring PluginRoot outside of Beremiz
2009-10-09 laurent Orthographic mistake in french internationalization fixed
2009-10-09 laurent improved english spelling and grammar and internationalization updated
2009-10-08 laurent Move Debug message disabled message at the right place
2009-10-08 laurent Removing superfluous event.Skip() in MenuEvent callback functions
2009-10-08 laurent Bug on canopen tests (not being multi-platform) fixed
2009-10-08 laurent Bug on Debug trying to start (and stop) before PLC started fixed.
2009-10-08 laurent Remove testing printings in svgui module of python plugin
2009-10-08 laurent Allowing multiple Beremiz_service instances to run on same target.
2009-10-08 laurent Bug on DebugVariablePanel when opening project at start fixed
2009-10-07 laurent Bug while trying to import SVG file fixed
2009-10-06 laurent Bug when expanded and collapsing plugin tree fixed
2009-10-06 laurent Bugs when expanded and collapsing plugin tree and location tree fixed
2009-10-06 laurent Bugs when expanded and collapsing location tree fixed
2009-10-02 laurent Removing memory leak while closing PluginsRoot
2009-09-26 laurent Bugs on displaying plugin available variables in PluginTree fixed
2009-09-24 laurent Adding support for displaying plugins available variable into Beremiz plugin tree
2009-09-24 laurent Bug on return debug tick test fixed
2009-09-24 laurent Merging some improvements from BCT
2009-09-21 'Laurent Bessard Changes merged
2009-09-21 laurent Adding support for forcing tick count to return to zero as the same time than all tasks firing are synchronized
2009-09-21 laurent Many bugs on PLCOpenEditor integration fixed
2009-09-16 laurent Integrate PLCOpenEditor into Beremiz frame
2009-09-16 laurent Bug on debug buffer test resulting in not transmitting debug data under specific conditions fixed
2009-09-16 laurent Remove dirtylibs test while freeing plc libs in PLCObject.py
2009-09-04 laurent Redesign DiscoveryDialog class to conform to others dialogs
2009-09-18 greg fix runtime.py filename case to avoid problem on multi-platform
2009-09-18 greg Fix defaults compiler and linker names for win32
2009-09-04 laurent Bug wrong control state while refreshing interface fixed
2009-09-03 laurent Bug with creating or opening a project not closing windows of current opened project fixed
2009-09-03 laurent Clean test_svgui removing useless buttons and drawing and choosing universal fonts
2009-09-02 laurent Applying patch from Iztok for old gcc versions
2009-09-01 laurent Updating windows test for new python plugin and svgui module
2009-09-01 laurent Bug on windows when trying to open wxglade generated 'hmi.py' file fixed
2009-09-01 laurent Fix non-destroyed dialog in 'OnOpenProject' if 'Cancel' selected
2009-08-27 laurent Close PLC editing and PLC debugging frames while closing project
2009-08-14 laurent Improving support for svgui, separating setting end getting attributes functions from creating function.
2009-08-13 edouard Merge with 35cc4c6a29363d0a89f3e1096832cf14bb79f3de
2009-08-13 edouard Merge with 75ae46b66315975b49ec48574befa094be583fdd
2009-08-12 b taylor merged greg's recent commits
2009-08-12 b taylor remove code that i was using for testing.
2009-08-12 b taylor merged in cherry-picked service discovery changes
2009-08-12 b taylor fix discovery dialog sorting, remove services from the discovery dialog when they go offline cherry-pick
2009-08-12 b taylor bugfix: On Windows, sometimes the the wrong line in the service discovery list control is updated when multiple services are displayed and a new service is discovered. cherry-pick
2009-08-12 b taylor fix pyZeroconf bug where getServiceInfo returns None. cherry-pick
2009-08-10 edouard Added ShowMaster button icon for Canfestival plugin
2009-08-12 laurent Adding new svgui support using twisted website HMI
2009-08-12 laurent Removing old svgui support using wxsvg
2009-08-12 laurent Adding support for twisted website HMI
2009-08-10 laurent Adding support for twisted website HMI
2009-08-07 laurent Adding support for python plugin wxglade_hmi allowing creation of PLC HMI using wxglade
2009-07-29 laurent Move python evaluator to create a python plugin containing any related python module
2009-07-29 laurent Bug extra_files deletion in working directory fixed
2009-07-29 laurent Bug extra_files deletion in working directory fixed
2009-07-29 laurent Adding support for recursively generate STLibrary and BlockLibrary according to plugin tree
2009-07-29 laurent Adding support for internationalization
2009-07-28 laurent Adding support for internationalization
2009-07-20 greg update cf_runtime.c (now call TimerInit and TimerCleanup on win32 platform)
2009-07-10 'Gr?gory Tr?lat prevent eclipse to push .project with .hgignore
2009-07-10 'Gr?gory Tr?lat removed dead hidden files
2009-07-06 btaylor close ZeroConf object when exiting the Service Discovery window.
2009-06-09 lbessard Adding support for printing lines where matiec failed in Log console (thanks to Brendan)
2009-05-30 greg Fix refresh of Beremiz button when connection lost
2009-05-30 greg Fix refresh of Beremiz button when connection lost
2009-05-30 greg Adding Lock around C code called by Debug thread
2009-05-28 greg fixed bug : Lock _FreePLC until _stopPLC finish
2009-05-28 lbessard Adding support for matiec new command line syntax
2009-05-28 greg - now call load, start, free PLC from the python Thread
2009-05-28 greg add "\n" to logger when pyro fall in error
2009-05-28 lbessard Bug while parsing long located variables in GetLocations fixed
2009-05-22 greg remove french comment in python_gear block
2009-05-19 greg add python_gear block (to execute python command each given cycle interval)
2009-05-18 greg get the WaitPythonCommands return (semaphore error code) to quit python_iterator loop when semaphore is destroyed
2009-05-18 greg Wait the debug thread has terminated before freeing PLC to avoid random segmentation fault.
2009-05-18 greg Add try/except in wx_evaluator to get and print exception when command failed and unlock in all cases to not block the python thread
2009-05-04 greg Replacing Debug rt_sem by rt_pipe
2009-05-04 greg Get PDOmapping exception from canfestival plugin
2009-05-04 greg Adding support for using only PDO define in EDS file and not configured for adding mapping in node
2009-05-04 greg Adding support for updating PLC status when stopping
2009-05-04 greg Adding support for enable/Disable plugins
2009-04-29 greg Add LoliTech phone number in bug report
2009-04-10 greg Fixed bug : Segmentation fault or locks when stop PLC if no CAN network.
2009-04-10 greg fixed bug : buffer overflow when debugging PLC with python blocks
2009-04-09 lbessard Adding support for unsubscribe all variables while transferring
2009-04-08 lbessard fixed wrong pthread initialisation
2009-04-04 greg add utf-8 and save shortcut support in PythonST
2009-03-31 greg remove print messages
2009-03-31 greg add autostart plc feature for beremiz_service (bug fixed)
2009-03-30 greg add autostart plc feature for beremiz_service
2009-03-24 lbessard Close Debug Window when program transfered
2009-03-24 lbessard Register the current watched variable in Debug Window before starting
2009-03-23 lbessard Bug opening Auto complete frame when not expected fixed
2009-03-23 lbessard Bug preventing loading STLibrary when adding a plugin fixed
2009-03-23 lbessard Invalid minimizebutton state when reload PLCParams fixed
2009-03-23 lbessard Fix bug preventing library to re-compiled when dependant files changed.
2009-03-23 lbessard Make 'runtime.py' and 'hmi.py' executed independantly
2009-03-16 lbessard Adding support for Xenomai targets.
2009-03-11 etisserant Restored splash with new lolitech logo
2009-03-06 etisserant Fixed non-wx runtime python evaluation stuff.
2009-03-02 greg updated : debian package scripts
2009-02-25 lbessard Fix size of ComboBoxes
2009-02-19 greg change splashscreen beremiz version to 2009.0 Beta
2009-02-16 greg Dispatch wxGlade tests in linux and win32 folders
2009-02-13 lbessard Bug with fonts on some systems fixed
2009-01-20 lbessard Bug when try to launch wxGlade on Windows fixed
2009-01-20 lbessard Bug when try to launch wxGlade on Windows fixed
2009-01-20 lbessard Bug on Windows fixed
2009-01-20 lbessard Bug when try to launch wxGlade on Windows fixed
2009-01-19 lbessard Adding support for cancelling code generation of function with no input connected
2009-01-19 greg remove arg : self.runtime when create pluginroot instance in OnOpenProject and OnNewProject method from beremiz class
2009-01-19 etisserant Updated config_utils so that command line tests work.
2009-01-19 etisserant Enahced python_cwiid test with a wxGlade GUI