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
|
Sun, 23 May 2021 18:45:54 +0200 |
Detlev Offenbach |
Fixed a few code style issues.
|
file |
diff |
annotate
|
Fri, 21 May 2021 18:04:01 +0200 |
Detlev Offenbach |
Debugger: changed code to not switch to the Debug Viewer when not debugging.
|
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
|
Tue, 20 Apr 2021 19:47:39 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y108: use ternary operator).
|
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
|
Mon, 12 Apr 2021 19:54:29 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y108: use ternary operator) (batch 1).
|
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
|
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
|
Mon, 15 Mar 2021 17:55:48 +0100 |
Detlev Offenbach |
Debugger
|
file |
diff |
annotate
|
Sun, 14 Mar 2021 19:59:27 +0100 |
Detlev Offenbach |
Started implementing functionality to override some global configuration per debug run.
|
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
|
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
|
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
|
Fri, 15 Jan 2021 19:49:36 +0100 |
Detlev Offenbach |
Fixed a few thread related issues in the debugger.
|
file |
diff |
annotate
|
Wed, 06 Jan 2021 14:06:40 +0100 |
Detlev Offenbach |
DebugUI: removed some obsolete code.
|
file |
diff |
annotate
|
Tue, 05 Jan 2021 18:28:31 +0100 |
Detlev Offenbach |
Improved the Notification system by supporting colored notifications.
|
file |
diff |
annotate
|
Tue, 05 Jan 2021 15:14:40 +0100 |
Detlev Offenbach |
DebugUI: some fine tuning of the client exit notification.
|
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
|
Sun, 03 Jan 2021 15:33:39 +0100 |
Detlev Offenbach |
Removed code dealing with Qt versions less than the required one and removed use of QDesktopWidget or QApplication.desktop().
|
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
|
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
|
Sun, 20 Dec 2020 20:13:42 +0100 |
Detlev Offenbach |
Fixed a few issues with the new multi process debugger.
|
file |
diff |
annotate
|
Sat, 19 Dec 2020 15:06:20 +0100 |
Detlev Offenbach |
Updated translations.
|
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
|
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
|
Mon, 14 Dec 2020 19:23:25 +0100 |
Detlev Offenbach |
Debugger: removed the 'fork' options for the Run and Debug start options because they are obsolete.
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
|
Sat, 05 Dec 2020 18:25:56 +0100 |
Detlev Offenbach |
Fixed some code formatting issues.
|
file |
diff |
annotate
|
Sat, 05 Dec 2020 18:25:31 +0100 |
Detlev Offenbach |
Fixed a few issues introduced by the recent merge and some code style issues.
multi_processing
|
file |
diff |
annotate
|
Sat, 05 Dec 2020 18:02:17 +0100 |
Detlev Offenbach |
Merged with the default branch.
multi_processing
|
file |
diff |
annotate
|
Fri, 04 Dec 2020 18:29:31 +0100 |
Detlev Offenbach |
Utilities: removed some obsolete functions.
|
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
|
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
|
Tue, 06 Oct 2020 17:52:44 +0200 |
Detlev Offenbach |
Changed calls to exec_() into exec() (remainder of Python2 elimination).
|
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
|
Sun, 05 Jul 2020 11:11:24 +0200 |
Detlev Offenbach |
Merged with default to track recent development.
multi_processing
|
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
|
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
|
Sun, 16 Feb 2020 16:14:25 +0100 |
Detlev Offenbach |
Continued with the multiprocess debugger.
multi_processing
|
file |
diff |
annotate
|
Sat, 15 Feb 2020 14:33:13 +0100 |
Detlev Offenbach |
Ironed out some issues.
multi_processing
|
file |
diff |
annotate
|
Sat, 15 Feb 2020 12:13:52 +0100 |
Detlev Offenbach |
Merged with default branch.
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
|
Tue, 11 Feb 2020 18:58:38 +0100 |
Detlev Offenbach |
Continued with the multiprocess debugger.
multi_processing
|
file |
diff |
annotate
|
Mon, 10 Feb 2020 19:49:45 +0100 |
Detlev Offenbach |
Continued with the multiprocess debugger.
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
|
Thu, 06 Feb 2020 19:04:28 +0100 |
Detlev Offenbach |
Fixed an issue causing multi threaded debugging sessions to hang.
multi_processing
|
file |
diff |
annotate
|
Mon, 03 Feb 2020 19:54:02 +0100 |
Detlev Offenbach |
Continued with the multiprocess debugger.
multi_processing
|
file |
diff |
annotate
|