Mercurial > hg > easyhg
diff filestates.h @ 325:5fa5c908ca00 filelist_right_button_menu
Add right-button menus (not yet functional, but hopefully with the right things in them)
author | Chris Cannam |
---|---|
date | Thu, 10 Mar 2011 21:04:58 +0000 |
parents | 306ffd913071 |
children | 6e1fdda1dff2 |
line wrap: on
line diff
--- a/filestates.h Thu Mar 10 18:45:50 2011 +0000 +++ b/filestates.h Thu Mar 10 21:04:58 2011 +0000 @@ -68,12 +68,16 @@ Annotate, Diff, + Commit, Revert, + Add, Remove, + RedoMerge, MarkResolved, + Ignore, UnIgnore, @@ -85,6 +89,7 @@ static bool supportsActivity(State s, Activity a); static Activities activitiesSupportedBy(State s); + static int activityGroup(Activity a); bool supportsActivity(QString file, Activity a) const; QStringList filesSupportingActivity(Activity) const;