comparison filestatuswidget.cpp @ 210:c5fceb3fe5b4

* OS/X: Add script to run external diff; add space around tab widget; textual fixes * Bail out of easyhg.py in uisetup rather than at extension load time if we can't load PyQt4 -- that way we find out about it in easyhg * Ensure editing the default path works even if hgrc doesn't yet exist; ensure path and branch are reset (to empty and default) if their respective files are absent
author Chris Cannam
date Wed, 05 Jan 2011 14:31:07 +0000
parents c77c4d00a4fe
children 290a95b5ceae
comparison
equal deleted inserted replaced
209:0b040abb2aa3 210:c5fceb3fe5b4
67 layout->setColumnStretch(1, 20); 67 layout->setColumnStretch(1, 20);
68 68
69 layout->addWidget(new QLabel("<qt><hr></qt>"), ++row, 0, 1, 3); 69 layout->addWidget(new QLabel("<qt><hr></qt>"), ++row, 0, 1, 3);
70 70
71 ++row; 71 ++row;
72 //!!! option to be less verbose -> shorten this
72 m_noModificationsLabel = new QLabel 73 m_noModificationsLabel = new QLabel
73 (tr("<qt>This area will list files in your working folder that you have changed.<br>At the moment you have no uncommitted changes.<br><br>To see changes made to the repository previously,<br>switch to the History tab.<br><br>%1</qt>") 74 (tr("<qt>This area will list files in your working folder that you have changed.<br><br>At the moment you have no uncommitted changes.<br><br>To see changes previously made to the repository,<br>switch to the History tab.<br><br>%1</qt>")
74 #if defined Q_OS_MAC 75 #if defined Q_OS_MAC
75 .arg(tr("To open the working folder in Finder,<br>click on the &ldquo;Local&rdquo; folder path shown above.")) 76 .arg(tr("To open the working folder in Finder,<br>click on the &ldquo;Local&rdquo; folder path shown above."))
76 #elif defined Q_OS_WIN32 77 #elif defined Q_OS_WIN32
77 .arg(tr("To open the working folder in Windows Explorer,<br>click on the &ldquo;Local&rdquo; folder path shown above.")) 78 .arg(tr("To open the working folder in Windows Explorer,<br>click on the &ldquo;Local&rdquo; folder path shown above."))
78 #else 79 #else