log filestates.cpp @ 361:4cd753e083cc feature_91b

age author description
2011-03-17 Chris Cannam Add Rename and Copy to right-button menu on file status widget. feature_91b
2011-03-11 Chris Cannam Merge fixes: primarily, handle failed merges better filelist_right_button_menu
2011-03-11 Chris Cannam Implement right-button menu functions for file lists; convert the toolbar-button functions (apart from Add and Remove) to modal only on working copy state rather than selection state filelist_right_button_menu
2011-03-10 Chris Cannam Add right-button menus (not yet functional, but hopefully with the right things in them) filelist_right_button_menu
2011-03-10 Chris Cannam Introduce "activities" enum and functions filelist_right_button_menu
2011-01-10 Chris Cannam * Update copyright dates
2011-01-04 Chris Cannam * Avoid compiler warning (no functional change)
2011-01-03 Chris Cannam * Add "Show All Files" toggle to show ignored and clean files
2010-12-03 Chris Cannam * First cut of work on merge/resolve logic
2010-12-03 Chris Cannam * Add InConflict state (not yet used)
2010-11-26 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).
2010-11-24 Chris Cannam * Clear selections when Esc pressed; some refactoring
2010-11-24 Chris Cannam * Rename StatParser to FileStates; start thinking about selections base statparser.cpp@ee0e99a4c3f9