beremiz
Clone
Summary
Browse
Changes
Graph
fix pylint warning '(unreachable) Unreachable code'
2017-09-29, Andrey Skvortsov
a2324624e516
fix pylint warning (bad-indentation) Bad indentation. Found X spaces, expected Y
2017-09-29, Andrey Skvortsov
646245c1c0d9
fix pylint warning '(pointless-string-statement) String statement has no effect'
2017-09-29, Andrey Skvortsov
c507c363625e
fix error __init__ method from base class is not called
2017-09-29, Andrey Skvortsov
d42b6cf00fa6
fix more than one statement on a single line
2017-09-28, Andrey Skvortsov
7533061a6d82
fix ungrouped imports from package X
2017-09-28, Andrey Skvortsov
cd42b426028b
fix unnecessary lambda and enable corresponding pylint check
2017-09-28, Andrey Skvortsov
2269739dd098
fix wrong-import-order. first standard modules are imported, then others
2017-09-28, Andrey Skvortsov
0f1081928d65
fix (old-style-class) Old-style class defined error for most parts of
2017-09-28, Andrey Skvortsov
56b48961cc68
remove in-tree version of Zeroconf and use upstream from
2017-09-22, Andrey Skvortsov
e598d1acf354
remove reimported modules
2017-09-22, Andrey Skvortsov
a776ac02b079
fix unnecessary parens after keyword
2017-09-22, Andrey Skvortsov
396da88d7b5c
enable pylint checker
2017-09-22, Andrey Skvortsov
b8b47f9b5e56
fix usage of python2-only print statement
2017-09-22, Andrey Skvortsov
91796f408540
run python tests with non-english locale to catch bugs related to localization
2017-09-22, Andrey Skvortsov
bcb50e736a46
make it possible to update XSD schema in project controller after new
2017-09-21, Andrey Skvortsov
5765bea3dbd1
fix commit "lazy initialization of highlight pens and brushes
2017-09-21, Andrey Skvortsov
1e9a67d68612
clean build example project after running test
2017-09-21, Andrey Skvortsov
1d7bf584eb7f
fix problem if DataTypeEditor was imported before localization is
2017-09-21, Andrey Skvortsov
44a47d255d36
add shell script to run all python tests and automatically handle Xvfb
2017-09-16, Andrey Skvortsov
76f5eba31afd
add PLCOpenEditor tests
2017-09-16, Andrey Skvortsov
27976d1606a4
run application tests in full screen mode
2017-09-16, Andrey Skvortsov
925ea35edc2c
clean sys.argv, because if test is running from pytest
2017-09-16, Andrey Skvortsov
ff0c18be4a8b
rework Beremiz application "testCheckProject" test to allow easier reuse later
2017-09-16, Andrey Skvortsov
724722c03db4
add application name for PLCOpenEditor
2017-09-16, Andrey Skvortsov
f0600fe03a89
rewrite PLCOpenEditor. Add PLCOpenEditorApp class for easier customizations.
2017-09-15, Andrey Skvortsov
fc387c4fc1d4
lazy locale initialization
2017-09-15, Andrey Skvortsov
c18adf359d21
use CustomIntCtrl instead of wx.SpinCtrl because it doesn't support
2017-09-15, Andrey Skvortsov
8626a4948d5e
add custom TextCtrl allowed to enter long integer with bounds checking
2017-09-15, Andrey Skvortsov
4e3c78a84c64
use pytest for testing
2017-09-15, Andrey Skvortsov
70768bd1dab3
run separate test on every project instead of one big long test all projects
2017-09-15, Andrey Skvortsov
3f0a552549d1
move configuration for test environment into separate file conftest.py
2017-09-15, Andrey Skvortsov
b4764ebb352d
lazy initialization of highlight pens and brushes for DebugVariableViewer
2017-09-15, Andrey Skvortsov
5562f34f2fc2
add '_' function to builtin dictionary at import time
2017-09-15, Andrey Skvortsov
6b4d0f4f2fbc
remove builtin BMZ_DBG. It's not used.
2017-09-15, Andrey Skvortsov
52daabbb6f90
update translation strings
2017-09-13, Andrey Skvortsov
5a79875b0ed7
updated all existing translations
2017-09-13, Andrey Skvortsov
da138c5a3063
fix LINT and ULINT ranges
2017-09-13, Andrey Skvortsov
74a3f4d5f407
found installed Inkscape on Windows
2017-09-12, Andrey Skvortsov
58ff55053518
make possible to turn off at compile time online debugging, logging
2017-09-12, Andrey Skvortsov
1711339585ce
make default caption for PouNameDialog translatable
2017-09-12, Andrey Skvortsov
9fd7bbf6ec45
fix max value for UDINT and ULINT types
2017-09-12, Andrey Skvortsov
7ec48bdc7a57
update Build icon
2017-09-12, Andrey Skvortsov
40a5fbaf0038
add couple Beremiz application tests
2017-09-12, Andrey Skvortsov
4f7a0c40a7c3
fix problem if _should_write is called by expired timer after
2017-09-08, Andrey Skvortsov
e27d253bd0ba
Initial Bitbucket Pipelines configuration
2017-08-28, Sergey Surkov
e31d5a36d1f3
fix bug with unfinished debug thread
2017-08-28, Surkov Sergey
c2f48d791d9f
unify exception handling of Beremiz and PLCOpenEditor
2017-08-25, Andrey Skvortsov
4d1de8b0183f
fix problem running PLCOpenEditor
2017-08-25, Andrey Skvortsov
3216ed1ba1f7
don't check any particular wx version
2017-08-25, Andrey Skvortsov
47fc06c13b37
fix problem when Beremiz is running without matiec installed
2017-08-25, Andrey Skvortsov
492e2cd6157e
Initial Bitbucket Pipelines configuration
2017-08-22, Andrey Skvortsov
a3fd80859ae3
add configuration for Bitbucket pipelines
2017-08-22, Andrey Skvortsov
32115bf79d87
add shell script to test Beremiz python code
2017-08-22, Andrey Skvortsov
b6d47158d68a
clean-up: fix PEP8 W503 line break before binary operator
2017-08-22, Andrey Skvortsov
0ff2a45dcefa
fix codestyle issues according to PEP8
2017-08-21, Andrey Skvortsov
64beb9e9c749
clean-up: fix PEP8 E402 module level import not at top of file
2017-08-21, Andrey Skvortsov
3311eea28d56
clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-21, Andrey Skvortsov
5b6ad7a7fd9d
clean-up: fix PEP8 E266 too many leading '#' for block comment
2017-08-19, Andrey Skvortsov
b112bfdde5cc
clean-up: fix PEP8 E722 do not use bare except'
2017-08-19, Andrey Skvortsov
c52d1460cea8