comparison mainwindow.cpp @ 308:7f50c040e13d new-branches-with-status-outside-tabs

With status outside tabs, no need to switch to Work tab when new branch is introduced
author Chris Cannam
date Mon, 28 Feb 2011 14:24:14 +0000
parents 5b4aa1c24407
children 4811eb34e819
comparison
equal deleted inserted replaced
307:5b4aa1c24407 308:7f50c040e13d
1966 m_shouldHgStat = true; 1966 m_shouldHgStat = true;
1967 break; 1967 break;
1968 1968
1969 case ACT_NEW_BRANCH: 1969 case ACT_NEW_BRANCH:
1970 m_shouldHgStat = true; 1970 m_shouldHgStat = true;
1971 m_hgTabs->showWorkTab();
1972 break; 1971 break;
1973 1972
1974 case ACT_UNCOMMITTED_SUMMARY: 1973 case ACT_UNCOMMITTED_SUMMARY:
1975 QMessageBox::information(this, tr("Change summary"), 1974 QMessageBox::information(this, tr("Change summary"),
1976 format3(tr("Summary of uncommitted changes"), 1975 format3(tr("Summary of uncommitted changes"),