Sun, 20 Feb 2011 19:00:53 +0100 Detlev Offenbach Did the last changes to the Windows related install stuff. file | diff | annotate
Sat, 19 Feb 2011 11:58:27 +0100 Detlev Offenbach Change code to make the command window disappear on win platforms. file | diff | annotate
Mon, 24 Jan 2011 19:41:15 +0100 Detlev Offenbach Removed the .issues directory because issues are tracked in the online issue tracker. file | diff | annotate
Sun, 16 Jan 2011 16:09:21 +0100 Detlev Offenbach Started to implement a fixer for PEP 8 issues. file | diff | annotate
Sat, 15 Jan 2011 19:26:07 +0100 Detlev Offenbach Added a dialog to show some statistics for the last PEP 8 check to the PEP 8 dialog. file | diff | annotate
Wed, 12 Jan 2011 19:56:16 +0100 Detlev Offenbach Added PEP8 checker configuration to project file. file | diff | annotate
Tue, 11 Jan 2011 19:59:37 +0100 Detlev Offenbach Started to add the PEP 8 checker for Python2. file | diff | annotate
Sun, 09 Jan 2011 18:16:46 +0100 Detlev Offenbach Added a checker for PEP 8 compliance. file | diff | annotate
Wed, 05 Jan 2011 15:46:19 +0100 Detlev Offenbach Updated Pygments to version 1.4.0. file | diff | annotate
Tue, 04 Jan 2011 17:37:48 +0100 Detlev Offenbach Added a tabnanny checker function for Python 2 files. 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
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
Sun, 12 Dec 2010 19:44:20 +0100 Detlev Offenbach Started implementing the certificate manager. file | diff | annotate
Sun, 24 Oct 2010 17:34:10 +0200 Detlev Offenbach Added an option to configure the icon of the tray starter application. file | diff | annotate
Wed, 20 Oct 2010 08:39:56 +0200 Detlev Offenbach Updated Pygments to version 1.3.1. file | diff | annotate
Sun, 10 Oct 2010 21:12:43 +0200 Detlev Offenbach Added a download manager to the web browser. file | diff | annotate
Sat, 09 Oct 2010 12:13:41 +0200 Detlev Offenbach Prepared new release. 5_0_x release-5.0.3 file | diff | annotate
Fri, 08 Oct 2010 20:43:11 +0200 Detlev Offenbach Added code to show some bookmark data from the URL bar. file | diff | annotate
Thu, 07 Oct 2010 21:27:08 +0200 Detlev Offenbach Added code to show certificate info for https URLs. file | diff | annotate
Thu, 07 Oct 2010 09:07:22 +0200 Detlev Offenbach Started implementing the SSL info display. file | diff | annotate
Sun, 03 Oct 2010 18:39:11 +0200 Detlev Offenbach Changed the web browser to give it a more modern look. file | diff | annotate
Sun, 26 Sep 2010 20:25:09 +0200 Detlev Offenbach Added a line widget with embeddable buttons. file | diff | annotate
Sun, 26 Sep 2010 15:23:26 +0200 Detlev Offenbach Fixed an issue in the web browser related to webkit and Qt help files and added Englisg translations for proper display of plurals. 5_0_x file | diff | annotate
Sun, 26 Sep 2010 11:18:21 +0200 Detlev Offenbach Added English translation files to properly show plural forms. file | diff | annotate
Sun, 26 Sep 2010 11:17:35 +0200 Detlev Offenbach Added English translation files to properly show plural forms. file | diff | annotate
Sat, 25 Sep 2010 20:25:16 +0200 Detlev Offenbach Did some refactoring of the web browser code. file | diff | annotate
Sun, 19 Sep 2010 14:00:57 +0200 Detlev Offenbach Added tab previews to the web browser. file | diff | annotate
Tue, 14 Sep 2010 18:20:41 +0200 Detlev Offenbach Changed entries for generation of Qt help files. file | diff | annotate
Tue, 14 Sep 2010 18:19:38 +0200 Detlev Offenbach Finished porting XML handling code to use QXmlStreamReader and QXmlStreamWriter. file | diff | annotate
Tue, 14 Sep 2010 18:05:10 +0200 Detlev Offenbach Corrected project file. file | diff | annotate
Tue, 14 Sep 2010 18:04:15 +0200 Detlev Offenbach Merge latest changes. file | diff | annotate
Mon, 13 Sep 2010 19:53:57 +0200 Detlev Offenbach Removed the obsolete XMLWriterBase. 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 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 19:36:57 +0200 Detlev Offenbach Migrated the multi-project handler to multi-project reader. 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 15:02:07 +0200 Detlev Offenbach Migrated the shortcuts handler to shortcuts reader. file | diff | annotate
Sun, 12 Sep 2010 12:06:50 +0200 Detlev Offenbach Migrated the highlighting styles handler to highlighting styles reader. file | diff | annotate
Sat, 11 Sep 2010 19:00:54 +0200 Detlev Offenbach Added code to handle unexpected start tags to the new XML readers. 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 09:04:45 +0200 Detlev Offenbach Removed the obsolete plug-in repository handler. file | diff | annotate
Fri, 10 Sep 2010 08:45:26 +0200 Detlev Offenbach Started implementing the plug-in repository reader. file | diff | annotate
Thu, 09 Sep 2010 08:46:07 +0200 Detlev Offenbach Started implementing the XMLStreamReaderBase class. file | diff | annotate
Mon, 06 Sep 2010 19:47:46 +0200 Detlev Offenbach Started moving the XML handling code to QXmlStreamReader and QXmlStreamWriter. 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
Sun, 05 Sep 2010 17:47:33 +0200 Detlev Offenbach Added a filename filter to the code metrics dialog. file | diff | annotate
Sun, 05 Sep 2010 15:26:43 +0200 Detlev Offenbach Prepared new release. 5_0_x release-5.0.2 file | diff | annotate
Sat, 04 Sep 2010 19:10:16 +0200 Detlev Offenbach Added a wizard for the eric5 message box (E5MessageBox). 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 15:24:28 +0200 Detlev Offenbach Added a source code exporter for the Open Document Text (ODT) format. 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 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
Tue, 27 Jul 2010 19:53:26 +0200 Detlev Offenbach Added new CSS default file. file | diff | annotate
Tue, 27 Jul 2010 08:25:53 +0200 Detlev Offenbach Did some more string format conversions. file | diff | annotate
Mon, 26 Jul 2010 19:59:27 +0200 Detlev Offenbach Added another style for the source docu. file | diff | annotate
Sun, 04 Jul 2010 20:48:26 +0200 Detlev Offenbach Fixed a few bugs. 5_0_x file | diff | annotate
Sun, 04 Jul 2010 20:47:26 +0200 Detlev Offenbach Added capability to select the user agent string for the web browser. file | diff | annotate
Sun, 04 Jul 2010 20:46:52 +0200 Detlev Offenbach Added capability to select the user agent string for the web browser. file | diff | annotate
(0) -60 tip

eric ide

mercurial