Thu, 03 Jun 2021 11:39:23 +0200 |
Detlev Offenbach |
Merged with default branch to prepare release 21.6.
maintenance release-21.06
|
file |
diff |
annotate
|
Sat, 01 May 2021 16:01:43 +0200 |
Detlev Offenbach |
Modernized some more code.
|
file |
diff |
annotate
|
Sat, 01 May 2021 14:27:20 +0200 |
Detlev Offenbach |
Merged with default branch to prepare release 21.5.
maintenance release-21.05
|
file |
diff |
annotate
|
Tue, 27 Apr 2021 17:25:06 +0200 |
Detlev Offenbach |
Converted enum names to use all uppercase letters (except for E5PathPickerModes to keep plug-ins using this compatible with previous eric releases).
|
file |
diff |
annotate
|
Wed, 21 Apr 2021 19:40:50 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y108: use ternary operator).
|
file |
diff |
annotate
|
Wed, 21 Apr 2021 17:56:12 +0200 |
Detlev Offenbach |
Third Party packages
|
file |
diff |
annotate
|
Thu, 15 Apr 2021 18:11:24 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y105: use contextlib.suppress) (batch 2).
|
file |
diff |
annotate
|
Wed, 14 Apr 2021 19:59:16 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y105: use contextlib.suppress) (batch 1).
|
file |
diff |
annotate
|
Wed, 14 Apr 2021 17:39:44 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y116: use dictionary access instead of multiple ifs).
|
file |
diff |
annotate
|
Tue, 13 Apr 2021 19:59:17 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y108: use ternary operator) (batch 3).
|
file |
diff |
annotate
|
Mon, 12 Apr 2021 19:21:40 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y114: use logical or for multiple if).
|
file |
diff |
annotate
|
Sun, 11 Apr 2021 18:45:10 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y102: use single if) (batch 1).
|
file |
diff |
annotate
|
Sun, 11 Apr 2021 16:53:48 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y110, Y111: use any() or all()).
|
file |
diff |
annotate
|
Sun, 11 Apr 2021 12:38:16 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y113: use enumerate()).
|
file |
diff |
annotate
|
Sat, 10 Apr 2021 18:38:27 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (super(Foo, self) => super()).
|
file |
diff |
annotate
|
Thu, 08 Apr 2021 18:27:47 +0200 |
Detlev Offenbach |
Applied some code simplifications suggested by the new Simplify checker.
|
file |
diff |
annotate
|
Sun, 28 Mar 2021 15:00:11 +0200 |
Detlev Offenbach |
Merged with default branch to prepare a new release.
maintenance
|
file |
diff |
annotate
|
Tue, 16 Mar 2021 17:29:42 +0100 |
Detlev Offenbach |
Fixed an issue related to an empty global config override dictionary.
|
file |
diff |
annotate
|
Mon, 15 Mar 2021 17:55:48 +0100 |
Detlev Offenbach |
Debugger
|
file |
diff |
annotate
|
Tue, 02 Mar 2021 17:17:09 +0100 |
Detlev Offenbach |
Changed the use of PyQt enums because the way they were used previously is deprecated since two years and replaced some deprecated Qt stuff.
|
file |
diff |
annotate
|
Tue, 02 Mar 2021 17:12:08 +0100 |
Detlev Offenbach |
Merged with default branch to prepare a new release.
maintenance
|
file |
diff |
annotate
|
Sun, 28 Feb 2021 19:30:20 +0100 |
Detlev Offenbach |
Project: fixed an issue creating new projects.
|
file |
diff |
annotate
|
Thu, 18 Feb 2021 17:43:32 +0100 |
Detlev Offenbach |
Project: corrected some source docu.
|
file |
diff |
annotate
|
Mon, 01 Feb 2021 14:49:12 +0100 |
Detlev Offenbach |
Made some more JSON file related changes and exported some dark styles in the new file format.
|
file |
diff |
annotate
|
Mon, 01 Feb 2021 10:38:16 +0100 |
Detlev Offenbach |
Merged with default branch to prepare a new release.
maintenance release-21.02
|
file |
diff |
annotate
|
Fri, 29 Jan 2021 14:18:50 +0100 |
Detlev Offenbach |
Corrected some documentation strings.
jsonfiles
|
file |
diff |
annotate
|
Thu, 28 Jan 2021 16:35:55 +0100 |
Detlev Offenbach |
Project: made some corrections.
jsonfiles
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 18:27:52 +0100 |
Detlev Offenbach |
Implemented the JSON based tasks files.
jsonfiles
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 15:11:03 +0100 |
Detlev Offenbach |
Merged with 'default' branch.
jsonfiles
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 15:09:20 +0100 |
Detlev Offenbach |
Implemented the JSON based session files.
jsonfiles
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 10:06:09 +0100 |
Detlev Offenbach |
Extended the session functionality to support the new multi process debugging.
|
file |
diff |
annotate
|
Mon, 25 Jan 2021 20:07:51 +0100 |
Detlev Offenbach |
Started converting the various file generators to JSON format (from XML).
jsonfiles
|
file |
diff |
annotate
|
Sat, 23 Jan 2021 12:02:52 +0100 |
Detlev Offenbach |
Editor: extended the docstring functionality to be invocable via a keyboard shortcut (Ctrl+Alt+D).
|
file |
diff |
annotate
|
Fri, 22 Jan 2021 16:48:43 +0100 |
Detlev Offenbach |
Editor
|
file |
diff |
annotate
|
Sun, 17 Jan 2021 16:21:57 +0100 |
Detlev Offenbach |
Find File Dialog
|
file |
diff |
annotate
|
Wed, 06 Jan 2021 13:47:01 +0100 |
Detlev Offenbach |
Harmonized some user visible strings and changed the term 'eric6' to the more generic 'eric'.
|
file |
diff |
annotate
|
Tue, 05 Jan 2021 18:28:31 +0100 |
Detlev Offenbach |
Improved the Notification system by supporting colored notifications.
|
file |
diff |
annotate
|
Mon, 04 Jan 2021 16:39:37 +0100 |
Detlev Offenbach |
Changed code to always use the reworked notification system.
|
file |
diff |
annotate
|
Wed, 30 Dec 2020 11:00:44 +0100 |
Detlev Offenbach |
Updated copyright for 2021.
maintenance
|
file |
diff |
annotate
|
Wed, 30 Dec 2020 11:00:05 +0100 |
Detlev Offenbach |
Updated copyright for 2021.
|
file |
diff |
annotate
|
Thu, 24 Dec 2020 16:17:57 +0100 |
Detlev Offenbach |
Added support for PySide6.
|
file |
diff |
annotate
|
Tue, 22 Dec 2020 19:59:29 +0100 |
Detlev Offenbach |
Added support for PyQt6.
|
file |
diff |
annotate
|
Sat, 19 Dec 2020 15:22:26 +0100 |
Detlev Offenbach |
Corrected the use of '@keyparam' in the source documentation.
|
file |
diff |
annotate
|
Sun, 22 Nov 2020 16:04:59 +0100 |
Detlev Offenbach |
Changed code to not use the OSError aliases (IOError, EnvironmentError, socket.error and select.error) anymore.
|
file |
diff |
annotate
|
Sat, 14 Nov 2020 17:51:47 +0100 |
Detlev Offenbach |
Project: fixed an issue creating a new project where the main script is in a package.
|
file |
diff |
annotate
|
Wed, 14 Oct 2020 17:50:39 +0200 |
Detlev Offenbach |
Changed code to use context manager 'open()' for file operations.
|
file |
diff |
annotate
|
Mon, 12 Oct 2020 18:23:44 +0200 |
Detlev Offenbach |
Performed some code cleanup.
|
file |
diff |
annotate
|
Sat, 10 Oct 2020 12:20:51 +0200 |
Detlev Offenbach |
Optimized the use of Waiting Cursors by using a specialized context manager class.
|
file |
diff |
annotate
|
Tue, 06 Oct 2020 17:52:44 +0200 |
Detlev Offenbach |
Changed calls to exec_() into exec() (remainder of Python2 elimination).
|
file |
diff |
annotate
|
Tue, 23 Jun 2020 17:24:18 +0200 |
Detlev Offenbach |
Removed some more Python2 related code.
|
file |
diff |
annotate
|
Sun, 21 Jun 2020 18:26:12 +0200 |
Detlev Offenbach |
Removed support for Python2 and removed support for Qt4 (PyQt4 and pyside).
|
file |
diff |
annotate
|
Sun, 12 Apr 2020 19:07:49 +0200 |
Detlev Offenbach |
Removed the '.png' extension from all call to get an icon or a pixmap from the PixmapCache because this is not needed anymore.
|
file |
diff |
annotate
|
Fri, 10 Apr 2020 14:48:05 +0200 |
Detlev Offenbach |
Project: fixed some issue renaming files and directories via the active VCS.
|
file |
diff |
annotate
|
Wed, 01 Jan 2020 11:57:23 +0100 |
Detlev Offenbach |
Updated copyright for 2020.
|
file |
diff |
annotate
|
Tue, 24 Sep 2019 19:44:17 +0200 |
Detlev Offenbach |
Continued to resolve code style issue M841.
|
file |
diff |
annotate
|
Tue, 10 Sep 2019 19:30:07 +0200 |
Detlev Offenbach |
Removed obsolete "from __future__ import ..." statements.
|
file |
diff |
annotate
|
Sun, 01 Sep 2019 19:40:53 +0200 |
Detlev Offenbach |
Removed the Qt4 runtime stuff.
without_py2_and_pyqt4
|
file |
diff |
annotate
|
Sat, 31 Aug 2019 12:58:11 +0200 |
Detlev Offenbach |
Started removing runtime support for Python2 and PyQt4.
without_py2_and_pyqt4
|
file |
diff |
annotate
|
Thu, 29 Aug 2019 19:00:33 +0200 |
Detlev Offenbach |
MicroPython: added more MicroPython type related handling.
|
file |
diff |
annotate
|
Sat, 24 Aug 2019 18:25:37 +0200 |
Detlev Offenbach |
More MicroPython related fixes.
|
file |
diff |
annotate
|