Sun, 27 Mar 2011 19:04:42 +0200 Detlev Offenbach Added an action to push a new named branch to the Mercurial plug-in. file | diff | annotate
Sun, 27 Mar 2011 17:50:02 +0200 Detlev Offenbach Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan. file | diff | annotate
Sun, 20 Mar 2011 17:10:35 +0100 Detlev Offenbach Added support for access keys and drag & drop to the web browser. file | diff | annotate
Sat, 12 Mar 2011 17:42:26 +0100 Detlev Offenbach Added support for new lexer properties (as of QScintilla 2.5). file | diff | annotate
Thu, 10 Mar 2011 16:22:08 +0100 Detlev Offenbach Added configuration options for visible whitespace (as of QScintilla 2.5). file | diff | annotate
Thu, 10 Mar 2011 14:50:53 +0100 Detlev Offenbach Adjusted code to use the QScintilla contractedFolds() and setContractedFolds() methods (as of QScintilla 2.5). file | diff | annotate
Thu, 10 Mar 2011 10:29:12 +0100 Detlev Offenbach Fixed an issue in the Python debuggers related to the usage of the locals dictionary. 5_1_x file | diff | annotate
Thu, 10 Mar 2011 10:27:57 +0100 Detlev Offenbach Fixed an issue in the Python debuggers related to the usage of the locals dictionary. file | diff | annotate
Fri, 04 Mar 2011 20:03:47 +0100 Detlev Offenbach Changed the configuration dialog to remember the last show page name. file | diff | annotate
Thu, 03 Mar 2011 19:23:07 +0100 Detlev Offenbach Fixed a source docu typo. file | diff | annotate
Sat, 26 Feb 2011 18:14:12 +0100 Detlev Offenbach Added functionality to the VCS status dialogs to make them more general commit dialogs. 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, 20 Feb 2011 18:50:59 +0100 Detlev Offenbach Added menu entry for the icon editor to the tray starter. file | diff | annotate
Sat, 19 Feb 2011 16:08:37 +0100 Detlev Offenbach Fixed a source docu string in the new installer script. 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
Sun, 06 Feb 2011 15:41:44 +0100 Detlev Offenbach Redid the native file dialog code to be future proof. file | diff | annotate
Sat, 29 Jan 2011 16:54:17 +0100 Detlev Offenbach Updated source docu. file | diff | annotate
Tue, 18 Jan 2011 19:33:12 +0100 Detlev Offenbach Fixed an issue of the find/replace in file dialog where a replace would change the eol as well. 5_0_x file | diff | annotate
Tue, 18 Jan 2011 19:32:48 +0100 Detlev Offenbach Fixed an issue of the find/replace in file dialog where a replace would change the eol as well. file | diff | annotate
Mon, 17 Jan 2011 20:15:54 +0100 Detlev Offenbach Continued implementing 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:58:37 +0100 Detlev Offenbach Finished the PEP8 checker job. file | diff | annotate
Sun, 09 Jan 2011 18:29:10 +0100 Detlev Offenbach Updated source docu. file | diff | annotate
Sun, 09 Jan 2011 18:16:46 +0100 Detlev Offenbach Added a checker for PEP 8 compliance. 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
Fri, 07 Jan 2011 12:38:39 +0100 Detlev Offenbach Merged "Save to Project" into "Save" and "Save As...". file | diff | annotate
Fri, 07 Jan 2011 10:02:23 +0100 Detlev Offenbach Added the forgotten "setCurrentWidget" slot to the debug viewer. 5_0_x file | diff | annotate
Fri, 07 Jan 2011 10:01:24 +0100 Detlev Offenbach Added the forgotten "setCurrentWidget" slot to the debug viewer. file | diff | annotate
Thu, 06 Jan 2011 19:47:21 +0100 Detlev Offenbach Fixed an issue in the sidebar widget causing splitter size not being saved when moved. 5_0_x file | diff | annotate
Thu, 06 Jan 2011 19:46:18 +0100 Detlev Offenbach Fixed an issue in the sidebar widget causing splitter size not being saved when moved. 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
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 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
Sun, 19 Dec 2010 19:51:37 +0100 Detlev Offenbach Enhanced the certificate manager of the web browser by code to import/export certificates and to delete system certificates. file | diff | annotate
Sun, 19 Dec 2010 13:20:52 +0100 Detlev Offenbach Fixed the handling of 'javascript' schemes in the web browser and enhanced the download manager a bit. file | diff | annotate
Sun, 12 Dec 2010 17:22:24 +0100 Detlev Offenbach Improved the SSL certificate handling. file | diff | annotate
Wed, 08 Dec 2010 20:07:48 +0100 Detlev Offenbach Added support for additional configurable file filters. file | diff | annotate
Sun, 05 Dec 2010 17:54:47 +0100 Detlev Offenbach Corrected source docu. file | diff | annotate
Fri, 19 Nov 2010 08:52:51 +0100 Detlev Offenbach Finished implementing the annotations support. file | diff | annotate
Thu, 18 Nov 2010 20:53:30 +0100 Detlev Offenbach Finished implementing the display of annotations . file | diff | annotate
Sat, 13 Nov 2010 19:51:38 +0100 Detlev Offenbach Backported the improved the py3flakes checker. 5_0_x 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 20:31:53 +0200 Detlev Offenbach Improved the py3flakes checker. file | diff | annotate
Sat, 16 Oct 2010 20:28:00 +0200 Detlev Offenbach Added a check to the find and replace dialog to make sure, that no external changes were done between the find run and the replace run. file | diff | annotate
Sat, 16 Oct 2010 19:03:05 +0200 Detlev Offenbach Added a context menu to the download manager of the eric web browser. file | diff | annotate
Fri, 15 Oct 2010 09:31:28 +0200 Detlev Offenbach Did some refinesments to the web browser. file | diff | annotate
Sun, 10 Oct 2010 21:12:43 +0200 Detlev Offenbach Added a download manager to the web browser. 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
Fri, 08 Oct 2010 08:42:18 +0200 Detlev Offenbach Added code to check, if a pull --update modified the project structure. 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
Wed, 06 Oct 2010 19:54:56 +0200 Detlev Offenbach Added the SSL info label to the URL bar. 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
Mon, 27 Sep 2010 10:03:41 +0200 Detlev Offenbach Some enhancements to the bookmark handling. 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 15:18:07 +0200 Detlev Offenbach Fixed an issue in the web browser related to webkit and Qt help and fixed an issue introduced by the latest refactoring. file | diff | annotate
Sat, 25 Sep 2010 20:25:16 +0200 Detlev Offenbach Did some refactoring of the web browser code. file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial