Wed, 13 Feb 2013 19:25:21 +0100 |
Detlev Offenbach |
Removed the QtHelp dependancy; support is only available, if the QtHelp module could be imported.
|
file |
diff |
annotate
|
Sun, 10 Feb 2013 18:31:31 +0100 |
Detlev Offenbach |
Continued implementing the delayed import.
|
file |
diff |
annotate
|
Wed, 16 Jan 2013 19:43:50 +0100 |
Detlev Offenbach |
Centralized the SSL error handling in E5SslErrorHandler.
|
file |
diff |
annotate
|
Wed, 02 Jan 2013 10:33:09 +0100 |
Detlev Offenbach |
Updated copyright for 2013.
5_2_x
|
file |
diff |
annotate
|
Wed, 02 Jan 2013 10:31:48 +0100 |
Detlev Offenbach |
Updated copyright for 2013.
|
file |
diff |
annotate
|
Wed, 03 Oct 2012 15:36:41 +0200 |
Detlev Offenbach |
Made the seventh set of Qt5 compatibility changes.
|
file |
diff |
annotate
|
Sun, 30 Sep 2012 17:23:16 +0200 |
Detlev Offenbach |
Made the third set of Qt5 compatibility changes.
|
file |
diff |
annotate
|
Sun, 30 Sep 2012 17:04:23 +0200 |
Detlev Offenbach |
Made the second set of Qt5 compatibility changes.
|
file |
diff |
annotate
|
Sat, 29 Sep 2012 11:09:02 +0200 |
Detlev Offenbach |
Added code to work around a security vulnerability discovered in SSL (as recommended by Digia).
5_2_x
|
file |
diff |
annotate
|
Sat, 29 Sep 2012 11:09:02 +0200 |
Detlev Offenbach |
Added code to work around a security vulnerability discovered in SSL (as recommended by Digia).
|
file |
diff |
annotate
|
Mon, 24 Sep 2012 20:23:18 +0200 |
Detlev Offenbach |
Added a handler for file: schemes to allow directory listings.
|
file |
diff |
annotate
|
Sat, 22 Sep 2012 19:40:50 +0200 |
Detlev Offenbach |
Fixed a bug in the network access manager introduced during the FTP job.
|
file |
diff |
annotate
|
Wed, 19 Sep 2012 20:19:49 +0200 |
Detlev Offenbach |
Changed the FtpReply to support proxy access and to not show user and password in the URL.
|
file |
diff |
annotate
|
Sat, 04 Aug 2012 13:30:04 +0200 |
Detlev Offenbach |
Rewrote huge part of AdBlock to speed up and added support for dependent AdBlock subscriptions.
|
file |
diff |
annotate
|
Sun, 22 Jul 2012 15:32:52 +0200 |
Detlev Offenbach |
Added support for GreaseMonkey scripts.
|
file |
diff |
annotate
|
Sun, 24 Jun 2012 18:08:36 +0200 |
Detlev Offenbach |
Fixed an issue with failed logins for certain files by implementing a referer whitelist. All hosts in this list will get a referer header.
|
file |
diff |
annotate
|
Sat, 25 Feb 2012 19:27:57 +0100 |
Detlev Offenbach |
Renamed PyrcAccessHandler to EricAccessHandler.
|
file |
diff |
annotate
|
Thu, 23 Feb 2012 20:03:58 +0100 |
Detlev Offenbach |
Reworked some stuff in the web browser to use Qt resources.
|
file |
diff |
annotate
|
Thu, 23 Feb 2012 16:06:26 +0100 |
Detlev Offenbach |
Added capability to suppress Referer Headers (configurable via eric4 Web Browser configuration page).
|
file |
diff |
annotate
|
Mon, 26 Dec 2011 19:32:02 +0100 |
Detlev Offenbach |
Updated copyright for 2012.
5_1_x
|
file |
diff |
annotate
|
Mon, 26 Dec 2011 19:31:22 +0100 |
Detlev Offenbach |
Updated copyright for 2012.
|
file |
diff |
annotate
|
Tue, 18 Oct 2011 18:57:12 +0200 |
Detlev Offenbach |
Fixed a security issue using QLabel for showing SSL certificate infos.
5_1_x
|
file |
diff |
annotate
|
Sun, 16 Oct 2011 13:35:19 +0200 |
Detlev Offenbach |
The last security fix has been redone to better comply with the old behavior but improving security.
|
file |
diff |
annotate
|
Wed, 12 Oct 2011 19:39:30 +0200 |
Detlev Offenbach |
Fixed a security issue using QLabel for showing SSL certificate infos without setting the label's text format to Qt.PlainText.
|
file |
diff |
annotate
|
Tue, 13 Sep 2011 18:39:41 +0200 |
Detlev Offenbach |
Added the "Do Not Track" feature.
|
file |
diff |
annotate
|
Thu, 18 Aug 2011 12:36:53 +0200 |
Detlev Offenbach |
Added code to support any SSL protocol.
5_1_x
|
file |
diff |
annotate
|
Thu, 18 Aug 2011 12:36:53 +0200 |
Detlev Offenbach |
Added code to support any SSL protocol.
|
file |
diff |
annotate
|
Sun, 19 Jun 2011 19:36:27 +0200 |
Detlev Offenbach |
Changed the code to use super() to access the superclass.
|
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
|
Sun, 05 Jun 2011 18:25:36 +0200 |
Detlev Offenbach |
Improved code quality by getting rid of star imports. That way pyflakes can do its job. A few bugs fixed found by flakes.
|
file |
diff |
annotate
|
Fri, 11 Mar 2011 16:51:57 +0100 |
Detlev Offenbach |
Made code mostly PEP 8 compliant (except all whitespace and line length).
|
file |
diff |
annotate
|
Fri, 07 Jan 2011 15:52:50 +0100 |
Detlev Offenbach |
Fixed a few PEP 8 related issues.
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 15:50:33 +0100 |
Detlev Offenbach |
Updated copyright notice.
5_0_x
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 15:49:50 +0100 |
Detlev Offenbach |
Updated copyright notice.
|
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
|
Tue, 14 Dec 2010 11:35:28 +0100 |
Detlev Offenbach |
Continued implementing the certificate manager.
|
file |
diff |
annotate
|
Sun, 12 Dec 2010 17:22:55 +0100 |
Detlev Offenbach |
Fixed an issue handling SSL errors.
5_0_x
|
file |
diff |
annotate
|
Sun, 12 Dec 2010 17:22:24 +0100 |
Detlev Offenbach |
Improved the SSL certificate handling.
|
file |
diff |
annotate
|
Mon, 15 Nov 2010 19:55:25 +0100 |
Detlev Offenbach |
Change the SSL error handling of the network access handler.
5_0_x
|
file |
diff |
annotate
|
Mon, 15 Nov 2010 19:54:38 +0100 |
Detlev Offenbach |
Change the SSL error handling of the network access handler.
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 11:26:37 +0200 |
Detlev Offenbach |
Fixed a forgotten parenting of network replies in the network access manager.
5_0_x
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 11:25:46 +0200 |
Detlev Offenbach |
Fixed a forgotten parenting of network replies in the network access manager.
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 15:26:36 +0200 |
Detlev Offenbach |
Fixed a few issues on Windows systems.
|
file |
diff |
annotate
|
Sat, 18 Sep 2010 15:58:16 +0200 |
Detlev Offenbach |
Added configuration options for the web browser cache policy.
|
file |
diff |
annotate
|
Fri, 03 Sep 2010 20:04:49 +0200 |
Detlev Offenbach |
Continued replacing QMessageBox methods with own methods.
|
file |
diff |
annotate
|
Tue, 31 Aug 2010 16:38:06 +0200 |
Detlev Offenbach |
Continued replacing QMessageBox methods with own methods.
|
file |
diff |
annotate
|
Tue, 31 Aug 2010 13:23:27 +0200 |
Detlev Offenbach |
Continued replacing QMessageBox methods with own methods.
|
file |
diff |
annotate
|
Tue, 31 Aug 2010 12:36:10 +0200 |
Detlev Offenbach |
Continued replacing QMessageBox methods with own methods.
|
file |
diff |
annotate
|
Thu, 12 Aug 2010 16:43:33 +0200 |
Detlev Offenbach |
Finished porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Wed, 11 Aug 2010 14:54:13 +0200 |
Detlev Offenbach |
Continued porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Sun, 04 Jul 2010 17:52:29 +0200 |
Detlev Offenbach |
Extended the Ad-Blocker of the web browser and added capability to configure the text encoding of the web browser (needs Qt >= 4.6).
|
file |
diff |
annotate
|
Wed, 26 May 2010 17:53:53 +0200 |
Detlev Offenbach |
Prepared to have individual proxies per scheme.
|
file |
diff |
annotate
|
Tue, 25 May 2010 12:53:50 +0200 |
Detlev Offenbach |
Fixed an issue in NetworkAccessManager.
5_0_x
|
file |
diff |
annotate
|
Tue, 25 May 2010 12:50:13 +0200 |
Detlev Offenbach |
Fixed an issue in NetworkAccessManager.
|
file |
diff |
annotate
|
Mon, 24 May 2010 18:38:54 +0200 |
Detlev Offenbach |
Added a handler for ftp: URLs to the web browser.
|
file |
diff |
annotate
|
Sat, 22 May 2010 20:01:58 +0200 |
Detlev Offenbach |
Added code to enhance the proxy configuration and removed the usage of QHttp.
|
file |
diff |
annotate
|
Wed, 10 Mar 2010 18:16:31 +0000 |
Detlev Offenbach |
Fixed a porting bug in NetworkAccessManager.
|
file |
diff |
annotate
|
Sun, 31 Jan 2010 17:11:22 +0000 |
Detlev Offenbach |
Started to clean up the code supported by py3flakes.
|
file |
diff |
annotate
|
Sat, 02 Jan 2010 15:35:20 +0000 |
Detlev Offenbach |
Changed copyright for 2010.
|
file |
diff |
annotate
|
Sat, 02 Jan 2010 15:11:35 +0000 |
Detlev Offenbach |
First commit after changing to Python 3.1.
|
file |
diff |
annotate
|