Mon, 03 Oct 2011 18:52:38 +0200 |
Detlev Offenbach |
Added source navigation function for Python 2, Python 3 and Ruby sources.
|
file |
diff |
annotate
|
Mon, 03 Oct 2011 16:04:33 +0200 |
Detlev Offenbach |
Removed the MdiArea viemanager plug-in.
5_1_x
|
file |
diff |
annotate
|
Sun, 02 Oct 2011 20:06:38 +0200 |
Detlev Offenbach |
Added a syntax check while typing function.
|
file |
diff |
annotate
|
Sat, 01 Oct 2011 17:14:40 +0200 |
Detlev Offenbach |
Enhancement to the API generator to support the latest eric assistant plug-in.
5_1_x
|
file |
diff |
annotate
|
Fri, 30 Sep 2011 19:08:38 +0200 |
Detlev Offenbach |
Added code to write base class information to be used by the eric assistant plug-in.
|
file |
diff |
annotate
|
Thu, 15 Sep 2011 19:38:39 +0200 |
Detlev Offenbach |
Added a prompt window for the Mercurial command server client.
|
file |
diff |
annotate
|
Tue, 13 Sep 2011 19:41:54 +0200 |
Detlev Offenbach |
Added support for exporting patches.
|
file |
diff |
annotate
|
Fri, 09 Sep 2011 19:15:06 +0200 |
Detlev Offenbach |
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
|
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
|
Wed, 07 Sep 2011 20:04:09 +0200 |
Detlev Offenbach |
Added context menu for attributes to the file browser.
|
file |
diff |
annotate
|
Wed, 07 Sep 2011 18:18:00 +0200 |
Detlev Offenbach |
Extended the module parser to record each line a variable/attribute is assigned to.
|
file |
diff |
annotate
|
Tue, 06 Sep 2011 19:47:39 +0200 |
Detlev Offenbach |
Added an action to the editor context menu and to the tabview and listview view managers to open an associated 'rejections' file (i.e. same file name with '.rej' appended).
|
file |
diff |
annotate
|
Mon, 05 Sep 2011 20:01:12 +0200 |
Detlev Offenbach |
Added context menu actions to select/deselect all commitable items of the various VCS status dialogs.
|
file |
diff |
annotate
|
Sun, 04 Sep 2011 16:06:54 +0200 |
Detlev Offenbach |
Regenerated source docu according to latest standard.
5_1_x
|
file |
diff |
annotate
|
Sun, 04 Sep 2011 15:17:10 +0200 |
Detlev Offenbach |
Added code to the Mercurial plug-in to support multiple revisions where appropriate.
|
file |
diff |
annotate
|
Sat, 03 Sep 2011 16:41:44 +0200 |
Detlev Offenbach |
Made "Show Log" behave like "Show Limited Log" and removed the later.
|
file |
diff |
annotate
|
Wed, 31 Aug 2011 19:36:30 +0200 |
Detlev Offenbach |
Finished the Mercurial command server interface by regenerating the source docu.
|
file |
diff |
annotate
|
Sat, 20 Aug 2011 17:24:33 +0200 |
Detlev Offenbach |
Fixed an issue in the source documentor and regenerated the source docu.
|
file |
diff |
annotate
|
Sat, 20 Aug 2011 16:30:49 +0200 |
Detlev Offenbach |
Updated source docu with new soutce documentor.
|
file |
diff |
annotate
|
Fri, 19 Aug 2011 17:37:32 +0200 |
Detlev Offenbach |
Updated source docu.
|
file |
diff |
annotate
|
Thu, 18 Aug 2011 18:03:22 +0200 |
Detlev Offenbach |
Added code to the cooperation functions to support IPv6.
|
file |
diff |
annotate
|
Tue, 16 Aug 2011 17:07:59 +0200 |
Detlev Offenbach |
Updated source docu.
5_1_x
|
file |
diff |
annotate
|
Tue, 16 Aug 2011 17:02:38 +0200 |
Detlev Offenbach |
Updated source docu.
|
file |
diff |
annotate
|
Tue, 26 Jul 2011 20:02:21 +0200 |
Detlev Offenbach |
Updated source docu.
5_1_x
|
file |
diff |
annotate
|
Tue, 26 Jul 2011 20:00:18 +0200 |
Detlev Offenbach |
Updated source docu.
|
file |
diff |
annotate
|
Sun, 24 Jul 2011 19:22:40 +0200 |
Detlev Offenbach |
Added an action to preview the file in the eric web browser.
|
file |
diff |
annotate
|
Sun, 17 Jul 2011 18:27:48 +0200 |
Detlev Offenbach |
Updated source docu.
|
file |
diff |
annotate
|
Sun, 17 Jul 2011 18:26:48 +0200 |
Detlev Offenbach |
Updated source docu.
5_1_x
|
file |
diff |
annotate
|
Sat, 16 Jul 2011 15:03:09 +0200 |
Detlev Offenbach |
Updated source docu.
|
file |
diff |
annotate
|
Sat, 16 Jul 2011 15:02:06 +0200 |
Detlev Offenbach |
Updated source docu.
5_1_x
|
file |
diff |
annotate
|
Sun, 10 Jul 2011 19:01:08 +0200 |
Detlev Offenbach |
Improved the handling of mouse XButton1 and XButton2 handling in the web browser.
|
file |
diff |
annotate
|
Sun, 10 Jul 2011 16:31:33 +0200 |
Detlev Offenbach |
Added editor actions to go to the last edit location and to the previous or next Python or Ruby class or method definition.
|
file |
diff |
annotate
|
Sun, 03 Jul 2011 18:01:53 +0200 |
Detlev Offenbach |
Extended the unit test interface to support skipped tests, expected failures and unexpected successes and to better cope with Python2 scripts when run from the eric IDE.
|
file |
diff |
annotate
|
Sat, 02 Jul 2011 18:19:03 +0200 |
Detlev Offenbach |
Updated source docu and translations for latest change.
|
file |
diff |
annotate
|
Thu, 30 Jun 2011 08:14:43 +0200 |
Detlev Offenbach |
Updated source docu.
5_1_x
|
file |
diff |
annotate
|
Thu, 30 Jun 2011 08:09:11 +0200 |
Detlev Offenbach |
Updated source docu.
|
file |
diff |
annotate
|
Sun, 19 Jun 2011 15:19:46 +0200 |
Detlev Offenbach |
Added capability to encrypt saved passwords with a master password and rearranged some configuration parameters related to security.
|
file |
diff |
annotate
|
Sat, 04 Jun 2011 11:53:15 +0200 |
Detlev Offenbach |
Added some more search engines to the web browser.
|
file |
diff |
annotate
|
Sat, 04 Jun 2011 11:19:14 +0200 |
Detlev Offenbach |
Fixed a few issues with the web browser.
5_1_x
|
file |
diff |
annotate
|
Tue, 31 May 2011 19:50:35 +0200 |
Detlev Offenbach |
Added a puse button to the web browser download.
|
file |
diff |
annotate
|
Tue, 31 May 2011 16:35:45 +0200 |
Detlev Offenbach |
Added support for the Mercurial rebase extension.
|
file |
diff |
annotate
|
Tue, 31 May 2011 10:31:06 +0200 |
Detlev Offenbach |
Changed the Mercurial extension interface code to use custom base classes instead of inheriting QObject directly.
|
file |
diff |
annotate
|
Tue, 31 May 2011 09:46:03 +0200 |
Detlev Offenbach |
Enhanced the Mercurial log browser dialog.
|
file |
diff |
annotate
|
Mon, 30 May 2011 16:53:13 +0200 |
Detlev Offenbach |
Added support for the Mercurial transplant extension.
|
file |
diff |
annotate
|
Sun, 29 May 2011 15:25:28 +0200 |
Detlev Offenbach |
Added support for the Mercurial gpg extension.
|
file |
diff |
annotate
|
Sat, 28 May 2011 16:20:36 +0200 |
Detlev Offenbach |
Changed the logic of the Mercurials extension menu creation.
|
file |
diff |
annotate
|
Sat, 28 May 2011 15:41:12 +0200 |
Detlev Offenbach |
Added support for the Mercurial purge extension.
|
file |
diff |
annotate
|
Sat, 28 May 2011 13:00:35 +0200 |
Detlev Offenbach |
Change qpush/qpop/qgoto code to be able to detect changes of the project file (in case MQ will report the changed files one day).
|
file |
diff |
annotate
|
Sat, 28 May 2011 11:20:25 +0200 |
Detlev Offenbach |
Added support for the Mercurial fetch extension.
|
file |
diff |
annotate
|
Fri, 27 May 2011 19:10:22 +0200 |
Detlev Offenbach |
Added an entry to the Mercurial menu to edit the user configuration file.
|
file |
diff |
annotate
|
Sun, 22 May 2011 18:00:52 +0200 |
Detlev Offenbach |
Refined the Mercurial patches list dialog.
|
file |
diff |
annotate
|
Sun, 22 May 2011 16:21:32 +0200 |
Detlev Offenbach |
Added an interface to the Mercurial patch queue management.
|
file |
diff |
annotate
|
Sat, 21 May 2011 22:22:17 +0200 |
Detlev Offenbach |
Updated source docu.
|
file |
diff |
annotate
|
Sun, 15 May 2011 19:13:36 +0200 |
Detlev Offenbach |
Updated source code documentation.
|
file |
diff |
annotate
|
Fri, 13 May 2011 20:22:31 +0200 |
Detlev Offenbach |
Added function to test the login data to the Email config page.
|
file |
diff |
annotate
|
Sun, 08 May 2011 15:19:58 +0200 |
Detlev Offenbach |
Finished Mercurial bookmark support.
|
file |
diff |
annotate
|
Sat, 30 Apr 2011 12:48:38 +0200 |
Detlev Offenbach |
Added support for "hg rollback" to the Mercurial interface.
|
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
|
Wed, 27 Apr 2011 12:24:50 +0200 |
Detlev Offenbach |
Enhanced the autocompletion of templates to observe the language of the current file.
|
file |
diff |
annotate
|