2011-03-31 Edouard Tisserant Added build shortcut
2011-03-31 laurent Adding support for disable language translation when default language not available in locale
2011-03-28 Edouard Tisserant spring 2011 - 1.01 bugfix release
2011-03-28 Edouard Tisserant Restore RefreshFileMenu in CFileEditor
2011-03-27 laurent Merged with Edouard's modifications
2011-03-27 laurent Bug in CFileEditor calling refresh of not used FileMenu fixed
2011-03-26 Edouard Tisserant file menu with Save implementation in c_ext plugin
2011-03-26 Edouqrd Tisserant Fixed exception when adding variables in C_ext plugin
2011-03-25 Edouqrd Tisserant Fix typo in plc_debug.c
2011-03-16 edouard Also retain when debugger is stalled
2011-03-16 edouard More robust retain buffer validity management
2011-02-24 edouard Retain variable for LPC
2011-02-23 edouard Making debugger more stable with LPC
2011-02-22 edouard LPC : Completed initial debug support
2011-02-18 edouard Some typo fixes to make debug related methods in LPCAppOject stop throwing exceptions, less agressive error message when unplugging LPC
2011-02-17 edouard Removed status polling for LPC, as status cannot change by itself, fixed MD5 comparison in app mode
2011-02-17 edouard Prevent status polling to generate an error while PLC is being reset to bootloader mode
2011-02-17 edouard Fixed MD5 computation for makefile based toolchain, helps avoiding unnecessary builds - continued
2011-02-17 edouard Fixed MD5 computation for makefile based toolchain, helps avoiding unnecessary builds
2011-02-17 edouard Debug switch (file in CWD). LPC : better MD5 handling, Run button in boot mode, handling data feedback in boot protocol
2011-02-03 Edouqrd Tisserant LPC application mode IDLE comamnd is now the same as PLCID (0x07)
2011-02-03 Edouqrd Tisserant LPC program transfer more verbose, test code added in __main__ of LPCBootProto
2011-02-01 edouard Moved locales out of platform agnostic C template
2011-02-01 edouard keep LPC in boot mode to give a chance to ask for a transfer
2010-11-17 laurent Fix bug in LPCBeremiz that use input retrieve and publish code for ouput with the same location
2010-08-19 laurent Adding german translations (thanks to anonymous contributor)
2010-06-04 ed merge
2010-06-04 Lolitech Better serial comm handling in LPC connector
2010-06-04 laurent Fix MatchMD5 result if no serial connection available
2010-06-04 laurent Fix bug on LPCConnector initial value
2010-06-04 laurent Fix transfer button enable state and build button state
2010-06-04 laurent Fix buttons state according to online mode
2010-06-04 Lolitech (no commit message)
2010-06-04 Lolitech Removed PLCprint, not existing in LPC connector context.
2010-06-04 Lolitech LPC Composer don't send comma at the end of serial port name.
2010-06-04 Lolitech Disabled logging commands into files
2010-06-04 Lolitech Fixed PLC status bytes values
2010-06-04 laurent Move init code from variable to module
2010-06-04 laurent Bug with recv from socket fixed
2010-06-04 laurent Adding support for command line communication by socket instead of stdin/stdout
2010-06-04 laurent Adding support for initialize all LPC module variables even if not used
2010-06-03 Lolitech Fixed bug on frame close.
2010-06-03 Lolitech Some fixes in LPCApp{Obj,Proto}, to be continued.
2010-06-03 Lolitech Reorganization of threading for command line and wx main loops. Commands are now cleanly serialized through calls to wx.CallAfter. wx mainloop now runs on main thread.
2010-06-03 Lolitech Safer passing of PLC ID to make command line.
2010-06-03 Lolitech Refactored LPC connector for new bootloader and application modes
2010-06-03 Lolitech Removed boring PLC/build compare messages.
2010-06-03 Lolitech Disabled boring standard conformance checks, fixed possible race condition with StatusTimer, fixed warning message in AbortTransfer
2010-06-02 laurent changes merged
2010-06-02 laurent Adding compile button when unconnected
2010-06-02 Lolitech Overloaded GetBinaryCode in LPC connector returns ready to send over serial binary
2010-06-02 laurent Modifying LPCBeremiz to launch silently a frame and show or hide it on demand.
2010-06-02 edouard Moved LPC specific code from toolchain_makefile into LPC target, added FROM_BEREMIZ variable to tell LPC's makefile it is invoked from here.
2010-06-01 Lolitech merge
2010-06-01 Lolitech Cosmetix fixes for LPC tests/build
2010-06-01 lolitech merge with forgoten rev
2009-12-16 laurent Bug on FileMenu not refreshed when modifications fixed
2009-12-25 Edouard TISSERANT Christmas 2009 release
2009-12-23 Edouard TISSERANT Fixed startin debugger with non empty debug variable list
2009-12-16 laurent Changes merged