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
|
Wed, 06 Jan 2021 13:47:01 +0100 |
Detlev Offenbach |
Harmonized some user visible strings and changed the term 'eric6' to the more generic 'eric'.
|
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
|
Sat, 02 Jan 2021 15:18:36 +0100 |
Detlev Offenbach |
Fixed some 'lambda' related issues by converting them to 'functools.partial'.
maintenance
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 15:18:36 +0100 |
Detlev Offenbach |
Fixed some 'lambda' related issues by converting them to 'functools.partial'.
|
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
|
Sat, 19 Dec 2020 15:22:26 +0100 |
Detlev Offenbach |
Corrected the use of '@keyparam' in the source documentation.
|
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, 12 Oct 2020 19:28:42 +0200 |
Detlev Offenbach |
Performed some more code cleanup.
|
file |
diff |
annotate
|
Wed, 07 Oct 2020 19:14:36 +0200 |
Detlev Offenbach |
Web Browser
|
file |
diff |
annotate
|
Tue, 06 Oct 2020 17:56:16 +0200 |
Detlev Offenbach |
Eliminated use of qApp in order to prepare for PyQt6 migration.
|
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
|
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
|
Thu, 24 Sep 2020 19:51:19 +0200 |
Detlev Offenbach |
Added TODO comments to eliminate the use of Qt resources (prepare for PyQt 6).
|
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
|
Mon, 27 Jul 2020 19:15:26 +0200 |
Detlev Offenbach |
WebBrowserView: introduced a fix (kind of hack) for strange builds of QtWebEngine lacking QWebEngineFindTextResult although findTextFinished signal is defined.
|
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
|
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
|
Wed, 01 Jan 2020 12:01:54 +0100 |
Detlev Offenbach |
Merged with default branch to prepare a new release.
maintenance release-20.01
|
file |
diff |
annotate
|
Wed, 01 Jan 2020 11:57:23 +0100 |
Detlev Offenbach |
Updated copyright for 2020.
|
file |
diff |
annotate
|
Sat, 14 Dec 2019 17:54:25 +0100 |
Detlev Offenbach |
Web Browser:
|
file |
diff |
annotate
|
Thu, 03 Oct 2019 11:12:10 +0200 |
Detlev Offenbach |
Merged with default branch to prepare a new release.
maintenance release-19.10
|
file |
diff |
annotate
|
Wed, 25 Sep 2019 19:11:13 +0200 |
Detlev Offenbach |
Continued to resolve code style issue M841.
|
file |
diff |
annotate
|
Thu, 19 Sep 2019 19:39:04 +0200 |
Detlev Offenbach |
Fixed some code style issues.
|
file |
diff |
annotate
|
Tue, 10 Sep 2019 19:30:07 +0200 |
Detlev Offenbach |
Removed obsolete "from __future__ import ..." statements.
|
file |
diff |
annotate
|
Mon, 02 Sep 2019 18:50:38 +0200 |
Detlev Offenbach |
Modified sources to be in line with the minimum Qt/PyQt requirement (v 5.9.0).
without_py2_and_pyqt4
|
file |
diff |
annotate
|
Sat, 31 Aug 2019 12:58:11 +0200 |
Detlev Offenbach |
Started removing runtime support for Python2 and PyQt4.
without_py2_and_pyqt4
|
file |
diff |
annotate
|
Sat, 04 May 2019 11:10:44 +0200 |
Detlev Offenbach |
Merged with default branch to prepare release 19.5.
maintenance
|
file |
diff |
annotate
| base
|
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
|