Wed, 24 Apr 2024 10:14:16 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.05 file | diff | annotate
Sat, 06 Apr 2024 12:50:04 +0200 Detlev Offenbach Corrected the uninstallation script for Windows. eric7 file | diff | annotate
Wed, 31 Jan 2024 09:13:13 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.02 file | diff | annotate
Sun, 21 Jan 2024 15:38:51 +0100 Detlev Offenbach MicroPython eric7 file | diff | annotate
Fri, 12 Jan 2024 12:08:29 +0100 Detlev Offenbach Changed some import statements for 'importlib' to 'importlib.util' because sometimes the first doesn't work properly (reason unknown but somewhere in the interpreter). eric7 file | diff | annotate
Mon, 01 Jan 2024 11:10:45 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.01 file | diff | annotate
Sat, 23 Dec 2023 15:48:12 +0100 Detlev Offenbach Updated copyright for 2024. eric7 file | diff | annotate
Mon, 18 Dec 2023 17:45:20 +0100 Detlev Offenbach Converted some source code documentation to the new style. eric7 file | diff | annotate
Sun, 17 Dec 2023 17:15:19 +0100 Detlev Offenbach Modernized some code and converted Debug Client and Debugger source code documentation to the new style. eric7 file | diff | annotate
Tue, 12 Dec 2023 09:35:39 +0100 Detlev Offenbach Changed code using "shutil.rmtree()" more readable by adding "ignore_errors=" where this parameter is non-default. eric7 file | diff | annotate
Sun, 03 Dec 2023 16:44:52 +0100 Detlev Offenbach Fixed some code style issue related to implicitly and explicitly concatenated strings. eric7 file | diff | annotate
Wed, 29 Nov 2023 14:23:36 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-23.12 file | diff | annotate
Thu, 23 Nov 2023 16:23:37 +0100 Detlev Offenbach General eric7 file | diff | annotate
Wed, 22 Nov 2023 17:19:10 +0100 Detlev Offenbach Modernized some code and corrected some code style issues. eric7 file | diff | annotate
Thu, 09 Nov 2023 11:23:48 +0100 Detlev Offenbach Changed the install and uninstall scripts to use 'argparse' instead of 'getopt'. eric7 file | diff | annotate
Tue, 31 Oct 2023 09:22:17 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-23.11 file | diff | annotate
Sun, 29 Oct 2023 15:50:37 +0100 Detlev Offenbach Corrected the recent change to the install and uninstall scripts. eric7 file | diff | annotate
Sat, 28 Oct 2023 13:15:37 +0200 Detlev Offenbach Changed the installation path on macOS to the user specific application path if installation is not done as root (i.e. user installation). eric7 file | diff | annotate
Sun, 02 Jul 2023 17:39:33 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-23.07 file | diff | annotate
Tue, 20 Jun 2023 11:11:35 +0200 Detlev Offenbach Corrected the install and uninstall scripts to cope use the user site-packages if a global install without admin rights is done. eric7 file | diff | annotate
Mon, 29 May 2023 16:18:38 +0200 Detlev Offenbach pip Interface eric7 file | diff | annotate
Wed, 01 Mar 2023 09:05:47 +0100 Detlev Offenbach Merged with branch 'eric7' to prepare a new release. eric7-maintenance release-23.03 file | diff | annotate
Thu, 12 Jan 2023 18:08:12 +0100 Detlev Offenbach Started implementing a PDF viewer tool. pdf_viewer file | diff | annotate
Mon, 02 Jan 2023 11:16:03 +0100 Detlev Offenbach Merged with branch 'eric7' to prepare a new release. eric7-maintenance release-23.01 file | diff | annotate
Sat, 31 Dec 2022 16:23:21 +0100 Detlev Offenbach Updated copyright for 2023. eric7 file | diff | annotate
Wed, 30 Nov 2022 09:19:51 +0100 Detlev Offenbach Merged with branch 'eric7' to prepare a new release. eric7-maintenance file | diff | annotate
Mon, 07 Nov 2022 17:19:58 +0100 Detlev Offenbach Corrected/acknowledged some bad import style and removed some obsolete code. eric7 file | diff | annotate
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
(0) -60 tip

eric ide

mercurial