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
|
Tue, 18 Mar 2014 18:55:25 +0100 |
Detlev Offenbach |
Added support for Mercurial queues summary.
|
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, 01 Mar 2014 16:23:51 +0100 |
Detlev Offenbach |
Added a TODO in the Mercurial queues project helper.
|
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, 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
|
Tue, 15 Oct 2013 18:54:53 +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
|
Sat, 12 Oct 2013 15:01:28 +0200 |
Detlev Offenbach |
Continued to shorten the code lines to max. 79 characters.
|
file |
diff |
annotate
|
Sun, 29 Sep 2013 15:08:57 +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
|
Mon, 22 Jul 2013 20:08:29 +0200 |
Detlev Offenbach |
Started to implement support for Mercurial queue repositories.
|
file |
diff |
annotate
|
Mon, 08 Jul 2013 22:36:10 +0200 |
T.Rzepka |
Merge with default branch.
Py2 comp.
|
file |
diff |
annotate
|
Sun, 30 Jun 2013 19:55:48 +0200 |
Detlev Offenbach |
Fixed a serious typo.
|
file |
diff |
annotate
|
Tue, 28 May 2013 20:52:12 +0200 |
T.Rzepka |
Merge with default branch.
Py2 comp.
|
file |
diff |
annotate
|
Sun, 28 Apr 2013 11:06:40 +0200 |
Detlev Offenbach |
Fixed PEP-8 related issues.
5_3_x
|
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
|
Mon, 26 Dec 2011 19:31:22 +0100 |
Detlev Offenbach |
Updated copyright for 2012.
|
file |
diff |
annotate
|
Tue, 31 May 2011 10:31:06 +0200 |
Detlev Offenbach |
Changed the Mercurial extension interface code to use custom base classes instead of inheriting QObject directly.
|
file |
diff |
annotate
|
Sat, 28 May 2011 16:20:36 +0200 |
Detlev Offenbach |
Changed the logic of the Mercurials extension menu creation.
|
file |
diff |
annotate
|
Sat, 28 May 2011 16:00:45 +0200 |
Detlev Offenbach |
Made a few of the Mercurial menus tearable.
|
file |
diff |
annotate
|
Sat, 28 May 2011 13:00:35 +0200 |
Detlev Offenbach |
Change qpush/qpop/qgoto code to be able to detect changes of the project file (in case MQ will report the changed files one day).
|
file |
diff |
annotate
|
Sat, 28 May 2011 11:20:25 +0200 |
Detlev Offenbach |
Added support for the Mercurial fetch extension.
|
file |
diff |
annotate
|
Wed, 25 May 2011 19:51:32 +0200 |
Detlev Offenbach |
Fixed PEP-8 related issues.
|
file |
diff |
annotate
|
Sun, 22 May 2011 16:21:32 +0200 |
Detlev Offenbach |
Added an interface to the Mercurial patch queue management.
|
file |
diff |
annotate
|
Sat, 21 May 2011 22:21:14 +0200 |
Detlev Offenbach |
Continued with support for Mercurial queues extension.
|
file |
diff |
annotate
|
Sat, 21 May 2011 16:17:31 +0200 |
Detlev Offenbach |
Continued with support for Mercurial queues extension.
|
file |
diff |
annotate
|
Sun, 15 May 2011 19:12:14 +0200 |
Detlev Offenbach |
Updated translations.
|
file |
diff |
annotate
|
Sun, 15 May 2011 18:07:16 +0200 |
Detlev Offenbach |
Continued with support for Mercurial queues extension.
|
file |
diff |
annotate
|
Sat, 14 May 2011 20:00:13 +0200 |
Detlev Offenbach |
Started with support for Mercurial queues extension.
|
file |
diff |
annotate
|