log easyhg.pro @ 175:6def8bf3be44

age author description
Thu, 16 Dec 2010 17:32:25 +0000 Chris Cannam * Start implementing Settings dialog; add Test function to run on startup to make sure hg works
Wed, 15 Dec 2010 22:07:31 +0000 Chris Cannam * Fix failure to recognise local uncommitted changes when an untracked file was selected
Thu, 02 Dec 2010 21:13:53 +0000 Chris Cannam * Add translation support -- useful for proper plural handling even in English
Mon, 29 Nov 2010 20:53:34 +0000 Chris Cannam * Initial work on showing uncommitted changes (as dashed box) in history graph
Mon, 29 Nov 2010 17:03:17 +0000 Chris Cannam * Add Incoming dialog and better layouts for dialogs generally
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 22:46:29 +0000 Chris Cannam * Start to sketch thing that shows the details of a changeset in the history view
Fri, 26 Nov 2010 22:06:52 +0000 Chris Cannam * Pull history tab out into its own widget
Fri, 26 Nov 2010 17:02:55 +0000 Chris Cannam * Make diff binary a settings property; some tidying
Fri, 26 Nov 2010 12:48:29 +0000 Chris Cannam * Add a queueing mechanism for Hg actions, instead of refusing to start an action if something else is already happening. This is essential now that actions can be prompted by asynchronous events (e.g. filesystem watcher).
Wed, 24 Nov 2010 22:24:55 +0000 Chris Cannam * Add ConfirmCommentDialog
Wed, 24 Nov 2010 16:40:57 +0000 Chris Cannam * Rename HgExpWidget to HgTabWidget
Wed, 24 Nov 2010 13:23:30 +0000 Chris Cannam * Rename StatParser to FileStates; start thinking about selections
Tue, 23 Nov 2010 11:33:15 +0000 Chris Cannam * Start work on new file-status widget
Mon, 22 Nov 2010 15:25:01 +0000 Chris Cannam * We don't actually use OpenGL