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
Sat, 24 Aug 2019 16:33:42 +0200 Detlev Offenbach Made "MicroPython" a selectable programming language in order to not mess with the normal API selections. file | diff | annotate
Sun, 07 Jul 2019 11:25:08 +0200 Detlev Offenbach Project: added an option to the UIC parameters to specify the packages root directory relative to the project directory. file | diff | annotate
Sat, 11 May 2019 11:19:32 +0200 Detlev Offenbach Project, UserInterface,ViewManager: rearranged the menus. file | diff | annotate
Fri, 19 Apr 2019 11:11:16 +0200 Detlev Offenbach Project: fixed a little inaccuracy not causing any issues. file | diff | annotate
Sun, 14 Apr 2019 15:09:21 +0200 Detlev Offenbach Major restructuring of the source tree to get prepared for a setup.py based installation. file | diff | annotate | base
(0) tip

eric ide

mercurial