log grapher.cpp @ 149:38faf16df9b6

age author description
Wed, 01 Dec 2010 22:05:09 +0000 Chris Cannam * minor menu fix
Wed, 01 Dec 2010 17:41:14 +0000 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)
Wed, 01 Dec 2010 11:54:01 +0000 Chris Cannam * Fix another use of stderr as identifier
Tue, 30 Nov 2010 17:56:11 +0000 Chris Cannam * Start hooking up right-button menus on changeset & uncommitted items
Tue, 30 Nov 2010 14:27:34 +0000 Chris Cannam * Avoid unnecessary duplicate layout; fix off-by-one in resetting changeset children
Mon, 29 Nov 2010 11:14:29 +0000 Chris Cannam * Further fix to incremental log (put new changesets on the correct end of the list!)
Sun, 28 Nov 2010 21:52:00 +0000 Chris Cannam * Make scene remember which item has its details showing, and remove the previous one when a new one is clicked
Fri, 26 Nov 2010 21:17:24 +0000 Chris Cannam * minor output fixes
Fri, 26 Nov 2010 17:02:55 +0000 Chris Cannam * Make diff binary a settings property; some tidying
Thu, 25 Nov 2010 17:54:35 +0000 Chris Cannam * Retrieve and store current branch and heads; some refactoring
Fri, 19 Nov 2010 14:54:19 +0000 Chris Cannam * Show branch names even for changes with children, if those children are on a different branch
Tue, 16 Nov 2010 13:57:30 +0000 Chris Cannam * Update copyrights; add debug header
Fri, 12 Nov 2010 17:30:53 +0000 Chris Cannam * Make changeset item boxes wider if they have no neighbours.
Fri, 12 Nov 2010 16:48:18 +0000 Chris Cannam * Put proper labels &c in changeset items; colour branches and users; etc
Fri, 12 Nov 2010 11:32:01 +0000 Chris Cannam * Use the date when laying out rows
Thu, 11 Nov 2010 22:27:24 +0000 Chris Cannam * some preliminaries for thinking about use of date in row layout
Wed, 10 Nov 2010 22:27:58 +0000 Chris Cannam * A fix that will only work when we sort changesets by date (test with classical-rdf)
Wed, 10 Nov 2010 17:30:46 +0000 Chris Cannam * More graph layout refinements
Wed, 10 Nov 2010 17:11:41 +0000 Chris Cannam * Better layout for branches; spline connection paths
Wed, 10 Nov 2010 12:44:11 +0000 Chris Cannam * Some more work on graph layout; ensure LANG is set for parseable UTF8 output when running Hg
Tue, 09 Nov 2010 17:51:12 +0000 Chris Cannam * A snatched bit of work on graph layout