2018-10-04 |
Andrey Skvortsov |
python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3
|
changeset |
files
|
2018-11-22 |
Edouard Tisserant |
Fixed regression in connecting to LOCAL:// targets
|
changeset |
files
|
2018-11-22 |
Edouard Tisserant |
Merge, with surprizingly little conflicts
|
changeset |
files
|
2018-11-22 |
Edouard Tisserant |
IDManager : finished Import/Export. Added merging capability to import (asks if particular ID is replaced during import). Added ESC as closing shortcut to IDManager dialog, and adjusted its size.
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
merge
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Update localization template
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Fix 'msgid' format string with unnamed arguments cannot be properly localized
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Add automatic check for localization strings with multiple unnamed arguments
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Improve localization support in etherlab (mostly)
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
cleanup etherlab: pylint, W0602 (global-variable-not-assigned) Using global for 'X' but no assignment is done
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
cleanup: pylint, W0109 # (duplicate-key) Duplicate key 'X' in dictionary
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Add python3 syntax checking to CI
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Fix old style exception raise and exec syntax
|
changeset |
files
|
2018-10-02 |
Andrey Skvortsov |
Use python 3 compatible exception syntax everywhere
|
changeset |
files
|
2018-10-02 |
Andrey Skvortsov |
cleanup: pylint, R0123 # (literal-comparison) Comparison to literal
|
changeset |
files
|
2018-10-02 |
Andrey Skvortsov |
Use predefined constants for PlcStatus instead of string literals
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, R1704 # (redefined-argument-from-local) Redefining argument with the local name 'Y'
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, R1701 # (consider-merging-isinstance) Consider merging these isinstance calls to isinstance(CTNLDFLAGS, (str, unicode))
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, E1304 # (missing-format-string-key) Missing key 'X_name' in format string dictionary
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, E1300 # (bad-format-character) Unsupported format character '"' (0x22) at index 17
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, W0111 # (assign-to-new-keyword) Name async will become a keyword in Python 3.7
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, E1310 (bad-str-strip-call) Suspicious argument in str.strip call
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
Fix segmentation fault when last lines in text POUs should be highlighted
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
enable etherlab checks
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint,E0602 # (undefined-variable) Undefined variable 'X'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, E1136 # (unsubscriptable-object) Value 'X' is unsubscriptable
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
ignore missing MotionLibrary
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, E0611 # (no-name-in-module) No name 'X' in module 'Y'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C0123 # (unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck.
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0104 # (pointless-statement) Statement seems to have no effect
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0631 # (undefined-loop-variable) Using possibly undefined loop variable 'X'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C1001 # (old-style-class) Old-style class defined.
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0611 # (unused-import) Unused import X
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, E0102 # (function-redefined) method already defined
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0105 # (pointless-string-statement) String statement has no effect
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint,W0231 # (super-init-not-called) __init__ method from base class is not called
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C0412 # (ungrouped-imports) Imports from package X are not grouped
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint,W0108 # (unnecessary-lambda) Lambda may not be necessary
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y"
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0404 # reimported module
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
check_source.sh: add E301 check to the list of selected PEP8 errors
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E301 expected 2 blank lines, found 1
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, W503 line break before binary operator
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E266 too many leading '#' for block comment
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E122 continuation line missing indentation or outdented
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, W191 indentation contains tabs
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E211 whitespace before '['
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E129 visually indented line with same indent as next logical line
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E127 continuation line over-indented for visual indent
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E129 visually indented line with same indent as next logical line
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, W602 deprecated form of raising exception
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, W601 .has_key() is deprecated, use 'in'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E731 do not assign a lambda expression, use a def
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E203 whitespace before ','
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E712 comparison to True should be 'if cond is True:' or 'if cond:'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E222 multiple spaces after operator
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E741 ambiguous variable name 'l'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
cleanup etherlab: pep8, E306 expected 1 blank line before a nested definition, found X
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E305 expected 2 blank lines after class or function definition, found X
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E201 whitespace after '('
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E202 whitespace before ')'
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E227 missing whitespace around bitwise or shift operator
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E251 unexpected spaces around keyword / parameter equals
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E225 missing whitespace around operator
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E303 too many blank lines (2)
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E231 missing whitespace after ','
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E271 multiple spaces after keyword
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E261 at least two spaces before inline comment
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E302 expected 2 blank lines, found 1
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, W293 blank line contains whitespace
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E228 missing whitespace around modulo operator
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E401 multiple imports on one line
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E265 block comment should start with '# '
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, W291 trailing whitespace
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
convert some etherlab source files to unix format
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E722 do not use bare except
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
Ignore cache files and generated test reports
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
Update Beremiz translations and list of translators
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
Use the list of supported by app translations instead of supported translations by wx
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
Suppress message box in case current locale is unsupported or missing in wx
|
changeset |
files
|
2018-09-27 |
Andrey Skvortsov |
Add commands to pull translation from transifex
|
changeset |
files
|
2018-09-26 |
Andrey Skvortsov |
Add custom dialog to add/edit comment block in graphical editors
|
changeset |
files
|
2018-09-26 |
Andrey Skvortsov |
Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
|
changeset |
files
|
2018-09-26 |
Andrey Skvortsov |
use the same font size on Windows and GNU/Linux
|
changeset |
files
|
2018-09-26 |
Andrey Skvortsov |
use nice and pretty mono font in graphical languages (SFC, FBD, LD) as well
|
changeset |
files
|
2018-09-25 |
Andrey Skvortsov |
Don't need to call extra _init_
|
changeset |
files
|
2018-09-25 |
Andrey Skvortsov |
Fix black background in preview window
|
changeset |
files
|
2018-09-25 |
Andrey Skvortsov |
Avoid division by zero in case width or height for page are not specified
|
changeset |
files
|
2018-11-21 |
Edouard Tisserant |
IDManager: added import/export plus little cosmetic enhancements.
|
changeset |
files
|
2018-11-20 |
Edouard Tisserant |
IDManager : refactored a bit, moved some code into PSKManagement.py. Now captures URI and PSK on new PYRO(S) and propose them when editing URI. Import/export still to be implemented.
|
changeset |
files
|
2018-11-19 |
Edouard Tisserant |
Renaming servicetype into scheme.
|
changeset |
files
|
2018-11-16 |
Edouard Tisserant |
Added toolbar button to launch ID Manager dialog.
|
changeset |
files
|
2018-11-16 |
Edouard Tisserant |
Renamed IDManager control into IDBrowser, because dialog will be named IDManager
|
changeset |
files
|
2018-11-14 |
Edouard Tisserant |
IDManager.py : finished selector mode.
|
changeset |
files
|
2018-11-14 |
Edouard Tisserant |
Added early implementation of IDManager.py. For now only used to select ID in URIEditor
|
changeset |
files
|
2018-11-09 |
Edouard Tisserant |
Path may contain spaces... sequel of d1359cb
|
changeset |
files
|
2018-11-08 |
Edouard Tisserant |
'Merged' URI editor dialog and Discovery dialog, also clean up related code
|
changeset |
files
|
2018-11-08 |
Edouard Tisserant |
Cut more useless code from URI Editor
|
changeset |
files
|
2018-11-08 |
Edouard Tisserant |
URI Editor Dialog : moved it to /dialog, and fixed naming.
|
changeset |
files
|
2018-11-08 |
Edouard Tisserant |
URI editor : Rewrote most of it, cleaner.
|
changeset |
files
|
2018-10-30 |
Edouard Tisserant |
PSK : Stunnel and/or OpenSSL (undocumented) handles PSK better without special chars, apparently
|
changeset |
files
|
2018-10-30 |
Edouard Tisserant |
Prevent PLCObject to be imported from IDE as a side effect of importing runtime package
|
changeset |
files
|
2018-10-30 |
Edouard Tisserant |
WAMP : ensure that unicode string is passed for published events IDs
|
changeset |
files
|
2018-10-30 |
Edouard Tisserant |
PYRO PSK: adjusted cipher and key length to be usable with openSSL 1.0.2k.
|
changeset |
files
|
2018-10-29 |
Edouard Tisserant |
Automatically get PSK and ID when connecting to PYRO[S], so that future connection through PYROS can use that same key. Also fixed case to UPPER for *PSK.
|
changeset |
files
|
2018-10-23 |
Edouard Tisserant |
Runtime : Ensure that a random PSK secret compatible with stunnel is generated if -s commandline switch is used. Stunnel service is restarted after generation, using spawn_subprocess. TODO : give stunnel restart command as a commandline parameter.
|
changeset |
files
|
2018-10-23 |
Edouard Tisserant |
Added runtime/spawn_subprocess.py. Force use posix spawn instead of fork, with API similar to subprocess. Using fork in runtime is incompatible with Xenomai, because memory is locked and this can lead to out of memory error.
|
changeset |
files
|
2018-10-23 |
Edouard Tisserant |
Small cosmetic change to enhance readability and avoid confusion.
|
changeset |
files
|
2018-10-23 |
Edouard Tisserant |
Force Zeroconf to listen and answer only on interface specified with '-i' command line argument.
|
changeset |
files
|
2018-10-23 |
Edouard Tisserant |
Useless __name__ == '__main__' tests.
|
changeset |
files
|
2018-10-22 |
Edouard Tisserant |
Fixed PYRO's PSK_Adapter : monkey patching was breaking non-PSK protocol, and import ssl was missing.
|
changeset |
files
|
2018-10-19 |
Edouard Tisserant |
merge
|
changeset |
files
|
2018-10-19 |
Edouard Tisserant |
Fix PYROPSK protocol configuration. After a few iteration of trial and error it appears that TSLv1 and PSK ciphers needs to be specified
|
changeset |
files
|
2018-10-18 |
Edouard Tisserant |
merge
|
changeset |
files
|
2018-10-18 |
Edouard Tisserant |
PYRO/TLSPSK : must use PYROLOC* protocol scheme in pyro URI, otherwise object ID is missing. Had to use more persuasive pyro3 monkey patching to have PYROLOCPSK resolved properly
|
changeset |
files
|
2018-10-18 |
Edouard Tisserant |
PYRO/TLSPSK : fixed typos, used appropriate ciphers (https://github.com/drbild/sslpsk/issues/3), use PYROPSK instead of unresolvable PYROLOCPSK.
|
changeset |
files
|
2018-10-15 |
Edouard Tisserant |
Replaced PYROSSL with PYROPSK.
|
changeset |
files
|
2018-10-15 |
Edouard Tisserant |
Beremiz_service now binds both pyro and nevow ports to interface given with '-i' argument.
|
changeset |
files
|
2018-10-15 |
Edouard Tisserant |
Fixed typo in Wampclient.py
|
changeset |
files
|
2018-10-02 |
Edouard Tisserant |
Please pylint and pep8
|
changeset |
files
|
2018-10-02 |
Edouard Tisserant |
Merged
|
changeset |
files
|
2018-10-02 |
Edouard Tisserant |
Show more exceptions on stdout, particularly those that are raised by AutoLoad (first item in Main Thread worker)
|
changeset |
files
|
2018-10-02 |
Edouard Tisserant |
Some cleanup in WampClient and added functions that are usefull for extensions that need to use pub/sub.
|
changeset |
files
|
2018-09-12 |
Edouard Tisserant |
Merged in Andrey's branch
|
changeset |
files
|
2018-09-07 |
Andrey Skvortsov |
Merged in yegorich/beremiz/py3-fix (pull request #36)
|
changeset |
files
|
2018-09-07 |
Yegor Yefremov |
Use Python 3 compatible syntax for exceptions
py3-fix
|
changeset |
files
|
2018-08-29 |
Andrey Skvortsov |
Fix non-usable toolbar on wxPython with GTK3+ in PLCOpenEditor
|
changeset |
files
|
2018-08-29 |
Andrey Skvortsov |
Avoid usage of localized strings before initialization during import in many modules
|
changeset |
files
|
2018-08-28 |
Andrey Skvortsov |
Remove executable bit from source files where it's not needed.
|
changeset |
files
|
2018-08-28 |
Andrey Skvortsov |
Avoid dictionary initialization during import in PouDialog
|
changeset |
files
|
2018-08-27 |
Andrey Skvortsov |
Increase size of comment block in WAMP example, so all information is visible
|
changeset |
files
|
2018-08-24 |
Andrey Skvortsov |
Proper fix for error 'object has no attribute 'getSlave' in EtherCAT extension
|
changeset |
files
|
2018-08-24 |
Andrey Skvortsov |
Make comment blocks in examples slightly bigger so text inside is always visible
|
changeset |
files
|
2018-08-21 |
Andrey Skvortsov |
Separate application tests and code-style checking in different steps in bitbucket-pipelines
|
changeset |
files
|
2018-08-20 |
Andrey Skvortsov |
Make Beremiz_service print version information
|
changeset |
files
|
2018-08-20 |
Andrey Skvortsov |
leave execute permissions only on Beremiz.py, Beremiz_serivce.py and PLCOpenEditor.py
|
changeset |
files
|
2018-08-20 |
Andrey Skvortsov |
Update requirements to include WAMP support
|
changeset |
files
|
2018-08-20 |
Andrey Skvortsov |
Use static library for Modbus
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Cleanup WAMP example
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Update README for WAMP example to use crossbar with python3
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Make ID in WAMP project match with ID PLC runtime.
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Fix SetServer method in WAMP
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Remove non-existed PLCObject method 'ForceReload'
|
changeset |
files
|
2018-08-14 |
Andrey Skvortsov |
remote execute permissions from README file
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Fix wxHMI example after upgrading wxGlade
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Remove useless print statement from wxHMI GUI code
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Rename extension instance 'wxHMI' to 'wxglade_hmi'
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Remove backup .bak files
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Drop EtherCAT examples, because they are non-functional without releasing motion control library
|
changeset |
files
|
2018-08-10 |
Andrey Skvortsov |
merge
|
changeset |
files
|
2018-08-10 |
Andrey Skvortsov |
Dirty fix for error '_object_has_no_attribute_'getSlave' in EtherCAT extension
|
changeset |
files
|
2018-08-10 |
Andrey Skvortsov |
Fix wrong ST code generation in case of several coils connected to each other.
|
changeset |
files
|
2018-08-09 |
Andrey Skvortsov |
Update README with instruction to build BACnet library for BACnet support
|
changeset |
files
|
2018-08-09 |
Andrey Skvortsov |
Improve fix wrong code generation if EN/ENO are used in FBD/LD/SFC
|
changeset |
files
|
2018-08-01 |
Andrey Skvortsov |
Load images for EtherCAT extension
|
changeset |
files
|
2018-09-12 |
Edouard Tisserant |
Flush standard output when runtime ready, so that IDE knows it, and can continue connection to LOCAL:// uri
|
changeset |
files
|
2018-09-11 |
Edouard Tisserant |
Change behaviour of python_eval function block : if TRIG is false, then ACK is also false except a pulse precisely when receiving answer from interpreter
|
changeset |
files
|
2018-09-05 |
Edouard Tisserant |
Removed useless condition in Worker.py that was allowing misfit non-serialized call when worker still not running its loop.
|
changeset |
files
|
2018-08-21 |
Edouard Tisserant |
Refactoring. Separated PLC Object, PYRO Server and MainWorker :
|
changeset |
files
|
2018-08-16 |
Edouard Tisserant |
Fixed new code-generation code, that was making exception with simple variable-to-variable assignments.
|
changeset |
files
|
2018-08-14 |
Edouard Tisserant |
BACnet : Fixed missing header include in server.c introduced in 37ef7a3c6b8b
|
changeset |
files
|
2018-08-14 |
Edouard Tisserant |
merged
|
changeset |
files
|
2018-08-14 |
dporopat |
NevowServer : Added minimalist css style customization and a link to go to settings page and back
|
changeset |
files
|
2018-08-13 |
Edouard Tisserant |
fixed setServer call in WampClient module. Was doing nothing because _PySrv wasn't global.
|
changeset |
files
|
2018-08-13 |
Edouard Tisserant |
Removed now deprecated ForceReload from WAMP exposed calls
|
changeset |
files
|
2018-08-13 |
Edouard Tisserant |
fixed documentation bug
|
changeset |
files
|
2018-08-13 |
Edouard Tisserant |
NevowServer : added addInfoString to allow extensions to declare some read-only strings to be displayed in settings. Also renamed addExtension in addSettings for clarity.
|
changeset |
files
|
2018-08-13 |
Mario de Sousa |
fixed problems reported by certification testing : vendor identifier acces rights (now read only), and bvlc_maintenance timer was increasing too fast.
|
changeset |
files
|
2018-08-09 |
Edouard Tisserant |
Some blank lines to make bitbucket's PEP8 2.2.0 happy
|
changeset |
files
|
2018-08-08 |
Edouard Tisserant |
merged Andrey's default
|
changeset |
files
|
2018-08-01 |
Andrey Skvortsov |
Fix wrong code generation if EN/ENO are used in FBD/LD/SFC
|
changeset |
files
|
2018-07-31 |
Andrey Skvortsov |
Fix flickering in debug panel
|
changeset |
files
|
2018-07-30 |
Andrey Skvortsov |
Fix non-usable toolbar on wxPython with GTK3+
|
changeset |
files
|
2018-07-30 |
Andrey Skvortsov |
Fix problem with decreasing size of StatusToolBar when tools are removed from toolbar.
|
changeset |
files
|
2018-07-28 |
Andrey Skvortsov |
Add BACnet example
|
changeset |
files
|
2018-07-27 |
Andrey Skvortsov |
Rework README.md, add examples section, add instructions for Modbus extension, more information about runtime.
|
changeset |
files
|
2018-07-27 |
Andrey Skvortsov |
Add Modbus example
|
changeset |
files
|
2018-08-08 |
Edouard Tisserant |
Disable source quality checking on ethercat plugin - will fix it later
|
changeset |
files
|
2018-08-08 |
Edouard Tisserant |
Passed bacnet*.py through autopep8, and attemped to fix manually what went wrong + fixed pylint complains
|
changeset |
files
|
2018-08-08 |
Edouard Tisserant |
More pylint+pep8 conformance
|
changeset |
files
|
2018-08-08 |
Edouard Tisserant |
autopep8 + hand made fixes on ProjectController.py runtime/WampClient.py wxglade_hmi/wxglade_hmi.py
|
changeset |
files
|
2018-08-07 |
Edouard Tisserant |
pylint on runtime/NevowServer.py
|
changeset |
files
|
2018-08-06 |
Edouard Tisserant |
pep8 on runtime/NevowServer.py
|
changeset |
files
|
2018-08-06 |
Edouard Tisserant |
merged
|
changeset |
files
|
2018-08-06 |
Edouard Tisserant |
Make some POU libraries selected by default or not. This changes structure of features.libraries, please check and update your extensions if they use libraries
|
changeset |
files
|
2018-07-04 |
Andrey Skvortsov |
remove useless code
|
changeset |
files
|
2018-07-04 |
Andrey Skvortsov |
Add full screen mode (menu and title are hidden)
|
changeset |
files
|
2018-07-03 |
Andrey Skvortsov |
Add information how to make shelve command work with check_source.sh called from hg hook
|
changeset |
files
|
2018-06-29 |
Andrey Skvortsov |
Automatically increment IEC-location address if copy of the variable is created
|
changeset |
files
|
2018-06-29 |
Andrey Skvortsov |
Make information about translation to be in unicode
|
changeset |
files
|
2018-06-29 |
Andrey Skvortsov |
Take plcopen_icons.svg as source of png icons as well
|
changeset |
files
|
2018-06-29 |
Andrey Skvortsov |
Add 256x256 and 64x64 Beremiz icons
|
changeset |
files
|
2018-06-29 |
Andrey Skvortsov |
Add PLCOpenEditor icon to plcopen_icons.svg
|
changeset |
files
|
2018-06-27 |
Andrey Skvortsov |
Fix rounding of thousandths of microseconds in duration editor
|
changeset |
files
|
2018-06-27 |
Andrey Skvortsov |
Add checking value in microseconds field in duration editor dialog
|
changeset |
files
|
2018-06-27 |
Andrey Skvortsov |
Catch 'clipboard already open' errors in editors
|
changeset |
files
|
2018-06-27 |
Andrey Skvortsov |
If task type is changed from 'interrupt' to 'cyclic' init interval with T#20ms.
|
changeset |
files
|
2018-06-26 |
Andrey Skvortsov |
Explicitly enable required libraries in test projects
|
changeset |
files
|
2018-06-26 |
Andrey Skvortsov |
Disable by default unlisted in project beremiz.xml libraries
|
changeset |
files
|
2018-06-26 |
Andrey Skvortsov |
Fix 'DoGetTextExtent - invalid DC' error
|
changeset |
files
|
2018-06-26 |
Andrey Skvortsov |
Fix size of ProjectDialog used by PLCOpenEditor
|
changeset |
files
|
2018-06-26 |
Andrey Skvortsov |
Fix some compilation warnings for better ANSI C compliance
|
changeset |
files
|
2018-07-20 |
Edouard Tisserant |
Customizable columns in VariableTables (i.e. can be monkey patched properly)
|
changeset |
files
|
2018-07-20 |
Edouard Tisserant |
Merged
|
changeset |
files
|
2018-07-19 |
Edouard Tisserant |
Customizable update of toolbar buttons (i.e. 'methods') according to PLCStatus
nevow_service_rework
|
changeset |
files
|
2018-07-13 |
Edouard Tisserant |
Fixed small typo in error message.
nevow_service_rework
|
changeset |
files
|
2018-07-12 |
Edouard Tisserant |
WAMP : complains about failure to start WAMP only if it was successfully imported.
nevow_service_rework
|
changeset |
files
|
2018-07-11 |
Edouard Tisserant |
WAMP: now config and secret given in project files always override those given in commandline. Also made extensions web customisations happen before registration of web interface.
nevow_service_rework
|
changeset |
files
|
2018-07-10 |
Edouard Tisserant |
Moved Wamp configuration file selection logic into runtime/wampclient.py. Added Wamp CRA secret file upload and download. Slightly reworked code for config and secret file loading and saving.
nevow_service_rework
|
changeset |
files
|
2018-07-10 |
Edouard Tisserant |
Added a way for extension to register dedicated URL under settings page URL (i.e. /settings/something)
nevow_service_rework
|
changeset |
files
|
2018-07-06 |
Edouard Tisserant |
Fixed a bit of everything in WAMP, and added web settings for that same extension.
nevow_service_rework
|
changeset |
files
|
2018-07-06 |
Edouard Tisserant |
Added some immutable field (platform) in default runtime web setting page, for the example.
nevow_service_rework
|
changeset |
files
|
2018-07-06 |
Edouard Tisserant |
Fix misc typos in exception handling code.
nevow_service_rework
|
changeset |
files
|
2018-07-05 |
Edouard Tisserant |
Fixed i18n related typo.
nevow_service_rework
|
changeset |
files
|
2018-07-05 |
Edouard Tisserant |
Fixed typo
nevow_service_rework
|
changeset |
files
|
2018-07-05 |
Edouard Tisserant |
Better logging of Nevow Server import in case of exception.
nevow_service_rework
|
changeset |
files
|
2018-07-05 |
Edouard Tisserant |
WampClient : Simplified, removed dead code, use exception for handling failures and misconfiguration, check existence of mandatory parameters.
nevow_service_rework
|
changeset |
files
|
2018-07-04 |
Edouard Tisserant |
Merged #2486, enhancements to WAMP client : auto reconnecting, wamp conf checking and saving, additional attributes for exposed calls, etc
nevow_service_rework
|
changeset |
files
|
2018-07-04 |
Edouard Tisserant |
Nevow based web interface now show simple Log message sending form for basic runtime, and allow extensions to add their own web settings.
nevow_service_rework
|
changeset |
files
|
2018-06-22 |
Edouard Tisserant |
Now, runtime extensions should be able to add their own settings to web configuration interface.
nevow_service_rework
|
changeset |
files
|
2018-06-22 |
Edouard Tisserant |
Embrio of setting form, just to test
nevow_service_rework
|
changeset |
files
|
2018-06-05 |
dporopat |
#2486 Exception if custom protocol options are wrong.
#2486
|
changeset |
files
|
2018-05-18 |
dporopat |
#2486 ExposedCalls with register options as a dictionary.
#2486
|
changeset |
files
|
2018-05-14 |
dporopat |
#2486 Renaming functions.
#2486
|
changeset |
files
|
2018-05-14 |
dporopat |
#2486 Reconnect funtion in SaveWampClientConf function.
#2486
|
changeset |
files
|
2018-05-09 |
dporopat |
#2486 Modified reconnect function. Added 'active' parameter to wampconf.json file.
#2486
|
changeset |
files
|
2018-04-19 |
dporopat |
#2486 Adding reconnect funtion to WampClient. Global TransportFactory not needed anymore.
#2486
|
changeset |
files
|
2018-04-18 |
dporopat |
#2486 Added global TransportFactory, needed in WebInterface reconnecting function.
#2486
|
changeset |
files
|
2018-04-18 |
dporopat |
#2486 WampClient needs pyro.plcobj before registration calls.
#2486
|
changeset |
files
|
2018-04-11 |
dporopat |
#2486 Fix if protocol, register options are not present in wapmconf.json file.
#2486
|
changeset |
files
|
2018-04-10 |
dporopat |
#2486 Added ExposedProgressCalls list using details argument for registration progress calls.
#2486
|
changeset |
files
|
2018-04-10 |
dporopat |
#2486 Unnecessary variable removed.
#2486
|
changeset |
files
|
2018-04-10 |
dporopat |
#2486 Added option to use websocket register options. Added function getValidOptins to read options from wampconf.json.
#2486
|
changeset |
files
|
2018-04-09 |
dporopat |
#2486 Added option to use websocket protocol options.
#2486
|
changeset |
files
|
2018-03-27 |
dporopat |
#2486 Updated wamp test project to work with the latest Crossbar version.
#2486
|
changeset |
files
|
2018-03-19 |
dporopat |
#2486 Reset delay function added. It resets the delay and the retry counter on reconnect.
#2486
|
changeset |
files
|
2018-06-23 |
Edouard Tisserant |
merge
|
changeset |
files
|