Tue, 27 Feb 2024 12:11:24 +0100 |
Edouard Tisserant |
IDE: display contents of revisions.txt (put there by installer builder script) in About Dialog.
|
file |
diff |
annotate
|
Wed, 12 Apr 2023 21:05:00 +0200 |
Edouard Tisserant |
IDE: fixed/remove checks wxPython versions
python3
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 20:04:12 +0800 |
GP Orcullo |
Update to wx.NewIdRef()
python3
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 12:39:15 +0800 |
GP Orcullo |
automated conversion using 2to3-3.9 tool
python3
|
file |
diff |
annotate
|
Sat, 30 Jul 2022 01:31:17 +0200 |
Edouard Tisserant |
IDE: fix About dialog not showing (wxPython4 sequel), update copyright section.
wxPython4
|
file |
diff |
annotate
|
Mon, 24 May 2021 14:33:54 +0200 |
Edouard Tisserant |
Finished fixing Wx IDs abuse. There was still some wasted IDs because of wx.NewId calls in many places where it wasn't needed, and those IDs were not re-used. As a consequence Beremiz was making exception crashing after a few hours of intensive use.
|
file |
diff |
annotate
|
Fri, 15 Mar 2019 18:27:43 +0100 |
Schlumpf |
Create a "Generate Program As..." menu to make the "Generate Program" toolbutton even more useful.
generate-button
|
file |
diff |
annotate
|
Fri, 15 Mar 2019 17:34:24 +0100 |
Schlumpf |
Add "Generate Program" to toolbar in PLCOpenEditor standalone mode.
generate-button
|
file |
diff |
annotate
|
Mon, 07 Jan 2019 18:32:03 +0100 |
Schlumpf |
Fix an exception on wx-3.0-gtk3 in PLCOpenEditor when generating ST files.
wx3-fix
|
file |
diff |
annotate
|
Thu, 07 Jun 2018 16:31:26 +0300 |
Andrey Skvortsov |
Drop support for wxPython 2.6 and below
|
file |
diff |
annotate
|
Wed, 25 Oct 2017 13:50:26 +0300 |
Andrey Skvortsov |
fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
|
file |
diff |
annotate
|
Mon, 16 Oct 2017 17:20:31 +0300 |
Andrey Skvortsov |
fix pylint error "(undefined-variable) Undefined variable 'X'"
|
file |
diff |
annotate
|
Fri, 06 Oct 2017 17:52:34 +0300 |
Andrey Skvortsov |
fix pylint warning '(unused-import), Unused import connectors'
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 16:38:49 +0300 |
Andrey Skvortsov |
explicitly mark unused variables found by pylint with _ or dummy
|
file |
diff |
annotate
|
Thu, 28 Sep 2017 17:20:31 +0300 |
Andrey Skvortsov |
fix ungrouped imports from package X
|
file |
diff |
annotate
|
Thu, 28 Sep 2017 15:17:57 +0300 |
Andrey Skvortsov |
fix wrong-import-order. first standard modules are imported, then others
|
file |
diff |
annotate
|
Fri, 22 Sep 2017 10:54:42 +0300 |
Andrey Skvortsov |
fix usage of python2-only print statement
|
file |
diff |
annotate
|
Sat, 16 Sep 2017 21:04:34 +0300 |
Andrey Skvortsov |
add application name for PLCOpenEditor
|
file |
diff |
annotate
|
Fri, 15 Sep 2017 20:30:24 +0300 |
Andrey Skvortsov |
rewrite PLCOpenEditor. Add PLCOpenEditorApp class for easier customizations.
|
file |
diff |
annotate
|
Fri, 25 Aug 2017 14:01:44 +0300 |
Andrey Skvortsov |
unify exception handling of Beremiz and PLCOpenEditor
|
file |
diff |
annotate
|
Fri, 25 Aug 2017 12:23:45 +0300 |
Andrey Skvortsov |
fix problem running PLCOpenEditor
|
file |
diff |
annotate
|
Mon, 21 Aug 2017 22:41:37 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E402 module level import not at top of file
|
file |
diff |
annotate
|
Mon, 21 Aug 2017 21:55:18 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E265 block comment should start with '# '
|
file |
diff |
annotate
|
Sat, 19 Aug 2017 21:06:54 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E266 too many leading '#' for block comment
|
file |
diff |
annotate
|
Sat, 19 Aug 2017 00:58:44 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E124 closing bracket does not match visual indentation
|
file |
diff |
annotate
|
Fri, 18 Aug 2017 20:14:38 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E128 continuation line under-indented for visual indent
|
file |
diff |
annotate
|
Thu, 17 Aug 2017 11:39:10 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E731 do not assign a lambda expression, use a def
|
file |
diff |
annotate
|
Thu, 17 Aug 2017 10:08:23 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E262 inline comment should start with '# '
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 12:48:08 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 11:47:27 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 22:38:43 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 16:48:49 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E225 missing whitespace around operator
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 16:01:18 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E303 too many blank lines
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 15:50:30 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E231 missing whitespace after ':' or ','
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 12:17:51 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 23:34:22 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E261 at least two spaces before inline comment
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 23:27:15 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 22:23:17 +0300 |
Andrey Skvortsov |
clean-up: fix some PEP8 E228 missing whitespace around modulo operator
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 21:20:32 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E401 multiple imports on one line
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 19:13:01 +0300 |
Andrey Skvortsov |
clean-up for PEP8: fix W291 trailing whitespace
|
file |
diff |
annotate
|
Fri, 14 Jul 2017 18:26:20 +0300 |
Andrey Skvortsov |
change structure of filename for bug reports in Beremiz and
|
file |
diff |
annotate
|
Tue, 06 Jun 2017 14:21:53 +0300 |
Andrey Skvortsov |
add information about community support channel to Beremiz and PLCOpenEditor
|
file |
diff |
annotate
|
Thu, 20 Apr 2017 13:01:45 +0300 |
Andrey Skvortsov |
make run Beremiz and PLCOpen Editor, if full path contain non-lating
|
file |
diff |
annotate
|
Mon, 28 Nov 2016 16:47:01 +0300 |
Andrey Skvortsov |
fix translation strings with multiple parameters
|
file |
diff |
annotate
|
Mon, 28 Nov 2016 16:27:24 +0300 |
Andrey Skvortsov |
change bug report address for PLCOpenEditor to beremiz-devel@lists.sourceforge.net
|
file |
diff |
annotate
|
Fri, 18 Nov 2016 13:57:42 +0300 |
Andrey Skvortsov |
fix license notices in source files and license files under GPLv2+
|
file |
diff |
annotate
|
Thu, 17 Nov 2016 13:48:04 +0300 |
Andrey Skvortsov |
make about dialog boxes use standard wx about dialogs
|
file |
diff |
annotate
|
Tue, 01 Nov 2016 14:03:14 +0300 |
Andrey Skvortsov |
add version with commit hash to 'About' dialogs for Beremiz IDE and PLCOpenEditor
|
file |
diff |
annotate
|
Tue, 13 Sep 2016 21:42:11 +0300 |
Andrey Skvortsov |
fix issues in PLCOpenEditor with moving from wxWidgets 2.8 to 3.0
|
file |
diff |
annotate
|
Thu, 21 Apr 2016 17:41:43 +0300 |
Andrey Skvortsov |
add translation into Russian for dialog window "About PLCOpen Editor"
|
file |
diff |
annotate
|
Wed, 25 Feb 2015 13:59:01 +0100 |
Edouard Tisserant |
Added Ronan Bignaux (genesis) patch to use wxversion. Fixed side effects with sys.path. Other cosmetic fixes about path included.
|
file |
diff |
annotate
|
Sun, 26 Jan 2014 13:18:29 +0100 |
Edouard Tisserant |
Factorized bitmap and i18n resources loading in between PLCopenEditor and Beremiz. Now in utils/misc.py
|
file |
diff |
annotate
|
Fri, 27 Sep 2013 16:22:40 +0200 |
Laurent Bessard |
Added support for loading XML file even if not following XSD schema (but still following XML syntax), warning user of errors in XML file
|
file |
diff |
annotate
|
Tue, 10 Sep 2013 10:37:42 +0200 |
Laurent Bessard |
Fixed bug when printing program generating errors and warnings in PLCOpenEditor
|
file |
diff |
annotate
|
Thu, 29 Aug 2013 19:20:14 +0200 |
Laurent Bessard |
Fixed bug no contextual menu displayed in left panel tree when creating new project
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 00:26:23 +0200 |
Laurent Bessard |
Fix bug when creating New project in PLCOpenEditor
|
file |
diff |
annotate
|
Thu, 14 Mar 2013 09:20:07 +0100 |
Laurent Bessard |
Completely removed restore perspective and project layout process
|
file |
diff |
annotate
|
Wed, 06 Mar 2013 19:23:58 +0100 |
Laurent Bessard |
Added support for extension custom contextual add menu
|
file |
diff |
annotate
|
Sat, 22 Sep 2012 12:23:58 +0200 |
laurent |
Fix bug with Print functionality
|
file |
diff |
annotate
|
Fri, 07 Sep 2012 18:28:45 +0200 |
laurent |
Adding support for extending internationalization to extensions
|
file |
diff |
annotate
|