Sat, 19 Jan 2019 14:31:48 +0100 Detlev Offenbach Web Browser (NG): added support to select a client SSL certificate (as of Qt 5.12). file | diff | annotate
Wed, 16 Jan 2019 19:25:34 +0100 Detlev Offenbach WebBrowserPage: added support for the printRequested signal as of Qt 5.12. file | diff | annotate
Thu, 10 Jan 2019 14:18:48 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Fri, 14 Sep 2018 18:55:53 +0200 Detlev Offenbach WebBrowserPage: added 'print_function' to the future statement to get rid of a (false) syntax error on Python2. file | diff | annotate
Sat, 07 Jul 2018 12:58:50 +0200 Detlev Offenbach Webbrowser: finished upgrading to Qt 5.11. file | diff | annotate
Tue, 03 Jul 2018 19:08:29 +0200 Detlev Offenbach Webbrowser: started upgrading to Qt 5.11. file | diff | annotate
Tue, 24 Apr 2018 19:11:08 +0200 Detlev Offenbach WebBrowserPage: reintroduced the workaround for the loadFinished signale not working in Qt 5.10 and 5.11. file | diff | annotate
Thu, 12 Apr 2018 19:12:36 +0200 Detlev Offenbach Web Browser NG, Safe Browsing: improved error handling file | diff | annotate
Wed, 11 Apr 2018 19:57:23 +0200 Detlev Offenbach Web Browser (NG), Safe Browsing: added support for the Google Safe Browsing Lookup API (v4) file | diff | annotate
Thu, 08 Mar 2018 18:51:35 +0100 Detlev Offenbach WebBrowserPage: Reverted the Qt 5.10.x workaround because the load progress is not reported reliably by Qt. file | diff | annotate
Sun, 04 Mar 2018 14:52:32 +0100 Detlev Offenbach WebBrowser: Fixed some sender() related issues. file | diff | annotate
Tue, 13 Feb 2018 19:59:44 +0100 Detlev Offenbach Fixed a few code style issues. file | diff | annotate
Tue, 13 Feb 2018 19:53:35 +0100 Detlev Offenbach WebBrowserPage: Made it emit a navigationRequestAccepted signal when the request was in the main frame and accepted by the underlying engine. file | diff | annotate
Mon, 12 Feb 2018 19:50:24 +0100 Detlev Offenbach Added support for printing from within a web page. file | diff | annotate
Mon, 12 Feb 2018 19:04:07 +0100 Detlev Offenbach Register QWebChannel on isolated ApplicationWorld file | diff | annotate
Mon, 12 Feb 2018 18:22:39 +0100 Detlev Offenbach Fixed an issue in the new web browser with Qt 5.10.0 file | diff | annotate
Sun, 11 Feb 2018 19:51:10 +0100 Detlev Offenbach Some minor changes in the web browser. file | diff | annotate
Sun, 11 Feb 2018 18:28:09 +0100 Detlev Offenbach Removed WebBrowserPage.setJavaScriptEnabled(). file | diff | annotate
Sat, 10 Feb 2018 17:24:42 +0100 Detlev Offenbach Some improvements of the Web Browser NG. file | diff | annotate
Wed, 07 Feb 2018 18:57:46 +0100 Detlev Offenbach Continued removing the use of QObject.sender(). file | diff | annotate
Thu, 25 Jan 2018 18:50:49 +0100 Detlev Offenbach Implemented some optimizations with respect to Google Safe Browsing and browser startup with Qt Help support. file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Fri, 04 Aug 2017 18:38:45 +0200 Detlev Offenbach Finished coding the safe browsing module of the new web browser. safe_browsing file | diff | annotate
Wed, 05 Jul 2017 19:38:06 +0200 Detlev Offenbach Continued implementing session support for the new web browser. file | diff | annotate
Tue, 04 Jul 2017 19:44:30 +0200 Detlev Offenbach Continued implementing session support for the new web browser. file | diff | annotate
Sat, 01 Jul 2017 19:14:01 +0200 Detlev Offenbach Continued implementing session support for the new web browser. file | diff | annotate
Thu, 29 Jun 2017 19:21:52 +0200 Detlev Offenbach Continued implementing session support for the new web browser. file | diff | annotate
Wed, 28 Jun 2017 20:05:15 +0200 Detlev Offenbach Started to implement session support for the new web browser. file | diff | annotate
Sat, 13 May 2017 16:32:54 +0200 Detlev Offenbach Prepared the code for Qt > 5.9.99. file | diff | annotate
Wed, 26 Apr 2017 19:06:23 +0200 Detlev Offenbach Improved installion of GreaseMonkey user scripts. 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
Mon, 20 Feb 2017 19:27:37 +0100 Detlev Offenbach Re-enabled the print preview function for all platforms and the print for Windows platforms for the new web browser and Qt >= 5.8.0. file | diff | annotate
Sat, 18 Feb 2017 19:59:14 +0100 Detlev Offenbach Started upgrading the new web browser to the Qt 5.8 offerings. file | diff | annotate
Sat, 31 Dec 2016 13:34:21 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Fri, 26 Aug 2016 18:56:54 +0200 Detlev Offenbach Added support for audio per tab to the new web browser. file | diff | annotate
Sat, 02 Jul 2016 14:54:14 +0200 Detlev Offenbach Some little enhancements to the new web browser. file | diff | annotate
Sat, 18 Jun 2016 17:17:05 +0200 Detlev Offenbach Prepared the QWebEingine based web browser for the new runJavaScript() method as of Qt 5.7.0. file | diff | annotate
Sun, 08 May 2016 19:42:41 +0200 Detlev Offenbach Corrected a code style issue. file | diff | annotate
Wed, 04 May 2016 19:12:40 +0200 Detlev Offenbach Some enhancements for the new web browser. file | diff | annotate
Tue, 03 May 2016 19:42:26 +0200 Detlev Offenbach Implemented the JavaScript status bar icon. file | diff | annotate
Sat, 09 Apr 2016 11:05:39 +0200 Detlev Offenbach Mapped the webhit test position to the viewport. file | diff | annotate
Sun, 03 Apr 2016 17:07:25 +0200 Detlev Offenbach Corrected some code style issues. file | diff | annotate
Sun, 03 Apr 2016 16:22:18 +0200 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Sat, 02 Apr 2016 19:44:09 +0200 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Tue, 29 Mar 2016 10:32:22 +0200 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Mon, 28 Mar 2016 17:04:18 +0200 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Sun, 20 Mar 2016 20:13:29 +0100 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Sun, 20 Mar 2016 14:09:05 +0100 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Wed, 16 Mar 2016 19:55:09 +0100 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Sat, 12 Mar 2016 20:05:01 +0100 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Mon, 07 Mar 2016 20:08:06 +0100 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Fri, 04 Mar 2016 19:20:29 +0100 Detlev Offenbach Merged in the default branch. QtWebEngine file | diff | annotate | base
Sun, 28 Feb 2016 20:07:41 +0100 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Sun, 28 Feb 2016 18:49:24 +0100 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Tue, 23 Feb 2016 20:00:40 +0100 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Sat, 20 Feb 2016 17:31:34 +0100 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Sat, 20 Feb 2016 14:34:32 +0100 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Sat, 20 Feb 2016 12:26:28 +0100 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Fri, 19 Feb 2016 19:26:54 +0100 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
(0) -60 tip

eric ide

mercurial