Wed, 15 Jan 2014 18:59:03 +0100 Detlev Offenbach Made the pyflakes messages translatable even when sent by the Python2 checker. file | diff | annotate
Sat, 11 Jan 2014 11:55:33 +0100 Detlev Offenbach Changed the code to use QObject.tr() instead of QObject.trUtf8(). file | diff | annotate
Sun, 05 Jan 2014 23:22:17 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sun, 05 Jan 2014 22:45:29 +0100 T.Rzepka Update pyflakes to 0.7.3 BgService file | diff | annotate
Sun, 05 Jan 2014 15:20:02 +0100 Detlev Offenbach Fixed an issue in the syntax and code style checker dialogs causing markers of open files not to be checked being cleared. file | diff | annotate
Sat, 04 Jan 2014 22:14:38 +0100 T.Rzepka Don't reset markers on files which should not be checked. BgService 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
Tue, 31 Dec 2013 18:03:31 +0100 T.Rzepka First implementation for the BackgroundService. BgService 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 22:56:13 +0100 T.Rzepka Fixed issues in the syntax checker and indentation checker dialogs. Py2 comp. file | diff | annotate
Fri, 13 Dec 2013 23:39:14 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sat, 14 Dec 2013 19:12:26 +0100 Detlev Offenbach Fixed issues in the syntax checker and indentation checker dialogs. 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
Sun, 17 Nov 2013 12:24:45 +0100 Detlev Offenbach Made the progress bar of the syntax and indentation checker dialogs only visible, while it is checking and only if more than 1 file are being checked. file | diff | annotate
Sat, 16 Nov 2013 10:06:28 +0100 T.Rzepka Merge with default branch. 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
Wed, 06 Nov 2013 19:44:42 +0100 Detlev Offenbach Fixed an issue with the syntax check dialog. file | diff | annotate
Wed, 06 Nov 2013 19:43:32 +0100 Detlev Offenbach Fixed issues in the syntax check dialog and the PEP-8 checker dialog. 5_3_x file | diff | annotate
Wed, 06 Nov 2013 19:23:06 +0100 Detlev Offenbach Extended the editor warning messages handling and refactored the names of warning handling methods to reflect their more general use. 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 15:15:50 +0200 Detlev Offenbach Fixed a bunch of indentation issues. file | diff | annotate
Sat, 19 Oct 2013 13:03:39 +0200 Detlev Offenbach Fixed various coding style issues. file | diff | annotate
Tue, 15 Oct 2013 18:29:32 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Thu, 10 Oct 2013 19:03:45 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. file | diff | annotate
Fri, 12 Apr 2013 17:30:32 +0200 T.Rzepka Fix for SyntaxCheckDialog and eflags evaluation. Py2 comp. file | diff | annotate
Mon, 25 Mar 2013 03:11:06 +0100 T.Rzepka Script changes: Future import added, super calls modified and unicode behavior for str. Py2 comp. file | diff | annotate
Sun, 10 Feb 2013 18:53:47 +0100 Detlev Offenbach Continued implementing the delayed import. file | diff | annotate
Wed, 02 Jan 2013 10:33:09 +0100 Detlev Offenbach Updated copyright for 2013. 5_2_x file | diff | annotate
Wed, 02 Jan 2013 10:31:48 +0100 Detlev Offenbach Updated copyright for 2013. file | diff | annotate
Mon, 12 Nov 2012 19:04:11 +0100 Detlev Offenbach Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox. file | diff | annotate
Wed, 07 Nov 2012 17:51:32 +0100 Detlev Offenbach Added capability to the syntax checker dialog to show all errors/warnings in an editor when the file entry is double activated. file | diff | annotate
Sun, 19 Feb 2012 15:26:55 +0100 Detlev Offenbach Fixed a compatibility issue with Qt 4.8. file | diff | annotate
Mon, 26 Dec 2011 19:32:02 +0100 Detlev Offenbach Updated copyright for 2012. 5_1_x file | diff | annotate
Mon, 26 Dec 2011 19:31:22 +0100 Detlev Offenbach Updated copyright for 2012. file | diff | annotate
Fri, 09 Sep 2011 11:54:20 +0200 Detlev Offenbach Made the check for line flags like __IGNORE_WARNING__ more flexible and extensible. file | diff | annotate
Sun, 19 Jun 2011 19:36:27 +0200 Detlev Offenbach Changed the code to use super() to access the superclass. file | diff | annotate
Sun, 05 Jun 2011 18:25:36 +0200 Detlev Offenbach Improved code quality by getting rid of star imports. That way pyflakes can do its job. A few bugs fixed found by flakes. file | diff | annotate
Fri, 11 Mar 2011 16:51:57 +0100 Detlev Offenbach Made code mostly PEP 8 compliant (except all whitespace and line length). file | diff | annotate
Sat, 26 Feb 2011 14:28:21 +0100 Detlev Offenbach Changed syntax check to report error position within the line. file | diff | annotate
Sun, 09 Jan 2011 14:25:16 +0100 Detlev Offenbach Little optimisation in the syntax and indentation checker dialogs. file | diff | annotate
Sat, 08 Jan 2011 20:39:23 +0100 Detlev Offenbach Fixed a few smaller issues and some source code formatting issues. file | diff | annotate
Mon, 03 Jan 2011 17:45:11 +0100 Detlev Offenbach Fixed an issue in the syntax checker dialog (it didn't pick up Python2 files in some situations). file | diff | annotate
Mon, 03 Jan 2011 17:10:45 +0100 Detlev Offenbach Added a pyflakes checker function for Python 2 files and made some additional Python 2 related changes. file | diff | annotate
Sat, 01 Jan 2011 18:04:43 +0100 Detlev Offenbach Added a syntax checker function for Python 2 files. file | diff | annotate
Sat, 01 Jan 2011 14:55:41 +0100 Detlev Offenbach Fixed an issue in the modified syntax checker. file | diff | annotate
Fri, 31 Dec 2010 17:55:36 +0100 Detlev Offenbach Changed the syntac checker dialog and the tabnanny dialog to use the new eflag: marker. file | diff | annotate
Fri, 31 Dec 2010 15:50:33 +0100 Detlev Offenbach Updated copyright notice. 5_0_x file | diff | annotate
Fri, 31 Dec 2010 15:49:50 +0100 Detlev Offenbach Updated copyright notice. file | diff | annotate
Tue, 16 Nov 2010 08:42:14 +0100 Detlev Offenbach Changed syntax check to allow to ignore a syntax warning by ending the source line with "__IGNORE_WARNING__" and modified a few files accordingly. file | diff | annotate
Sat, 16 Oct 2010 18:56:15 +0200 Detlev Offenbach Removed obsolete code. file | diff | annotate
Sun, 05 Sep 2010 18:34:37 +0200 Detlev Offenbach Added filename filters to the syntax checker and tabnanny dialogs. file | diff | annotate
Sat, 04 Sep 2010 19:51:48 +0200 Detlev Offenbach Did some code cleanup. file | diff | annotate
Thu, 12 Aug 2010 14:39:39 +0200 Detlev Offenbach Fixed an issue in the syntax checker dialog. 5_0_x file | diff | annotate
Thu, 12 Aug 2010 16:11:13 +0200 Detlev Offenbach Continued porting signal/slot usage to the new API. file | diff | annotate
Mon, 09 Aug 2010 16:00:54 +0200 Detlev Offenbach Fixed a bug in the syntax checker dialog. 5_0_x file | diff | annotate
(0) -60 tip

eric ide

mercurial