log filestatuswidget.cpp @ 149:38faf16df9b6

age author description
Tue, 30 Nov 2010 13:08:18 +0000 Chris Cannam * Ensure only one list can contain a selection at once in file status widget
Fri, 26 Nov 2010 23:49:48 +0000 Chris Cannam * Rudimentary version of the popup showing more information when you click on a changeset in history graph
Fri, 26 Nov 2010 21:48:25 +0000 Chris Cannam * Add useful state message to file status page.
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:54:35 +0000 Chris Cannam * Retrieve and store current branch and heads; some refactoring
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
Wed, 24 Nov 2010 19:57:30 +0000 Chris Cannam * Layout fix
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 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 14:49:13 +0000 Chris Cannam * A bit more work on new Work (file status) widget