comparison mainwindow.cpp @ 116:807c79350bf1

* Pull history tab out into its own widget
author Chris Cannam
date Fri, 26 Nov 2010 22:06:52 +0000
parents 78374cefa10f
children c92f5859c707
comparison
equal deleted inserted replaced
115:78374cefa10f 116:807c79350bf1
1138 break; 1138 break;
1139 1139
1140 case ACT_REMOVE: 1140 case ACT_REMOVE:
1141 case ACT_ADD: 1141 case ACT_ADD:
1142 case ACT_COMMIT: 1142 case ACT_COMMIT:
1143 case ACT_REVERT:
1144 hgTabs->clearSelections();
1145 shouldHgStat = true;
1146 break;
1147
1143 case ACT_FILEDIFF: 1148 case ACT_FILEDIFF:
1144 case ACT_FOLDERDIFF: 1149 case ACT_FOLDERDIFF:
1145 case ACT_CHGSETDIFF: 1150 case ACT_CHGSETDIFF:
1146 case ACT_REVERT:
1147 case ACT_SERVE: 1151 case ACT_SERVE:
1148 case ACT_TAG: 1152 case ACT_TAG:
1149 case ACT_HG_IGNORE: 1153 case ACT_HG_IGNORE:
1150 shouldHgStat = true; 1154 shouldHgStat = true;
1151 break; 1155 break;