log

age author description
Wed, 24 Nov 2010 19:53:36 +0000 Chris Cannam * Helpful texts
Wed, 24 Nov 2010 17:29:31 +0000 Chris Cannam * Minor text and layout changes; ensure path widgets are updated when repo changes
Wed, 24 Nov 2010 17:11:44 +0000 Chris Cannam * Wire up the basic Hg actions again
Wed, 24 Nov 2010 16:53:40 +0000 Chris Cannam * Update About box
Wed, 24 Nov 2010 16:40:57 +0000 Chris Cannam * Rename HgExpWidget to HgTabWidget
Wed, 24 Nov 2010 16:29:05 +0000 Chris Cannam * Update actions appropriately when selections are changed
Wed, 24 Nov 2010 14:41:52 +0000 Chris Cannam * Clear selections when Esc pressed; some refactoring
Wed, 24 Nov 2010 13:50:33 +0000 Chris Cannam * Highlight untracked files that are newer than last repo interaction
Wed, 24 Nov 2010 13:23:30 +0000 Chris Cannam * Rename StatParser to FileStates; start thinking about selections
Tue, 23 Nov 2010 21:04:02 +0000 Chris Cannam * Remove some old code in preparation for rebuilding it with the newer structure
Tue, 23 Nov 2010 16:35:49 +0000 Chris Cannam * Add filesystem watcher; initial work on enable/disable logic for actions in new scheme
Tue, 23 Nov 2010 14:49:13 +0000 Chris Cannam * A bit more work on new Work (file status) widget
Tue, 23 Nov 2010 11:33:15 +0000 Chris Cannam * Start work on new file-status widget
Mon, 22 Nov 2010 21:28:00 +0000 Chris Cannam * tiny mod
Mon, 22 Nov 2010 20:17:14 +0000 Chris Cannam * More on "Open" logic; fix to StatParser, and start introducing it
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: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
Fri, 12 Nov 2010 11:32:01 +0000 Chris Cannam * Use the date when laying out rows
Thu, 11 Nov 2010 22:27:24 +0000 Chris Cannam * some preliminaries for thinking about use of date in row layout
Thu, 11 Nov 2010 22:04:59 +0000 Chris Cannam * Use specific includes instead of QtCore, QtGui etc; bring in TextAbbrev class
Wed, 10 Nov 2010 22:27:58 +0000 Chris Cannam * A fix that will only work when we sort changesets by date (test with classical-rdf)
Wed, 10 Nov 2010 22:07:03 +0000 Chris Cannam * Add IndirectPainting opt flag, makes a big difference to rendering Panner; rename project
Wed, 10 Nov 2010 17:30:46 +0000 Chris Cannam * More graph layout refinements
Wed, 10 Nov 2010 17:11:41 +0000 Chris Cannam * Better layout for branches; spline connection paths
Wed, 10 Nov 2010 12:44:11 +0000 Chris Cannam * Some more work on graph layout; ensure LANG is set for parseable UTF8 output when running Hg
Tue, 09 Nov 2010 17:51:12 +0000 Chris Cannam * A snatched bit of work on graph layout
Sun, 07 Nov 2010 19:59:54 +0000 Chris Cannam * Some experiments towards a graph history view
Thu, 24 Jun 2010 23:41:21 +0300 Jari Korhonen A couple of more fixes to "weird filenames" bug.
Thu, 24 Jun 2010 11:38:50 +0200 Martin Geisler Handle filenames starting with "-"