log

age author description
Mon, 22 Nov 2010 15:30:39 +0000 Chris Cannam * Remove unwanted includes
Mon, 22 Nov 2010 15:25:01 +0000 Chris Cannam * We don't actually use OpenGL
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
Sat, 20 Nov 2010 10:11:00 +0000 Chris Cannam * Win32 build fixes
Fri, 19 Nov 2010 18:39:40 +0000 Chris Cannam * Allocate a pty for the subprocess, and ask the user for password. Very rudimentary and non-portable.
Fri, 19 Nov 2010 14:54:19 +0000 Chris Cannam * Show branch names even for changes with children, if those children are on a different branch
Thu, 18 Nov 2010 18:08:18 +0000 Chris Cannam * Make stat work regardless of which tab is selected
Thu, 18 Nov 2010 17:36:53 +0000 Chris Cannam * Bit more work on Open dialog
Thu, 18 Nov 2010 15:29:48 +0000 luisf Foundation framework now included in OSX builds;
Thu, 18 Nov 2010 15:20:40 +0000 Chris Cannam * Add forgotten open icon
Thu, 18 Nov 2010 15:14:39 +0000 Chris Cannam * Basic working "Open Repository" dialog
Wed, 17 Nov 2010 22:13:34 +0000 Chris Cannam * Flesh out multi-choice dialog a big
Wed, 17 Nov 2010 21:37:16 +0000 Chris Cannam * Some dialog stubs
Wed, 17 Nov 2010 20:21:18 +0000 Chris Cannam * Use more than one line of the commit log, if it fits
Wed, 17 Nov 2010 20:21:00 +0000 Chris Cannam * Don't switch off firstStart unless user has actually OK'd the dialog (they might have closed it via WM button)
Wed, 17 Nov 2010 17:49:16 +0000 Chris Cannam * Start rejigging the settings/repo-path dialog setup: startup dialog now asks for user name and email only
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 19:53:14 +0000 Chris Cannam * win32 build fixes
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
Tue, 16 Nov 2010 11:26:51 +0000 Chris Cannam * Minor layout improvement
Fri, 12 Nov 2010 17:30:53 +0000 Chris Cannam * Make changeset item boxes wider if they have no neighbours.
Fri, 12 Nov 2010 17:04:36 +0000 Chris Cannam * Small rendering refinements
Fri, 12 Nov 2010 16:48:18 +0000 Chris Cannam * Put proper labels &c in changeset items; colour branches and users; etc