log src/changesetitem.cpp @ 678:c0b46d0514a7 scale

age author description
2018-12-06 Chris Cannam Incomplete scaling updates. Should do this differently scale
2018-12-05 Chris Cannam Fix compiler warnings qt5
2013-01-24 Chris Cannam Show tag on merge commit (fixing #534)
2013-01-07 Chris Cannam Update copyright dates
2012-05-11 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)
2012-02-29 Chris Cannam Show matching branch names in search results as well as matching on comment
2012-02-27 Chris Cannam Update copyright dates to 2012
2012-02-22 Chris Cannam Implement basic search function in both work and history tabs find
2011-11-10 Chris Cannam Bookmarks display now... OK
2011-11-09 Chris Cannam idiot -- we don't need to query bookmarks separately, we can just add them to the log template
2011-11-08 Chris Cannam Bookmarks are now displayed -- but exactly like tags, so far, there's no differentiation yet
2011-10-18 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.
2011-10-18 Chris Cannam Refactor: make closed a changeset property (not a changeset item one)
2011-10-18 Chris Cannam Show closing commits as simple squares
2011-10-17 Chris Cannam Identify closed branches and display them in a lighter shade
2011-07-26 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
2011-06-24 Chris Cannam Fix changeset detail item alignment
2011-05-25 Chris Cannam Better version of ensuring the scene size is properly updated and the detail item made visible
2011-05-25 Chris Cannam Ensure scene rect resizes to accommodate detail items
2011-05-24 Chris Cannam ... that yellow is still a bit much, though item_appearance_adjustments
2011-05-24 Chris Cannam OK, maybe a slightly less vigorous yellow item_appearance_adjustments
2011-05-24 Chris Cannam Show whole of "new" item in yellow, not just border -- and omit yellow border except for current item item_appearance_adjustments
2011-05-24 Chris Cannam Draw star after (above) branch name item_appearance_adjustments
2011-05-24 Chris Cannam Alignment fix: avoid integer division item_appearance_adjustments
2011-05-24 Chris Cannam Add little yellow star to current item item_appearance_adjustments
2011-05-24 Chris Cannam Use a plain small circle for merge commits item_appearance_adjustments
2011-05-24 Chris Cannam Use rounded rectangles throughout item_appearance_adjustments
2011-03-24 Chris Cannam Move source files to src/ base changesetitem.cpp@067ec0c84ff8