Tue, 05 Feb 2019 19:35:13 +0100 Detlev Offenbach E5SideBar: added a fix for the upcoming PyQt 5.12 with Qt 5.12.1. file | diff | annotate
Thu, 10 Jan 2019 14:18:48 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Mon, 12 Mar 2018 19:57:16 +0100 Detlev Offenbach Started to fix some unused loop variable warnings. file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Sat, 13 May 2017 16:32:54 +0200 Detlev Offenbach Prepared the code for Qt > 5.9.99. file | diff | annotate
Sun, 26 Feb 2017 15:54:20 +0100 Detlev Offenbach Fix for a situation where a wrong object is sent to an appFocusChanged signal handler. file | diff | annotate
Sat, 31 Dec 2016 13:34:21 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Sun, 05 Jun 2016 12:53:41 +0200 Detlev Offenbach Changed the focusChanged signal connections. file | diff | annotate
Fri, 01 Jan 2016 12:12:12 +0100 Detlev Offenbach Updated copyright for 2016. file | diff | annotate
Thu, 01 Jan 2015 13:11:59 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Fri, 19 Dec 2014 14:53:51 +0100 Detlev Offenbach Fixed an issue in restoring the side bar state. 5_5_x file | diff | annotate
Fri, 19 Dec 2014 14:53:51 +0100 Detlev Offenbach Fixed an issue in restoring the side bar state. file | diff | annotate
Sat, 13 Sep 2014 16:13:52 +0200 Detlev Offenbach Added more changes to make eric6 usable with PyQt4 as well. file | diff | annotate
Sun, 13 Jul 2014 18:47:07 +0200 Detlev Offenbach Little change to the side bar. 5_5_x file | diff | annotate
Sun, 13 Jul 2014 18:47:07 +0200 Detlev Offenbach Little change to the side bar. file | diff | annotate
Sun, 13 Jul 2014 18:40:52 +0200 Detlev Offenbach Changed some code to get rid of obsolete functions. 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, 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
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
Sun, 06 Oct 2013 19:45:29 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. file | diff | annotate
Sat, 28 Sep 2013 19:06:25 +0200 Detlev Offenbach Started correcting doc strings by using the new doc string checker. file | diff | annotate
Mon, 12 Aug 2013 22:21:53 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Fri, 26 Jul 2013 18:52:45 +0200 Detlev Offenbach Replaced the obsoleted method setMargin() with setContentsMargins(). 5_3_x file | diff | annotate
Fri, 26 Jul 2013 18:51:12 +0200 Detlev Offenbach Replaced the obsoleted method setMargin() with setContentsMargins(). file | diff | annotate
Tue, 28 May 2013 20:52:12 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sat, 27 Apr 2013 13:56:42 +0200 Detlev Offenbach Introduced a configurable delay timer to get smoother sidebars behavior. 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
Wed, 02 Jan 2013 10:31:48 +0100 Detlev Offenbach Updated copyright for 2013. file | diff | annotate
Sat, 06 Oct 2012 19:07:04 +0200 Detlev Offenbach Changed the logic for another occurance of focusChanged. 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, 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
Sat, 19 Nov 2011 15:39:25 +0100 Detlev Offenbach Did the final tweak to the side bar widget. 5_1_x file | diff | annotate
Sat, 19 Nov 2011 15:39:25 +0100 Detlev Offenbach Did the final tweak to the side bar widget. file | diff | annotate
Tue, 15 Nov 2011 19:31:10 +0100 Detlev Offenbach Yet another fix to side bars. 5_1_x file | diff | annotate
Tue, 15 Nov 2011 19:31:10 +0100 Detlev Offenbach Yet another fix to side bars. file | diff | annotate
Sun, 13 Nov 2011 13:59:04 +0100 Detlev Offenbach Fixed another quirk in the side bars. 5_1_x file | diff | annotate
Sun, 13 Nov 2011 13:59:04 +0100 Detlev Offenbach Fixed another quirk in the side bars. file | diff | annotate
Mon, 07 Nov 2011 19:53:17 +0100 Detlev Offenbach Fixed issues (on non-Mac platforms) caused by the latest Mac related changes. 5_1_x file | diff | annotate
Mon, 07 Nov 2011 19:53:17 +0100 Detlev Offenbach Fixed issues (on non-Mac platforms) caused by the latest Mac related changes. file | diff | annotate
Tue, 01 Nov 2011 15:46:11 +0100 Detlev Offenbach Some more sidebar changes. 5_1_x file | diff | annotate
Tue, 01 Nov 2011 15:46:11 +0100 Detlev Offenbach Some more sidebar changes. file | diff | annotate
Tue, 01 Nov 2011 12:23:16 +0100 Detlev Offenbach Annother change to E5SideBar to fix the vanishing issue. 5_1_x file | diff | annotate
Tue, 01 Nov 2011 12:23:16 +0100 Detlev Offenbach Annother change to E5SideBar to fix the vanishing issue. file | diff | annotate
Mon, 24 Oct 2011 19:12:23 +0200 Detlev Offenbach A change to hopefully fix the sidebar vanishing issue. 5_1_x file | diff | annotate
Mon, 24 Oct 2011 19:12:23 +0200 Detlev Offenbach A change to hopefully fix the sidebar vanishing issue. file | diff | annotate
Mon, 17 Oct 2011 19:49:46 +0200 Detlev Offenbach Fixed a few Mac OS X related issues. 5_1_x file | diff | annotate
Mon, 17 Oct 2011 19:36:51 +0200 Detlev Offenbach Fixed a few Mac OS X related issues. 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
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
Thu, 06 Jan 2011 19:47:21 +0100 Detlev Offenbach Fixed an issue in the sidebar widget causing splitter size not being saved when moved. 5_0_x file | diff | annotate
Thu, 06 Jan 2011 19:45:21 +0100 Detlev Offenbach Fixed an issue in the sidebar widget causing splitter size not being saved when moved. file | diff | annotate
Fri, 31 Dec 2010 15:50:33 +0100 Detlev Offenbach Updated copyright notice. 5_0_x file | diff | annotate
(0) -60 tip

eric ide

mercurial