log mainwindow.cpp @ 253:8730dd806cca

age author description
Wed, 12 Jan 2011 12:48:04 +0000 Chris Cannam Merge
Wed, 12 Jan 2011 12:47:56 +0000 Chris Cannam * Handle clone failure more gracefully
Tue, 11 Jan 2011 20:19:19 +0000 Chris Cannam Merge
Tue, 11 Jan 2011 17:56:22 +0000 Chris Cannam * If the hgignore file doesn't exist when the user asks to edit it, create it with a "syntax: glob" line
Tue, 11 Jan 2011 13:56:48 +0000 Chris Cannam Startup fixes:
Tue, 11 Jan 2011 20:18:37 +0000 Chris Cannam * Be a bit less eager to suspend the fs watcher (e.g. don't suspend on potentially lengthy operations like diff)
Mon, 10 Jan 2011 15:38:28 +0000 Chris Cannam * Update copyright dates
Mon, 10 Jan 2011 15:34:05 +0000 Chris Cannam * Small simplification to watcher management
Mon, 10 Jan 2011 15:18:21 +0000 Chris Cannam * Overhaul settings-defaults mechanism, and add Restore Defaults button to settings dialog
Mon, 10 Jan 2011 13:30:19 +0000 Chris Cannam * Attempt a different way of handling filesystem updates, that's more forgiving of fs changes caused by hg itself
Mon, 10 Jan 2011 12:44:03 +0000 Chris Cannam * Try to do the right thing when completely reverting a merge (forget that the merge took place)
Fri, 07 Jan 2011 21:58:38 +0000 Chris Cannam * Better handling for case where we've just created a new branch but not yet committed it (i.e. no heads are on our current branch)
Thu, 06 Jan 2011 15:15:02 +0000 Chris Cannam * Add settings for text verboseness and toolbar labels
Thu, 06 Jan 2011 13:16:34 +0000 Chris Cannam * Add version number to About box
Thu, 06 Jan 2011 12:22:56 +0000 Chris Cannam * Restore a change that got lost in the merge. I think I need to review the external merge tool mechanism here