2012-01-25 |
laurent |
Adding support for extracting Common_Ticktime from VARIABLES.csv
|
changeset |
files
|
2012-01-24 |
laurent |
Adding support for loading datatypes defined in plugins to allow to use them in PLC program
|
changeset |
files
|
2012-01-23 |
Edouard Tisserant |
Better name for python plugin
|
changeset |
files
|
2012-01-17 |
laurent |
Merging with modifications from Edouard
|
changeset |
files
|
2012-01-17 |
laurent |
Fixing bug on Windows with expanding hidden root item in location tree ctrl
|
changeset |
files
|
2012-01-17 |
laurent |
Fixing bug in c_ext plugin variable grid cells not editable
|
changeset |
files
|
2012-01-12 |
Edouard Tisserant |
Version bump, 1.03, splah image
|
changeset |
files
|
2012-01-12 |
Edouard Tisserant |
Version bump, 1.03
|
changeset |
files
|
2012-01-09 |
laurent |
Fixing bug in scrollbars and content position in Topology panel when expand and collapse elements in treectrls
|
changeset |
files
|
2012-01-08 |
laurent |
Fixing bug in displaying lines of code at the origin of matiec errors
|
changeset |
files
|
2012-01-08 |
laurent |
Fixing inverted icons for button to Minimize/Maximize plugin parameters panel
|
changeset |
files
|
2012-01-08 |
laurent |
Adding support for drag'n dropping located variables from topology panel to configurations and resources variable panel for declaring global located variables
|
changeset |
files
|
2011-12-21 |
laurent |
Fixing some issues in c_ext plugin
|
changeset |
files
|
2011-12-21 |
laurent |
Adding support for integrating Python code Editor into Beremiz frame.
|
changeset |
files
|
2011-12-20 |
laurent |
Fixing bug integrated plugin editors not closed when removing corresponding plugin
|
changeset |
files
|
2011-12-19 |
laurent |
Fixing bug when loading icons for plugin's editor tabs
|
changeset |
files
|
2011-12-16 |
laurent |
Removing multiple definition of UndoBuffer
|
changeset |
files
|
2011-12-16 |
laurent |
Moving definition of grids fonts and colours into CustomGrid
|
changeset |
files
|
2011-12-14 |
laurent |
Adding support for loading specific POUs library in LPCBeremiz
|
changeset |
files
|
2011-12-14 |
laurent |
Adding support for unifying grid table control elements
|
changeset |
files
|
2011-12-09 |
laurent |
Replacing sizers structure for locations tree by a treectrl in Topology panel in order to make refreshing of this panel faster
|
changeset |
files
|
2011-12-09 |
laurent |
Fixing bug in forcing variables in runtime debug thread
|
changeset |
files
|
2011-11-28 |
Edouard Tisserant |
Avoid starting Zeroconf if ip unspecified or set to localhost. Pick one interface address when given IP is 0.0.0.0
|
changeset |
files
|
2011-11-22 |
Edouard Tisserant |
converted ServicePublisher.py to unix line ending
|
changeset |
files
|
2011-11-22 |
Edouard Tisserant |
added periodic retry for zeroconf, in case network interface is not ready
|
changeset |
files
|
2011-11-21 |
Edouard Tisserant |
ServicePublisher.py was missing in previous commit
|
changeset |
files
|
2011-11-21 |
Edouard Tisserant |
Better naming of IP address related variables in Beremiz_service.py, Ignore errors that occur on shutdown in Zeroconf.py, fixed discovery dialog crash due to asynchronous call from zeroconf
|
changeset |
files
|
2011-11-20 |
Edouard Tisserant |
Fixed typo in /runtime/ServicePublisher
|
changeset |
files
|
2011-11-19 |
Edouard Tisserant |
various cleanups in /targets
|
changeset |
files
|
2011-11-18 |
Edouard Tisserant |
Fixed encoding of Beremiz_service.py
|
changeset |
files
|
2011-11-18 |
Edouard Tisserant |
Fixed file attributes on Beremiz.py and Beremiz_service.py
|
changeset |
files
|
2011-11-18 |
laurent |
Fixing bug that prevent to use global variables in configuration
|
changeset |
files
|
2011-11-18 |
laurent |
Fixing python plugin function block code to follow new macros defined in matiec accessor.h for setting variables
|
changeset |
files
|
2011-11-16 |
laurent |
Fixing bug preventing copy/cut/paste using shortcuts on CFileEditor text editors
|
changeset |
files
|
2011-11-16 |
laurent |
Fixing refresh of notebook tab titles after project save
|
changeset |
files
|
2011-11-16 |
Edouard Tisserant |
added -fPIC to satisfy X86_64 build
|
changeset |
files
|
2011-11-16 |
Edouard Tisserant |
fixed redondant ldflag and a typo in xenomai build
|
changeset |
files
|
2011-11-16 |
Edouard Tisserant |
Xenomai build now ignores xeno-config if not set
|
changeset |
files
|
2011-11-08 |
laurent |
Merging with Edouard's modifications
|
changeset |
files
|
2011-11-08 |
laurent |
Fixing bug in project modified state not well reported when modifications made in plugins informations
|
changeset |
files
|
2011-11-08 |
laurent |
Including external tools for editing plugin informations into Beremiz window
|
changeset |
files
|
2011-10-17 |
Edouard Tisserant |
fix unnecessary CanFestival plugin load in lpcberemiz
|
changeset |
files
|
2011-10-17 |
laurent |
Merging with Edouard's modifications
|
changeset |
files
|
2011-10-14 |
laurent |
Fix bug frame title not refreshed when the plugin attributes are modified
|
changeset |
files
|
2011-10-14 |
laurent |
Adding support for using keyboard to edit cfile interface variables displayed in Grid
|
changeset |
files
|
2011-10-13 |
Edouard Tisserant |
Fixed LPCBeremiz to refect recent root plugin build method name to change
|
changeset |
files
|
2011-10-09 |
Edouard Tisserant |
Updated console messages for build and stop
|
changeset |
files
|
2011-10-09 |
Edouard Tisserant |
A few new keyboard shortcuts : F4=stop, F5=run, F5=transfer, F7=connect
|
changeset |
files
|
2011-10-06 |
Edouard Tisserant |
runtime's process cwd should now be the same as provided working dir, fixin permission problem on W7
|
changeset |
files
|
2011-09-30 |
Edouard Tisserant |
Default gcc toolchain config now use 'gcc' for linking. Was left accidentally to g++ since old times of wxSVG based SVGUI. Cleaned up gcc parameters when linking
|
changeset |
files
|
2011-09-30 |
Edouard Tisserant |
Reverted win32 target default configuration to default gcc toolchain congig
|
changeset |
files
|
2011-09-30 |
laurent |
Fixes after moving xmlclass and docutils into plcopeneditor
|
changeset |
files
|
2011-09-27 |
Edouard Tisserant |
Fixed wrong bug report email
|
changeset |
files
|
2011-09-25 |
Edouard Tisserant |
fixed debug with xenomai, fixed unprotected access to ___debug_tick
|
changeset |
files
|
2011-09-25 |
Edouard Tisserant |
Xenomai Fix : runs, but still fail in debug
|
changeset |
files
|
2011-09-22 |
Edouard Tisserant |
Xenomai Fix : build
|
changeset |
files
|
2011-09-22 |
Edouard Tisserant |
added return type to suspendDebug
|
changeset |
files
|
2011-09-22 |
Edouard Tisserant |
fixed warnings in plc_python.c
|
changeset |
files
|
2011-09-22 |
Edouard Tisserant |
silence warnings while importing twisted
|
changeset |
files
|
2011-09-08 |
laurent |
Fix debugger bug after merging matiec repositories
|
changeset |
files
|
2011-09-07 |
laurent |
Disabling definition of enumerated and structure variables for interfacing with PLC in c_ext plug-in
|
changeset |
files
|
2011-06-23 |
Edouard Tisserant |
changed bugreport address
|
changeset |
files
|
2011-06-23 |
Edouard Tisserant |
Updated release : Summer 2011 - 1.02 bugfix release
|
changeset |
files
|
2011-05-24 |
laurent |
Bug when changing parameters in TargetType section in Beremiz project configuration fixed
|
changeset |
files
|
2011-05-23 |
Edouard Tisserant |
Fixed runtime with twisted but without Wx (-x 0 -t 1), made non-Zeroconf a default option, i.e when -n not specified
|
changeset |
files
|
2011-05-18 |
Edouard Tisserant |
debugger : forcing %M and %Q variables on each cycle, and rework of code for optimization and concision
|
changeset |
files
|
2011-05-18 |
Edouard Tisserant |
memory located variables no behave like outputs, when forced
|
changeset |
files
|
2011-05-18 |
Edouard Tisserant |
added memory location support to C file pluguin
|
changeset |
files
|
2011-05-16 |
laurent |
Merged with Edouard's modifications
|
changeset |
files
|
2011-05-16 |
laurent |
Fix bug when debugging located variables of type memory (%M)
|
changeset |
files
|
2011-04-26 |
Edouard Tisserant |
Print binary size only in LPCBeremiz
|
changeset |
files
|
2011-04-21 |
laurent |
Adding save project before building on LPCBeremiz
|
changeset |
files
|
2011-04-21 |
laurent |
Adding support for saving frame size while closing and restore it at next launch
|
changeset |
files
|
2011-04-19 |
laurent |
Fix bug in LPCBeremiz marking any newly opened project as modified
|
changeset |
files
|
2011-04-19 |
laurent |
Adding warning message on LPCBeremiz when closing frame and program not saved
|
changeset |
files
|
2011-04-04 |
Edouard Tisserant |
Added support for handling ANY_DATE types in debugger type translation
|
changeset |
files
|
2011-04-01 |
laurent |
Bug in translation from timedelta to timespec fixed
|
changeset |
files
|
2011-04-01 |
edouard |
fixed typo in latest debugger changes
|
changeset |
files
|
2011-03-31 |
Edouard Tisserant |
Initial TIME support in debugger
|
changeset |
files
|
2011-03-31 |
Edouard Tisserant |
old typo
|
changeset |
files
|
2011-03-31 |
Edouard Tisserant |
Added build shortcut
|
changeset |
files
|
2011-03-31 |
laurent |
Adding support for disable language translation when default language not available in locale
|
changeset |
files
|
2011-03-28 |
Edouard Tisserant |
spring 2011 - 1.01 bugfix release
|
changeset |
files
|
2011-03-28 |
Edouard Tisserant |
Restore RefreshFileMenu in CFileEditor
|
changeset |
files
|
2011-03-27 |
laurent |
Merged with Edouard's modifications
|
changeset |
files
|
2011-03-27 |
laurent |
Bug in CFileEditor calling refresh of not used FileMenu fixed
|
changeset |
files
|
2011-03-26 |
Edouard Tisserant |
file menu with Save implementation in c_ext plugin
|
changeset |
files
|
2011-03-26 |
Edouqrd Tisserant |
Fixed exception when adding variables in C_ext plugin
|
changeset |
files
|
2011-03-25 |
Edouqrd Tisserant |
Fix typo in plc_debug.c
|
changeset |
files
|
2011-03-16 |
edouard |
Also retain when debugger is stalled
|
changeset |
files
|
2011-03-16 |
edouard |
More robust retain buffer validity management
|
changeset |
files
|
2011-02-24 |
edouard |
Retain variable for LPC
|
changeset |
files
|
2011-02-23 |
edouard |
Making debugger more stable with LPC
|
changeset |
files
|
2011-02-22 |
edouard |
LPC : Completed initial debug support
|
changeset |
files
|
2011-02-18 |
edouard |
Some typo fixes to make debug related methods in LPCAppOject stop throwing exceptions, less agressive error message when unplugging LPC
|
changeset |
files
|
2011-02-17 |
edouard |
Removed status polling for LPC, as status cannot change by itself, fixed MD5 comparison in app mode
|
changeset |
files
|
2011-02-17 |
edouard |
Prevent status polling to generate an error while PLC is being reset to bootloader mode
|
changeset |
files
|
2011-02-17 |
edouard |
Fixed MD5 computation for makefile based toolchain, helps avoiding unnecessary builds - continued
|
changeset |
files
|
2011-02-17 |
edouard |
Fixed MD5 computation for makefile based toolchain, helps avoiding unnecessary builds
|
changeset |
files
|
2011-02-17 |
edouard |
Debug switch (file in CWD). LPC : better MD5 handling, Run button in boot mode, handling data feedback in boot protocol
|
changeset |
files
|
2011-02-03 |
Edouqrd Tisserant |
LPC application mode IDLE comamnd is now the same as PLCID (0x07)
|
changeset |
files
|
2011-02-03 |
Edouqrd Tisserant |
LPC program transfer more verbose, test code added in __main__ of LPCBootProto
|
changeset |
files
|
2011-02-01 |
edouard |
Moved locales out of platform agnostic C template
|
changeset |
files
|
2011-02-01 |
edouard |
keep LPC in boot mode to give a chance to ask for a transfer
|
changeset |
files
|
2010-11-17 |
laurent |
Fix bug in LPCBeremiz that use input retrieve and publish code for ouput with the same location
|
changeset |
files
|
2010-08-19 |
laurent |
Adding german translations (thanks to anonymous contributor)
|
changeset |
files
|
2010-06-04 |
ed |
merge
|
changeset |
files
|
2010-06-04 |
Lolitech |
Better serial comm handling in LPC connector
|
changeset |
files
|
2010-06-04 |
laurent |
Fix MatchMD5 result if no serial connection available
|
changeset |
files
|
2010-06-04 |
laurent |
Fix bug on LPCConnector initial value
|
changeset |
files
|
2010-06-04 |
laurent |
Fix transfer button enable state and build button state
|
changeset |
files
|
2010-06-04 |
laurent |
Fix buttons state according to online mode
|
changeset |
files
|
2010-06-04 |
Lolitech |
(no commit message)
|
changeset |
files
|
2010-06-04 |
Lolitech |
Removed PLCprint, not existing in LPC connector context.
|
changeset |
files
|
2010-06-04 |
Lolitech |
LPC Composer don't send comma at the end of serial port name.
|
changeset |
files
|
2010-06-04 |
Lolitech |
Disabled logging commands into files
|
changeset |
files
|
2010-06-04 |
Lolitech |
Fixed PLC status bytes values
|
changeset |
files
|
2010-06-04 |
laurent |
Move init code from variable to module
|
changeset |
files
|
2010-06-04 |
laurent |
Bug with recv from socket fixed
|
changeset |
files
|
2010-06-04 |
laurent |
Adding support for command line communication by socket instead of stdin/stdout
|
changeset |
files
|