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
Sun, 29 May 2011 18:04:36 +0200 Detlev Offenbach Changed code to close torn off submenus of the Mercurial project menu. file | diff | annotate
Sun, 29 May 2011 15:25:28 +0200 Detlev Offenbach Added support for the Mercurial gpg extension. file | diff | annotate
Fri, 20 May 2011 19:07:46 +0200 Detlev Offenbach Fixed an issue adding files to a new project. 5_1_x file | diff | annotate
Fri, 20 May 2011 19:07:30 +0200 Detlev Offenbach Fixed an issue adding files to a new project. file | diff | annotate
Fri, 29 Apr 2011 18:35:48 +0200 Detlev Offenbach Fixed an inconvenience in the project and project translations viewer. 5_1_x file | diff | annotate
Fri, 29 Apr 2011 18:34:40 +0200 Detlev Offenbach Fixed an inconvenience in the project and project translations viewer. 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
Sun, 06 Feb 2011 15:41:44 +0100 Detlev Offenbach Redid the native file dialog code to be future proof. file | diff | annotate
Sat, 05 Feb 2011 16:32:34 +0100 Detlev Offenbach Added the option to not use the native file dialog to prevent crashes on Linux. file | diff | annotate
Mon, 24 Jan 2011 19:38:45 +0100 Detlev Offenbach Fixed an issue that two signals might be disconnected without having been connected first. file | diff | annotate
Sun, 09 Jan 2011 16:15:38 +0100 Detlev Offenbach Fixed an issue in Project.py calculating the right regexp for the project path. file | diff | annotate
Sun, 09 Jan 2011 16:26:22 +0100 Detlev Offenbach Fixed an issue in Project.py calculating the right regexp for the project path. 5_0_x file | diff | annotate
Thu, 06 Jan 2011 19:06:51 +0100 Detlev Offenbach Made the toolbars of the initial layout more minimalistic. 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
Fri, 31 Dec 2010 15:19:02 +0100 Detlev Offenbach Added a feature where flags can be given at the end of a source file. The only flag supported is 'FileType' to overwrite the filetype detection mechanism. file | diff | annotate
Mon, 20 Dec 2010 19:39:15 +0100 Detlev Offenbach Added code to emit a signal when a file is removed from the project. file | diff | annotate
Sun, 03 Oct 2010 11:29:27 +0200 Detlev Offenbach Added code to create an empty main script file, if one was given. file | diff | annotate
Sun, 03 Oct 2010 11:30:02 +0200 Detlev Offenbach Added code to create an empty main script file, if one was given. 5_0_x file | diff | annotate
Tue, 14 Sep 2010 18:04:15 +0200 Detlev Offenbach Merge latest changes. file | diff | annotate
Mon, 13 Sep 2010 19:52:30 +0200 Detlev Offenbach Migrated the project writer to a stream writer. file | diff | annotate
Tue, 14 Sep 2010 09:37:12 +0200 Detlev Offenbach Migrated the project handler to project reader and removed XML handling source no longer needed. file | diff | annotate
Mon, 13 Sep 2010 16:14:10 +0200 Detlev Offenbach Removed capability to write compressed project (and related) files. file | diff | annotate
Mon, 13 Sep 2010 15:59:43 +0200 Detlev Offenbach Migrated project debugger properties handler to project debugger properties reader/writer. file | diff | annotate
Mon, 13 Sep 2010 09:06:38 +0200 Detlev Offenbach Migrated user project properties handler to user project properties reader/writer. file | diff | annotate
Sun, 12 Sep 2010 18:37:31 +0200 Detlev Offenbach Migrated the session handler to session reader. file | diff | annotate
Sun, 12 Sep 2010 13:56:03 +0200 Detlev Offenbach Added forgotten close() statements. file | diff | annotate
Sat, 11 Sep 2010 17:33:02 +0200 Detlev Offenbach Migrated the tasks handler to tasks reader. file | diff | annotate
Fri, 10 Sep 2010 12:41:55 +0200 Detlev Offenbach Migrated the tasks writer. file | diff | annotate
Sun, 05 Sep 2010 17:47:33 +0200 Detlev Offenbach Added a filename filter to the code metrics dialog. file | diff | annotate
Sat, 04 Sep 2010 19:51:48 +0200 Detlev Offenbach Did some code cleanup. file | diff | annotate
Fri, 03 Sep 2010 20:04:49 +0200 Detlev Offenbach Continued replacing QMessageBox methods with own methods. file | diff | annotate
Fri, 03 Sep 2010 13:39:08 +0200 Detlev Offenbach Continued replacing QMessageBox. file | diff | annotate
Thu, 02 Sep 2010 16:36:23 +0200 Detlev Offenbach Continued replacing QMessageBox. file | diff | annotate
Tue, 31 Aug 2010 16:38:06 +0200 Detlev Offenbach Continued replacing QMessageBox methods with own methods. file | diff | annotate
Tue, 31 Aug 2010 13:23:27 +0200 Detlev Offenbach Continued replacing QMessageBox methods with own methods. file | diff | annotate
Tue, 31 Aug 2010 12:36:10 +0200 Detlev Offenbach Continued replacing QMessageBox methods with own methods. file | diff | annotate
Tue, 31 Aug 2010 12:17:02 +0200 Detlev Offenbach Continued replacing QMessageBox methods with own methods. file | diff | annotate
Mon, 30 Aug 2010 20:16:34 +0200 Detlev Offenbach Started replaceing QMessageBox methods with own methods. file | diff | annotate
Mon, 30 Aug 2010 19:03:34 +0200 Detlev Offenbach Streamlined the use of QMessageBox. file | diff | annotate
Sun, 29 Aug 2010 16:30:27 +0200 Detlev Offenbach Fixed a bug in Project.py. file | diff | annotate
Sun, 29 Aug 2010 20:19:29 +0200 Detlev Offenbach Fixed a few bugs. 5_0_x file | diff | annotate
Sun, 29 Aug 2010 16:15:41 +0200 Detlev Offenbach Added code to cope with Linux distributor's usage of KDE wrapper dialogs for the Qt file dialogs. file | diff | annotate
Sun, 29 Aug 2010 15:18:57 +0200 Detlev Offenbach Fixed an issue related to the usage of new style signal/slot. file | diff | annotate
Sun, 29 Aug 2010 16:16:48 +0200 Detlev Offenbach Added code to cope with Linux distributor's usage of KDE wrapper dialogs for the Qt file dialogs. 5_0_x file | diff | annotate
Thu, 12 Aug 2010 16:43:33 +0200 Detlev Offenbach Finished porting signal/slot usage to the new API. 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
Tue, 10 Aug 2010 19:40:44 +0200 Detlev Offenbach Continued porting signal/slot usage to the new API. file | diff | annotate
Mon, 09 Aug 2010 19:57:09 +0200 Detlev Offenbach Continued porting signal/slot usage to the new API. file | diff | annotate
Fri, 06 Aug 2010 14:41:22 +0200 Detlev Offenbach Continued porting signal/slot usage to the new API. file | diff | annotate
Wed, 04 Aug 2010 20:33:53 +0200 Detlev Offenbach Continued porting signal/slot usage to the new API. file | diff | annotate
Wed, 04 Aug 2010 08:54:52 +0200 Detlev Offenbach Started porting signal/slot usage to the new API. file | diff | annotate
Thu, 29 Jul 2010 08:50:45 +0200 Detlev Offenbach Did some more string format conversions. file | diff | annotate
Sun, 25 Jul 2010 10:22:05 +0200 Detlev Offenbach Fixed an issue in Project.py causing the main script name being overwritten whenn adding files to a new project. 5_0_x file | diff | annotate
Sun, 25 Jul 2010 10:21:34 +0200 Detlev Offenbach Fixed an issue in Project.py causing the main script name being overwritten whenn adding files to a new project. file | diff | annotate
Sat, 24 Jul 2010 18:31:18 +0200 Detlev Offenbach Fixed an issue preventing the creation of plug-in archives. 5_0_x file | diff | annotate
Sat, 24 Jul 2010 18:30:40 +0200 Detlev Offenbach Fixed an issue preventing the creation of plug-in archives. file | diff | annotate
Sat, 24 Jul 2010 18:10:28 +0200 Detlev Offenbach Updated the version string of the core plug-ins. file | diff | annotate
Mon, 28 Jun 2010 19:02:47 +0200 Detlev Offenbach Fixed an issue dealing with project relative paths. file | diff | annotate
(0) -60 tip

eric ide

mercurial