11 months ago |
Edouard Tisserant |
Replace PYRO with ERPC. Work In Progress.
|
file |
diff |
annotate
|
13 months ago |
Edouard Tisserant |
Merge
|
file |
diff |
annotate
|
13 months ago |
Edouard Tisserant |
Runtime: add GetVersions() call to PLCObject, use it in web settings and expose it in WAMP and Pyro.
|
file |
diff |
annotate
|
2022-10-28 |
GP Orcullo |
removed Python2 modules
python3
|
file |
diff |
annotate
|
2022-10-28 |
GP Orcullo |
automated conversion using 2to3-3.9 tool
python3
|
file |
diff |
annotate
|
2019-03-11 |
Edouard Tisserant |
check_sources.sh makes me become even less productive
|
file |
diff |
annotate
|
2018-12-18 |
Edouard Tisserant |
Allow easier monkey patching of WAMP connector Session class
|
file |
diff |
annotate
|
2018-12-18 |
Edouard Tisserant |
Use another way to ensure compatibility with Py3 about text type.
|
file |
diff |
annotate
|
2018-12-04 |
Edouard Tisserant |
Chunk based transfer for PLC binary and extra files, and some collateral code refactoring.
|
file |
diff |
annotate
|
2018-11-23 |
Edouard Tisserant |
Merged. Some changes that should already have been incuded during previous merge (mostly about PlcStatus) have been included this time.
|
file |
diff |
annotate
|
2018-10-04 |
Andrey Skvortsov |
python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
|
file |
diff |
annotate
|
2018-11-22 |
Edouard Tisserant |
Merge, with surprizingly little conflicts
|
file |
diff |
annotate
|
2018-10-02 |
Andrey Skvortsov |
Use predefined constants for PlcStatus instead of string literals
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2018-11-19 |
Edouard Tisserant |
Renaming servicetype into scheme.
|
file |
diff |
annotate
|
2018-05-09 |
dporopat |
#2476 Separate connectors dialogs from connectors module.
#2476
|
file |
diff |
annotate
|
2018-05-09 |
dporopat |
#2476 Additional check added if we can import wx.
#2476
|
file |
diff |
annotate
|
2018-04-20 |
dporopat |
#2476 Added uri location editor, getting connectors from list in Beremiz.
#2476
|
file |
diff |
annotate
|
2018-02-16 |
Edouard Tisserant |
Fixed Exception dialog disapearing after a view second when exception occurs during app startup.
|
file |
diff |
annotate
|
2018-01-10 |
Edouard Tisserant |
Fixed changes from dporopat and agregorcic about WAMP CRA and config.
|
file |
diff |
annotate
|
2017-10-25 |
Andrey Skvortsov |
fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
|
file |
diff |
annotate
|
2017-10-16 |
Andrey Skvortsov |
fix pylint error "(undefined-variable) Undefined variable 'X'"
|
file |
diff |
annotate
|
2017-10-03 |
Andrey Skvortsov |
remove unused variables found by pylint
|
file |
diff |
annotate
|
2017-10-02 |
Andrey Skvortsov |
fix pylint warning '(global-variable-not-assigned) Using global for 'X' but no assignment is done'
|
file |
diff |
annotate
|
2017-09-28 |
Andrey Skvortsov |
fix wrong-import-order. first standard modules are imported, then others
|
file |
diff |
annotate
|
2017-09-22 |
Andrey Skvortsov |
fix usage of python2-only print statement
|
file |
diff |
annotate
|
2017-08-21 |
Andrey Skvortsov |
clean-up: fix PEP8 E265 block comment should start with '# '
|
file |
diff |
annotate
|
2017-08-17 |
Andrey Skvortsov |
clean-up: fix PEP8 W602 deprecated form of raising exception
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix most PEP8 E266 too many leading '#' for block comment
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix PEP8 E306 expected 1 blank line before a nested definition, found X
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix PEP8 W391 blank line at end of file
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix PEP8 E201 whitespace after '{'
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E231 missing whitespace after ':' or ','
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up: fix PEP8 E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up: fix some PEP8 E228 missing whitespace around modulo operator
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up: fix PEP8 E401 multiple imports on one line
|
file |
diff |
annotate
|
2016-12-07 |
Andrey Skvortsov |
add internatialization support for Beremiz_service.py
|
file |
diff |
annotate
|
2016-11-18 |
Andrey Skvortsov |
fix license notices in source files and license files under GPLv2+
|
file |
diff |
annotate
|
2015-02-09 |
Edouard Tisserant |
WAMP : prefix callee names with given ID so that multiple PLC and IDE can join the same realm
|
file |
diff |
annotate
|
2015-02-08 |
Edouard Tisserant |
Added auto-reconnect for runtime. Fixed Beremiz closing problem caused by remaining twisted reactor thread in IDE.
|
file |
diff |
annotate
|
2015-02-08 |
Edouard Tisserant |
Runtime : Added PLCobject methods registring. IDE : Added WAMP connector. Still need some fixes
|
file |
diff |
annotate
|