comparison changesetscene.cpp @ 311:4811eb34e819 new-branches-with-status-outside-tabs

Add Start New Branch and Cancel New Branch to uncommitted item menu; add branch name to Commit dialog
author Chris Cannam
date Tue, 01 Mar 2011 14:22:29 +0000
parents 5b4aa1c24407
children
comparison
equal deleted inserted replaced
308:7f50c040e13d 311:4811eb34e819
75 connect(item, SIGNAL(showSummary()), 75 connect(item, SIGNAL(showSummary()),
76 this, SIGNAL(showSummary())); 76 this, SIGNAL(showSummary()));
77 77
78 connect(item, SIGNAL(showWork()), 78 connect(item, SIGNAL(showWork()),
79 this, SIGNAL(showWork())); 79 this, SIGNAL(showWork()));
80
81 connect(item, SIGNAL(newBranch()),
82 this, SIGNAL(newBranch()));
83
84 connect(item, SIGNAL(noBranch()),
85 this, SIGNAL(noBranch()));
86
80 } 87 }
81 88
82 void 89 void
83 ChangesetScene::addDateItem(DateItem *item) 90 ChangesetScene::addDateItem(DateItem *item)
84 { 91 {