- reflected changes in beremiz extension mechanism 2012-05-20, by Edouard Tisserant
- Fixed wrong PDO in unused sync managers\nFix higen drive ethercat example 2012-05-14, by edouard_and_laurent
- Fix Ethercat xsd files 2012-04-30, by laurent
- Adding test project using higen drive 2012-04-01, by laurent
- Adding forgotten icons 2012-03-31, by laurent
- Adding plugin icons and replacing reference to DS402 by CIA402 2012-03-21, by laurent
- Adding support for remotely scanning Etherlab network and automatically configure it 2012-03-19, by laurent
- Defining all slaves as Etherlab master subplugin instead of editing them in an editor with vertical notebook 2012-03-18, by laurent
- Adding Ethercat network scan command for testing (print result, network configuration not modified) 2012-03-11, by laurent
- Adding support for uploading default value for unused entries in output pdos from slaves before starting master 2012-03-11, by laurent
- Replacing wx.Grid control by a wx.TreeListCtrl for displaying slaves entries 2012-03-11, by laurent
- Fix bug when trying to drag'n drop variable from slave variables grid 2012-02-29, by laurent
- Adding support for setting TargetPosition only if PositionSetPoint value from MCL is valid 2012-02-23, by laurent
- Fix bug with PowerFeedback value 2012-02-23, by laurent
- Adding support for MCL 2012-02-22, by laurent
- Added test directory 2012-02-16, by Edouard Tisserant
- Adding support for DS402 node subplugin (only simple state transition implemented) 2012-02-15, by laurent
- Fix some issues regarding arbitrary variable mapping 2012-02-07, by laurent
- Moving Add and Remove button to Plugin menu items 2012-02-01, by laurent
- Adding support for displaying slave sync managers and profile object dictionary and for arbitrarily mapping variable through variable location 2012-01-17, by laurent
- Merge with Donggu modifications 2012-01-10, by laurent
- Merge with Donggu modifications 2012-01-10, by laurent
- Adding support for drag'n dropping located variables from topology panel to configurations and resources variable panel for declaring global located variables 2012-01-08, by laurent
- Master relase code added 2011-12-22, by Donggu Kang
- Master release code added 2011-12-22, by Donggu Kang
- Adding support for not configuring pdos when not mandatory and not needed by locations defined in PLC program. Adding support for displaying locations tree in Topology panel and BrowseLocationsDialog. Merging pdos grid and variables grid into one single grid in slave infos panel. 2011-12-20, by laurent
- First working implementation of Beremiz plugin for etherlab 2011-12-18, by laurent
- merge 2018-06-11, by Edouard Tisserant
- Add BACnet extension from Mario de Sousa <msousa@fe.up.pt> 2018-06-08, by Edouard Tisserant
- Make Modbus extension license compatible with the rest of Beremiz IDE python code : GPLv2. 2018-06-08, by Edouard Tisserant
- Commented out safety check to prevent deadlock in wxEvaluator, since wx Mainloop is not anymore in main thread. That safety check actually leads to having wx code running outside of MainLoop 2018-06-04, by Edouard Tisserant
- Merge 2018-05-23, by Edouard Tisserant
- Print version information about software used for tests 2018-05-23, by Andrey Skvortsov
- Fix codestyle 2018-05-23, by Andrey Skvortsov
- Fix typos introduced by 9fa2f8e "Fixed random segfault happening when loading new PLC in runtime, when using Xenonai." 2018-05-23, by Andrey Skvortsov
- merged changes in README.md 2018-05-22, by Andrey Skvortsov
- add python-cycler dependence in readme 2018-03-12, by Sergey Surkov
- Make Modbus mutexes non blocking for PLC. If data related to some modbus request is alredy locked when PLC wants to access it, then data isn't copied to/from PLC 2018-05-23, by Edouard Tisserant
- Merged #2476, URI dialog fixes 2018-05-17, by Edouard Tisserant
- close branch #2476 - URI dialog fixed #2476 2018-05-17, by Edouard Tisserant
- #2476 Changes to the comment. #2476 2018-05-14, by dporopat
- #2476 Connectors dialog module added. #2476 2018-05-10, by dporopat
- #2476 Separate connectors dialogs from connectors module. #2476 2018-05-09, by dporopat
- #2476 Additional check added if we can import wx. #2476 2018-05-09, by dporopat
- Allow deleting configuration tree node with no corresponding directory in project tree 2018-05-10, by Edouard Tisserant
- Support unicode in LDFLAGS returned by extensions 2018-05-07, by Edouard Tisserant
- Fixed typos 2018-05-07, by Edouard Tisserant
- #2476 Added uri location editor, getting connectors from list in Beremiz. #2476 2018-04-20, by dporopat
- Fixed random segfault happening when loading new PLC in runtime, when using Xenonai. 2018-04-27, by Edouard Tisserant
- PEP-8 and PyLint 2018-04-19, by Edouard Tisserant
- merged Denis change to apply input as we type in CTN configuration forms text fieds 2018-04-19, by Edouard Tisserant
- PEP-8 and PyLint 2018-04-19, by Edouard Tisserant
- Add safety check to prevent exception when disconnecting while debugging 2018-04-19, by Edouard Tisserant
- Removed DebugThread. Take advantage of the fact that buffering is done in runtime. No need to poll for traces more than ten per second, then use simple wxTimer for that. Also removed Debug Lock since now everything happens in wx' mainloop. 2018-04-19, by Edouard Tisserant
- Rework of runtime non-real-time threading, and shared object dynamic loading : 2018-04-19, by Edouard Tisserant
- Stripped forgotten debug code 2018-04-17, by Edouard Tisserant
- close branch #2476 2018-04-19, by Edouard Tisserant
- #2476 Fix for saving text in URI edit text box. No need to click out of URI edit text box to save edited text. #2476 2018-04-19, by dporopat
- Fixed Xenomai 3 PLC stop freeze. Now use explicit finish command with pipes. Closing both ends of pipes doesn't abort blocking read anymore. 2018-04-16, by Edouard Tisserant
- More canonical test. 2018-04-16, by Edouard Tisserant
- PLCObject got more methods serialized through worker : Start, Stop, NewPLC. 2018-04-14, by Edouard Tisserant
- Fixed implementation of runtime worker that ensure that PLCObject Load and Unload methods always run main thread. 2018-04-13, by Edouard Tisserant
- merged 2018-04-12, by Edouard Tisserant
- merged 2018-04-12, by Edouard Tisserant
- Intermediate state while implementing runtime worker to ensure that PLCObject Load and Unload methods always run main thread. 2018-04-12, by Edouard Tisserant
- Stripped more dead code. 2018-04-12, by Edouard Tisserant
- Cleanup of some dead code in PYRO connector. 2018-04-12, by Edouard Tisserant
- Added logging in Xenomai init phase. 2018-04-12, by Edouard Tisserant
- Apply new RT Pipes API from Xenomai 3 2018-04-12, by Edouard Tisserant
- Removed useless try/except in Canfestival.py 2018-04-12, by Edouard Tisserant
- #2579 On showing search result, text color of tree item is set to white. We need to change back color to show the result. 2018-04-10, by dporopat
- PEP-8... 2018-03-29, by Edouard Tisserant
- Fixed bug that was creating many frames at starup on Windows 2018-03-29, by Edouard Tisserant
- re-merge 2018-03-25, by Edouard Tisserant
- Xenomai 3 2018-03-19, by Edouard Tisserant
- merged Sergeys changes 2018-03-02, by Edouard Tisserant
- fix bug with indelible values in some 'optional' fields in project properties panel 2018-02-19, by Surkov Sergey
- make the URI model compatible with https 2018-02-19, by Surkov Sergey
- add address validation in Company URL field 2018-02-19, by Surkov Sergey
- remove duplicating code for variables name generate 2018-02-02, by Surkov Sergey
- add fields autocomplete when adding task or instance in resources 2018-01-31, by Surkov Sergey
- fix search in TextViewer objects, search returns only first entry 2018-01-18, by Surkov Sergey
- fix import order according to PEP8 2018-01-18, by Surkov Sergey
- fix default time range choice for debug variable panel 2018-01-15, by Surkov Sergey
- enlarge canvas border for debug variable graphic viewer 2018-01-12, by Surkov Sergey
- fix rounding milliseconds from nanoseconds 2018-01-12, by Surkov Sergey
- fix display TIME type variables in debug variable panel 2018-01-12, by Surkov Sergey
- fix for test app from skv. thanks 2018-03-01, by Edouard Tisserant
- Prevent catching exception if exception handling was not enabled (or disabled by test test app). 2018-03-01, by Edouard Tisserant
- pep8 and pylint hate me 2018-03-01, by Edouard Tisserant
- Fixed typo introduced in 5736d25bb393 2018-02-28, by Edouard Tisserant
- GetEditedElementInstancesInfos now optimized as well. Forgotten because not using [R.I.P]LibraryResolver, but still XSLT compiling was hapenning on each call. 2018-02-23, by Edouard Tisserant
- Another attempt to make BitBuket's version of pylint happy. 2018-02-20, by Edouard Tisserant
- Attempt to make BitBuket's version of pep8 and pylint happy. 2018-02-20, by Edouard Tisserant
- Removed dead slow code 2018-02-20, by Edouard Tisserant
- PEP8 and PyLint conformance: whitespaces and stuff 2018-02-20, by Edouard Tisserant
- Copy pasted, no time wasted ! 2018-02-20, by Edouard Tisserant
- GetVariableDictionary and GetPouInterfaceReturnType optimized with new VariableInfoCollector based on XSLTModelQuery. Moved corresponding definitions out of PLCControler.py. 2018-02-20, by Edouard Tisserant
- GetPouInstanceTagName optimized with XSLTModelQuery. 2018-02-19, by Edouard Tisserant
- Better writing of some xpath added in previous commits about XSLT optimization. 2018-02-19, by Edouard Tisserant
- Moved some definitions away from controller class, and adaped references them through all code. 2018-02-19, by Edouard Tisserant
- Hook Beremiz Launcher AppStart to AdvancedSplash OnPaint event in order to ensure image is beeing displayed before loading. 2018-02-19, by Edouard Tisserant
- Avoid endline escaping in multiline xpath epressions in xslt. ' ' Is apparently ignored but never know... 2018-02-18, by Edouard Tisserant
- Fixed earlier XSLT optimizations. Some/most results were missing. 2018-02-18, by Edouard Tisserant
- Moved some code from PLCController.py to other modules. Added necessary imports. 2018-02-18, by Edouard Tisserant
- GetPouVariables optimized with XSLTModelQuery 2018-02-17, by Edouard Tisserant
- Added /plcopen/InstancesPathCollector.py, to move more model xslt querying code away from PLCController.py. 2018-02-17, by Edouard Tisserant
- Fixed Exception dialog disapearing after a view second when exception occurs during app startup. 2018-02-16, by Edouard Tisserant
- Moved XSLTModelQuery class to own module in plcopen package. 2018-02-16, by Edouard Tisserant
- Added a class to speedup all XSLT queries. WIP, now only for instances_path.xslt / GetInstanceList() 2018-02-16, by Edouard Tisserant
- Stripped useless node creation in instances_path stylesheet. 2018-02-16, by Edouard Tisserant
- This should really help GetInstanceList to perform better: resolver removed, no more deepcopy, no more useless xml serialization, no more node-set() calls. 2018-02-16, by Edouard Tisserant
- YSLT auto indent trick is useless here, added yslt_noindent.yml2, regenerated XSLT files 2018-02-16, by Edouard Tisserant
- Prevent compiling XSLT on each call of GetInstanceList. To be continued. More optimization needed here. 100x would be fine... 2018-02-16, by Edouard Tisserant
- Changed meaning of -c commandline argument for Beremiz service : only gives DEFAULT wamp config. 2018-02-14, by Edouard Tisserant
- Factorized duplicated code 2018-02-14, by Edouard Tisserant
- Better variable naming, and small optimization. 2018-02-14, by Edouard Tisserant
- Unclutter graphics package scope. 2018-02-13, by Edouard Tisserant
- Removed dead code 2018-02-13, by Edouard Tisserant
- Fixed pyro timeout for runtime, was set too short and runtime was disconnecting when building PLC 2018-02-12, by Edouard Tisserant
- Ask to stop PLC before transfer if it is running 2018-02-12, by Edouard Tisserant
- Factorized some repeated refresh code into a method, to allow customisation. 2018-02-12, by Edouard Tisserant
- Launcher : add a debug attribute, instead of BMZ_DBG, so that customization can use it. 2018-02-05, by Edouard Tisserant
- Stripped old dead code. 2018-02-02, by Edouard Tisserant
- More changes in Launcher. Modules to be loaded in the background are given in a list, and assigned as object attributes. Also splitted CreateUI into CloseSplashScreen and CreatueUI. 2018-02-02, by Edouard Tisserant
- ClassImporter now accepts string, callable or class, for compatibility with some old extensions. 2018-02-02, by Edouard Tisserant
- Launcher: ShowUI call moves from preStart to start. ShowUI() split into CreateUI() and ShowUI(). Start()'s arguments are passed to CreateUI() 2018-02-02, by Edouard Tisserant
- Launcher: allows customizations to specify what globals passed to extensions 2018-02-02, by Edouard Tisserant
- Documentation 2018-02-02, by Edouard Tisserant
- Another set of meaningless changes to satisfy PEP8 and PyLint. 2018-02-01, by Edouard Tisserant
- PEP8 conformity for modbus. Most of it done by autopep8, plus some easy refactoring. 2018-01-31, by Edouard Tisserant
- Add some class factory function to ease declaration of simple POU libraries in customizations (i.e. TC6 XML file only, no special C code generation) 2018-01-31, by Edouard Tisserant
- Small pep8 conformity enforcement. 2018-01-31, by Edouard Tisserant
- Better have globals passed to python extensions (-e) than locals. 2018-01-31, by Edouard Tisserant
- launcher : move call to ShowSplashScreen and BackgroundInitialization to PreStart() 2018-01-31, by Edouard Tisserant
- modbus extension code cleanup, from smarteh's patch 2018-01-30, by Edouard Tisserant
- Merged Mario's modbus branch. Fixed line endings. 2018-01-30, by Edouard Tisserant
- merge 2017-03-24, by Mario de Sousa
- Ignore bug report files. 2017-03-05, by Mario de Sousa
- Add support for Modbus (TCP and RTU) working as master & slave 2017-03-05, by Mario de Sousa
- merge 2018-01-29, by Edouard Tisserant
- fixed erro introduced 2 commits ago (-e) : tuples have no reverse() method 2018-01-24, by Edouard Tisserant
- Trying to get better logging/display of exceptions at runtime's startup 2018-01-24, by Edouard Tisserant
- Changed way to deal with extensions arguments (-e) so that path and filename are stored independently and accessible for extensions themselves. 2018-01-24, by Edouard Tisserant
- Textviewer : moved call to Colourise in a better place, so that ST highlighting gets also updated when typing in some case, not only IL 2018-01-29, by Edouard Tisserant
- Main runtime template C code : Added HAVE_RETAIN preprocessor definition for customized build to signal it provides IEC-61131 Retain memory handling function. Removed targets/Xenomai/plc_Xenomai_noretain.c, now useless. 2018-01-19, by Edouard Tisserant
- Clarify licensing, and packaging of runtime only files : 2018-01-15, by Edouard Tisserant
- Enforced check_source.sh pep8 and pylint rules. 2018-01-11, by Edouard Tisserant
- runtime/WAMP: Fixed secret loading into configuration. Fixed secret commandline switch handling. 2018-01-11, by Edouard Tisserant
- runtime/WAMP : was 'Added time print on session left.' from dporopat. Purpose is to log (dis/re)connection, to help debugging connection problem 2018-01-11, by Edouard Tisserant
- runtime/Wamp : adapt to unicode being enforced in latest crossbar API. Updated some documentation, to explain why there is unused definitions like SubscribedEvents or DoOnJoin. 2018-01-11, by Edouard Tisserant
- Extend python<->PLC global variable description "GlobalDesc" to support Initial value setting. 2018-01-10, by Edouard Tisserant
- update tests/wamp README file, based on changes from dporopat. 2018-01-10, by Edouard Tisserant
- Fixed WAMP test (crossbar confile upgrade and use same ID on both PLC and IDE side) 2018-01-10, by Edouard Tisserant
- Fixed changes from dporopat and agregorcic about WAMP CRA and config. 2018-01-10, by Edouard Tisserant
- WAMP runtime : changes from dporopat and agregorcic, adding CRA (-s) and changed way to load WAMP conf (-c) 2018-01-09, by Edouard Tisserant
- Set WAMP registration option so that reconnecting while earlier session still didn't timeout is possible (in case of connection lost, for example). 2018-01-09, by Edouard Tisserant
- More canonical overload of ReconnectingClientFactory (according twisted doc) 2018-01-09, by Edouard Tisserant
- non significant print syntax change. ready for py3. 2018-01-09, by Edouard Tisserant
- whitespace cosmetic for pep8 2018-01-09, by Edouard Tisserant
- Added arbitrary timeout on Pyro, to force it to free memory after disconnect. 2018-01-08, by Edouard Tisserant
- Moved code from to Beremiz_service.py Server class Start method to Loop method to allow customisation by hot patching. Also renamed Stop method as _stop and use Restart instead of Stop from everywhere else to make it clear that _stop actually does restart... 2018-01-05, by Edouard Tisserant
- enforce PEP8 in previous commit 2018-01-04, by Edouard Tisserant
- replaced normal panel with scrolled panel under project properties 2017-01-20, by dporopat
- fix missing root in empty search results panel 2017-12-05, by Surkov Sergey
- add possibility to specify subprocess stdout encoding 2017-12-04, by Surkov Sergey
- fix deadlock if method kill() is called after process is already finished 2017-12-04, by Andrey Skvortsov
- fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`" 2017-10-25, by Andrey Skvortsov
- make CanFestival to be at the expected place in bitbucket pipelines container 2017-10-23, by Andrey Skvortsov
- fix pylint error '(unsubscriptable-object) Value 'X' is unsubscriptable' 2017-10-19, by Andrey Skvortsov
- fix pylint warning '(bad-continuation) Wrong hanging indentation before block' 2017-10-19, by Andrey Skvortsov
- force all python source code to have LF line ending 2017-10-19, by Andrey Skvortsov
- fix pylint warning '(expression-not-assigned) Expression "X" is assigned to nothing' 2017-10-18, by Andrey Skvortsov
- fix pylint warning '(redefine-in-handler) Redefining name 'X' from outer scope (line Y) in exception handler' 2017-10-17, by Andrey Skvortsov
- fix displaying result of update check during Beremiz startup 2017-10-17, by Andrey Skvortsov
- fix pylint warning '(no-init) Class has no __init__ method' 2017-10-17, by Andrey Skvortsov
- fix pylint error "(undefined-variable) Undefined variable 'X'" 2017-10-16, by Andrey Skvortsov
- fix problem happend when tests are running under python-coverage 2017-10-13, by Andrey Skvortsov
- fix pylint error '(too-many-function-args) Too many positional arguments for function call' 2017-10-12, by Andrey Skvortsov
- fix pylint error '(import-error) Unable to import X' 2017-10-11, by Andrey Skvortsov
- fix pylint error '(no-self-argument) Method should have "self" as first argument' 2017-10-11, by Andrey Skvortsov
- fix pylint error "(no-name-in-module) No name 'X' in module 'Y'" 2017-10-11, by Andrey Skvortsov
- fix pylint error '(bad-except-order) Bad except clauses order (X is an ancestor class of Y)' 2017-10-11, by Andrey Skvortsov
- fix pylint warning "(no-value-for-parameter) No value for argument 'X' in function call" 2017-10-11, by Andrey Skvortsov
- fix problems with unconnected input of InOut function variables and 2017-10-11, by Andrey Skvortsov
- fix error for functions with VAR_IN_OUT 2017-10-10, by Andrey Skvortsov
- fix pylint warning '(unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck' 2017-10-10, by Andrey Skvortsov
- fix pylint warning '(misplaced-bare-raise) The raise statement is not inside an except clause' 2017-10-10, by Andrey Skvortsov
- fix format string argument error found by pylint '(too-many-format-args) Too many arguments for format string' 2017-10-10, by Andrey Skvortsov
- fix pylint warning '(wrong-import-position) Import "import X" should be placed at the top of the module' 2017-10-10, by Andrey Skvortsov
- fix pylint warning '(import-self) Module import itself' 2017-10-10, by Andrey Skvortsov
- remove old code useless code found by pylint "(unnecessary-pass) Unnecessary pass statement" 2017-10-10, by Andrey Skvortsov
- fix error found by pylint 'W0104(pointless-statement) Statement seems to have no effect' 2017-10-10, by Andrey Skvortsov
- fix pylint warning "(undefined-loop-variable) Using possibly undefined loop variable 'X'" 2017-10-10, by Andrey Skvortsov
- fix pylint warning 'C0112(empty-docstring) Empty function docstring' 2017-10-10, by Andrey Skvortsov
- fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'" 2017-10-09, by Andrey Skvortsov
- fix pylint warning '(dangerous-default-value) Dangerous default value {} as argument' 2017-10-09, by Andrey Skvortsov
- fix pylint warning '(old-style-class) Old-style class defined.' 2017-10-09, by Andrey Skvortsov
- fix pylint warning '(unused-import), Unused import connectors' 2017-10-06, by Andrey Skvortsov
- fix typos 2017-10-05, by Andrey Skvortsov
- comment out unused code SFC_Step.RefreshBoundingBox() 2017-10-05, by Andrey Skvortsov
- explicitly mark unused variables found by pylint with _ or dummy 2017-10-05, by Andrey Skvortsov
- remove unused variables found by pylint 2017-10-03, by Andrey Skvortsov
- update .PHONE target in Makefile for mki18n.py 2017-10-03, by Andrey Skvortsov
- make mki18n return 0 on success 2017-10-03, by Andrey Skvortsov
- update list with files for internatialization, app.fil 2017-10-03, by Andrey Skvortsov
- move README content to Makefile 2017-10-03, by Andrey Skvortsov
- fix pylint warning '(global-variable-not-assigned) Using global for 'X' but no assignment is done' 2017-10-02, by Andrey Skvortsov
- fix pylint error '(function-redefined) method already defined' 2017-10-02, by Andrey Skvortsov
- fix pylint warning '(unreachable) Unreachable code' 2017-09-29, by Andrey Skvortsov
- fix pylint warning (bad-indentation) Bad indentation. Found X spaces, expected Y 2017-09-29, by Andrey Skvortsov
- fix pylint warning '(pointless-string-statement) String statement has no effect' 2017-09-29, by Andrey Skvortsov
- fix error __init__ method from base class is not called 2017-09-29, by Andrey Skvortsov
- fix more than one statement on a single line 2017-09-28, by Andrey Skvortsov
- fix ungrouped imports from package X 2017-09-28, by Andrey Skvortsov
- fix unnecessary lambda and enable corresponding pylint check 2017-09-28, by Andrey Skvortsov
- fix wrong-import-order. first standard modules are imported, then others 2017-09-28, by Andrey Skvortsov
- fix (old-style-class) Old-style class defined error for most parts of 2017-09-28, by Andrey Skvortsov
- remove in-tree version of Zeroconf and use upstream from 2017-09-22, by Andrey Skvortsov
- remove reimported modules 2017-09-22, by Andrey Skvortsov
- fix unnecessary parens after keyword 2017-09-22, by Andrey Skvortsov
- enable pylint checker 2017-09-22, by Andrey Skvortsov
- fix usage of python2-only print statement 2017-09-22, by Andrey Skvortsov
- run python tests with non-english locale to catch bugs related to localization 2017-09-22, by Andrey Skvortsov
- make it possible to update XSD schema in project controller after new 2017-09-21, by Andrey Skvortsov
- fix commit "lazy initialization of highlight pens and brushes 2017-09-21, by Andrey Skvortsov
- clean build example project after running test 2017-09-21, by Andrey Skvortsov
- fix problem if DataTypeEditor was imported before localization is 2017-09-21, by Andrey Skvortsov
- add shell script to run all python tests and automatically handle Xvfb 2017-09-16, by Andrey Skvortsov
- add PLCOpenEditor tests 2017-09-16, by Andrey Skvortsov
- run application tests in full screen mode 2017-09-16, by Andrey Skvortsov
- clean sys.argv, because if test is running from pytest 2017-09-16, by Andrey Skvortsov
- rework Beremiz application "testCheckProject" test to allow easier reuse later 2017-09-16, by Andrey Skvortsov
- add application name for PLCOpenEditor 2017-09-16, by Andrey Skvortsov
- rewrite PLCOpenEditor. Add PLCOpenEditorApp class for easier customizations. 2017-09-15, by Andrey Skvortsov
- lazy locale initialization 2017-09-15, by Andrey Skvortsov
- use CustomIntCtrl instead of wx.SpinCtrl because it doesn't support 2017-09-15, by Andrey Skvortsov
- add custom TextCtrl allowed to enter long integer with bounds checking 2017-09-15, by Andrey Skvortsov
- use pytest for testing 2017-09-15, by Andrey Skvortsov
- run separate test on every project instead of one big long test all projects 2017-09-15, by Andrey Skvortsov
- move configuration for test environment into separate file conftest.py 2017-09-15, by Andrey Skvortsov
- lazy initialization of highlight pens and brushes for DebugVariableViewer 2017-09-15, by Andrey Skvortsov
- add '_' function to builtin dictionary at import time 2017-09-15, by Andrey Skvortsov
- remove builtin BMZ_DBG. It's not used. 2017-09-15, by Andrey Skvortsov
- update translation strings 2017-09-13, by Andrey Skvortsov
- updated all existing translations 2017-09-13, by Andrey Skvortsov
- fix LINT and ULINT ranges 2017-09-13, by Andrey Skvortsov
- found installed Inkscape on Windows 2017-09-12, by Andrey Skvortsov
- make possible to turn off at compile time online debugging, logging 2017-09-12, by Andrey Skvortsov
- make default caption for PouNameDialog translatable 2017-09-12, by Andrey Skvortsov
- fix max value for UDINT and ULINT types 2017-09-12, by Andrey Skvortsov
- update Build icon 2017-09-12, by Andrey Skvortsov
- add couple Beremiz application tests 2017-09-12, by Andrey Skvortsov
- fix problem if _should_write is called by expired timer after 2017-09-08, by Andrey Skvortsov
- Initial Bitbucket Pipelines configuration 2017-08-28, by Sergey Surkov
- fix bug with unfinished debug thread 2017-08-28, by Surkov Sergey
- unify exception handling of Beremiz and PLCOpenEditor 2017-08-25, by Andrey Skvortsov
- fix problem running PLCOpenEditor 2017-08-25, by Andrey Skvortsov
- don't check any particular wx version 2017-08-25, by Andrey Skvortsov
- fix problem when Beremiz is running without matiec installed 2017-08-25, by Andrey Skvortsov
- Initial Bitbucket Pipelines configuration 2017-08-22, by Andrey Skvortsov
- add configuration for Bitbucket pipelines 2017-08-22, by Andrey Skvortsov
- add shell script to test Beremiz python code 2017-08-22, by Andrey Skvortsov
- clean-up: fix PEP8 W503 line break before binary operator 2017-08-22, by Andrey Skvortsov
- fix codestyle issues according to PEP8 2017-08-21, by Andrey Skvortsov
- clean-up: fix PEP8 E402 module level import not at top of file 2017-08-21, by Andrey Skvortsov
- clean-up: fix PEP8 E265 block comment should start with '# ' 2017-08-21, by Andrey Skvortsov
- clean-up: fix PEP8 E266 too many leading '#' for block comment 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E722 do not use bare except' 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E115 expected an indented block (comment) 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E721 do not compare types, use 'isinstance()' 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E131 continuation line unaligned for hanging indent 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E122 continuation line missing indentation or outdented 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E713 test for membership should be 'not in' 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E272 multiple spaces before keyword 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E124 closing bracket does not match visual indentation 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 W191 indentation contains tabs 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E211 whitespace before '[' or '(' 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E114 indentation is not a multiple of four (comment) 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E125 continuation line with same indent as next logical line 2017-08-18, by Andrey Skvortsov
- clean-up: fix PEP8 E128 continuation line under-indented for visual indent 2017-08-18, by Andrey Skvortsov
- clean-up: fix PEP8 E127 continuation line over-indented for visual indent 2017-08-18, by Andrey Skvortsov
- clean-up: fix PEP8 E129 visually indented line with same indent as next logical line 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 W602 deprecated form of raising exception 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 E502 the backslash is redundant between brackets 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 W601 .has_key() is deprecated, use 'in' 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 E731 do not assign a lambda expression, use a def 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 E203 whitespace before ',' 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 E262 inline comment should start with '# ' 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 E712 comparison to True should be 'if cond is True:' or 'if cond:' 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 E222 multiple spaces after operator 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 E111 indentation is not a multiple of four 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 E701 multiple statements on one line (colon) 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 E741 ambiguous variable name 2017-08-16, by Andrey Skvortsov
- clean-up: fix most PEP8 E221 multiple spaces before operator 2017-08-16, by Andrey Skvortsov
- clean-up: fix most PEP8 E266 too many leading '#' for block comment 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 E703 statement ends with a semicolon 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 E301 expected 1 blank line, found 0 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 E306 expected 1 blank line before a nested definition, found X 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 W391 blank line at end of file 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 E201 whitespace after '{' 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 E202 whitespace before ')' 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals 2017-08-15, by Andrey Skvortsov
- clean-up: fix PEP8 E711 comparison to None should be 'if cond is not None:' 2017-08-15, by Andrey Skvortsov
- clean-up: fix PEP8 E225 missing whitespace around operator 2017-08-15, by Andrey Skvortsov
- clean-up: fix PEP8 E303 too many blank lines 2017-08-15, by Andrey Skvortsov
- clean-up: fix PEP8 E231 missing whitespace after ':' or ',' 2017-08-15, by Andrey Skvortsov
- clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ',' 2017-08-15, by Andrey Skvortsov
- clean-up: fix PEP8 E271 multiple spaces after keyword 2017-08-14, by Andrey Skvortsov
- clean-up: fix PEP8 E261 at least two spaces before inline comment 2017-08-14, by Andrey Skvortsov
- clean-up: fix PEP8 E302 expected 2 blank lines, found 1 2017-08-14, by Andrey Skvortsov
- clean-up: fix PEP8 W293 blank line contains whitespace 2017-08-14, by Andrey Skvortsov
- clean-up: fix some PEP8 E228 missing whitespace around modulo operator 2017-08-14, by Andrey Skvortsov
- clean-up: fix some PEP8 E265 block comment should start with '# ' 2017-08-14, by Andrey Skvortsov
- clean-up: fix PEP8 E401 multiple imports on one line 2017-08-14, by Andrey Skvortsov
- convert some files from CRLF to LF 2017-08-14, by Andrey Skvortsov
- clean-up for PEP8: fix W291 trailing whitespace 2017-08-14, by Andrey Skvortsov
- README.md edited online with Bitbucket 2017-08-21, by Andrey Skvortsov
- fix link to documentation in README.md 2017-08-21, by Andrey Skvortsov
- Add information about built official documentation to README.md 2017-08-21, by Andrey Skvortsov
- don't allow empty dimension for ARRAY types 2017-08-11, by Andrey Skvortsov
- ignore built documentation 2017-08-09, by Andrey Skvortsov
- manual: add untranslated po files for French and Korean 2017-08-09, by Andrey Skvortsov
- build missing pot files, when building HTML documentation 2017-08-09, by Andrey Skvortsov
- fix some typos 2017-08-07, by Andrey Skvortsov
- Changed title of new project dialog from: 2017-07-30, by janbarslo
- Changed title of New Project dialog 2017-07-30, by janbarslo
- skip hidden files and directories on permission check 2017-07-28, by Andrey Skvortsov
- change structure of filename for bug reports in Beremiz and 2017-07-14, by Andrey Skvortsov
- fix target Xenomai missing functions 2017-07-05, by wuyangtang
- update messages.pot and messages.po 2017-07-05, by Andrey Skvortsov
- mki18n.py: generate messages.po (contains English strings in msgstr) 2017-07-05, by Andrey Skvortsov
- add to i18n/README forgotten commands to add some XML schemes as source 2017-07-05, by Andrey Skvortsov
- Backout commit 92537ed because of writing localized string in node *.xml file 2017-07-04, by Surkov Sergey
- Backout changeset 92537edeb2052d53ba5cad8b6da8463dbc660bb1 2017-07-04, by Surkov Sergey
- fixes double mouse capturing after forcing variable in debug mode 2017-06-28, by Surkov Sergey
- fix bug with TextViewer instance in debug mode, appears after transferring new program on PLC 2017-06-27, by Surkov Sergey
- fix build problem when make command have trailing whitespace(s) 2017-06-27, by Andrey Skvortsov
- add dialog "add program", that appears after creating new project 2017-06-26, by Surkov Sergey
- fix i18n string selection for combobox generated from XSD 2017-06-26, by Surkov Sergey
- update Russian and French (Fabien M) translations 2017-06-22, by Andrey Skvortsov
- l18n: update messages.pot and app.fil 2017-06-22, by Andrey Skvortsov
- add l18n support to variable table in CodeFileEditor (python/C extension) 2017-06-22, by Andrey Skvortsov
- set project name and character set in generated messages.pot 2017-06-22, by Andrey Skvortsov
- close DurationEditorDialog on ENTER key 2017-06-22, by Andrey Skvortsov
- add button to ForceVariableDialog to toggle forced boolean value 2017-06-21, by Andrey Skvortsov
- fix problem with hidden FindInPou dialog with wxPython 3.0 on Windows 2017-06-20, by Andrey Skvortsov
- enable non-latin variable descriptions in CodeFileEditor 2017-06-20, by Andrey Skvortsov
- disable empty coils and contacts in LD/SFC editors 2017-06-20, by Andrey Skvortsov
- remove debug code 2017-06-19, by Andrey Skvortsov
- make all dialog have non-fixed size 2017-06-19, by Andrey Skvortsov
- avoid infinite loop in search 2017-06-09, by Andrey Skvortsov
- make adjustable size of ArrayTypeDialog 2017-06-08, by Andrey Skvortsov
- fix problem with initial values for array of structures 2017-06-08, by Andrey Skvortsov
- add information about community support channel to Beremiz and PLCOpenEditor 2017-06-06, by Andrey Skvortsov
- cleanup wxHMI example 2017-06-06, by Andrey Skvortsov
- cleanup wxGlade example 2017-06-06, by Andrey Skvortsov
- add comments to wiimote example 2017-06-06, by Andrey Skvortsov
- fix running wxGlade on current Debian systems 2017-06-06, by Andrey Skvortsov
- rename text field in SVG graphic to match IEC code in svgui example 2017-06-02, by Andrey Skvortsov
- disallow setting IEC location addresses for TIME, DATE, DT and TOD variables 2017-06-01, by Andrey Skvortsov
- if there is no users matiec installation, then use system path to run iec2c 2017-05-30, by Andrey Skvortsov
- remove child node from add child node menu, if max count of the same type nodes reached 2017-05-23, by Surkov Sergey
- fix reducing groups with ordered elements 2017-05-18, by Surkov Sergey
- fix extra brace 2017-05-03, by Anton Midyukov
- add getCompiler and getLinker methods, to abstract from XSD. 2017-04-28, by Paul Beltyukov
- make run Beremiz and PLCOpen Editor, if full path contain non-lating 2017-04-20, by Andrey Skvortsov
- README.md edited online with Bitbucket 2017-04-12, by Andrey Skvortsov
- fix clearing project name on opening project properties page. 2017-04-11, by Andrey Skvortsov
- fix problem with debugging external string variables 2017-04-11, by Andrey Skvortsov
- fix problem with clearing non-empty location field after changing type of config variable 2017-04-11, by Andrey Skvortsov
- fix backtrace on opening program/resource on small screens 2017-04-10, by Andrey Skvortsov
- show whether instance of SFC action is currently active or not in its 2017-04-07, by Andrey Skvortsov
- clean PLC log only if there is something to clean 2017-04-05, by Andrey Skvortsov
- reset loaded messages counts on new PLC program trasnfer 2017-04-05, by Andrey Skvortsov
- add function block to variable panel if fb is added using toolbar 2017-04-04, by Andrey Skvortsov
- enable to write SFC transition in IL 2017-03-28, by Andrey Skvortsov
- fix debug button and variable tree generate for actions and transitions in POU instance variable panel 2017-03-28, by Surkov Sergey
- clear variable location cell in variable panel, if variable class or type changed 2017-03-28, by Surkov Sergey
- runtime is licensed under LGPLv2.1 2017-03-27, by Andrey Skvortsov
- make command line help message for Beremiz more verbose 2017-03-27, by Andrey Skvortsov
- fix typos and small errors in Russian translation 2017-03-21, by Andrey Skvortsov
- merge Beremiz launcher support 2017-03-10, by Andrey Skvortsov
- rename BeremizIDELauncher.py to Beremiz.py 2017-03-10, by Andrey Skvortsov
- rename Beremiz.py to BeremizIDE.py 2017-03-10, by Andrey Skvortsov
- wrap Beremiz startup code into separate launcher class 2017-03-10, by Andrey Skvortsov
- dynamically increase size of dialog window for editing comment block 2017-03-10, by Andrey Skvortsov
- add hotkeys to open recent projects 2017-03-09, by Andrey Skvortsov
- fix twice shown error message box, when wrong non-valid IEC identifier entered 2017-03-09, by Andrey Skvortsov
- apply constraints to names for tasks and task instances in resource configuration 2017-03-09, by Andrey Skvortsov
- Fix russian translation 2017-03-09, by PaulBeltyukov
- Merged skvorl/beremiz into default 2017-03-06, by Sergey Surkov
- add stretching to columns Name, Type, Doc in variable panel 2017-03-03, by Surkov Sergey
- fix SFC Step flush method 2017-02-06, by Surkov Sergey
- fix redraw debug instance tab after transferring new build to PLC. closes #15 2017-02-06, by Surkov Sergey
- 1. Deleted .directory file, and added it to .hgignore. 2017-03-06, by PaulBeltyukov
- Fix russian translation 2017-03-06, by PaulBeltyukov
- Merge 2017-02-16, by PaulBeltyukov
- Safe 2017-02-16, by PaulBeltyukov
- broken code is temporarily blocked 2017-01-27, by Surkov Sergey
- fix exception handling 2017-01-27, by Surkov Sergey
- change directory for saving Beremiz bug reports from current working directory to TEMP directory. 2017-01-27, by Surkov Sergey
- Correct element size, if block type or variable name is wider than block width. 2017-01-26, by Surkov Sergey
- remove non-existed and not necessary self.logger from detecting options in iec2c 2017-01-26, by Andrey Skvortsov
- remove Linux target from first_steps example 2017-01-23, by Andrey Skvortsov
- 1.2rc1 1.2 2017-01-24, by Edouard Tisserant 7BB06627
- closing 1.1 branch 1.1 Korean release 2017-01-24, by Edouard Tisserant 7BB06627
- for tests svgui and logging move code from old py_ext.xml to the new pyfile.xml 2017-01-19, by Andrey Skvortsov
- merge 2017-01-17, by Andrey Skvortsov
- fix IL jumps highlighting in Text Viewer 2017-01-17, by Surkov Sergey
- change white background for icons in PouInstanceVariablePanel to transparent 2017-01-16, by Andrey Skvortsov
- change white background for project tree element to transparent 2017-01-16, by Andrey Skvortsov
- fix second error message in case of error appearing too early to have a wx frame 2017-01-16, by Edouard Tisserant 7BB06627
- fix a side effect of 95ecb26fdc4e 2017-01-16, by Edouard Tisserant 7BB06627
- remove old unused .cvsignore 2017-01-13, by Andrey Skvortsov
- fix issue with printing scheme (FBD, LD or SFC) with comment element on GNU/Linux 2017-01-13, by Andrey Skvortsov
- detect iec2c options and ieclib path only once during the first build 2017-01-13, by Andrey Skvortsov
- attach checkedBlockDict variable to the body object 2017-01-13, by Andrey Skvortsov
- fix file header in AboutDialog.py 2017-01-13, by Andrey Skvortsov
- update Russian translation 2017-01-12, by Andrey Skvortsov
- check before program generation whether SFC step, that is referenced 2017-01-12, by Andrey Skvortsov
- use translatable descriptions for stadard and additional IEC function 2017-01-11, by Andrey Skvortsov
- move code in mki18n.py generated translation strings from custom files into separate function 2017-01-11, by Andrey Skvortsov
- clean search result panel after open another project 2017-01-11, by Surkov Sergey
- fix highlight of search result in Search Result Panel 2017-01-10, by Surkov Sergey
- fix doubling search results in Search Result Panel 2017-01-10, by Surkov Sergey
- make FindInPouDialog work on Windows with wxPython 2.8 2016-12-29, by Andrey Skvortsov
- fix local search in actions and transitions 2016-12-29, by Surkov Sergey
- convert FindInPouDialog from wx.Frame to wx.Dialog 2016-12-28, by Andrey Skvortsov
- temporary disable SFC transitions in IL, because matiec can't compile it 2016-12-28, by Andrey Skvortsov
- fix issue with creating SFC transitions using ST and IL 2016-12-28, by Andrey Skvortsov
- replace '-' with '.' in resource tab and transition/action SFC code 2016-12-26, by Andrey Skvortsov
- check during program generation whether source signal is defined for single task 2016-12-26, by Andrey Skvortsov
- fix strange behavior on Backspace press in ST 2016-12-23, by Andrey Skvortsov
- fix close button in system menu for AboutDialog on Windows 2016-12-22, by Andrey Skvortsov
- make renames caseinsensitive 2016-12-22, by Andrey Skvortsov
- fix problem with SFC action/transition rename 2016-12-20, by Andrey Skvortsov
- fix problem that it was impossible to edit SFC jump, if it references non-existent SFC step 2016-12-20, by Andrey Skvortsov
- remove all corresponding SFC jumps when SFC step is removed (but only in DRIVENDRAWING_MODE) 2016-12-20, by Andrey Skvortsov
- rename all corresponding SFC jumps when SFC step is renamed (but only in DRIVENDRAWING_MODE) 2016-12-20, by Andrey Skvortsov
- add check of new project path in Save As 2016-12-14, by Sergey Surkov
- fix issue that in Debug mode LD instance doesn't show correctly its state after 2016-12-14, by Andrey Skvortsov
- fix issue with task rename if "Name" column label is translated into 2016-12-14, by Andrey Skvortsov
- fix issue with compiling SFC POU with non-connected transition (type "connection") 2016-12-14, by Andrey Skvortsov
- fix bug with recent projects menu, remove path to the project from menu, if project directory doesn't exist 2016-12-13, by Sergey Surkov
- fix bug with empty directories in recent projects menu 2016-12-13, by Sergey Surkov
- fix list of recent projects in File menu, add path to current project after Save As 2016-12-12, by Sergey Surkov
- by default init input and output in step sfc block, and output for initial step sfc block 2016-12-08, by Sergey Surkov
- update PLC status after initialization 2016-12-07, by Andrey Skvortsov
- always load existing PLC program from the working directory 2016-12-07, by Andrey Skvortsov
- stop PLC before unloading 2016-12-07, by Andrey Skvortsov
- add internatialization support for Beremiz_service.py 2016-12-07, by Andrey Skvortsov
- fix issue with changing annonced Pyro service name via taskbar icon 2016-12-07, by Andrey Skvortsov
- don't crash on trying to change IP interface for Beremiz_service using taskbar icon if IP wasn't previously 2016-12-07, by Andrey Skvortsov
- start/stop from taskbar icon only if PLC is stopped/started 2016-12-07, by Andrey Skvortsov
- close Pyro socket after daemon stop 2016-12-07, by Andrey Skvortsov
- add python-wxgtk3.0 support to Beremiz_service.py 2016-12-07, by Andrey Skvortsov
- make about dialog on Windows not so big 2016-12-02, by Andrey Skvortsov
- update Russian translation 2016-12-01, by Andrey Skvortsov
- add i18n to PLC status 2016-12-01, by Andrey Skvortsov
- remove clear and reset execution order buttons in popup menu in SFC and LD viewers. 2016-12-01, by Sergey Surkov
- fix initial(equal to the min) number of sequences in SFC Divergence dialog. 2016-12-01, by Sergey Surkov
- make only correct blocks(by IEC 61131-3 standard) available in wire popup menu in SFC Viewer 2016-12-01, by Sergey Surkov
- move EnhancedStatusBar.py to the right location 2016-11-30, by Andrey Skvortsov
- add internatialization support to startup messages during checking software updates 2016-11-29, by Andrey Skvortsov
- fix translation strings with multiple parameters 2016-11-28, by Andrey Skvortsov
- change bug report address for PLCOpenEditor to beremiz-devel@lists.sourceforge.net 2016-11-28, by Andrey Skvortsov
- fix segmentation fault on clicking red point in compilation console if that compilation error coverts several units in plcopen file 2016-11-28, by Andrey Skvortsov
- add localization to time strings in DebugVariablePanel and to dialog shown after variable drag'n'drop 2016-11-24, by Andrey Skvortsov
- fix issue that if located variable was dropped in location column, then address was changed in wrong row (row - 1). 2016-11-24, by Andrey Skvortsov
- increase size for time buttons in LogViewer 2016-11-24, by Andrey Skvortsov
- don't rebuild the makefile based project if only companyName, projectName or productName are changed 2016-11-24, by Andrey Skvortsov
- add progress bar to status bar 2016-11-22, by Andrey Skvortsov
- fix warning: 'return' with no value in function startPLC 2016-11-19, by ctbenergy
- fix inconsistent whitespace 2016-11-19, by ctbenergy
- fix license notices in source files and license files under GPLv2+ 2016-11-18, by Andrey Skvortsov
- fix PLC autostart option for Beremiz_service.py 2016-11-17, by Andrey Skvortsov
- remove old debug code 2016-11-17, by Andrey Skvortsov