2012-12-05 Laurent Bessard Fix bug in PLC Generator preventing output type of standard function to be computed correctly
2012-12-03 Laurent Bessard Fix bug with representation of string variable value in DebugVariablePanel
2012-12-03 Laurent Bessard Fix bug when copying transition and the connected FBD or LD diagram
2012-12-03 Laurent Bessard Fix bug in LD_Viewer when selecting group of elements, wire selection was excluded in free drawing mode
2012-12-03 Laurent Bessard Fix bug when using feedback loop in SFC program instead of jump
2012-11-25 Laurent Bessard Adding support for disabling 2D and 3D graphics in DebugVariablePanel when matplotlib is not installed
2012-11-23 Laurent Bessard Adding support for displaying graphs of debugged numeric variables in 2D and 3D in DebugVariablePanel
2012-11-15 Laurent Bessard Fix bug debug variables from standard and library function blocks unregistered when transferring program
2012-11-15 Laurent Bessard Fix bug multiple graph viewer tab displaying values of the same variable can be opened
2012-11-15 Laurent Bessard Add function block types as data types that are not locatable
2012-11-15 Laurent Bessard Adding support for defining specific global variables for ConfTreeNodes
2012-11-15 Laurent Bessard Fix bug when double click while pressing CTRL on other elements than blocks
2012-11-15 Laurent Bessard Fix bug with concurrent access to LastRefreshTimer in LogPseudoFile for Log Console
2012-11-13 Laurent Bessard Fix bug in debug while stopping PLC
2012-11-08 Laurent Bessard Fix resource task interval error highlighting
2012-11-08 Laurent Bessard Fix display of string variables value in debug
2012-11-05 Laurent Bessard Fix bug debug viewers are block when a Graphic Viewer in debug mode is hidden
2012-11-05 Laurent Bessard Fix bug python thread blocked sometimes on Linux
2012-11-03 Laurent Bessard Fix bug in Debug refresh lock that, with too much data to debug, flooded GUI and blocked it
2012-10-31 Laurent Bessard Fix bug when Drag'n Dropping located variables on Windows
2012-10-31 Laurent Bessard Fix bug Variable and Continuation BoundingBox not refreshed when using Type modification shortcuts
2012-10-26 Laurent Bessard Fix bug when adjusting block size, block informations was not saved when using control + shift + double click
2012-10-25 Laurent Bessard Add support for double bracket pragma in syntax highlighting of TextViewer
2012-10-25 Laurent Bessard Fix bug in RestoreLayout when previously opened tab no more exist in project
2012-10-25 Laurent Bessard Fix bug when more than one block library add extra python file
2012-10-25 Edouard Tisserant Fix bug of PythonIterator signature in PLCObject when not using PythonLibrary
2012-10-24 Edouard Tisserant Added caching for python eval (avoid compiling when same code called, but still execute). Cleaned up some evaluator related code.
2012-10-23 Laurent Bessard Merged
2012-10-22 Laurent Bessard Merged
2012-10-21 Laurent Bessard Adding support for direct array declaration in structure element declaration
2012-10-19 Laurent Bessard Fix bug in VariablePanel 'Type' cell editor menu entry 'User Data Types' containing ConfNodes data types
2012-10-22 Edouard Tisserant Introduced FBID in tests/python example. Fixed type error leading to segfault
2012-10-19 Edouard Tisserant Now test/python also demonstrate large C pragmas in ST, accessing complex types
2012-10-18 Edouard Tisserant Even more pedagogical tests/python. Renaming will not help
2012-10-18 Edouard Tisserant More pedagogical tests/python. Should be renamed python_ctypes_and_C_pragmas_in_ST or something
2012-10-18 Laurent Bessard Fix bug in TextViewer when starting text with '{' character
2012-10-18 Laurent Bessard Adding support for quickly changing variable and connection type
2012-10-18 Laurent Bessard Adding button in ConnectionDialog to propagate connection name modification to all connections with the same name in POU
2012-10-17 Laurent Bessard Adding support for selecting variable type filtering in BrowseLocationsDialog and modify variable type when validated
2012-10-16 Laurent Bessard Fixing bug in PLCGenerator with user defined functions and standard overloaded function
2012-10-16 Laurent Bessard Adding datatypes defined in ConfNode as possible function return type
2012-10-16 Laurent Bessard Fix support for adjusting block size to block minimum size and to Viewer scaling
2012-10-15 Edouard Tisserant Added FBID variable to PY_EVAL evaluation context. FBID does identify uniquely py_eval block instance triggering execution
2012-10-05 Edouard Tisserant Fixed error message occuring sometime when quitting runtime from tray menu
2012-10-04 Laurent Bessard Fix bug in RestoreLastLayout mechanism when last window size was default window size
2012-10-04 laurent Replacing text buttons by bitmap buttons for variable grid in CFileEditor
2012-10-04 laurent Fix bug in generated master panel in CanFestival extension
2012-10-04 laurent Fix ConfTreeNodeEditor parameters controls size on Windows
2012-10-01 laurent Fixing CanFestival master and slave nodeid when generating code for PLC
2012-10-01 laurent Fixing bug when spinctrl new value is changed by ConfTreeNode
2012-10-01 laurent Fix description of menu entry for adding sub ConfNode to ConfNode in Project Tree
2012-09-23 Laurent Bessard Fix bug when modifying IEC_Channel
2012-09-23 Laurent Bessard Fix unexpected warning message when adding extension to project
2012-09-23 Laurent Bessard Fix scroll bug in ConfNode params panel when changing tab selection on Windows
2012-09-22 Laurent Bessard Adding support for adding default configuration on opened project without any
2012-09-22 laurent Fix bug with Print functionality
2012-09-21 Edouard Tisserant Runtime Quit should not crash when plc noyt stopped
2012-09-21 Edouard Tisserant Quit runtime with SysTray icon menu should not crash anymore
2012-09-20 Edouard Tisserant Fixed runtime GUI freeze when stopping PLC from the menu. Added -x 2 argument to Beremiz_service.py to restrict content of systray icon menu.
2012-09-13 laurent Adding default sizer in main frame in default wxGlade GUI file
2012-09-13 laurent Fix confnode new name format that generates an error with frame class name in wxGlade extension
2012-09-13 laurent Fix bug when loading FBD schema with a loop in block connections
2012-09-13 laurent Adding support for signaling that a task interval isn't well formatted
2012-09-12 laurent Fix test of datatype consistency when drag'n dropping location in VariablePanel
2012-09-12 laurent Fix bug with tree icons in BrowseLocationsDialog
2012-09-11 laurent Fix debug of Action and Transition defined in FBD and LD using Viewer
2012-09-11 laurent Fix restore project tab layout with transition and action debug tabs
2012-09-11 laurent Adding transition and action in list of instances of SFC POU in PouInstanceVariablesPanel
2012-09-11 laurent Fix bug in Viewer when dragging element group with control down and group contains wires connected to blocks not in group
2012-09-11 laurent Fix bug in SFC function block declarations from transition and action not removed when transition or action is deleted
2012-09-11 laurent Remove restriction of function block usage in SFC transitions body
2012-09-11 laurent Fix bug in PLCGenerator connection types not computed for SFC actions and transitions body
2012-09-11 laurent Fix bug debug instance button not visible in PouInstanceVariablesPanel when instance path is too long
2012-09-10 laurent Fix bug when Dclick on step and actionBlock in debug mode
2012-09-10 laurent Fix bug missing dialog import statements
2012-09-09 Laurent Bessard Merged
2012-09-09 laurent Update chinese and german translation catalogs
2012-09-07 laurent Fix bug in canfestivel extension when Show Master Generated on Windows
2012-09-07 laurent Adding support for extending internationalization to extensions
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz
2012-09-05 laurent Adding support for printing matiec warnings report in log console
2012-09-08 Edouard Tisserant Added build for all supported language in doc/Makefile
2012-09-07 Edouard Tisserant Added subdirectories in documentation, with more deoctree items to test. Enabled i18n in sphinx doc, tested with a small french translation
2012-09-05 Edouard Tisserant Added sphinx doc root in /doc. To be continued
2012-09-01 Edouard Tisserant Stripped out splash screen version information
2012-08-29 Edouard Tisserant Added splash for 1.1 1.1 Korean release
2012-08-29 laurent Fix import order in Beremiz.py to prevent wrong translations in internationalization
2012-08-27 laurent Fix bug when closing IECCodeView and IECRawCodeView, reopening them was impossible
2012-08-27 Laurent Bessard Merge Minyoung Sung and Reinhard Lee korean translations
2012-08-27 reinhard Beremiz_ko_KR.po
2012-08-27 minyoung Beremiz_ko_KR.po
2012-08-27 laurent Fix bug when closing canfestival extension generated master view
2012-08-25 laurent Update list of messages to be translated for internationalization and french translations
2012-08-25 laurent Fix bug when modifying configuration global variable in ProjectNodeEditor
2012-08-21 laurent Adding korean translation for interface texts
2012-08-09 laurent Fix bug segmentation fault while cleanup extensions
2012-07-31 laurent Adding support for checking that tab content is saved before closing it
2012-07-31 laurent Fix bug when opening File Editor
2012-07-29 laurent Fix bug debugger unable to restart after stopping PLC
2012-07-26 laurent Fix bug while renaming project file in FileManagementPanel
2012-07-25 laurent Fixing bug while loading recent projects open path with old configurations
2012-07-23 laurent Fix bug while closing specific file editors
2012-07-17 laurent Merged
2012-07-17 laurent Adding secure extraction of last edited project path to avoid crash if path is not well formatted
2012-07-17 laurent Adding support for saving editor choosen when editing project file for reloading project layout
2012-07-17 laurent Fixing bug with filesystem encoding on Windows
2012-07-06 Edouard Tisserant merge
2012-07-02 laurent Fix bug while opening project panel
2012-07-02 laurent Fix bug when opening deeper ConfTreeNode editors
2012-07-01 laurent Adding support for beremiz extensions to define custom file editors for project files
2012-06-28 laurent Fixing file explorer for Windows
2012-06-28 laurent Adding support for file explorer for project files
2012-06-25 laurent Adding support using plcopeneditor bitmap library for icon request
2012-06-25 laurent Fix bug when deleting conf tree node and conf tree node editor opened for this same node
2012-06-19 Edouard Tisserant Fixed typo
2012-06-19 Edouard Tisserant Updated CF bootup strategy.
2012-06-18 laurent Fix bug with Show Master functionality
2012-06-18 Edouard Tisserant Fixed generated CF code to match latest changes
2012-06-17 laurent Adding support for hiding node base params controls if needed
2012-06-15 laurent Fix bug when opening and closing confnode extra viewers
2012-06-14 Edouard Tisserant merge
2012-06-14 Edouard Tisserant Fixed import dependency order for POUlibrary and PLCControler
2012-06-14 laurent Moving ConfNode specific menu to end of EditMenu
2012-06-14 Edouard Tisserant Fixed loading projects with no libraries at all
2012-06-14 Edouard Tisserant Fixed crash when starting with no libraries at all
2012-06-11 laurent Merged
2012-06-10 laurent Adding support for push buttons (EVT_LEFT_DOWN is bind instead of EVT_BUTTON)
2012-06-10 laurent Fix bug in reorganization of toolbars after refreshing them
2012-06-10 laurent Add support for reorganizing toolbars when their size changed
2012-06-10 laurent Fix bug project not marked as modified when changing URI_Location using discovery dialog
2012-06-08 Edouard Tisserant Now, PYRO:// locations also accept MDNS service names
2012-06-08 laurent Modifying canfestival plugin to following the new Beremiz confnode paradigm
2012-06-06 Edouard Tisserant (none)
2012-06-06 laurent Replacing dialog asking for a name when adding confnode to project by automatically generated name
2012-06-05 laurent Fixed windows only bug caused by recent changes
2012-06-04 Edouard Tisserant Fixed typo in library management
2012-06-03 laurent Adding support for importing into project some files to be transfered with PLC
2012-06-03 laurent Integrating project properties panel into project window
2012-06-03 laurent Removing code related to Topology panel
2012-05-30 laurent Fix bug in StatusToolBar items state when close and opening another project
2012-05-30 laurent Fix bug with cut/copy/paste on PythonEditor
2012-05-23 laurent Merged
2012-05-23 laurent Fixing bug on ConfNodeEditors refresh
2012-05-23 Edouard Tisserant merge
2012-05-23 laurent Hiding Topology panel
2012-05-23 Edouard Tisserant fix svgui toggle buttons output, now reflect pressed state
2012-05-23 laurent Fix bug when begin editing item in project tree
2012-05-23 laurent Fix refresh of ConfTreeNodeEditors content when values change
2012-05-22 laurent Fixing Xenomai runtime specific parts to remove segmentation fault when stopping PLC
2012-05-22 Edouard Tisserant merge
2012-05-21 laurent Fix bugs with ConfigTreeNode
2012-05-22 Edouard Tisserant Fixed runtime problems with python 2.6 without wx installed
2012-05-21 Edouard Tisserant fixed uncaught exception dialog while displaying cought exception in log
2012-05-21 Edouard Tisserant fixed exception when launching discovery dialog without network
2012-05-21 laurent Fix bug with Properties menu entry
2012-05-21 laurent refactoring
2012-05-21 Edouard Tisserant fixed typos
2012-05-21 Edouard Tisserant Fixed argument parsing error
2012-05-20 Edouard Tisserant Fixed extension loading too late causing features to be ignored
2012-05-20 Edouard Tisserant Moved LPC sources to a separate project
2012-05-19 Edouard Tisserant targets and connectors are nor extensible
2012-05-19 Edouard Tisserant Added reference to CTR in libraries
2012-05-19 Edouard Tisserant refecored library extension machanism
2012-05-18 laurent refactoring
2012-05-12 Edouard Tisserant refactoring - c_ext stripped first stage
2012-05-12 Edouard Tisserant refactoring - library support is not anymore attached to configtree nodes, but handles by project controller
2012-05-08 Edouard Tisserant refactoring
2012-05-08 Edouard Tisserant refactoring
2012-05-08 Edouard Tisserant refactoring
2012-05-08 Edouard Tisserant refactoring
2012-05-08 Edouard Tisserant fixed non-terminating process problem
2012-05-08 Edouard Tisserant refactoring
2012-05-08 Edouard Tisserant refactoring
2012-05-08 Edouard Tisserant refactoring
2012-05-08 Edouard Tisserant refactoring
2012-05-07 Edouard Tisserant refactoring
2012-05-07 Edouard Tisserant refactoring
2012-05-03 laurent Adding search field for finding function or function block in library tree
2012-04-27 laurent Adding support for automatically saving and restoring state of frame or project perspective
2012-04-05 Edouard Tisserant branch merge
2012-04-05 Edouard Tisserant Reflected recent changes in ProcessLogger changes in StartLocalRuntime
2012-04-02 laurent Fix bug when creating new projects
2012-04-01 Edouard Tisserant Version bump
2012-03-31 laurent Merged
2012-03-31 laurent Fixing bug in debugger sending wrong tick with values
2012-03-31 laurent Fixing menu toolbar icons on Windows
2012-03-27 laurent Fix bug in debugger when transfer without having build before and and opening debug view before running PLC
2012-03-27 laurent Adding ToolBar containing basic menu items
2012-03-28 Edouard Tisserant More gentle use of app.Yield in ProcessLogger
2012-03-28 Edouard Tisserant More stable ProcessLogger.spin()
2012-03-18 laurent Adding support for selecting plugin parameter value from a tree of available values
2012-03-18 Edouard Tisserant Added a few shortcuts in menus
2012-03-18 Edouard Tisserant Stripped dead code in bug report dialog.\nFixed error when log flooded while quitting
2012-03-11 laurent merge
2012-03-11 laurent Adding support for executing python scripts on remote runtime
2012-03-06 Edouard Tisserant merge
2012-03-05 laurent Adding support for not closing debug tabs and remove variable in variable debug panel if instance still exist in newly transfered program
2012-02-27 laurent Fix bug in killing debug thread when closing Beremiz window
2012-02-23 Edouard Tisserant Fixed stopping crash in some cases
2012-02-21 laurent Inverting order of plugin calls in retrieve and publish
2012-02-19 Edouard Tisserant Added support for object files as a result of PlugGenerate_C
2012-02-16 laurent Adding support for not closing debug tabs and remove variable in variable debug panel if instance still exist in newly transfered program
2012-02-16 smarteh-dev Fix bug with "Transfer" button
2012-02-16 Edouard Tisserant Added a semaphore when starting runtime's python thread to make sure startPLC doesn't return before PLC is really initialized.
2012-02-16 Edouard Tisserant Updated logger calls in debugthread.
2012-02-15 Edouard Tisserant Even more robust logger, up to the really last line that comes after the rush
2012-02-15 Edouard Tisserant Fixed Logger redraw problem on Windows created in previous commit
2012-02-15 Edouard Tisserant More robust Logger, now resist to flooding.
2012-02-15 Edouard Tisserant Fixed Win32 timer up to 1ms
2012-02-14 laurent Merge with Edouard's Modifications
2012-02-14 laurent Fix wrong panel size making strange background in topology plugin element
2012-02-10 smarteh-dev Adding support for integrating CanFestival plugin panels in Beremiz main frame
2012-02-14 Edouard Tisserant commented out noisy printf in Win32 target
2012-02-09 smarteh-dev Adding support for integrating CanFestival plugin panels in Beremiz main frame
2012-02-07 laurent Fix recent projects list not updated when creating new project
2012-02-03 laurent Fix bug list of recent projects opened not updated when open project with command line
2012-02-02 laurent Fix 'Transfer" button state according to last build result
2012-02-01 laurent Disable 'Transfer' button when build failed
2012-01-31 laurent Adding support for quickly open recent projects in file menu
2012-01-30 Edouard Tisserant Changed GetTraceVariables results unpack to something more robust in debug thread proc.
2012-01-30 edouard reverted temporary fix, fixed in PLCopenEditor now.
2012-01-30 Edouard Tisserant temporary fix for debugger crash in case of high sampling rates
2009-08-12 beremiz forgoten branch now closed cherry-pick
2012-01-25 laurent Adding support for extracting Common_Ticktime from VARIABLES.csv
2012-01-24 laurent Adding support for loading datatypes defined in plugins to allow to use them in PLC program
2012-01-23 Edouard Tisserant Better name for python plugin
2012-01-17 laurent Merging with modifications from Edouard
2012-01-17 laurent Fixing bug on Windows with expanding hidden root item in location tree ctrl
2012-01-17 laurent Fixing bug in c_ext plugin variable grid cells not editable
2012-01-12 Edouard Tisserant Version bump, 1.03, splah image
2012-01-12 Edouard Tisserant Version bump, 1.03
2012-01-09 laurent Fixing bug in scrollbars and content position in Topology panel when expand and collapse elements in treectrls
2012-01-08 laurent Fixing bug in displaying lines of code at the origin of matiec errors
2012-01-08 laurent Fixing inverted icons for button to Minimize/Maximize plugin parameters panel
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
2011-12-21 laurent Fixing some issues in c_ext plugin
2011-12-21 laurent Adding support for integrating Python code Editor into Beremiz frame.
2011-12-20 laurent Fixing bug integrated plugin editors not closed when removing corresponding plugin
2011-12-19 laurent Fixing bug when loading icons for plugin's editor tabs
2011-12-16 laurent Removing multiple definition of UndoBuffer