# HG changeset patch # User Chris Cannam # Date 1290618704 0 # Node ID 3e6c3281fb97ae8ea2061d7c1b1ad3070373314d # Parent 05203e53b92a22a5d9788d5121978f3f96ef6640 * Wire up the basic Hg actions again diff -r 05203e53b92a -r 3e6c3281fb97 mainwindow.cpp --- a/mainwindow.cpp Wed Nov 24 16:53:40 2010 +0000 +++ b/mainwindow.cpp Wed Nov 24 17:11:44 2010 +0000 @@ -3,7 +3,7 @@ /* EasyMercurial - Based on HgExplorer by Jari Korhonen + Based on hgExplorer by Jari Korhonen Copyright (c) 2010 Jari Korhonen Copyright (c) 2010 Chris Cannam Copyright (c) 2010 Queen Mary, University of London @@ -67,10 +67,10 @@ tabPage = 0; justMerged = false; - hgExp = new HgTabWidget((QWidget *) this, remoteRepoPath, workFolderPath); - setCentralWidget(hgExp); + hgTabs = new HgTabWidget((QWidget *) this, remoteRepoPath, workFolderPath); + setCentralWidget(hgTabs); - connect(hgExp, SIGNAL(selectionChanged()), + connect(hgTabs, SIGNAL(selectionChanged()), this, SLOT(enableDisableActions())); setUnifiedTitleAndToolBarOnMac(true); @@ -125,7 +125,7 @@ tr("

About EasyMercurial

" "

EasyMercurial is a simple user interface for the " "Mercurial version control system.

" - "

EasyMercurial is based on HgExplorer by " + "

EasyMercurial is based on hgExplorer by " "Jari Korhonen, with thanks.
EasyMercurial development carried out by " "Chris Cannam for soundsoftware.ac.uk at the Centre for Digital Music, Queen Mary, University of London." "