Mercurial Repositories
>
eric
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
Renamed the modules and classes of the E5Gui package to have the prefix 'Eric' instead of 'E5'.
eric7
Sat, 22 May 2021 18:51:46 +0200
, by Detlev Offenbach
Removed an obsolete source documentation file.
eric7
Sat, 22 May 2021 17:01:51 +0200
, by Detlev Offenbach
Renamed 'E5Utilities' to 'EricUtilities' and 'E5Network' to 'EricNetwork'.
eric7
Sat, 22 May 2021 16:52:45 +0200
, by Detlev Offenbach
Reworked the icon editor tool.
eric7
Sat, 22 May 2021 12:54:57 +0200
, by Detlev Offenbach
Implemented a workaround for a strange issue caused by QScintilla (I think).
eric7
Sat, 22 May 2021 12:46:57 +0200
, by Detlev Offenbach
Removed for writing old style XML files and renamed E5XML to EricXML.
eric7
Sat, 22 May 2021 11:14:43 +0200
, by Detlev Offenbach
Removed all references to E5ComboBox and most references to E5LineEdit.
eric7
Fri, 21 May 2021 20:14:48 +0200
, by Detlev Offenbach
Debugger: changed code to not switch to the Debug Viewer when not debugging.
Fri, 21 May 2021 18:04:01 +0200
, by Detlev Offenbach
Renamed the E5Graphics stuff to EricGraphics.
eric7
Fri, 21 May 2021 18:01:11 +0200
, by Detlev Offenbach
Corrected the useof ItemIsTristate, which is obsolete.
eric7
Fri, 21 May 2021 17:54:15 +0200
, by Detlev Offenbach
Removed some obsolete code.
eric7
Fri, 21 May 2021 17:51:45 +0200
, by Detlev Offenbach
Corrected AdBlockIcon to not use a QAction.menu().
eric7
Fri, 21 May 2021 17:51:12 +0200
, by Detlev Offenbach
Editor: reactivated the connection to SCN_MODIFIED signal after PyQt6 was fixed.
eric7
Fri, 21 May 2021 17:49:43 +0200
, by Detlev Offenbach
Corrected some place to import QtCharts instead of QtChart.
eric7
Fri, 21 May 2021 17:48:17 +0200
, by Detlev Offenbach
Prepared the setup.py file.
eric7
Fri, 21 May 2021 17:45:47 +0200
, by Detlev Offenbach
Reinstantiated code after QByteArray was fixed in PyQt6.
eric7
Fri, 21 May 2021 17:43:14 +0200
, by Detlev Offenbach
E5TabWidgets: fixed an issue using Qt.MouseButtons.
eric7
Fri, 21 May 2021 17:42:10 +0200
, by Detlev Offenbach
Prepared the install and uninstall scripts.
eric7
Thu, 20 May 2021 19:52:44 +0200
, by Detlev Offenbach
Some minor cleanups.
eric7
Thu, 20 May 2021 19:22:05 +0200
, by Detlev Offenbach
Corrected the FTP proxy type handling on the network configuration page.
eric7
Thu, 20 May 2021 19:21:36 +0200
, by Detlev Offenbach
Changed the E6Plugin project type to E7Plugin.
eric7
Thu, 20 May 2021 19:20:50 +0200
, by Detlev Offenbach
SvGDiagram: changed the QSvgWidget import statement.
eric7
Thu, 20 May 2021 19:19:33 +0200
, by Detlev Offenbach
Removed some obsolete code.
eric7
Thu, 20 May 2021 19:18:19 +0200
, by Detlev Offenbach
E5ProgressDialog: corrected an issue
eric7
Thu, 20 May 2021 19:16:58 +0200
, by Detlev Offenbach
Updated .hgignore to ignore the .eric7project directory.
eric7
Thu, 20 May 2021 19:16:07 +0200
, by Detlev Offenbach
Unittest: fixed a few issues related to loading unit test modules.
eric7
Thu, 20 May 2021 18:08:02 +0200
, by Detlev Offenbach
Corrected file type associations for the project.
eric7
Thu, 20 May 2021 18:20:56 +0200
, by Detlev Offenbach
Preferences: corrected the handling of the FTP proxy type.
Thu, 20 May 2021 18:17:29 +0200
, by Detlev Offenbach
Unittest: fixed a few issues related to loading unit test modules.
Thu, 20 May 2021 18:08:02 +0200
, by Detlev Offenbach
Continued porting eric to PyQt6.
eric7
Wed, 19 May 2021 19:53:36 +0200
, by Detlev Offenbach
E5JsonClient: added the missing poll() method.
Wed, 19 May 2021 19:44:13 +0200
, by Detlev Offenbach
Made the ShortcutDialog work again.
eric7
Wed, 19 May 2021 18:16:45 +0200
, by Detlev Offenbach
Continued porting eric to PyQt6.
eric7
Wed, 19 May 2021 17:36:34 +0200
, by Detlev Offenbach
Added some TODO markers to get rid of obsoleted methods (not part of PyQt6 anymore).
eric7
Tue, 18 May 2021 19:25:53 +0200
, by Detlev Offenbach
Continued porting eric to PyQt6.
eric7
Tue, 18 May 2021 18:19:47 +0200
, by Detlev Offenbach
FileDialogWizardDialog: fixed an issue causing the wizard to not being shown.
Tue, 18 May 2021 17:45:00 +0200
, by Detlev Offenbach
Removed a bit of obsolete code.
Mon, 17 May 2021 19:55:28 +0200
, by Detlev Offenbach
Continued porting eric to PyQt6.
eric7
Mon, 17 May 2021 19:58:15 +0200
, by Detlev Offenbach
Replaced all imports of PyQt5 to PyQt6 and started to replace code using obsoleted methods and adapt to the PyQt6 enum usage.
eric7
Sun, 16 May 2021 20:07:24 +0200
, by Detlev Offenbach
ViewManager: fixed a copy & paste issue.
Sun, 16 May 2021 17:06:02 +0200
, by Detlev Offenbach
Added a styles file for light colors.
eric7
Sun, 16 May 2021 11:43:59 +0200
, by Detlev Offenbach
Added a styles file for light colors.
Sun, 16 May 2021 11:41:20 +0200
, by Detlev Offenbach
Finished renaming eric6 to eric7.
eric7
Sat, 15 May 2021 20:08:03 +0200
, by Detlev Offenbach
Continued to rename eric6 to eric7.
eric7
Sat, 15 May 2021 19:01:16 +0200
, by Detlev Offenbach
Started to rename eric6 to eric7.
eric7
Sat, 15 May 2021 18:45:04 +0200
, by Detlev Offenbach
Started porting eric to PyQt6 with the new name eric7.
eric7
Sat, 15 May 2021 18:16:34 +0200
, by Detlev Offenbach
Updated the optional dependencies in the install.py script to include 'pyenchant'.
Sat, 15 May 2021 18:00:24 +0200
, by Detlev Offenbach
Corrected a code style issue.
Fri, 14 May 2021 20:12:53 +0200
, by Detlev Offenbach
Updated source docu.
Wed, 12 May 2021 19:53:31 +0200
, by Detlev Offenbach
Background Server, Client: pass the path to the Python library of the eric (virtual) environment to the client to enable service plug-ins to load dependencies from there.
Wed, 12 May 2021 19:50:20 +0200
, by Detlev Offenbach
Renamed Globals.getPythonModulesDirectory() to Globals.getPythonLibraryDirectory() because that name is clearer.
Wed, 12 May 2021 19:48:57 +0200
, by Detlev Offenbach
Git Plugin: removed some obsolete code.
Wed, 12 May 2021 19:47:11 +0200
, by Detlev Offenbach
Made the plugin install dialog non modal.
Mon, 10 May 2021 20:01:43 +0200
, by Detlev Offenbach
E5JsonServer: fixed an issue introduced by the latest change.
Mon, 10 May 2021 19:37:03 +0200
, by Detlev Offenbach
E5JsonServer: fixed an issue introduced by the latest change.
Mon, 10 May 2021 18:45:32 +0200
, by Detlev Offenbach
E5JsonServer: changed code to return the exit code in case of a premature exit.
Mon, 10 May 2021 18:37:54 +0200
, by Detlev Offenbach
E5Network
Sun, 09 May 2021 14:53:27 +0200
, by Detlev Offenbach
Lexers: added the new JSON graphics file extension to the list of default lexer associations.
Sun, 09 May 2021 14:34:26 +0200
, by Detlev Offenbach
Replaced some obsoleted methods of QPrinter.
Sat, 08 May 2021 19:47:48 +0200
, by Detlev Offenbach
Updated translations.
Sat, 08 May 2021 18:38:57 +0200
, by Detlev Offenbach
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip