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
Sun, 18 Oct 2020 11:39:24 +0200 Detlev Offenbach install.py: don't ask to install 'pyqt5-tools' on macOS because it is not available for this platform. file | diff | annotate
Wed, 14 Oct 2020 17:50:39 +0200 Detlev Offenbach Changed code to use context manager 'open()' for file operations. file | diff | annotate
Sun, 11 Oct 2020 17:54:52 +0200 Detlev Offenbach Changed code to not use deprecated 'QRegExp' anymore. file | diff | annotate
Sat, 03 Oct 2020 17:25:26 +0200 Detlev Offenbach QScintilla: pushed required QScintilla version to 2.11.1. file | diff | annotate
Sat, 03 Oct 2020 17:10:01 +0200 Detlev Offenbach install.py: added code section to check for and install optional packages (like pyqt5-tools). file | diff | annotate
Sat, 03 Oct 2020 15:23:58 +0200 Detlev Offenbach install script: changed minimum version for Qt/PyQt to 5.12.0. 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
Wed, 30 Sep 2020 19:31:16 +0200 Detlev Offenbach install.py: made the user messages a bit clearer as to what is really required to be installed. 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, 04 Jul 2020 11:45:34 +0200 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-20.07 file | diff | annotate
Sat, 27 Jun 2020 12:08:12 +0200 Detlev Offenbach Removed some more Python2 related code. file | diff | annotate
Tue, 23 Jun 2020 17:24:18 +0200 Detlev Offenbach Removed some more Python2 related code. file | diff | annotate
Wed, 17 Jun 2020 20:18:54 +0200 Detlev Offenbach Checked the reported security related issue reports generated by the new security checker. file | diff | annotate
Sun, 31 May 2020 17:26:14 +0200 Detlev Offenbach Merged with default branch to prepare new release. maintenance release-20.06 file | diff | annotate
Thu, 07 May 2020 18:59:26 +0200 Detlev Offenbach install: fixed an issue causing a faulty application bundle being created for macOS installations when installing into a Python virtual environment. file | diff | annotate
Sun, 03 May 2020 09:36:15 +0200 Detlev Offenbach install.py: added fault handler for desktop shortcut creation on Windows systems. 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
Fri, 10 Apr 2020 15:03:16 +0200 Detlev Offenbach install.py: fixed an issue caused by renaming the old 'default' icon directory. file | diff | annotate
Sun, 05 Apr 2020 12:06:15 +0200 Detlev Offenbach Merged with default branch to prepare new release. maintenance release-20.04 file | diff | annotate
Wed, 11 Mar 2020 19:25:20 +0100 Detlev Offenbach install.py: refined the pip update process file | diff | annotate
(0) -60 tip

eric ide

mercurial