Thu, 14 Jan 2021 17:58:40 +0100 Detlev Offenbach CodeStyleCheckerDialog: added a commented code whitelist patterns to the Miscellaneous Checker. file | diff | annotate
Wed, 13 Jan 2021 19:07:20 +0100 Detlev Offenbach Third Party Packages file | diff | annotate
Wed, 13 Jan 2021 19:05:48 +0100 Detlev Offenbach Third Party Packages file | diff | annotate
Wed, 13 Jan 2021 19:02:30 +0100 Detlev Offenbach Code Style Checker: upgraded eradicate.py to version 2.0.0. file | diff | annotate
Tue, 12 Jan 2021 17:19:02 +0100 Detlev Offenbach Editor, Mini Editor file | diff | annotate
Mon, 04 Jan 2021 10:50:24 +0100 Detlev Offenbach Updated the change log to reflect exporter additions done by Tobias. file | diff | annotate
Sat, 02 Jan 2021 12:15:33 +0100 Detlev Offenbach Updated change log. file | diff | annotate
Sat, 02 Jan 2021 11:21:13 +0100 Detlev Offenbach Updated changelog to prepare a new release. maintenance release-21.01 file | diff | annotate
Sat, 26 Dec 2020 11:39:35 +0100 Detlev Offenbach Web-Browser file | diff | annotate
Thu, 24 Dec 2020 16:17:57 +0100 Detlev Offenbach Added support for PySide6. file | diff | annotate
Wed, 23 Dec 2020 16:28:35 +0100 Detlev Offenbach VirtualEnv Manager file | diff | annotate
Tue, 22 Dec 2020 19:59:29 +0100 Detlev Offenbach Added support for PyQt6. file | diff | annotate
Sun, 20 Dec 2020 12:35:26 +0100 Detlev Offenbach User Interface file | diff | annotate
Sat, 19 Dec 2020 14:41:43 +0100 Detlev Offenbach Debugger: added support for the "Continue Until" debug action. file | diff | annotate
Fri, 18 Dec 2020 17:01:10 +0100 Detlev Offenbach Updated changelog. file | diff | annotate
Sun, 06 Dec 2020 18:37:08 +0100 Detlev Offenbach Editor, MiniEditor: added code to enclose the current selection by entering " or ' characters. multi_processing file | diff | annotate
Sun, 06 Dec 2020 12:46:00 +0100 Detlev Offenbach Globals: fixed a severe bug. file | diff | annotate
Sun, 06 Dec 2020 12:28:09 +0100 Detlev Offenbach Updated change log maintenance release-20.12.1 file | diff | annotate
Sat, 05 Dec 2020 12:29:26 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-20.12 file | diff | annotate
Sun, 08 Nov 2020 11:42:46 +0100 Detlev Offenbach PipInterface: some little enhancements. file | diff | annotate
Sun, 01 Nov 2020 11:15:18 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-20.11 file | diff | annotate
Mon, 19 Oct 2020 20:02:01 +0200 Detlev Offenbach Main Window: added a dialog showing information about the installation process. file | diff | annotate
Sun, 11 Oct 2020 17:54:52 +0200 Detlev Offenbach Changed code to not use deprecated 'QRegExp' anymore. file | diff | annotate
Wed, 07 Oct 2020 19:14:36 +0200 Detlev Offenbach Web Browser file | diff | annotate
Tue, 06 Oct 2020 19:10:28 +0200 Detlev Offenbach Mini Editor file | diff | annotate
Mon, 05 Oct 2020 19:51:55 +0200 Detlev Offenbach Mini Editor file | diff | annotate
Sun, 04 Oct 2020 18:53:35 +0200 Detlev Offenbach Syntax Checker: added a syntax checker for TOML files. file | diff | annotate
Sat, 03 Oct 2020 16:54:16 +0200 Detlev Offenbach Editor: added support for TOML files. file | diff | annotate
Sat, 03 Oct 2020 15:22:59 +0200 Detlev Offenbach changelog: started the changelog for the next release. file | diff | annotate
Sat, 03 Oct 2020 11:13:46 +0200 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-20.10 file | diff | annotate
Sat, 26 Sep 2020 10:58:18 +0200 Detlev Offenbach Changed the code to not rely on the Qt Resource system anymore (no .qrc files and no use of pyrcc5 anymore). file | diff | annotate
Wed, 23 Sep 2020 19:10:42 +0200 Detlev Offenbach Added capability to show information about a code object. file | diff | annotate
Mon, 21 Sep 2020 19:03:35 +0200 Detlev Offenbach Added a viewer to visualize Python byte code generated from a Python traceback of an exception as an additional tab of the debug viewer. file | diff | annotate
Sat, 19 Sep 2020 19:04:21 +0200 Detlev Offenbach Started to implement a Python Disassembly Viewer showing the byte code generated from a Python source file loaded in an editor pane. file | diff | annotate
Thu, 17 Sep 2020 19:16:18 +0200 Detlev Offenbach Third Party packages: removed th no longer needed 'enum' package. file | diff | annotate
Thu, 17 Sep 2020 19:10:36 +0200 Detlev Offenbach Third Party packages: updated coverage.py to 5.3.0. file | diff | annotate
Tue, 15 Sep 2020 19:09:05 +0200 Detlev Offenbach Pygments: updated to 2.7.0. file | diff | annotate
Sun, 06 Sep 2020 12:19:56 +0200 Detlev Offenbach EditorOutline: added actions to collapse/expand all entries. file | diff | annotate
Wed, 02 Sep 2020 19:57:37 +0200 Detlev Offenbach Continued implementing the editor outline widget. file | diff | annotate
Wed, 02 Sep 2020 18:06:20 +0200 Detlev Offenbach Merged with default branch to prepare the 20.9 release. maintenance file | diff | annotate
Wed, 02 Sep 2020 17:58:19 +0200 Detlev Offenbach Prepared the changelog file for the next release. file | diff | annotate
Tue, 25 Aug 2020 16:26:11 +0200 Detlev Offenbach File Browser: changed it to react upon changed files if their contents is shown file | diff | annotate
Sat, 15 Aug 2020 19:14:03 +0200 Detlev Offenbach VCS Interfaces: added a configuration option to disable the VCS toolbars file | diff | annotate
Thu, 13 Aug 2020 16:59:03 +0200 Detlev Offenbach Tasks: added separate task categories for 'Test' and 'Documentation' tasks file | diff | annotate
Sat, 01 Aug 2020 10:38:45 +0200 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-20.08 file | diff | annotate
Sat, 01 Aug 2020 10:36:42 +0200 Detlev Offenbach changelog: corrected the change log file. file | diff | annotate
Sat, 04 Jul 2020 11:45:34 +0200 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-20.07 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
Fri, 19 Jun 2020 13:46:58 +0200 Detlev Offenbach Code Style Checker: extended the dialog to show a list of files still to be checked. file | diff | annotate
Wed, 17 Jun 2020 17:12:21 +0200 Detlev Offenbach pip Interface: added menu action for pip cache management. file | diff | annotate
Tue, 16 Jun 2020 20:03:23 +0200 Detlev Offenbach Updated change log. file | diff | annotate
Tue, 16 Jun 2020 17:44:28 +0200 Detlev Offenbach Third Party packages: updated asttoken to version 2.0.4. file | diff | annotate
Mon, 15 Jun 2020 19:48:51 +0200 Detlev Offenbach Code Style Checker: updated pycodestyle to version 2.6.0. file | diff | annotate
Mon, 15 Jun 2020 18:23:01 +0200 Detlev Offenbach Syntax Checker: updated pyflakes to version 2.2.0. file | diff | annotate
Thu, 04 Jun 2020 17:57:20 +0200 Detlev Offenbach Code Style Checker: changed the dialog to allow the selection of checker categories. file | diff | annotate
Sun, 31 May 2020 17:26:14 +0200 Detlev Offenbach Merged with default branch to prepare new release. maintenance release-20.06 file | diff | annotate
Wed, 06 May 2020 18:15:52 +0200 Detlev Offenbach Web Browser: added code to ask for the title of a new bookmark folder. file | diff | annotate
Sun, 03 May 2020 10:26:40 +0200 Detlev Offenbach Web Browser: added a configurable URL entry color to indicate sites with certificate issues. file | diff | annotate
Sat, 02 May 2020 13:51:07 +0200 Detlev Offenbach Merged with default branch to prepare new release. maintenance release-20.05 file | diff | annotate
Wed, 29 Apr 2020 18:37:10 +0200 Detlev Offenbach Updated change log. file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial