log src/changesetitem.cpp @ 671:ce29dc775650 qt5

age author description
Wed, 05 Dec 2018 09:43:26 +0000 Chris Cannam Fix compiler warnings qt5
Thu, 24 Jan 2013 15:05:40 +0000 Chris Cannam Show tag on merge commit (fixing #534)
Mon, 07 Jan 2013 10:57:08 +0000 Chris Cannam Update copyright dates
Fri, 11 May 2012 17:44:33 +0100 Chris Cannam Avoid messing with font size when zooming, let it zoom naturally; don't delete detail item when removing it, just let it wait to be shown again (and do delete it when deleting main item)
Wed, 29 Feb 2012 10:44:34 +0000 Chris Cannam Show matching branch names in search results as well as matching on comment
Mon, 27 Feb 2012 17:14:03 +0000 Chris Cannam Update copyright dates to 2012
Wed, 22 Feb 2012 14:54:30 +0000 Chris Cannam Implement basic search function in both work and history tabs find
Thu, 10 Nov 2011 17:19:06 +0000 Chris Cannam Bookmarks display now... OK
Wed, 09 Nov 2011 13:04:00 +0000 Chris Cannam idiot -- we don't need to query bookmarks separately, we can just add them to the log template
Tue, 08 Nov 2011 16:42:09 +0000 Chris Cannam Bookmarks are now displayed -- but exactly like tags, so far, there's no differentiation yet
Tue, 18 Oct 2011 16:50:05 +0100 Chris Cannam Add "Close branch" menu option. Is currently available in some cases where it should not be, and using it exposes the fact that the chain of marked-closed changesets is not yet right in grapher.
Tue, 18 Oct 2011 11:30:00 +0100 Chris Cannam Refactor: make closed a changeset property (not a changeset item one)
Tue, 18 Oct 2011 11:10:20 +0100 Chris Cannam Show closing commits as simple squares
Mon, 17 Oct 2011 22:08:05 +0100 Chris Cannam Identify closed branches and display them in a lighter shade
Tue, 26 Jul 2011 13:41:56 +0100 Chris Cannam Use contextMenuEvent instead of right-click in mousePressEvent to call up changeset item context menu. Appears to fix #201, though I'm cautious as I don't understand the reason
Fri, 24 Jun 2011 14:34:57 +0100 Chris Cannam Fix changeset detail item alignment