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
Sun, 30 Mar 2014 22:00:14 +0200 T.Rzepka Merge with BgService. Py2 comp. file | diff | annotate
Sun, 30 Mar 2014 15:57:50 +0200 Detlev Offenbach Fixed an issue in the Python variant detection code causing none Python files being detected as Python files. file | diff | annotate
Sat, 29 Mar 2014 20:12:47 +0100 Detlev Offenbach Improved the way the Python variant of a source file is detected (thanks to Tobias Rzepka). file | diff | annotate
Thu, 27 Mar 2014 21:27:08 +0100 T.Rzepka Updated behavior of the Python version detection. BgService file | diff | annotate
Wed, 26 Mar 2014 20:03:25 +0100 Detlev Offenbach Started improving JavaScript support. file | diff | annotate
Tue, 25 Mar 2014 19:29:24 +0100 Detlev Offenbach Added a TODO for JavaScript syntax check. file | diff | annotate
Mon, 17 Mar 2014 19:58:45 +0100 Detlev Offenbach Added a context menu entry to reload a file with a given encoding. file | diff | annotate
Wed, 15 Jan 2014 22:55:52 +0100 T.Rzepka CodeStyleChecker moved to background service and done a little cleanup. BgService file | diff | annotate
Wed, 15 Jan 2014 19:05:51 +0100 Detlev Offenbach Extended the Python2 syntax checker to be able to do online syntax checks of the current editor's text. file | diff | annotate
Tue, 14 Jan 2014 19:37:22 +0100 Detlev Offenbach Changed the interface to the Python2 syntax checker to use JSON. file | diff | annotate
Sun, 05 Jan 2014 23:22:17 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sat, 04 Jan 2014 22:12:42 +0100 T.Rzepka Interface to add user-defined services, e.g. in plugins. Auto syntax check working. Little cleanup. BgService file | diff | annotate
Wed, 01 Jan 2014 14:40:41 +0100 Detlev Offenbach Updated copyright for 2014. 5_3_x file | diff | annotate
Wed, 01 Jan 2014 14:39:32 +0100 Detlev Offenbach Updated copyright for 2014. Py2 comp. file | diff | annotate
Wed, 01 Jan 2014 14:38:45 +0100 Detlev Offenbach Updated copyright for 2014. file | diff | annotate
Sun, 15 Dec 2013 11:50:18 +0100 Detlev Offenbach Modified import statements in Utilities.__init__.py to get rid of warnings. Py2 comp. file | diff | annotate
Sat, 14 Dec 2013 23:44:25 +0100 T.Rzepka # __IGNORE_WARNING__ added/ removed. Py2 comp. file | diff | annotate
Sat, 14 Dec 2013 23:05:59 +0100 T.Rzepka Types in docstring added. Py2 comp. file | diff | annotate
Fri, 13 Dec 2013 22:45:47 +0100 T.Rzepka SVN/ PySVN plugins fixed. urllib.quote wrapper for unicode characters added. SBS diff fixed. Py2 comp. file | diff | annotate
Tue, 19 Nov 2013 22:36:36 +0100 T.Rzepka Fix the syntaxcheck if only one file is tested. Fix seldom bug if last line has unicode characters in it. Py2 comp. file | diff | annotate
Tue, 05 Nov 2013 22:23:38 +0100 T.Rzepka Fixed a bunch of indentation issues. Py2 comp. file | diff | annotate
Sun, 03 Nov 2013 15:58:22 +0100 T.Rzepka Merge with default branch after fixed indentation issues and lates changes. Py2 comp. file | diff | annotate
Fri, 01 Nov 2013 15:48:48 +0100 T.Rzepka Merge with default branch after fixed indentation issues. Py2 comp. file | diff | annotate
Fri, 18 Oct 2013 23:00:41 +0200 T.Rzepka Merge with default branch after shorten the code lines to max. 79 characters. Py2 comp. file | diff | annotate
Sat, 19 Oct 2013 17:42:18 +0200 Detlev Offenbach Fixed a bunch of indentation issues. file | diff | annotate
Fri, 18 Oct 2013 18:42:10 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Wed, 09 Oct 2013 18:34:30 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. file | diff | annotate
Sun, 29 Sep 2013 18:22:08 +0200 Detlev Offenbach Continued correcting doc strings by using the new doc string checker. file | diff | annotate
Mon, 08 Jul 2013 22:36:10 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Fri, 05 Jul 2013 19:39:15 +0200 Detlev Offenbach Fixed a few PEP-8 related issues. file | diff | annotate
Sun, 30 Jun 2013 20:03:24 +0200 Detlev Offenbach Fixed a serious typo. 5_3_x file | diff | annotate
Sun, 30 Jun 2013 19:55:48 +0200 Detlev Offenbach Fixed a serious typo. file | diff | annotate
Tue, 25 Jun 2013 18:50:45 +0200 Detlev Offenbach Added PyQt5 support to the project resources and translations viewers and the code creation dialog. file | diff | annotate
Mon, 24 Jun 2013 19:12:10 +0200 Detlev Offenbach Started implementation of support for PyQt5 projects. file | diff | annotate
Fri, 14 Jun 2013 17:43:32 +0200 T.Rzepka Python2 compatible decodeString (used e.g. in menu item Manage SSL Certificates) Py2 comp. file | diff | annotate
Thu, 30 May 2013 15:33:23 +0200 T.Rzepka Modified interpreter selection for PySide detection. Py2 comp. file | diff | annotate
Tue, 28 May 2013 20:52:12 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial