log confirmcommentdialog.cpp @ 266:448c83f175ce

age author description
Mon, 10 Jan 2011 15:38:28 +0000 Chris Cannam * Update copyright dates
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)
Mon, 20 Dec 2010 22:39:45 +0000 Chris Cannam * Fixes to dialog return code handling
Mon, 20 Dec 2010 22:37:42 +0000 Chris Cannam * Give all of the substantial confirmation dialogs meaningful labels for their OK buttons
Thu, 02 Dec 2010 21:13:53 +0000 Chris Cannam * Add translation support -- useful for proper plural handling even in English
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).
Thu, 25 Nov 2010 17:21:32 +0000 Chris Cannam * Better-behaved comment dialog; avoid empty comments. Also ignore signals from closing ptys
Thu, 25 Nov 2010 14:30:40 +0000 Chris Cannam * Slightly more useful commit dialog
Wed, 24 Nov 2010 22:44:40 +0000 Chris Cannam * Start to use the confirm-comment dialog for commits; much work still needed
Wed, 24 Nov 2010 22:24:55 +0000 Chris Cannam * Add ConfirmCommentDialog