Thu, 10 Jan 2019 14:18:48 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Sat, 15 Dec 2018 16:21:38 +0100 Detlev Offenbach Web Browser (QtWebKit): applied the changes of the new Web Brwoser to the QtWebKit based variant. file | diff | annotate
Wed, 12 Dec 2018 19:52:24 +0100 Detlev Offenbach Web Browser: changed the web browser logic inside eric to use a remote controlled web browser process. file | diff | annotate
Fri, 18 May 2018 19:41:02 +0200 Detlev Offenbach Updated source docu. file | diff | annotate
Fri, 18 May 2018 18:31:14 +0200 Detlev Offenbach HelpWindow.py: fixed an issue caused by using a private member instead of a public one. file | diff | annotate
Sun, 13 May 2018 12:57:00 +0200 Detlev Offenbach URL handling: redirected the URL handling for 'http' and 'https' URLs to the main user interface and the man web browser interface (for standalone web browsers). file | diff | annotate
Wed, 07 Feb 2018 20:14:09 +0100 Detlev Offenbach Continued removing the use of QObject.sender(). file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Sat, 27 May 2017 18:51:22 +0200 Detlev Offenbach Changed the text encoding menus of the old web browser to not show the alias names for the text codecs. file | diff | annotate
Fri, 05 May 2017 19:06:52 +0200 Detlev Offenbach Fixed a few source docu issues (forgotten signals and exceptions). file | diff | annotate
Fri, 17 Mar 2017 19:45:49 +0100 Detlev Offenbach Removed a bunch of __IGNORE_WARNING_M131__ markers. file | diff | annotate
Tue, 07 Mar 2017 18:53:18 +0100 Detlev Offenbach Started to fix code style issues detected by the extended style checker. file | diff | annotate
Sat, 31 Dec 2016 13:34:21 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Sun, 20 Nov 2016 17:42:59 +0100 Detlev Offenbach Fixed an issue in the web browsers. file | diff | annotate
Tue, 11 Oct 2016 18:51:15 +0200 Detlev Offenbach Fixed a little issue in the latest change. file | diff | annotate
Mon, 10 Oct 2016 19:23:38 +0200 Detlev Offenbach Corrected a bug using a class variable, harmonized the code and moved the QtHelp stuff to a separate directory so the files can be used from both variants. file | diff | annotate
Mon, 03 Oct 2016 20:18:21 +0200 Detlev Offenbach Fixed bug in the old web browser. 6_1_x file | diff | annotate
Mon, 03 Oct 2016 20:18:21 +0200 Detlev Offenbach Fixed bug in the old web browser. file | diff | annotate
Wed, 24 Aug 2016 20:00:29 +0200 Detlev Offenbach Added an action to clear the private data of the IDE. file | diff | annotate
Sun, 05 Jun 2016 12:55:36 +0200 Detlev Offenbach Changed the focusChanged signal connections. 6_1_x file | diff | annotate
Sun, 05 Jun 2016 12:53:41 +0200 Detlev Offenbach Changed the focusChanged signal connections. file | diff | annotate
Sun, 03 Apr 2016 16:22:18 +0200 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Thu, 03 Mar 2016 19:32:11 +0100 Detlev Offenbach Made the web browser 'Print to Pdf' available on Linux only. 6_1_x file | diff | annotate
Thu, 03 Mar 2016 19:30:50 +0100 Detlev Offenbach Made the web browser 'Print to Pdf' available on Linux only. file | diff | annotate
Sun, 28 Feb 2016 15:42:45 +0100 Detlev Offenbach Removed the obsolete 'previewer()' method from HelpWindow. file | diff | annotate
Fri, 19 Feb 2016 18:08:11 +0100 Detlev Offenbach Fixed a serious issue in the help viewer. 6_1_x file | diff | annotate
Sun, 07 Feb 2016 15:18:17 +0100 Detlev Offenbach Fixed a forgotten close() call in the web browser window. 6_1_x file | diff | annotate
Sun, 07 Feb 2016 15:18:17 +0100 Detlev Offenbach Fixed a forgotten close() call in the web browser window. file | diff | annotate
Sun, 31 Jan 2016 16:38:01 +0100 Detlev Offenbach Fixed a little issue in the web browser main window. 6_1_x file | diff | annotate
Sun, 31 Jan 2016 16:38:01 +0100 Detlev Offenbach Fixed a little issue in the web browser main window. file | diff | annotate
Fri, 01 Jan 2016 12:13:13 +0100 Detlev Offenbach Updated copyright for 2016. 6_1_x file | diff | annotate
Fri, 01 Jan 2016 12:12:12 +0100 Detlev Offenbach Updated copyright for 2016. file | diff | annotate
Tue, 29 Dec 2015 15:13:23 +0100 Detlev Offenbach Added a status bar icon to show the online status. file | diff | annotate
Wed, 23 Dec 2015 19:08:09 +0100 Detlev Offenbach Corrected a source code formatting issue. file | diff | annotate
Sun, 06 Dec 2015 19:09:32 +0100 Detlev Offenbach Added capability to remember the zoom values for each site (incl. a dialog to manage these). file | diff | annotate
Wed, 02 Sep 2015 18:56:01 +0200 Detlev Offenbach Corrected some source style issues, removed the (disabled) VirusTotal code and regenerated the source docu. 6_0_x file | diff | annotate
Wed, 12 Aug 2015 20:13:45 +0200 Detlev Offenbach Continued adding code for a Flash cookie manager. file | diff | annotate
Sun, 09 Aug 2015 17:18:21 +0200 Detlev Offenbach Started adding code for a Flash cookie manager. file | diff | annotate
Thu, 06 Aug 2015 19:01:39 +0200 Detlev Offenbach Started to implement the HTML5 feature permission manager and associated dialogs. 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:14:27 +0200 Detlev Offenbach Fixed some code style issues. 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, 25 Jul 2015 13:10:09 +0200 Detlev Offenbach Corrected some code style issues. file | diff | annotate
Sat, 25 Jul 2015 13:02:39 +0200 Detlev Offenbach Changed code to make eric compatible to PyQt 5.5 (QByteArry issue). file | diff | annotate
Sat, 25 Jul 2015 12:58:42 +0200 Detlev Offenbach Changed code to make eric compatible to PyQt 5.5 (QByteArry issue). 6_0_x file | diff | annotate
Fri, 24 Jul 2015 18:44:45 +0200 Detlev Offenbach Deactivated the VirusTotal function because of v2 of the API (should be back in eric 6.1). 6_0_x file | diff | annotate
Wed, 22 Jul 2015 19:45:39 +0200 Detlev Offenbach Change code to make eric compatible to PyQt 5.5 (QByteArry issue). file | diff | annotate
Sun, 19 Jul 2015 17:03:41 +0200 Detlev Offenbach Clear the list of recently closed tabs together with the history. file | diff | annotate
Sun, 19 Jul 2015 17:02:09 +0200 Detlev Offenbach Clear the list of recently closed tabs together with the history. 6_0_x 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
Thu, 01 Jan 2015 13:11:59 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Sat, 05 Jul 2014 12:13:23 +0200 Detlev Offenbach Finished renaming eric5 for PyQt5 to eric6. file | diff | annotate
Sun, 29 Jun 2014 20:13:56 +0200 Detlev Offenbach Started porting eric5 to PyQt5. file | diff | annotate
Sun, 18 May 2014 14:13:09 +0200 Detlev Offenbach Corrected a bunch of source docu issues. file | diff | annotate
Thu, 03 Apr 2014 23:05:31 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sat, 08 Mar 2014 20:09:41 +0100 Detlev Offenbach Changed signal/slot usage to not use constructs like 'triggered[()].connect(...)' anymore. file | diff | annotate
Fri, 31 Jan 2014 11:00:24 +0100 Detlev Offenbach Added an empty destructor to the HelpWindow class to get rid of some Qt message. 5_4_x file | diff | annotate
Fri, 31 Jan 2014 11:00:24 +0100 Detlev Offenbach Added an empty destructor to the HelpWindow class to get rid of some Qt message. file | diff | annotate
Sun, 12 Jan 2014 18:31:15 +0100 Detlev Offenbach Removed all code setting the Qt.WA_DeleteOnClose widget attribute. file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial