Thu, 10 Jan 2019 14:18:48 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Sat, 31 Dec 2016 13:34:21 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Fri, 30 Sep 2016 19:42:02 +0200 Detlev Offenbach Fixed an issue causing the temporary file created while the web browser history is saved to be left in the temporary area. 6_1_x file | diff | annotate
Fri, 01 Jan 2016 12:12:12 +0100 Detlev Offenbach Updated copyright for 2016. 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
Thu, 01 Jan 2015 13:11:59 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Sun, 29 Jun 2014 20:13:56 +0200 Detlev Offenbach Started porting eric5 to PyQt5. 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
Sat, 11 Jan 2014 11:55:33 +0100 Detlev Offenbach Changed the code to use QObject.tr() instead of QObject.trUtf8(). file | diff | annotate
Sun, 05 Jan 2014 23:22:17 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Wed, 01 Jan 2014 14:40:41 +0100 Detlev Offenbach Updated copyright for 2014. 5_3_x file | diff | annotate
Wed, 01 Jan 2014 14:39:32 +0100 Detlev Offenbach Updated copyright for 2014. Py2 comp. file | diff | annotate
Wed, 01 Jan 2014 14:38:45 +0100 Detlev Offenbach Updated copyright for 2014. file | diff | annotate
Sat, 14 Dec 2013 23:44:25 +0100 T.Rzepka # __IGNORE_WARNING__ added/ removed. Py2 comp. file | diff | annotate
Sun, 03 Nov 2013 15:58:22 +0100 T.Rzepka Merge with default branch after fixed indentation issues and lates changes. Py2 comp. file | diff | annotate
Fri, 01 Nov 2013 15:48:48 +0100 T.Rzepka Merge with default branch after fixed indentation issues. Py2 comp. file | diff | annotate
Fri, 18 Oct 2013 23:00:41 +0200 T.Rzepka Merge with default branch after shorten the code lines to max. 79 characters. Py2 comp. file | diff | annotate
Sat, 19 Oct 2013 14:05:26 +0200 Detlev Offenbach Fixed a bunch of indentation issues. file | diff | annotate
Sat, 19 Oct 2013 13:03:39 +0200 Detlev Offenbach Fixed various coding style issues. file | diff | annotate
Mon, 14 Oct 2013 19:30:36 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Thu, 10 Oct 2013 18:35:45 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. file | diff | annotate
Sat, 20 Apr 2013 18:45:45 +0200 T.Rzepka Fixes for the webbrowser. Py2 comp. file | diff | annotate
Mon, 25 Mar 2013 03:11:06 +0100 T.Rzepka Script changes: Future import added, super calls modified and unicode behavior for str. Py2 comp. file | diff | annotate
Sun, 10 Feb 2013 18:31:31 +0100 Detlev Offenbach Continued implementing the delayed import. 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
Sat, 06 Oct 2012 19:36:53 +0200 Detlev Offenbach Change to the web browser to only set an empty password for the URL to be added to the history, if it really has a password. file | diff | annotate
Wed, 03 Oct 2012 16:38:44 +0200 Detlev Offenbach Set the format of the data stream used to save information explicitly to ensure compatibility of the resulting file with Qt 5.0. 5_2_x file | diff | annotate
Wed, 03 Oct 2012 16:38:44 +0200 Detlev Offenbach Set the format of the data stream used to save information explicitly to ensure compatibility of the resulting file with Qt 5.0. file | diff | annotate
Mon, 01 Oct 2012 19:44:40 +0200 Detlev Offenbach Made the fiveth set of Qt5 compatibility changes (some of the previous changes are backed out due to changes in PyQt4). file | diff | annotate
Sun, 06 May 2012 18:10:24 +0200 Detlev Offenbach Extended the "Clear Private Data" dialog of the web browser to clear flash cookies and to select a browsing history period to clear. file | diff | annotate
Sun, 04 Mar 2012 18:20:13 +0100 Detlev Offenbach Added a history sub-menu showing the most visited sites. file | diff | annotate
Sat, 25 Feb 2012 17:54:39 +0100 Detlev Offenbach Added a Speed Dial to the web browser including the capability to select the first ten pages by pressing Meta+1 to Meta+0. file | diff | annotate
Sat, 25 Feb 2012 16:26:01 +0100 Detlev Offenbach Did a few browser related corrections. 5_2_x file | diff | annotate
Fri, 17 Feb 2012 19:39:37 +0100 Detlev Offenbach Added capability to synchronise bookmarks, history, passwords and user agent settings via an FTP server. file | diff | annotate
Wed, 15 Feb 2012 16:05:11 +0100 Detlev Offenbach Added signals to indicate, that the managed data was saved, to some web browser managers. file | diff | annotate
Wed, 15 Feb 2012 14:27:43 +0100 Detlev Offenbach Extended some web browser manager objects to provide a method to get the name of their config file. 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
Mon, 20 Jun 2011 15:11:30 +0200 detlev Fixed an issue introduced by the super() change. 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, 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, 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
Mon, 27 Sep 2010 08:12:52 +0200 Detlev Offenbach Fixed a little issue. 5_0_x file | diff | annotate
Mon, 27 Sep 2010 08:09:27 +0200 Detlev Offenbach Fixed a little issue. file | diff | annotate
Tue, 31 Aug 2010 13:23:27 +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 12:47:35 +0200 Detlev Offenbach Continued porting signal/slot usage to the new API. file | diff | annotate
Mon, 31 May 2010 19:34:31 +0200 Detlev Offenbach Some small tweaks. file | diff | annotate
Sun, 16 May 2010 18:47:30 +0200 Detlev Offenbach Fixed a typo causing a traceback in the history manager. file | diff | annotate
Fri, 02 Apr 2010 17:12:47 +0000 Detlev Offenbach Fixed a few bugs in the web browser. file | diff | annotate
Fri, 08 Jan 2010 14:44:33 +0000 Detlev Offenbach Fixed a few issues of the web browser. 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
Wed, 30 Dec 2009 17:06:30 +0000 Detlev Offenbach Fixed a bug in the web-browser history manager, that caused the history file to grow without limits. file | diff | annotate
Wed, 30 Dec 2009 15:40:33 +0000 Detlev Offenbach Change code dealing with QVariant (and QSettings) to use the PyQt4 QVariant v2 API. file | diff | annotate
(0) tip

eric ide

mercurial