Sat, 20 Nov 2021 16:58:16 +0100 Detlev Offenbach Updated the setup and install script for the updated coverage package. eric7 file | diff | annotate
Sat, 30 Oct 2021 10:51:40 +0200 Detlev Offenbach Corrected the setup.py file. maintenance release-21.11 file | diff | annotate
Mon, 25 Oct 2021 18:30:10 +0200 Detlev Offenbach Adjusted the install script and the setup.py script. eric7 file | diff | annotate
Thu, 14 Oct 2021 17:46:41 +0200 Detlev Offenbach Lifted the version requirements for PyQt5. file | diff | annotate
Sun, 03 Oct 2021 13:04:53 +0200 Detlev Offenbach Improved installation procedure to also create application icons on ChromeOS. file | diff | annotate
Sun, 03 Oct 2021 13:06:20 +0200 Detlev Offenbach Improved installation procedure to also create application icons on ChromeOS. eric7 file | diff | annotate
Sat, 25 Sep 2021 16:02:59 +0200 Detlev Offenbach Activated some code related to Qt 6.2.0. eric7 file | diff | annotate
Fri, 17 Sep 2021 19:04:07 +0200 Detlev Offenbach Virtual Environments eric7 file | diff | annotate
Sat, 11 Sep 2021 19:47:02 +0200 Detlev Offenbach Jedi: integrated the Assistant Jedi plugin as a fixed part of eric. eric7 file | diff | annotate
Sat, 10 Jul 2021 12:31:31 +0200 Detlev Offenbach Changed quite a few PyQt5 references to PyQt6. 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
Wed, 23 Jun 2021 18:55:54 +0200 Detlev Offenbach Streamline the install script a little bit. eric7 file | diff | annotate
Sat, 22 May 2021 20:25:21 +0200 Detlev Offenbach Removed some commented code. eric7 file | diff | annotate
Fri, 21 May 2021 17:45:47 +0200 Detlev Offenbach Prepared the setup.py file. 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
Tue, 04 May 2021 19:30:25 +0200 Detlev Offenbach Made Mercurial an optional installation requirement. file | diff | annotate
Sat, 01 May 2021 15:08:38 +0200 Detlev Offenbach setup.py: raised the minimum Python version to 3.6. file | diff | annotate
Wed, 21 Apr 2021 17:56:12 +0200 Detlev Offenbach Third Party packages 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
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
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
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
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
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:40:02 +0200 Detlev Offenbach setup.py: extended classifiers by an entry for Python 3.9. 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
Mon, 12 Oct 2020 19:28:42 +0200 Detlev Offenbach Performed some more code cleanup. file | diff | annotate
Sun, 11 Oct 2020 17:54:52 +0200 Detlev Offenbach Changed code to not use deprecated 'QRegExp' anymore. file | diff | annotate
Thu, 01 Oct 2020 17:46:14 +0200 Detlev Offenbach Fixed some code style issues and one coding issue. file | diff | annotate
Thu, 24 Sep 2020 19:47:55 +0200 Detlev Offenbach setup.py: extended data file extensions to include all data files the source depends on (prepare to get rid of resources). file | diff | annotate
Sat, 01 Aug 2020 11:16:56 +0200 Detlev Offenbach setup.py corrected the setup.py file to remove Python 2.7 and add Python 3.8 as supported versions. file | diff | annotate
Fri, 03 Jul 2020 17:37:11 +0200 Detlev Offenbach setup.py: changed the order of packages in 'install_requires'. Hopefully this install pip and wheel before PyQt5. 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
Sat, 02 May 2020 14:04:18 +0200 Detlev Offenbach setup.py: corrected the links to the source code repository and the issues tracker. file | diff | annotate
Tue, 14 Apr 2020 18:51:04 +0200 Detlev Offenbach setup.py: updated the dependecies. file | diff | annotate
Fri, 10 Apr 2020 11:28:08 +0200 Detlev Offenbach setup.py: changed the icons setup. file | diff | annotate
Mon, 09 Mar 2020 20:21:38 +0100 Detlev Offenbach setup.py: fixed a typo file | diff | annotate
Sun, 02 Feb 2020 11:12:49 +0100 Detlev Offenbach Added a TODO marker for adding some more .desktop files some time later. 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
Sat, 07 Sep 2019 13:07:35 +0200 Detlev Offenbach setup.py: removed the obsolete ".style" entry for package data. 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, 20 Apr 2019 19:01:54 +0200 Detlev Offenbach setup.py: continued implementing support for setup.py and tested against test.pypi.org. setup.py file | diff | annotate
Wed, 17 Apr 2019 19:44:50 +0200 Detlev Offenbach setup.py: continued implementing support for setup.py. setup.py file | diff | annotate
Tue, 16 Apr 2019 19:43:53 +0200 Detlev Offenbach setup.py: continued implementing support for setup.py. setup.py file | diff | annotate
Mon, 15 Apr 2019 19:53:29 +0200 Detlev Offenbach setup.py: continued implementing support for setup.py. setup.py file | diff | annotate
Sun, 14 Apr 2019 19:29:24 +0200 Detlev Offenbach setup.py: started implementing support for setup.py. setup.py file | diff | annotate
(0) tip

eric ide

mercurial