log common.h @ 361:4cd753e083cc feature_91b

age author description
Mon, 10 Jan 2011 15:38:28 +0000 Chris Cannam * Update copyright dates
Wed, 15 Dec 2010 22:07:31 +0000 Chris Cannam * Fix failure to recognise local uncommitted changes when an untracked file was selected
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
Mon, 22 Nov 2010 12:30:40 +0000 Chris Cannam * Some work toward doing the Right Thing with each possible combination of existing/nonexisting directories in Open dialog
Mon, 22 Nov 2010 10:03:15 +0000 Chris Cannam * Use fork/setsid/fork to escape our controlling terminal, to ensure the pty we create is used for password requests
Wed, 17 Nov 2010 14:26:27 +0000 Chris Cannam * Add (but don't yet use) RecentFiles class to replace inline MRU logic
Wed, 17 Nov 2010 13:32:56 +0000 Chris Cannam * Some adjustments to process running (avoid timer): caller must now report errors
Wed, 17 Nov 2010 11:48:58 +0000 Chris Cannam * Some experimental cutbacks to interface
Tue, 16 Nov 2010 15:14:17 +0000 Chris Cannam * minor updates
Tue, 16 Nov 2010 14:32:51 +0000 Chris Cannam * Simplify tabs
Tue, 16 Nov 2010 13:57:30 +0000 Chris Cannam * Update copyrights; add debug header
Thu, 11 Nov 2010 22:04:59 +0000 Chris Cannam * Use specific includes instead of QtCore, QtGui etc; bring in TextAbbrev class
Thu, 24 Jun 2010 23:41:21 +0300 Jari Korhonen A couple of more fixes to "weird filenames" bug.
Wed, 23 Jun 2010 21:12:46 +0300 Jari Korhonen hg glog --verbose made history list very slow with 30000 files, so removed --verbose option.