2018-05-17 |
Edouard Tisserant |
Merged #2476, URI dialog fixes
|
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-04-19 |
Edouard Tisserant |
PEP-8 and PyLint
|
file |
diff |
annotate
|
2018-04-19 |
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.
|
file |
diff |
annotate
|
2018-04-12 |
Edouard Tisserant |
Cleanup of some dead code in PYRO connector.
|
file |
diff |
annotate
|
2018-02-01 |
Edouard Tisserant |
Another set of meaningless changes to satisfy PEP8 and PyLint.
|
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-05 |
Andrey Skvortsov |
explicitly mark unused variables found by pylint with _ or dummy
|
file |
diff |
annotate
|
2017-10-03 |
Andrey Skvortsov |
remove unused variables found by pylint
|
file |
diff |
annotate
|
2017-09-29 |
Andrey Skvortsov |
fix pylint warning '(pointless-string-statement) String statement has no effect'
|
file |
diff |
annotate
|
2017-09-28 |
Andrey Skvortsov |
fix unnecessary lambda and enable corresponding pylint check
|
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 |
remove in-tree version of Zeroconf and use upstream from
|
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 E402 module level import not at top of file
|
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-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
|
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 |
convert some files from CRLF to LF
|
file |
diff |
annotate
|
2016-12-07 |
Andrey Skvortsov |
add internatialization support for Beremiz_service.py
|
file |
diff |
annotate
|
2016-11-28 |
Andrey Skvortsov |
fix translation strings with multiple parameters
|
file |
diff |
annotate
|
2016-11-18 |
Andrey Skvortsov |
fix license notices in source files and license files under GPLv2+
|
file |
diff |
annotate
|
2015-04-03 |
Ronan Bignaux |
add pyrossl client side
|
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
|
2015-01-30 |
Edouard Tisserant |
Added runtime side trace buffer, handled in a separate thread, limited to 1MB, and dropped after 3 seconds if not used by IDE. GetTraceVariables is not anymore blocking on next PLC cycle
|
file |
diff |
annotate
|
2013-05-10 |
Laurent Bessard |
Fixed bug connector not resetted when connection is lost
|
file |
diff |
annotate
|
2013-04-25 |
Edouard Tisserant |
Added exception printing on Pyro connector, tracking random connection failure...
|
file |
diff |
annotate
|
2013-04-17 |
Edouard Tisserant |
Better mdns resolution failure signaling, added fixed bug whith runtime autostart
|
file |
diff |
annotate
|
2013-03-07 |
Laurent Bessard |
Fix warning with LogMessage function
|
file |
diff |
annotate
|
2013-02-05 |
Edouard Tisserant |
Fixed crash (segfault) when logging debug messages
|
file |
diff |
annotate
|
2013-01-30 |
Edouard Tisserant |
Now logging have 4 levels
|
file |
diff |
annotate
|
2013-01-22 |
Edouard Tisserant |
Python runtime now dlopens shared library immediatly after transfer, and release it only immediately before reloading a new one. This is probably going to reveal lot of dirty cleanups during start/stop cycles.
|
file |
diff |
annotate
|
2012-06-08 |
Edouard Tisserant |
Now, PYRO:// locations also accept MDNS service names
|
file |
diff |
annotate
|
2012-05-19 |
Edouard Tisserant |
targets and connectors are nor extensible
|
file |
diff |
annotate
|
2012-05-07 |
Edouard Tisserant |
refactoring
|
file |
diff |
annotate
|
2012-03-11 |
laurent |
Adding support for executing python scripts on remote runtime
|
file |
diff |
annotate
|
2009-12-09 |
laurent |
Catch ProtocolError exception when connection failed
|
file |
diff |
annotate
|
2009-12-09 |
laurent |
Catch Pyro exception when connection closed and print message
|
file |
diff |
annotate
|
2009-12-07 |
Edouard TISSERANT |
Arbitrary variable forcing
|
file |
diff |
annotate
|
2009-12-06 |
Edouard TISSERANT |
Fixes in debug + reconnect to running PLC
|
file |
diff |
annotate
|
2009-12-01 |
ed |
Some cleanup in PLC status - removed that \"Starting\" state ...
|
file |
diff |
annotate
|
2009-10-08 |
laurent |
Bug on Debug trying to start (and stop) before PLC started fixed.
|
file |
diff |
annotate
|
2009-09-24 |
laurent |
Merging some improvements from BCT
|
file |
diff |
annotate
|
2009-07-28 |
laurent |
Adding support for internationalization
|
file |
diff |
annotate
|
2009-05-30 |
greg |
Fix refresh of Beremiz button when connection lost
|
file |
diff |
annotate
|
2009-05-28 |
greg |
add "\n" to logger when pyro fall in error
|
file |
diff |
annotate
|
2008-12-30 |
etisserant |
Fixed problem with re-use of Pyro connector proxy copy across debug sessions
|
file |
diff |
annotate
|
2008-09-03 |
etisserant |
Improved debug data feedback.
|
file |
diff |
annotate
|
2008-08-30 |
etisserant |
Re-organized pyro connector proxy members mascarading
|
file |
diff |
annotate
|
2008-08-22 |
greg |
remove old code and fix typo
|
file |
diff |
annotate
|
2008-08-19 |
etisserant |
Added concepts :
|
file |
diff |
annotate
|