2009-12-08 laurent Adding colour to graphic element that showing forced values
2009-12-08 laurent Bug on SFC debugging fixed
2009-12-07 Edouard TISSERANT typo
2009-12-07 laurent ForceVariableDialog return a python value instead of string
2009-12-07 laurent Bug on changing variable value text colour fixed
2009-12-07 laurent Adding value colour change in DebugVariablePanel when variable is forced
2009-12-07 laurent Adding support for forcing PLC variable in DebugVariablePanel
2009-12-07 laurent Adding lock around access to NewDataRefreshRect to avoid concurrent access to this variable
2009-12-07 laurent Bug on updateElementName fixed
2009-12-06 laurent Adding support for forcing PLC variable in Viewer
2009-12-04 laurent Changes merged
2009-12-04 laurent Adding contextual menu in debug mode for forcing values
2009-12-04 laurent Bug on opening LDPowerRail Dialog fixed
2009-12-02 Edouard TISSERANT merge
2009-12-02 Edouard TISSERANT merge
2009-12-02 Edouard TISSERANT more hgignore
2009-12-02 laurent Bug when trying to choose type of struture datatype element fixed
2009-12-01 laurent Adding support for updating or removing located variables by their address or leading address numbers
2009-12-01 laurent Bug on array dimensions bound test fixed
2009-11-29 Edouard TISSERANT added files to ignore in hgignore
2009-11-29 laurent Adding support for declare, init, get and set macros
2009-11-02 edouard Fixed debian changelog
2009-11-02 edouard Merge with 762497a95b7a0e2e500e428feb5008af98a6796c
2009-11-02 edouard Wiped out references to Lolitech
2009-11-02 greg Replace \"lolitech\" contact by \"edouard\" contact
2009-10-28 greg (no commit message)
2009-10-27 laurent Allowing unicode characters to be used in comments
2009-10-26 laurent Bug while trying to open DataTypeEditor fixed
2009-10-26 laurent Fix messages on DialogBox title while asking for project saving when closing project
2009-10-23 laurent Bug while trying to refresh InstancesTree fixed
2009-10-19 laurent Bug with location Drag'n Drop on TextViewer fixed
2009-10-12 laurent Remove 'Create Pou From' option. Fix somme issues with Copy/Paste POU.
2009-10-09 laurent Update internationalization
2009-10-09 laurent Show edited panel when right click on TypesTree element
2009-10-08 laurent Bug when Right Click on TypesTreeCtrl item doesn't update selection fixed
2009-10-08 laurent Add support for leaving LocationControl when RETURN or TAB pressed
2009-10-08 laurent Adding tests to avoid in DataConsumer to call DataProducer if not defined
2009-10-06 laurent Bug when drag and drop tree variables fixed
2009-10-02 'Laurent Bessard Changes from bct merged
2009-09-30 b taylor remove several superfluous event.Skip()s (they caused double actions)
2009-09-26 laurent Bug when opening unknown file at starting fixed
2009-09-24 laurent Adding support for dropping Beremiz plugin variable locations into PLCOpenEditor viewers and adding corresponding variable into POU interface
2009-09-24 laurent Fix BrowseVariableDialog to be used in PLCOpenEditor without Beremiz plugins
2009-09-24 laurent Adding support for individually adding variable to POU interface
2009-09-24 laurent Bug on refreshing Variable Panel fixed
2009-09-22 'Laurent Bessard BCT Changes merged
2009-09-21 b taylor fix LD debug viewer (broken by 25ffba)
2009-09-22 'Laurent Bessard Changes merged
2009-09-18 b taylor on Windows, make sure that Types tree items are selected when right-clicked.
2009-09-18 b taylor remove an unneeded event.Skip() that was causing things to be pasted twice sometimes.
2009-09-18 b taylor copy & paste for POUs
2009-09-17 b taylor improved English spelling & grammar
2009-09-17 b taylor fix an exception when pasting in the LD editor
2009-09-16 b taylor set variable documentation when a location is selected from the VariableLocationBrowser
2009-09-15 b taylor add a Documentation column to the VariablePanel
2009-09-14 b taylor fix a crash when closing the debug window from the menu
2009-09-04 b taylor introduced BrowseVariableLocationsDialog and the GridCellEditor that launches it.
2009-09-03 b taylor fixed renaming configurations and resources
2009-09-03 b taylor order the result of GetBaseTypes to make types easier to find in the UI
2009-09-02 b taylor VariablePanel.py also depends on types.TupleType