comparison historywidget.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
266 connect(scene, SIGNAL(showSummary()), 266 connect(scene, SIGNAL(showSummary()),
267 this, SIGNAL(showSummary())); 267 this, SIGNAL(showSummary()));
268 268
269 connect(scene, SIGNAL(showWork()), 269 connect(scene, SIGNAL(showWork()),
270 this, SIGNAL(showWork())); 270 this, SIGNAL(showWork()));
271
272 connect(scene, SIGNAL(newBranch()),
273 this, SIGNAL(newBranch()));
274
275 connect(scene, SIGNAL(noBranch()),
276 this, SIGNAL(noBranch()));
271 277
272 connect(scene, SIGNAL(updateTo(QString)), 278 connect(scene, SIGNAL(updateTo(QString)),
273 this, SIGNAL(updateTo(QString))); 279 this, SIGNAL(updateTo(QString)));
274 280
275 connect(scene, SIGNAL(diffToCurrent(QString)), 281 connect(scene, SIGNAL(diffToCurrent(QString)),