Sun, 29 Aug 2021 12:40:51 +0200 |
Detlev Offenbach |
First batch of changes for QtWebEngine as of Qt 6.2.0.
eric7
|
file |
diff |
annotate
|
Sat, 28 Aug 2021 19:48:56 +0200 |
Detlev Offenbach |
Activated support for the 'qt6-applications' project.
eric7
|
file |
diff |
annotate
|
Fri, 20 Aug 2021 14:19:13 +0200 |
Detlev Offenbach |
Fixed some code style issues.
eric7
|
file |
diff |
annotate
|
Fri, 30 Jul 2021 20:13:09 +0200 |
Detlev Offenbach |
Removed the support for the deprecated distutils package.
eric7
|
file |
diff |
annotate
|
Sun, 25 Jul 2021 12:30:57 +0200 |
Detlev Offenbach |
Corrected an oversight of the most recent change.
eric7
|
file |
diff |
annotate
|
Sun, 25 Jul 2021 12:26:07 +0200 |
Detlev Offenbach |
Updated the install script to use a environment specific mercurial if that is available.
eric7
|
file |
diff |
annotate
|
Sat, 10 Jul 2021 11:41:13 +0200 |
Detlev Offenbach |
Removed 'mercurial' from the list of install dependencies.
eric7
|
file |
diff |
annotate
|
Sat, 10 Jul 2021 11:39:17 +0200 |
Detlev Offenbach |
Removed 'mercurial' as an install dependency.
|
file |
diff |
annotate
|
Fri, 02 Jul 2021 17:43:19 +0200 |
Detlev Offenbach |
Updated the install script for the required PyQt6-QScintilla version.
eric7
|
file |
diff |
annotate
|
Sat, 26 Jun 2021 19:24:53 +0200 |
Detlev Offenbach |
install.py: added the 'wheel' to the list of modules to be installed.
eric7
|
file |
diff |
annotate
|
Wed, 23 Jun 2021 18:55:54 +0200 |
Detlev Offenbach |
Streamline the install script a little bit.
eric7
|
file |
diff |
annotate
|
Wed, 16 Jun 2021 19:21:45 +0200 |
Detlev Offenbach |
Corrected some code style issues.
eric7
|
file |
diff |
annotate
|
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
|
Sat, 29 May 2021 14:48:23 +0200 |
Detlev Offenbach |
install.py: beautified the output a little bit.
eric7
|
file |
diff |
annotate
|
Sat, 29 May 2021 14:43:34 +0200 |
Detlev Offenbach |
Removed reference to 'eric7_browser' in certain files due to unavailability of PyQt6.QtWebEngine.
eric7
|
file |
diff |
annotate
|
Fri, 28 May 2021 17:50:00 +0200 |
Detlev Offenbach |
install.py: modified the version display slightly.
eric7
|
file |
diff |
annotate
|
Sun, 23 May 2021 15:35:49 +0200 |
Detlev Offenbach |
Corrected some code style issues.
eric7
|
file |
diff |
annotate
|
Sat, 22 May 2021 20:25:21 +0200 |
Detlev Offenbach |
Removed some commented code.
eric7
|
file |
diff |
annotate
|
Sat, 22 May 2021 16:52:45 +0200 |
Detlev Offenbach |
Renamed 'E5Utilities' to 'EricUtilities' and 'E5Network' to 'EricNetwork'.
eric7
|
file |
diff |
annotate
|
Fri, 21 May 2021 17:48:17 +0200 |
Detlev Offenbach |
Corrected some place to import QtCharts instead of QtChart.
eric7
|
file |
diff |
annotate
|
Thu, 20 May 2021 19:52:44 +0200 |
Detlev Offenbach |
Prepared the install and uninstall scripts.
eric7
|
file |
diff |
annotate
|
Sun, 16 May 2021 20:07:24 +0200 |
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
|
file |
diff |
annotate
|
Sat, 15 May 2021 20:08:03 +0200 |
Detlev Offenbach |
Finished renaming eric6 to eric7.
eric7
|
file |
diff |
annotate
|
Sat, 15 May 2021 18:00:24 +0200 |
Detlev Offenbach |
Updated the optional dependencies in the install.py script to include 'pyenchant'.
|
file |
diff |
annotate
|
Tue, 04 May 2021 19:30:25 +0200 |
Detlev Offenbach |
Made Mercurial an optional installation requirement.
|
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
|
Sat, 24 Apr 2021 16:35:05 +0200 |
Detlev Offenbach |
install script: little change for macOS installations.
|
file |
diff |
annotate
|
Thu, 22 Apr 2021 18:02:47 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y108: use ternary operator).
|
file |
diff |
annotate
|
Wed, 21 Apr 2021 17:56:12 +0200 |
Detlev Offenbach |
Third Party packages
|
file |
diff |
annotate
|
Sun, 18 Apr 2021 12:20:14 +0200 |
Detlev Offenbach |
install.py, uninstall.py: changed the Linux path where our icons get installed
|
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
|
Wed, 14 Apr 2021 19:59:16 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y105: use contextlib.suppress) (batch 1).
|
file |
diff |
annotate
|
Sat, 10 Apr 2021 16:13:07 +0200 |
Detlev Offenbach |
install script: fixed some code style issues.
|
file |
diff |
annotate
|
Thu, 08 Apr 2021 18:27:47 +0200 |
Detlev Offenbach |
Applied some code simplifications suggested by the new Simplify checker.
|
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, 22 Feb 2021 19:15:06 +0100 |
Detlev Offenbach |
Changed setup.py and the install script to include the dependency to PyYAML and toml packages.
|
file |
diff |
annotate
|
Sun, 21 Feb 2021 12:53:26 +0100 |
Detlev Offenbach |
setup.py, install.py: fixed PyQt version to < 5.15.2 in order to get a working config on Debian.
|
file |
diff |
annotate
|
Wed, 03 Feb 2021 16:42:04 +0100 |
Detlev Offenbach |
install.py: removed an obsolete TODO marker.
|
file |
diff |
annotate
|
Mon, 01 Feb 2021 14:49:12 +0100 |
Detlev Offenbach |
Made some more JSON file related changes and exported some dark styles in the new file format.
|
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
|
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
|
Wed, 30 Dec 2020 10:53:07 +0100 |
Detlev Offenbach |
install.py: added the '--no-info' flag to supress the generation of the install info file.
maintenance
|
file |
diff |
annotate
|
Wed, 30 Dec 2020 10:53:07 +0100 |
Detlev Offenbach |
install.py: added the '--no-info' flag to supress the generation of the install info file.
|
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
|
Fri, 18 Dec 2020 12:44:31 +0100 |
Detlev Offenbach |
Changed the minimum supported Python version to 3.6.0.
|
file |
diff |
annotate
|
Sat, 05 Dec 2020 12:29:26 +0100 |
Detlev Offenbach |
Merged with default branch to prepare a new release.
maintenance release-20.12
|
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
|
Sat, 21 Nov 2020 19:31:16 +0100 |
Detlev Offenbach |
Changed code slightly to work with the upcoming qt5-applications package done by Kyle Altendorf.
|
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
|
Sun, 01 Nov 2020 11:07:43 +0100 |
Detlev Offenbach |
install.py: fixed a code style issue.
|
file |
diff |
annotate
|
Sat, 31 Oct 2020 12:33:51 +0100 |
Detlev Offenbach |
install.py: added option --no-tools to ignore installation of pyqt5-tools.
|
file |
diff |
annotate
|
Sun, 25 Oct 2020 14:34:57 +0100 |
Detlev Offenbach |
Replaced os.getlogin() by getpass.getuser().
|
file |
diff |
annotate
|
Sun, 25 Oct 2020 12:28:07 +0100 |
Detlev Offenbach |
Main Window: added code to update the saved install information after an update.
|
file |
diff |
annotate
|
Sun, 25 Oct 2020 11:17:02 +0100 |
Detlev Offenbach |
install script: changed code to not ask to installe prerequisites if it is run as root user (= UID 0)
|
file |
diff |
annotate
|
Thu, 22 Oct 2020 19:42:29 +0200 |
Detlev Offenbach |
Added information about the directory the installation was done from.
|
file |
diff |
annotate
|
Wed, 21 Oct 2020 20:00:57 +0200 |
Detlev Offenbach |
Install Info: added the installation date and time to the install info structure.
|
file |
diff |
annotate
|
Mon, 19 Oct 2020 20:02:01 +0200 |
Detlev Offenbach |
Main Window: added a dialog showing information about the installation process.
|
file |
diff |
annotate
|
Sun, 18 Oct 2020 18:51:45 +0200 |
Detlev Offenbach |
Implementing code to record and/or guess some information about the installation process.
|
file |
diff |
annotate
|