Mercurial > hg > easyhg
log filestates.cpp @ 262:a7843b03b4cf easyhg_v0.3.1
age | author | description |
---|---|---|
Mon, 10 Jan 2011 15:38:28 +0000 | Chris Cannam | * Update copyright dates |
Tue, 04 Jan 2011 15:34:12 +0000 | Chris Cannam | * Avoid compiler warning (no functional change) |
Mon, 03 Jan 2011 22:02:08 +0000 | Chris Cannam | * Add "Show All Files" toggle to show ignored and clean files |
Fri, 03 Dec 2010 19:35:04 +0000 | Chris Cannam | * First cut of work on merge/resolve logic |
Fri, 03 Dec 2010 12:29:57 +0000 | Chris Cannam | * Add InConflict state (not yet used) |
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). |
Wed, 24 Nov 2010 14:41:52 +0000 | Chris Cannam | * Clear selections when Esc pressed; some refactoring |
Wed, 24 Nov 2010 13:23:30 +0000 | Chris Cannam | * Rename StatParser to FileStates; start thinking about selections base statparser.cpp@ee0e99a4c3f9 |