Sat, 11 Jan 2014 11:55:33 +0100 Detlev Offenbach Changed the code to use QObject.tr() instead of QObject.trUtf8(). file | diff | annotate
Fri, 10 Jan 2014 19:30:21 +0100 Detlev Offenbach Fixed issues showing the correct window title for some dialogs. 5_4_x 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, 13 Dec 2013 23:39:14 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Wed, 27 Nov 2013 19:58:37 +0100 Detlev Offenbach Continued implementing the automatic plug-in update check in the plug-in manager. file | diff | annotate
Tue, 26 Nov 2013 19:20:42 +0100 Detlev Offenbach Started implementing the automatic plug-in update check in the plug-in manager. 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 15:15:50 +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
Tue, 15 Oct 2013 18:29:32 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Mon, 14 Oct 2013 19:30:36 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Mon, 07 Oct 2013 19:10:11 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. file | diff | annotate
Sun, 29 Sep 2013 14:12:38 +0200 Detlev Offenbach Continued 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
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:53:47 +0100 Detlev Offenbach Continued implementing the delayed import. file | diff | annotate
Sat, 19 Jan 2013 16:59:23 +0100 Detlev Offenbach Improved the SSL error handling logic a bit. 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
Mon, 05 Nov 2012 16:55:16 +0100 Detlev Offenbach Changed a few places to use the new notification system. file | diff | annotate
Thu, 04 Oct 2012 19:28:49 +0200 Detlev Offenbach Introduced the E5MainWindow class allowing to set a style for all the main windows. file | diff | annotate
Wed, 03 Oct 2012 15:36:41 +0200 Detlev Offenbach Made the seventh set of Qt5 compatibility changes. file | diff | annotate
Fri, 06 Apr 2012 16:28:54 +0200 Detlev Offenbach Extended the Plugin Repository dialog to allow to change the repository URL manually and to show a message, if the URL has changed. file | diff | annotate
Wed, 25 Jan 2012 19:19:14 +0100 Detlev Offenbach Fixed an issue with updating version info or the plug-in repository info. 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
Sun, 09 Oct 2011 18:49:39 +0200 Detlev Offenbach Added code to download and install plug-ins. file | diff | annotate
Fri, 09 Sep 2011 12:29:45 +0200 Detlev Offenbach Extended debugger to ignore exceptions occuring in lines having a '__IGNORE_EXCEPTION__' line flag set. 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
Sat, 19 Feb 2011 11:58:27 +0100 Detlev Offenbach Change code to make the command window disappear on win platforms. file | diff | annotate
Sat, 01 Jan 2011 19:25:31 +0100 Detlev Offenbach Fixed an issue with Qt installations that don't support SSL. file | diff | annotate
Sat, 01 Jan 2011 19:24:20 +0100 Detlev Offenbach Fixed an issue with Qt installations that don't support SSL and suppressed some py3flakes warnings. 5_0_x 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, 12 Sep 2010 15:02:07 +0200 Detlev Offenbach Migrated the shortcuts handler to shortcuts reader. file | diff | annotate
Fri, 10 Sep 2010 08:54:33 +0200 Detlev Offenbach Implemented the plug-in repository reader. 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:17:02 +0200 Detlev Offenbach Continued replacing QMessageBox methods with own methods. file | diff | annotate
Mon, 30 Aug 2010 20:16:34 +0200 Detlev Offenbach Started replaceing 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 19:55:34 +0200 Detlev Offenbach Continued porting signal/slot usage to the new API. file | diff | annotate
Mon, 09 Aug 2010 15:49:03 +0200 Detlev Offenbach Continued porting signal/slot usage to the new API. file | diff | annotate
Mon, 09 Aug 2010 15:36:47 +0200 Detlev Offenbach Continued porting signal/slot usage to the new API. file | diff | annotate
Wed, 26 May 2010 17:53:53 +0200 Detlev Offenbach Prepared to have individual proxies per scheme. 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
Mon, 18 Jan 2010 18:54:11 +0000 Detlev Offenbach Fixed a porting related bug in PluginRepositoryDialog. file | diff | annotate
Sun, 17 Jan 2010 19:16:21 +0000 Detlev Offenbach Fixed a porting bug related to the usage of zipfile.ZipFile. file | diff | annotate
(0) -60 tip

eric ide

mercurial