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, 08 May 2021 19:47:48 +0200 Detlev Offenbach Replaced some obsoleted methods of QPrinter. 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
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
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
Tue, 13 Apr 2021 19:59:17 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y108: use ternary operator) (batch 3). file | diff | annotate
Mon, 12 Apr 2021 19:21:40 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y114: use logical or for multiple if). file | diff | annotate
Sun, 11 Apr 2021 18:45:10 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y102: use single if) (batch 1). file | diff | annotate
Sat, 10 Apr 2021 18:38:27 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (super(Foo, self) => super()). file | diff | annotate
Sun, 28 Mar 2021 15:00:11 +0200 Detlev Offenbach Merged with default branch to prepare a new release. maintenance file | diff | annotate
Mon, 22 Mar 2021 19:31:18 +0100 Detlev Offenbach Fixed some code style issues. file | diff | annotate
Wed, 17 Mar 2021 19:54:32 +0100 Detlev Offenbach Editor file | diff | annotate
Sat, 13 Mar 2021 15:55:35 +0100 Detlev Offenbach LexerPygments: fixed the settings handling of the Pygments based lexer. file | diff | annotate
Thu, 04 Mar 2021 17:44:41 +0100 Detlev Offenbach Changed code to use QSignalMapper.mappedInt signal if that is available. file | diff | annotate
Tue, 02 Mar 2021 17:17:09 +0100 Detlev Offenbach Changed the use of PyQt enums because the way they were used previously is deprecated since two years and replaced some deprecated Qt stuff. 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
Tue, 12 Jan 2021 17:19:02 +0100 Detlev Offenbach Editor, Mini Editor 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
Sat, 19 Dec 2020 15:22:26 +0100 Detlev Offenbach Corrected the use of '@keyparam' in the source documentation. file | diff | annotate
Sun, 06 Dec 2020 18:37:08 +0100 Detlev Offenbach Editor, MiniEditor: added code to enclose the current selection by entering " or ' characters. multi_processing 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, 31 Oct 2020 12:19:44 +0100 Detlev Offenbach MiniEditor: changed exec_() to exec(). multi_processing 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, 10 Oct 2020 12:20:51 +0200 Detlev Offenbach Optimized the use of Waiting Cursors by using a specialized context manager class. file | diff | annotate
Tue, 06 Oct 2020 19:10:28 +0200 Detlev Offenbach Mini Editor file | diff | annotate
Tue, 06 Oct 2020 17:52:44 +0200 Detlev Offenbach Changed calls to exec_() into exec() (remainder of Python2 elimination). file | diff | annotate
Mon, 05 Oct 2020 19:51:55 +0200 Detlev Offenbach Mini Editor file | diff | annotate
Sun, 04 Oct 2020 15:25:17 +0200 Detlev Offenbach Configuration Dialog: optimized the display of the various configuration pages. 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
Thu, 01 Oct 2020 17:34:48 +0200 Detlev Offenbach Editor, MiniEditor: fixed an issue dealing with Pygments lexers. file | diff | annotate
Fri, 04 Sep 2020 18:50:43 +0200 Detlev Offenbach Continued implementing the editor outline widget. file | diff | annotate
Sun, 21 Jun 2020 18:26:12 +0200 Detlev Offenbach Removed support for Python2 and removed support for Qt4 (PyQt4 and pyside). 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, 12 Apr 2020 19:07:49 +0200 Detlev Offenbach Removed the '.png' extension from all call to get an icon or a pixmap from the PixmapCache because this is not needed anymore. file | diff | annotate
Wed, 04 Mar 2020 19:23:33 +0100 Detlev Offenbach MiniEditor: fixed a crash in __convertTabs(). file | diff | annotate
Wed, 01 Jan 2020 11:57:23 +0100 Detlev Offenbach Updated copyright for 2020. file | diff | annotate
Sat, 28 Sep 2019 19:00:43 +0200 Detlev Offenbach MiniEditor: removed an obsolete try: except: clause. file | diff | annotate
Sat, 28 Sep 2019 18:44:48 +0200 Detlev Offenbach Editor: added configuration option to set the tab and indentation width for each languages separately (as an override to the global ones). file | diff | annotate
Wed, 25 Sep 2019 18:37:35 +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
Thu, 29 Aug 2019 19:00:33 +0200 Detlev Offenbach MicroPython: added more MicroPython type related handling. 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