2009
qct (1.7-1) unstable; urgency=low
* New Upstream Version
+ 1.7 Added 'reverse by status' sort, and bug fixes for svn and hg
+ 1.6 fixes a number of bugs
* Adapt for new python-support (Closes: #517305)
* debian/patches:
+ remove deb_specific__fix_syntax_for_python2.4.patch [applied upstream]
-- Vincent Danjean <vdanjean@debian.org> Mon, 06 Apr 2009 15:11:32 +0200
2008
qct (1.5-1) unstable; urgency=low
* New Upstream Version
+ improved support for merge commits (Mercurial only)
* Use collab-maint and git for packaging
+ remove uupdate from watch file
+ add VCS-* headers
+ add Homepage
* depends on git-core instead of git (Closes: #470616)
Thanks Sven Marnach
* correct typo in text (Closes: #472388)
Thanks Trent W. Buck
* Fix download site in copyright file
* Dump Standard-Version to 3.7.3 (no change needed)
* Fix lintian warnings
-- Vincent Danjean <vdanjean@debian.org> Wed, 02 Apr 2008 00:35:36 +0200
2007
qct (1.4-1) unstable; urgency=low
* New upstream releases
New in 0.3:
+ 'Ok' and 'Cancel' buttons removed. 'Commit Selected' button added.
+ 'Revert Selected' Feature
+ Ctrl-O shortcut for commit, Esc shortcut for abort
+ Optimizations to work-flow to allow multiple small commits in series
+ The mercurial extension now spawns the GUI without using os.system()
+ A stub back-end for GIT was added, as a proof of concept
New in 0.4:
+ Added syntax highlighting to diffBrowser window (thanks to hgct)
+ Layout improvements, new CTRL-N shortcut to cycle through diffs
+ Add an automated distribution Makefile rule
+ Added a back-end for bazaar, including a plugin
+ Keep selected list persistent through refresh events
* Fix python syntax to work with python2.4
-- Vincent Danjean <vdanjean@debian.org> Fri, 02 Nov 2007 22:14:12 +0100
qct (1.2-1) unstable; urgency=low
* New upstream release available (Closes: #446002)
-- Vincent Danjean <vdanjean@debian.org> Wed, 10 Oct 2007 12:47:44 +0200
qct (1.0-2) unstable; urgency=low
* update watch file * bazaar in depends should be bzr (Closes: #434375) thanks to Adeodato Simó for noticing * try to workaround #427829 by adding a comment in the conffile (if you have better ideas...)
-- Vincent Danjean <vdanjean@debian.org> Wed, 25 Jul 2007 13:20:53 +0200
qct (1.0-1) unstable; urgency=low
* New upstream release * Update watch file to reflect new upstream location
-- Vincent Danjean <vdanjean@debian.org> Tue, 10 Apr 2007 00:26:46 +0200
qct (0.9-2) unstable; urgency=low
* Remove an unused debug file from diff.gz
-- Vincent Danjean <vdanjean@debian.org> Tue, 6 Feb 2007 08:16:21 +0100
qct (0.9-1) unstable; urgency=low
* New upstream release
+ Support for Subversion repositories
+ Support for Cogito (git) repositories
+ Support for Monotone repositories
+ Support for CVS repositories
+ Support -I/-X options in the Mercurial extension
+ Add sign-off message to preferences dialog
+ Sort file list by [filename | extension | status]
+ File filtering (simple string matching)
+ Added --version and --help command line arguments
-- Vincent Danjean <vdanjean@debian.org> Fri, 2 Feb 2007 07:43:19 +0100
qct (0.8-2) unstable; urgency=low
* force pyqt4 files to be regenerated at build time * backport from tip so that qct works with pyqt4.0
-- Vincent Danjean <vdanjean@debian.org> Fri, 19 Jan 2007 08:21:18 +0100
qct (0.8-1) unstable; urgency=low
* New upstream release
New in 0.8:
+ Change selection/cherry-picking (uses external two-way merge)
+ Context menus:
+ -- add ignore masks for unknown files
+ -- select copy sources for unknown and ignored files
+ -- delete unknown and ignored files
+ -- find rename/move targets for missing files
+ -- revert, visual diff, external editor for all
+ revisioned commitable files
+ Preferences dialog for specifying external tools
+ Progress bar for the repository scan
+ Simple repository auto-detection for standalone qct
+ Revert button removed, replaced with a Cancel button
+ Support for automatic sign-off messages in Hg back-end
-- Vincent Danjean <vdanjean@debian.org> Fri, 19 Jan 2007 06:11:03 +0100
qct (0.7-1) unstable; urgency=low
* New upstream release
New in 0.7:
+ Support for Mercurial Queues
+ Cache scheme for hg back-end
+ Make most recent commit log messages available for re-use
+ Enable multi-selection in the file-list
+ Improved support for symbolic links in Mercurial back-end
+ Added a man-page
+ Worked around a Qt problem (multiple press events from one click)
+ Worked around more Windows path problems
+ setup.py will build UI file iff it does not exist
-- Vincent Danjean <vdanjean@debian.org> Sun, 7 Jan 2007 19:09:00 +0100
2006
qct (0.6-1) unstable; urgency=low
* New upstream release
+ Windows self-extracting binary package
+ Moved qct logic unto qctlib/ package, for cleaner installation
+ Added check boxes to file list to indicate selected state
+ Removed userName edit field
+ Added movable splitter between file list and diff browser
+ Keep window geometry (and splitter) persistent in
~/.config/vcs/qct.conf
+ Added CTRL-U shortcut to unselect all files
+ Added CTRL-[] shortcuts to page the diff browser up and down
+ Added '(Un)Select All' push button
+ Hard-coded Sans Serif font for diff browser
+ Revert from QDialog to QWidget, for WM reasons
+ Added support for log message templates $(repo-root)/.commit.message
+ OSX tuned optional UI layout (see INSTALL)
-- Vincent Danjean <vdanjean@debian.org> Tue, 26 Dec 2006 11:00:34 +0100
qct (0.5-1) unstable; urgency=low
* Initial release (Closes: #403053)
-- Vincent Danjean <vdanjean@debian.org> Fri, 22 Dec 2006 06:26:18 +0100