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
Sun, 28 Mar 2021 15:00:11 +0200 Detlev Offenbach Merged with default branch to prepare a new release. maintenance 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
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, 15 Jan 2021 19:49:36 +0100 Detlev Offenbach Fixed a few thread related issues in the debugger. file | diff | annotate
Fri, 01 Jan 2021 18:12:12 +0100 Detlev Offenbach Debugger: did some fine tuning. file | diff | annotate
Fri, 01 Jan 2021 16:25:30 +0100 Detlev Offenbach Debugger: fixed an issue related to multiprocessing on Windows and macOS because these use the 'spawn' method. file | diff | annotate
Thu, 31 Dec 2020 17:42:50 +0100 Detlev Offenbach DebugViewer: fixed a bug selecting a debugger entry when there is no current item. file | diff | annotate
Wed, 30 Dec 2020 15:06:28 +0100 Detlev Offenbach Debugger: some more fixes 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
Tue, 29 Dec 2020 20:06:50 +0100 Detlev Offenbach DebugViewer: united the debuggers and threads lists. file | diff | annotate
Sun, 27 Dec 2020 16:44:10 +0100 Detlev Offenbach Debugger: fixed a few bugs introduced by the multi process debugger changes. file | diff | annotate
Sun, 20 Dec 2020 20:13:42 +0100 Detlev Offenbach Fixed a few issues with the new multi process debugger. file | diff | annotate
Thu, 17 Dec 2020 18:17:33 +0100 Detlev Offenbach DebugUtilities: fixed a little issue. file | diff | annotate
Thu, 17 Dec 2020 17:56:35 +0100 Detlev Offenbach Updated translations. file | diff | annotate
Thu, 17 Dec 2020 14:25:36 +0100 Detlev Offenbach Merged with default branch. multi_processing file | diff | annotate
Thu, 17 Dec 2020 14:20:51 +0100 Detlev Offenbach Updated some source docu strings and added TODO markers. multi_processing file | diff | annotate
Thu, 17 Dec 2020 13:54:47 +0100 Detlev Offenbach DebugViewer: changed the debugger selector to a list. multi_processing file | diff | annotate
Wed, 16 Dec 2020 20:29:00 +0100 Detlev Offenbach DebugViewer: fixed an issue introduced by the last change. file | diff | annotate
Wed, 16 Dec 2020 20:27:57 +0100 Detlev Offenbach DebugViewer: changed the layout to use a QSplitter to offer more flexibility. multi_processing file | diff | annotate
Wed, 16 Dec 2020 20:16:44 +0100 Detlev Offenbach DebugViewer: changed the layout to use a QSplitter to offer more flexibility. file | diff | annotate
Tue, 15 Dec 2020 18:07:56 +0100 Detlev Offenbach Debugger UI: added code to show a notification when a new debug client has been connected. multi_processing file | diff | annotate
Sun, 06 Dec 2020 17:53:05 +0100 Detlev Offenbach Merged with the default branch. multi_processing file | diff | annotate
Sun, 06 Dec 2020 17:43:11 +0100 Detlev Offenbach Debugger: changed the handling of variable type filters. file | diff | annotate
Sun, 18 Oct 2020 12:35:30 +0200 Detlev Offenbach Merged with default branch. multi_processing file | diff | annotate
Mon, 12 Oct 2020 18:23:44 +0200 Detlev Offenbach Performed some code cleanup. 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, 02 May 2020 14:45:06 +0200 Detlev Offenbach Merged with default branch. multi_processing 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, 27 Mar 2020 17:55:45 +0100 Detlev Offenbach Modified some Breeze icons. file | diff | annotate
Sun, 16 Feb 2020 16:14:25 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Sat, 15 Feb 2020 16:30:08 +0100 Detlev Offenbach DebugViewer: don't show the thread ID anymore because it is meaningless for the user. multi_processing file | diff | annotate
Fri, 14 Feb 2020 19:52:37 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Thu, 13 Feb 2020 19:27:10 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Wed, 12 Feb 2020 20:04:31 +0100 Detlev Offenbach Continued with the multiprocess debugger. Implemented QProcess.startDetached() wrapper. multi_processing file | diff | annotate
Mon, 10 Feb 2020 18:49:49 +0100 Detlev Offenbach Continued with the multiprocess debugger. Started with QProcess support. multi_processing file | diff | annotate
Sun, 09 Feb 2020 19:27:49 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Sun, 02 Feb 2020 16:41:40 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Sat, 01 Feb 2020 19:48:21 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Thu, 30 Jan 2020 19:37:03 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Wed, 29 Jan 2020 19:38:13 +0100 Detlev Offenbach Added some inspirations received from Tobias. multi_processing file | diff | annotate
Wed, 29 Jan 2020 18:47:35 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Tue, 28 Jan 2020 19:41:51 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Wed, 01 Jan 2020 11:57:23 +0100 Detlev Offenbach Updated copyright for 2020. file | diff | annotate
Sat, 21 Sep 2019 13:37:58 +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, 19 May 2019 12:30:02 +0200 Detlev Offenbach Variables Viewer: merged the Variables Viewer extensions provided by Tobias into the default branch. file | diff | annotate
Mon, 13 May 2019 22:29:15 +0200 T.Rzepka Colors for highlighting are configurable through Debugger->General Variables Viewer file | diff | annotate
Thu, 02 May 2019 19:07:48 +0200 Detlev Offenbach Performed some interface cleanups. 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