Mercurial Repositories
>
eric
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
Mercurial: fixed a few issues introduced during the recent code cleanup.
Thu, 14 Jan 2021 17:51:12 +0100
, by Detlev Offenbach
CodeStyleCheckerDialog: added configuration entry for commented code whitelist patterns.
Wed, 13 Jan 2021 20:13:26 +0100
, by Detlev Offenbach
Updated translations.
Wed, 13 Jan 2021 19:12:35 +0100
, by Detlev Offenbach
Updated source docu.
Wed, 13 Jan 2021 19:08:16 +0100
, by Detlev Offenbach
Third Party Packages
Wed, 13 Jan 2021 19:07:20 +0100
, by Detlev Offenbach
Third Party Packages
Wed, 13 Jan 2021 19:05:48 +0100
, by Detlev Offenbach
Fixed some code style issues detected by the upgraded eradicate.py.
Wed, 13 Jan 2021 19:02:58 +0100
, by Detlev Offenbach
Code Style Checker: upgraded eradicate.py to version 2.0.0.
Wed, 13 Jan 2021 19:02:30 +0100
, by Detlev Offenbach
Mercurial: completed more code cleanup.
Wed, 13 Jan 2021 17:46:13 +0100
, by Detlev Offenbach
Mercurial: started more code cleanup.
Tue, 12 Jan 2021 20:03:30 +0100
, by Detlev Offenbach
Editor, Mini Editor
Tue, 12 Jan 2021 17:19:02 +0100
, by Detlev Offenbach
PluginManager: changed the code to create a global plugins directory.
maintenance
Mon, 11 Jan 2021 19:31:21 +0100
, by Detlev Offenbach
PluginManager: changed the code to create a global plugins directory.
Mon, 11 Jan 2021 19:31:21 +0100
, by Detlev Offenbach
Snapshot: fixed code to work with all supported platforms.
Mon, 11 Jan 2021 19:04:31 +0100
, by Detlev Offenbach
BackgroundService and -Client: fixed a few typos.
Thu, 07 Jan 2021 18:11:11 +0100
, by Detlev Offenbach
SyntaxChecker: fixed an issue in the pyflakes messages module causing an exception when trying to report back the result later on.
maintenance
Thu, 07 Jan 2021 17:22:16 +0100
, by Detlev Offenbach
SyntaxChecker: fixed an issue in the pyflakes messages module causing an exception when trying to report back the result later on.
Thu, 07 Jan 2021 17:22:16 +0100
, by Detlev Offenbach
DebugUI: removed some obsolete code.
Wed, 06 Jan 2021 14:06:40 +0100
, by Detlev Offenbach
NotificationWidget: removed the remaining TODO as it doesn't seem to be of real use.
Wed, 06 Jan 2021 13:58:40 +0100
, by Detlev Offenbach
Harmonized some user visible strings and changed the term 'eric6' to the more generic 'eric'.
Wed, 06 Jan 2021 13:47:01 +0100
, by Detlev Offenbach
Improved the Notification system by supporting colored notifications.
Tue, 05 Jan 2021 18:28:31 +0100
, by Detlev Offenbach
DebugUI: some fine tuning of the client exit notification.
Tue, 05 Jan 2021 15:14:40 +0100
, by Detlev Offenbach
Snapshot Widget: fixed the modified snapshot function for multiple screens.
Mon, 04 Jan 2021 19:34:49 +0100
, by Detlev Offenbach
Added some TODO comments to enhance the notification widget.
Mon, 04 Jan 2021 16:52:56 +0100
, by Detlev Offenbach
Changed code to always use the reworked notification system.
Mon, 04 Jan 2021 16:39:37 +0100
, by Detlev Offenbach
Fixed some code style issues.
Mon, 04 Jan 2021 16:39:09 +0100
, by Detlev Offenbach
Updated source docu.
Mon, 04 Jan 2021 15:59:40 +0100
, by Detlev Offenbach
Changed the notification widget to be able to show multiple notification simultaneously.
Mon, 04 Jan 2021 15:59:22 +0100
, by Detlev Offenbach
Updated the default bookmarks.
Mon, 04 Jan 2021 15:51:18 +0100
, by Detlev Offenbach
Updated the change log to reflect exporter additions done by Tobias.
Mon, 04 Jan 2021 10:50:24 +0100
, by Detlev Offenbach
Fixed export as HTML+ODT/PDF/RTF/TEX when text using substyles.
Sun, 03 Jan 2021 22:24:05 +0100
, by T.Rzepka
UserInterface: fixed an issue introduced during the last changes.
Sun, 03 Jan 2021 18:02:19 +0100
, by Detlev Offenbach
Fixed some code style issues.
Sun, 03 Jan 2021 17:58:37 +0100
, by Detlev Offenbach
Removed code depending upon the automatic online check.
Sun, 03 Jan 2021 17:49:38 +0100
, by Detlev Offenbach
Removed code dealing with Qt versions less than the required one and removed use of QDesktopWidget or QApplication.desktop().
Sun, 03 Jan 2021 15:33:39 +0100
, by Detlev Offenbach
NotificationsPage: changed code to avoid the notification box being shown off screen (partly).
maintenance
Sun, 03 Jan 2021 15:31:46 +0100
, by Detlev Offenbach
E5SslInfoWidget: fixed an issue causing TLS v1.3 certificates not being recognized.
maintenance
Sun, 03 Jan 2021 15:31:01 +0100
, by Detlev Offenbach
VCS/ProjectHelper: added some code to cope against vcs being None.
maintenance
Sat, 02 Jan 2021 17:28:57 +0100
, by Detlev Offenbach
VCS/ProjectHelper: added some code to cope against vcs being None.
Sat, 02 Jan 2021 17:28:57 +0100
, by Detlev Offenbach
ProjectTranslationsBrowser: fixed some 'lambda' related issues by converting them to 'functools.partial'.
maintenance
Sat, 02 Jan 2021 15:28:23 +0100
, by Detlev Offenbach
Fixed some 'lambda' related issues by converting them to 'functools.partial'.
maintenance
Sat, 02 Jan 2021 15:18:36 +0100
, by Detlev Offenbach
ProjectTranslationsBrowser: fixed some 'lambda' related issues by converting them to 'functools.partial'.
Sat, 02 Jan 2021 15:19:11 +0100
, by Detlev Offenbach
Fixed some 'lambda' related issues by converting them to 'functools.partial'.
Sat, 02 Jan 2021 15:18:36 +0100
, by Detlev Offenbach
Updated change log.
Sat, 02 Jan 2021 12:15:33 +0100
, by Detlev Offenbach
Created global tag <release-21.01>.
maintenance
Sat, 02 Jan 2021 11:21:36 +0100
, by Detlev Offenbach
Updated changelog to prepare a new release.
maintenance
release-21.01
Sat, 02 Jan 2021 11:21:13 +0100
, by Detlev Offenbach
Debugger: did some fine tuning.
Fri, 01 Jan 2021 18:12:12 +0100
, by Detlev Offenbach
Debugger: fixed an issue related to multiprocessing on Windows and macOS because these use the 'spawn' method.
Fri, 01 Jan 2021 16:25:30 +0100
, by Detlev Offenbach
DebugViewer: fixed a bug selecting a debugger entry when there is no current item.
Thu, 31 Dec 2020 17:42:50 +0100
, by Detlev Offenbach
README: updated the installation section to show the commands for Linux/macOS and Windows separately.
maintenance
Wed, 30 Dec 2020 18:24:42 +0100
, by Detlev Offenbach
README: updated the installation section to show the commands for Linux/macOS and Windows separately.
Wed, 30 Dec 2020 18:24:42 +0100
, by Detlev Offenbach
Debugger: some more fixes
Wed, 30 Dec 2020 15:06:28 +0100
, by Detlev Offenbach
Call Trace Viewer, Call Stack Viewer: some refinements and further adaptions to the multi-process debugger.
Wed, 30 Dec 2020 13:45:26 +0100
, by Detlev Offenbach
Debug Client: made the receiving of commands a bit more resilient.
Wed, 30 Dec 2020 12:31:25 +0100
, by Detlev Offenbach
Corrected two icons, that got corrupted after icon cleanup.
Wed, 30 Dec 2020 12:30:42 +0100
, by Detlev Offenbach
Updated copyright for 2021.
maintenance
Wed, 30 Dec 2020 11:00:44 +0100
, by Detlev Offenbach
Updated copyright for 2021.
Wed, 30 Dec 2020 11:00:05 +0100
, by Detlev Offenbach
install.py: added the '--no-info' flag to supress the generation of the install info file.
maintenance
Wed, 30 Dec 2020 10:53:07 +0100
, by Detlev Offenbach
install.py: added the '--no-info' flag to supress the generation of the install info file.
Wed, 30 Dec 2020 10:53:07 +0100
, by Detlev Offenbach
DebugViewer: united the debuggers and threads lists.
Tue, 29 Dec 2020 20:06:50 +0100
, by Detlev Offenbach
subversion.py: fixed issues introduced with the removal of QRegExp.
maintenance
Mon, 28 Dec 2020 19:43:35 +0100
, by Detlev Offenbach
PipPackagesWidget: fixed an issue when a PyPI search returned with an error.
maintenance
Mon, 21 Dec 2020 12:15:47 +0100
, by Detlev Offenbach
subversion.py: fixed issues introduced with the removal of QRegExp.
Mon, 28 Dec 2020 19:43:35 +0100
, by Detlev Offenbach
Updated Russian translations.
Mon, 28 Dec 2020 15:52:40 +0100
, by Alexander Barkoff
Debugger: fixed a few bugs introduced by the multi process debugger changes.
Sun, 27 Dec 2020 16:44:10 +0100
, by Detlev Offenbach
Fixed double elements in first expanded list / tuple after the next step command and some update issues on lists.
Sat, 26 Dec 2020 22:49:27 +0100
, by T.Rzepka
Web-Browser
Sat, 26 Dec 2020 11:39:35 +0100
, by Detlev Offenbach
Updated Russian translations.
Fri, 25 Dec 2020 09:44:11 +0100
, by Alexander Barkoff
Added support for PySide6.
Thu, 24 Dec 2020 16:17:57 +0100
, by Detlev Offenbach
VirtualEnv Manager
Wed, 23 Dec 2020 16:28:35 +0100
, by Detlev Offenbach
Updated Russian translations.
Wed, 23 Dec 2020 11:47:43 +0100
, by Alexander Barkoff
Fixed a bug introduced with the recent changes.
Wed, 23 Dec 2020 10:12:14 +0100
, by Detlev Offenbach
Added support for PyQt6.
Tue, 22 Dec 2020 19:59:29 +0100
, by Detlev Offenbach
Debugger: removed the tracer TODO markers. I am not going to implement it.
Mon, 21 Dec 2020 13:36:24 +0100
, by Detlev Offenbach
PipPackagesWidget: fixed an issue when a PyPI search returned with an error.
Mon, 21 Dec 2020 12:15:47 +0100
, by Detlev Offenbach
DebugBase: fixed an issue with Python < 3.7.
Mon, 21 Dec 2020 10:45:10 +0100
, by Detlev Offenbach
Fixed a few issues with the new multi process debugger.
Sun, 20 Dec 2020 20:13:42 +0100
, by Detlev Offenbach
User Interface
Sun, 20 Dec 2020 12:35:26 +0100
, by Detlev Offenbach
Debugger: refined the handling of not to be debugged scripts for multiprocess debugging.
Sat, 19 Dec 2020 19:57:09 +0100
, by Detlev Offenbach
Corrected the use of '@keyparam' in the source documentation.
Sat, 19 Dec 2020 15:22:26 +0100
, by Detlev Offenbach
Updated translations.
Sat, 19 Dec 2020 15:06:20 +0100
, by Detlev Offenbach
Updated source documentation.
Sat, 19 Dec 2020 14:42:36 +0100
, by Detlev Offenbach
Debugger: added support for the "Continue Until" debug action.
Sat, 19 Dec 2020 14:41:43 +0100
, by Detlev Offenbach
Updated changelog.
Fri, 18 Dec 2020 17:01:10 +0100
, by Detlev Offenbach
Debugger: added support for the -m option to debug a module as a script.
Fri, 18 Dec 2020 16:48:14 +0100
, by Detlev Offenbach
Changed the minimum supported Python version to 3.6.0.
Fri, 18 Dec 2020 12:44:31 +0100
, by Detlev Offenbach
MultiproocessingExtension: fixed an issue handling the exit of a process.
Fri, 18 Dec 2020 12:24:33 +0100
, by Detlev Offenbach
DebugUtilities: fixed a little issue.
Thu, 17 Dec 2020 18:17:33 +0100
, by Detlev Offenbach
Updated translations.
Thu, 17 Dec 2020 17:56:35 +0100
, by Detlev Offenbach
Updated the source documentation.
Thu, 17 Dec 2020 17:36:54 +0100
, by Detlev Offenbach
DebugServer: changed the long @signal definitions after the module documentation tool fix.
Thu, 17 Dec 2020 17:36:24 +0100
, by Detlev Offenbach
ModuleDocumentor: fixed an issue parsing long @signal or @event definitions.
Thu, 17 Dec 2020 17:35:19 +0100
, by Detlev Offenbach
Updated source docu.
Thu, 17 Dec 2020 14:40:06 +0100
, by Detlev Offenbach
Closed the <multi_processing> branch after merging it into the <default> branch.
multi_processing
Thu, 17 Dec 2020 14:32:29 +0100
, by Detlev Offenbach
Merged with the <multi_processing> branch to make it the new default.
Thu, 17 Dec 2020 14:30:46 +0100
, by Detlev Offenbach
Created new branch <no_multi_processing> to track the old <default> branch.
no_multi_processing
Thu, 17 Dec 2020 14:27:27 +0100
, by Detlev Offenbach
Merged with default branch.
multi_processing
Thu, 17 Dec 2020 14:25:36 +0100
, by Detlev Offenbach
Updated some source docu strings and added TODO markers.
multi_processing
Thu, 17 Dec 2020 14:20:51 +0100
, by Detlev Offenbach
DebugViewer: changed the debugger selector to a list.
multi_processing
Thu, 17 Dec 2020 13:54:47 +0100
, by Detlev Offenbach
DebugViewer: fixed an issue introduced by the last change.
Wed, 16 Dec 2020 20:29:00 +0100
, by Detlev Offenbach
DebugViewer: changed the layout to use a QSplitter to offer more flexibility.
multi_processing
Wed, 16 Dec 2020 20:27:57 +0100
, by Detlev Offenbach
DebugViewer: changed the layout to use a QSplitter to offer more flexibility.
Wed, 16 Dec 2020 20:16:44 +0100
, by Detlev Offenbach
Debugger: completed support for the multiprocessing module.
multi_processing
Wed, 16 Dec 2020 18:31:37 +0100
, by Detlev Offenbach
Debugger UI: added code to show a notification when a new debug client has been connected.
multi_processing
Tue, 15 Dec 2020 18:07:56 +0100
, by Detlev Offenbach
SubprocessExtension: removed some obsolete code.
multi_processing
Mon, 14 Dec 2020 19:59:03 +0100
, by Detlev Offenbach
Debugger: removed the 'fork' options for the Run and Debug start options because they are obsolete.
multi_processing
Mon, 14 Dec 2020 19:23:25 +0100
, by Detlev Offenbach
MultiProcessDebugExtension: commented out the support for os.exec, os.spawn and os.posix_spawn.
multi_processing
Sun, 13 Dec 2020 19:54:19 +0100
, by Detlev Offenbach
Python debug client: added the multi process extension for the process creation functions in the 'os', '_posixsubprocess' and Windows '_subprocess' or '_winapi' modules.
multi_processing
Sat, 12 Dec 2020 15:30:05 +0100
, by Detlev Offenbach
Added some more process creation function overrides.
multi_processing
Thu, 10 Dec 2020 20:16:21 +0100
, by Detlev Offenbach
DebugClientBase: fixed an issue with a client ending.
multi_processing
Mon, 07 Dec 2020 19:53:15 +0100
, by Detlev Offenbach
Commented a debug print() statement.
multi_processing
Mon, 07 Dec 2020 19:52:49 +0100
, by Detlev Offenbach
DebugClientBase: delete some obsolete code.
multi_processing
Mon, 07 Dec 2020 17:57:03 +0100
, by Detlev Offenbach
DebuggerInterfaceNone: adjusted the method signatures to the ones of the Python debugger interface.
multi_processing
Mon, 07 Dec 2020 17:56:21 +0100
, by Detlev Offenbach
DebugClientBase: delete some obsolete code.
Mon, 07 Dec 2020 17:54:09 +0100
, by Detlev Offenbach
Editor, MiniEditor: added code to enclose the current selection by entering " or ' characters.
Sun, 06 Dec 2020 18:37:08 +0100
, by Detlev Offenbach
Editor, MiniEditor: added code to enclose the current selection by entering " or ' characters.
multi_processing
Sun, 06 Dec 2020 18:37:08 +0100
, by Detlev Offenbach
Merged with the default branch.
multi_processing
Sun, 06 Dec 2020 17:53:05 +0100
, by Detlev Offenbach
Debugger: changed the handling of variable type filters.
Sun, 06 Dec 2020 17:43:11 +0100
, by Detlev Offenbach
Globals: fixed a severe bug.
Sun, 06 Dec 2020 12:46:00 +0100
, by Detlev Offenbach
Created global tag <release-20.12.1>.
maintenance
Sun, 06 Dec 2020 12:28:56 +0100
, by Detlev Offenbach
less
more
|
(0)
-3000
-1000
-120
+120
+1000
tip