Mon, 31 Oct 2022 13:52:10 +0100 Detlev Offenbach Fixed an issue importing the eric7config module. eric7-maintenance file | diff | annotate
Mon, 31 Oct 2022 13:52:10 +0100 Detlev Offenbach Fixed an issue importing the eric7config module. eric7 file | diff | annotate
Sat, 29 Oct 2022 15:24:59 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance file | diff | annotate
Sun, 02 Oct 2022 14:46:21 +0200 Detlev Offenbach Adjusted the Linux specific meta files to the eric7_ide change. eric7 file | diff | annotate
Sun, 02 Oct 2022 14:18:49 +0200 Detlev Offenbach Fixed some issues installing eric7 on Windows platforms. eric7 file | diff | annotate
Sat, 01 Oct 2022 13:06:10 +0200 Detlev Offenbach Merged with branch 'eric7' to prepare a new release. eric7-maintenance release-22.10 file | diff | annotate
Tue, 27 Sep 2022 14:59:32 +0200 Detlev Offenbach Changed the handling of 'installed API files' a little bit. eric7 file | diff | annotate
Thu, 15 Sep 2022 11:00:36 +0200 Detlev Offenbach Fixed some code style issues detected by the new checks. eric7 file | diff | annotate
Sun, 24 Jul 2022 11:29:56 +0200 Detlev Offenbach Merged with branch 'eric7' to prepare a new release. eric7-maintenance release-22.08 file | diff | annotate
Wed, 13 Jul 2022 14:55:47 +0200 Detlev Offenbach Reformatted the source code using the 'Black' utility. eric7 file | diff | annotate
Fri, 01 Jul 2022 11:02:32 +0200 Detlev Offenbach Merged with branch "eric7" to prepare a new release. eric7-maintenance file | diff | annotate
Wed, 01 Jun 2022 13:48:49 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-22.06 file | diff | annotate
Tue, 31 May 2022 10:49:02 +0200 Detlev Offenbach Corrected some code style issues and a glitch in the package license dialog filter function. eric7 file | diff | annotate
Mon, 16 May 2022 19:46:51 +0200 Detlev Offenbach Performed some refactoring to avoid possible name clashes on case-insensitive systems. unittest file | diff | annotate
Thu, 30 Dec 2021 11:17:58 +0100 Detlev Offenbach Updated copyright for 2022. eric7 file | diff | annotate
Sat, 11 Dec 2021 16:47:26 +0100 Detlev Offenbach Ignore unknown configuration keys during cleanup of install.py and uninstall.py. eric7 file | diff | annotate
Sat, 11 Dec 2021 16:04:36 +0100 Detlev Offenbach Finished implementing a manager for color themes. eric7 file | diff | annotate
Fri, 17 Sep 2021 19:04:07 +0200 Detlev Offenbach Virtual Environments 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
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
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
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, 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:05 +0100 Detlev Offenbach Updated copyright for 2021. 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
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
Wed, 01 Jan 2020 11:57:23 +0100 Detlev Offenbach Updated copyright for 2020. file | diff | annotate
Sat, 21 Sep 2019 22:03:03 +0200 Detlev Offenbach Continued to resolve code style issue M841. file | diff | annotate
Tue, 10 Sep 2019 19:30:07 +0200 Detlev Offenbach Removed obsolete "from __future__ import ..." statements. file | diff | annotate
Sat, 07 Sep 2019 16:10:29 +0200 Detlev Offenbach Merged with the 'without_py2_and_pyqt4' branch to make it the default. file | diff | annotate
Thu, 05 Sep 2019 18:47:56 +0200 Detlev Offenbach install/uninstall: implemented code to cope with the situation that the names contained in the eric6config.py file were generated with a non-utf8 encoding. without_py2_and_pyqt4 file | diff | annotate
Thu, 05 Sep 2019 18:47:56 +0200 Detlev Offenbach install/uninstall: implemented code to cope with the situation that the names contained in the eric6config.py file were generated with a non-utf8 encoding. file | diff | annotate
Mon, 02 Sep 2019 18:52:31 +0200 Detlev Offenbach install, uninstall scripts: re-added the removal of the obsolete eric6_webbrowser stuff. 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
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
(0) tip

eric ide

mercurial