log common.cpp @ 340:bb189827f6d1

age author description
Mon, 10 Jan 2011 15:38:28 +0000 Chris Cannam * Update copyright dates
Wed, 05 Jan 2011 16:20:20 +0000 Chris Cannam * Further findInPath fix for absolute paths
Wed, 05 Jan 2011 16:08:37 +0000 Chris Cannam * Make findInPath return empty string if not found -- previous hopelessly fragile behaviour failed in situations where it was called with an absolute path
Thu, 16 Dec 2010 22:11:38 +0000 Chris Cannam * basic external editor selection (for hgignore)
Wed, 15 Dec 2010 22:07:31 +0000 Chris Cannam * Fix failure to recognise local uncommitted changes when an untracked file was selected
Sun, 05 Dec 2010 19:24:42 +0000 Chris Cannam * Minor Win32 fixes
Fri, 26 Nov 2010 17:02:55 +0000 Chris Cannam * Make diff binary a settings property; some tidying
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 17:42:06 +0000 Chris Cannam * Remove trailing / from dir name (otherwise QFileInfo returns wrong parent path)
Mon, 22 Nov 2010 17:27:59 +0000 Chris Cannam * Make all of the "Open" options do something sensible
Mon, 22 Nov 2010 16:02:13 +0000 Chris Cannam * ioctl fixes for OS/X
Mon, 22 Nov 2010 15:21:12 +0000 Chris Cannam * OS/X doesn't like fork() without exec(). Scrap that, revert to ioctl
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
Sat, 20 Nov 2010 11:40:19 +0000 Chris Cannam * Further minor win32 fix