Thu, 21 Mar 2019 19:27:42 +0100 Detlev Offenbach Fixed some code style issues detected by the new 'return' checker. file | diff | annotate
Tue, 19 Mar 2019 19:07:05 +0100 Detlev Offenbach Lexers, LexerPython: changed support for Cython from Pygments to QScintilla based lexer with a sub-style for Cython specific words. file | diff | annotate
Wed, 13 Feb 2019 18:59:31 +0100 Detlev Offenbach Fixed some code style issues detected by the updated style checker (over-indented lines). file | diff | annotate
Thu, 10 Jan 2019 14:18:48 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Wed, 21 Nov 2018 19:26:59 +0100 Detlev Offenbach Utilities: fixed an issue related to a forgotten conversion of str to bytes. file | diff | annotate
Sat, 13 Oct 2018 14:19:18 +0200 Detlev Offenbach Fixed some code style issues. file | diff | annotate
Sat, 13 Oct 2018 14:08:21 +0200 Detlev Offenbach CreateDialogCodeDialog: extended the logic to support projects loading custom widgets from outside the eric or project directories (via a virtual environment). file | diff | annotate
Mon, 10 Sep 2018 18:15:10 +0200 Detlev Offenbach Changed the extension of the generated script files for Windows from '.bat' to '.cmd'. file | diff | annotate
Thu, 23 Aug 2018 18:21:58 +0200 Detlev Offenbach UserInterface, Utilities: amended the version information of Python to include the bitness of the interpreter. file | diff | annotate
Sun, 24 Jun 2018 13:21:52 +0200 Detlev Offenbach Redid the "import sip" statements for PyQt 5.11. file | diff | annotate
Sat, 23 Jun 2018 17:59:11 +0200 Detlev Offenbach Prepared the "import sip" statements for PyQt 5.11. file | diff | annotate
Fri, 15 Jun 2018 18:49:48 +0200 Detlev Offenbach Continued to remove all explicit references to Python interpreters and replace them by references to virtual environments. file | diff | annotate
Wed, 23 May 2018 19:36:11 +0200 Detlev Offenbach Got rid of the Windows "DotNet"-Hack (i.e. using _ instead of . as first character of special directories). file | diff | annotate
Wed, 16 May 2018 19:35:41 +0200 Detlev Offenbach PySide2 support: cintinued implementing support for PySide2. file | diff | annotate
Tue, 15 May 2018 19:39:46 +0200 Detlev Offenbach PySide2 support: started to implement support for PySide2. file | diff | annotate
Mon, 14 May 2018 19:40:29 +0200 Detlev Offenbach Extended the error report to send the desktop environment in use (Linux only). file | diff | annotate
Sat, 14 Apr 2018 15:08:24 +0200 Detlev Offenbach Corrected some code style issues detected by the new pycodestyle version. file | diff | annotate
Sat, 03 Feb 2018 16:15:24 +0100 Detlev Offenbach Finished implementing support for EditorConfig for the IDE editor component and the standalone editor. file | diff | annotate
Thu, 01 Feb 2018 19:26:11 +0100 Detlev Offenbach Started implementing support for EditorConfig. file | diff | annotate
Mon, 22 Jan 2018 15:59:30 +0100 Detlev Offenbach Made the output of the plug-ins info dialog a bit more understandable and refactored related code. file | diff | annotate
Sun, 21 Jan 2018 12:34:07 +0100 Detlev Offenbach Extended the search for a 'coding' statement from the first two lines to the first 5 lines because some scripts include empty lines between the she-bang line and the coding line. file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Fri, 15 Sep 2017 19:41:33 +0200 Detlev Offenbach Extended the search for pyuic[45] to cope with the way openSUSE does it. They name it py[23]uic[45]. file | diff | annotate
Sat, 13 May 2017 16:32:54 +0200 Detlev Offenbach Prepared the code for Qt > 5.9.99. file | diff | annotate
Fri, 05 May 2017 19:06:52 +0200 Detlev Offenbach Fixed a few source docu issues (forgotten signals and exceptions). file | diff | annotate
Wed, 19 Apr 2017 19:02:34 +0200 Detlev Offenbach Fixed an issue in the file browser model caused some error message being shown upon startup in certain situations. file | diff | annotate
Sun, 09 Apr 2017 19:41:35 +0200 Detlev Offenbach Started implementing the capability to configure the path to the PyQt tools or determine it based on the current Python interpreter. file | diff | annotate
Fri, 17 Mar 2017 19:45:49 +0100 Detlev Offenbach Removed a bunch of __IGNORE_WARNING_M131__ markers. file | diff | annotate
Thu, 16 Mar 2017 19:32:33 +0100 Detlev Offenbach Reworked some __IGNORE_WARNING__ comments to be more specific. file | diff | annotate
Sat, 11 Mar 2017 18:08:42 +0100 Detlev Offenbach Continued fixing code style issues detected by the extended style checker. file | diff | annotate
Tue, 07 Mar 2017 18:53:18 +0100 Detlev Offenbach Started to fix code style issues detected by the extended style checker. file | diff | annotate
Tue, 07 Mar 2017 18:46:09 +0100 Detlev Offenbach Added capability to place line flags (e.g. __IGNORE...) on the line following the one to be ignored. file | diff | annotate
Sun, 15 Jan 2017 13:59:11 +0100 Detlev Offenbach Little fix determining the PyQt tools path on Windows, if the tools are installed in parallel to eric. file | diff | annotate
Sat, 31 Dec 2016 13:34:21 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Wed, 21 Dec 2016 13:25:01 +0100 Detlev Offenbach Fix for Utilities.relativePath() not considering the path to make relative to ending in '/' or '\'. file | diff | annotate
Fri, 18 Nov 2016 18:34:34 +0100 Detlev Offenbach Fixed an issue locating the right PyQt5 tools executables on Windows. file | diff | annotate
Wed, 06 Jul 2016 19:27:15 +0200 Detlev Offenbach Added capability to filter ANSI escape sequences out of output strings. This is limited to color sequences at the moment. file | diff | annotate
Sat, 19 Mar 2016 11:27:03 +0100 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Sun, 06 Mar 2016 13:31:05 +0100 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Fri, 01 Jan 2016 12:12:12 +0100 Detlev Offenbach Updated copyright for 2016. file | diff | annotate
Fri, 30 Oct 2015 18:18:48 +0100 Detlev Offenbach Added capability to disable code style checks using an eflags: comment like 'eflags: noqa = M601, M702'. file | diff | annotate
Sun, 23 Aug 2015 11:31:11 +0200 T.Rzepka Handling of unicode chars in user name now handled correctly, + importing of PySide doesn't waste memory any more. file | diff | annotate
Tue, 21 Apr 2015 19:14:43 +0200 Detlev Offenbach Fixed a visual issue in the error report version infos section. 6_0_x file | diff | annotate
Tue, 21 Apr 2015 19:14:43 +0200 Detlev Offenbach Fixed a visual issue in the error report version infos section. file | diff | annotate
Tue, 14 Apr 2015 19:51:10 +0200 Detlev Offenbach Fixed two little issue that could lead to a traceback in the code style checker dialog and Utilities. file | diff | annotate
Thu, 01 Jan 2015 13:11:59 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Mon, 29 Dec 2014 11:52:44 +0100 Detlev Offenbach Fixed an issue in Utilities determining the Python version of a file. file | diff | annotate
Sat, 13 Dec 2014 11:43:31 +0100 Detlev Offenbach Fixed an issue in Utilities.determinePythonVersion() when handling a spource that had been split into lines already. 5_5_x file | diff | annotate
Sat, 13 Dec 2014 11:43:31 +0100 Detlev Offenbach Fixed an issue in Utilities.determinePythonVersion() when handling a spource that had been split into lines already. file | diff | annotate
Sat, 27 Sep 2014 15:59:38 +0200 Detlev Offenbach Changed multi project files to contain relative paths to the contained project files. 5_5_x file | diff | annotate
Sat, 27 Sep 2014 15:59:38 +0200 Detlev Offenbach Changed multi project files to contain relative paths to the contained project files. file | diff | annotate
Sat, 05 Jul 2014 12:13:23 +0200 Detlev Offenbach Finished renaming eric5 for PyQt5 to eric6. file | diff | annotate
Sun, 29 Jun 2014 20:13:56 +0200 Detlev Offenbach Started porting eric5 to PyQt5. file | diff | annotate
Wed, 04 Jun 2014 16:51:04 +0200 Detlev Offenbach Added code to prevent possible segfaults when closing down. file | diff | annotate
Fri, 30 May 2014 15:16:40 +0200 Detlev Offenbach Fixed a few source code style issues found by the updated pe8 checker. file | diff | annotate
Sun, 18 May 2014 14:13:09 +0200 Detlev Offenbach Corrected a bunch of source docu issues. file | diff | annotate
Mon, 21 Apr 2014 19:20:27 +0200 T.Rzepka Reintegrated the js syntax checker and therefore improved the background service a little. Py2 comp. file | diff | annotate
Tue, 15 Apr 2014 22:41:08 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Thu, 03 Apr 2014 23:05:31 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Mon, 31 Mar 2014 19:13:22 +0200 Detlev Offenbach Fixed another issue determining the Python variant of a file causing a traceback when a new, empty editor is opened. file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial