log changesetitem.cpp @ 359:550650bbb959 feature_91

age author description
2011-02-28 Chris Cannam Merge branch status_outside_tabs into branch new-branches, and make a new branch new-branches-with-status-outside-tabs
2011-02-21 Chris Cannam We can provide a better interface for most common cases by essentially showing a formatted log for the summary rather than a diff only
2011-02-21 Chris Cannam Add "Summarise changes" options to changeset item right-button menu (already existed for uncommitted item)
2011-02-18 Chris Cannam * Change "diff to parent <id>" menu entries in changeset item right-button menu to "diff to left parent" and "diff to right parent"
2011-02-09 Chris Cannam Add "Start new branch" function. I'm not quite satisfied with the location of this one new-branches
2011-01-11 Chris Cannam * Make it possible for changeset items to take two or three lines of description, depending on how much there is
2011-01-10 Chris Cannam * Update copyright dates
2010-12-14 Chris Cannam * Add "Show summary" feature
2010-12-03 Chris Cannam * Experiment with removing revision numbers from display (hashes only)
2010-12-02 Chris Cannam * Show both parents of uncommitted merge; fixes to right-button menus
2010-12-01 Chris Cannam * Some implementation of right-button menu actions on changeset item
2010-12-01 Chris Cannam * Don't show tip tag; return to using incremental log on commit
2010-12-01 Chris Cannam * Include the uncommitted item in general graph layout (in case it is not at the head, when other items will need to avoid it)
2010-11-30 Chris Cannam * Start hooking up right-button menus on changeset & uncommitted items
2010-11-30 Chris Cannam * First cut at (not yet operational) right-button menu
2010-11-30 Chris Cannam * Better attempt at retaining current visible area when history scene changes; first cut at highlighting new items
2010-11-30 Chris Cannam * Ensure panned rect stays current when size changes; update panner cache when scene changes
2010-11-29 Chris Cannam * Show tags and current working copy parents in history graph
2010-11-29 Chris Cannam * Add Incoming dialog and better layouts for dialogs generally
2010-11-29 Chris Cannam * Fixes to changeset details display; show on right instead of below to avoid disrupting flow
2010-11-28 Chris Cannam * Make scene remember which item has its details showing, and remove the previous one when a new one is clicked
2010-11-26 Chris Cannam * Rudimentary version of the popup showing more information when you click on a changeset in history graph
2010-11-26 Chris Cannam * Start to sketch thing that shows the details of a changeset in the history view
2010-11-19 Chris Cannam * Show branch names even for changes with children, if those children are on a different branch
2010-11-17 Chris Cannam * Use more than one line of the commit log, if it fits
2010-11-16 Chris Cannam * Update copyrights; add debug header
2010-11-16 Chris Cannam * Minor layout improvement
2010-11-12 Chris Cannam * Make changeset item boxes wider if they have no neighbours.
2010-11-12 Chris Cannam * Small rendering refinements
2010-11-12 Chris Cannam * Put proper labels &c in changeset items; colour branches and users; etc
2010-11-10 Chris Cannam * Better layout for branches; spline connection paths
2010-11-09 Chris Cannam * A snatched bit of work on graph layout
2010-11-07 Chris Cannam * Some experiments towards a graph history view