Sun, 16 Aug 2015 15:01:17 +0200 Detlev Offenbach Updated source docu. file | diff | annotate
Fri, 07 Aug 2015 19:40:15 +0200 Detlev Offenbach Finished implementing the HTML5 feature permission manager and associated dialogs. file | diff | annotate
Wed, 05 Aug 2015 19:45:33 +0200 Detlev Offenbach Added the E5AnimatedWidget class and changed FeaturePermissionBar to use it. file | diff | annotate
Tue, 04 Aug 2015 19:13:28 +0200 Detlev Offenbach Fixed some code style issues and regenerated the source docu. file | diff | annotate
Sat, 01 Aug 2015 13:41:33 +0200 Detlev Offenbach Added the '--settings=' command line switch to store the settings files in a non-standard directory. file | diff | annotate
Tue, 28 Jul 2015 19:19:23 +0200 Detlev Offenbach Added our own web inspector window to overcome a Qt weekness. file | diff | annotate
Sun, 26 Jul 2015 11:12:08 +0200 Detlev Offenbach Finished implementing the VirusTotal APIv2 interface. file | diff | annotate
Sat, 25 Jul 2015 20:00:25 +0200 Detlev Offenbach Started implementing the VirusTotal APIv2 interface. file | diff | annotate
Sat, 18 Jul 2015 16:50:24 +0200 Detlev Offenbach Improved parsing of the content disposition header analog to the way it is done in qutebrowser. file | diff | annotate
Sat, 18 Jul 2015 15:14:28 +0200 Detlev Offenbach Added code to limit SSL sockets to ciphers with at least 128 bits for Qt < 5.3.0. file | diff | annotate
Sat, 18 Jul 2015 10:36:53 +0200 Detlev Offenbach Added support for feature permissions to the eric web browser. file | diff | annotate
Sat, 04 Jul 2015 17:31:46 +0200 Detlev Offenbach Changed the Python debugger backends to evaluate statements entered into the shell in the frame selected in the local variables viewer. file | diff | annotate
Fri, 03 Jul 2015 19:07:06 +0200 Detlev Offenbach Added the search markers to the marker map of the editor. file | diff | annotate
Fri, 26 Jun 2015 19:21:16 +0200 Detlev Offenbach Extended the viewmanager interface to allow to open a new editor next to the current one. file | diff | annotate
Thu, 25 Jun 2015 18:42:55 +0200 Detlev Offenbach Added a dialog to configure a mouse click sequence. file | diff | annotate
Wed, 24 Jun 2015 19:52:13 +0200 Detlev Offenbach Moved the code to create a display string for a modifier and mouse button combination to a separate file because it will be needed in other places than just the editor as well. file | diff | annotate
Tue, 23 Jun 2015 19:43:21 +0200 Detlev Offenbach Added a configuration page for mouse click handler support. file | diff | annotate
Tue, 23 Jun 2015 19:10:18 +0200 Detlev Offenbach Completed the mouse click handler support. file | diff | annotate
Sun, 31 May 2015 17:30:12 +0200 Detlev Offenbach Added capability to the editor to ask multiple completion list and call-tip providers. file | diff | annotate
Sat, 30 May 2015 12:38:30 +0200 Detlev Offenbach Added tags to describe the type of parameters (@type, @ptype) and return values (@rtype). file | diff | annotate
Fri, 15 May 2015 19:31:14 +0200 Detlev Offenbach Added a Qt based xmlrpc client. file | diff | annotate
Sat, 09 May 2015 17:07:56 +0200 Detlev Offenbach Added methods to QsciScintillaCompat to find the start and end of an indicator and to go to the previous or next occurrence of an indicator. file | diff | annotate
Fri, 01 May 2015 11:32:13 +0200 Detlev Offenbach Regenerated source docu. 6_0_x file | diff | annotate
Fri, 01 May 2015 11:28:29 +0200 Detlev Offenbach Regenerated source docu. file | diff | annotate
Sun, 26 Apr 2015 14:26:44 +0200 Detlev Offenbach Changed the install script to include the Mercurial revision number when install from the sources. file | diff | annotate
Fri, 24 Apr 2015 18:41:06 +0200 Detlev Offenbach Added a batch mode to the indentation checker to make use of multiple CPUs/CPU-Cores. file | diff | annotate
Thu, 23 Apr 2015 20:05:38 +0200 Detlev Offenbach Fixed an issue in the batch checker cancel function leading to the function not working if the background jobs had finished already. file | diff | annotate
Wed, 22 Apr 2015 19:54:47 +0200 Detlev Offenbach Updated source docu. file | diff | annotate
Sat, 18 Apr 2015 19:14:57 +0200 Detlev Offenbach Regenerated source docu. file | diff | annotate
Thu, 16 Apr 2015 19:58:27 +0200 Detlev Offenbach Added a batch mode to the code style checker to make use of multiple CPUs/CPU-Cores. file | diff | annotate
Sun, 12 Apr 2015 18:00:45 +0200 Detlev Offenbach Changed the handling of the configuration page list entries file | diff | annotate
Sat, 11 Apr 2015 14:03:40 +0200 Detlev Offenbach Added functionality to reorganize the files automatically, when the project type or file type associations are changed. file | diff | annotate
Sat, 11 Apr 2015 14:04:41 +0200 Detlev Offenbach Regenerated source docu. 6_0_x file | diff | annotate
Wed, 25 Mar 2015 20:01:08 +0100 Detlev Offenbach Added capability to show imports of a Python script. file | diff | annotate
Fri, 27 Feb 2015 19:45:53 +0100 Detlev Offenbach Regenerated source docu. 6_0_x file | diff | annotate
Fri, 27 Feb 2015 19:44:08 +0100 Detlev Offenbach Regenerated source docu. file | diff | annotate
Wed, 25 Feb 2015 19:21:32 +0100 Detlev Offenbach Enhanced the status dialog functionality by a diff view. file | diff | annotate
Tue, 24 Feb 2015 18:55:07 +0100 Detlev Offenbach Moved logic to generate a Mercurial diff to a separate module in order to reuse it. file | diff | annotate
Sun, 22 Feb 2015 19:21:55 +0100 Detlev Offenbach Some changes to the various VCS interfaces to use one dialog instead of creating a new one each time. file | diff | annotate
Thu, 19 Feb 2015 19:39:19 +0100 Detlev Offenbach Refined the toolbar menus of the main window. file | diff | annotate
Mon, 16 Feb 2015 19:02:35 +0100 Detlev Offenbach Some more modifications to improve the plug-in toolbar handling. file | diff | annotate
Sun, 15 Feb 2015 17:22:58 +0100 Detlev Offenbach Some small modifications to the plug-in manager. file | diff | annotate
Tue, 10 Feb 2015 19:30:11 +0100 Detlev Offenbach Added diff syntax highlighters to the various VCS interfaces. file | diff | annotate
Mon, 09 Feb 2015 19:57:45 +0100 Detlev Offenbach Changed the diff dialog to use the new diff highlighter logic. file | diff | annotate
Sun, 08 Feb 2015 19:12:05 +0100 Detlev Offenbach Added a generic syntax highlighter for diff outputs. file | diff | annotate
Sun, 08 Feb 2015 16:16:32 +0100 Detlev Offenbach Fixed forgotten references to '.e5m' files and added multi project support to the single application logic. file | diff | annotate
Sun, 08 Feb 2015 13:28:38 +0100 Detlev Offenbach Regenerated the source docu. 6_0_x file | diff | annotate
Sun, 08 Feb 2015 13:24:28 +0100 Detlev Offenbach Regenerated the source docu. file | diff | annotate
Sun, 08 Feb 2015 13:09:00 +0100 Detlev Offenbach Added the capability to show a file's mime type and to add it to the text mime types list to the project others browser and the file browser. file | diff | annotate
Sat, 07 Feb 2015 12:38:32 +0100 Detlev Offenbach Added a configuration page to edit the list of mime types to be opened in an eric editor. file | diff | annotate
Fri, 06 Feb 2015 20:01:41 +0100 Detlev Offenbach Added a configuration page for the log viewer to the configuration dialog. file | diff | annotate
Fri, 06 Feb 2015 18:32:30 +0100 Detlev Offenbach Created a generic widget for editing a list of strings. file | diff | annotate
Tue, 03 Feb 2015 19:39:36 +0100 Detlev Offenbach Updated source docu. 6_0_x file | diff | annotate
Tue, 03 Feb 2015 19:37:19 +0100 Detlev Offenbach Updated source docu. file | diff | annotate
Sun, 01 Feb 2015 18:26:32 +0100 Detlev Offenbach Regenerated source docu. file | diff | annotate
Wed, 28 Jan 2015 19:48:55 +0100 Detlev Offenbach Extended the diff dialogs of the various VCS interfaces to allow a refresh in certain situations. file | diff | annotate
Wed, 28 Jan 2015 19:40:01 +0100 Detlev Offenbach Regenerated source docu. file | diff | annotate
Sun, 18 Jan 2015 17:28:53 +0100 Detlev Offenbach Enhanced the Mercurial log browser functionality by a search mode. file | diff | annotate
Thu, 15 Jan 2015 19:29:38 +0100 Detlev Offenbach Added the capability to search in the output to the Diff dialog. file | diff | annotate
Thu, 01 Jan 2015 18:38:49 +0100 Detlev Offenbach Regenerated source docu. 6_0_x file | diff | annotate
(0) -60 tip

eric ide

mercurial