comparison mainwindow.cpp @ 97:05203e53b92a

* Update About box
author Chris Cannam
date Wed, 24 Nov 2010 16:53:40 +0000
parents 87ef2fa9ee8b
children 3e6c3281fb97
comparison
equal deleted inserted replaced
96:87ef2fa9ee8b 97:05203e53b92a
119 return identifier; 119 return identifier;
120 } 120 }
121 121
122 void MainWindow::about() 122 void MainWindow::about()
123 { 123 {
124 QMessageBox::about(this, tr("About HgExplorer"), 124 QMessageBox::about(this, tr("About EasyMercurial"),
125 tr("<b>HgExplorer</b> tries to be Mercurial's <b>VSS Explorer:</b> ;-)<br><br>" 125 tr("<qt><h2>About EasyMercurial</h2>"
126 "-Hides command line in normal use<br>" 126 "<p>EasyMercurial is a simple user interface for the "
127 "-Makes common operations easier<br><br>" 127 "Mercurial version control system.</p>"
128 "(c) 2010 (lgpl), Jari Korhonen (jtkorhonen@gmail.com)<br><br>" 128 "<p>EasyMercurial is based on HgExplorer by "
129 "-Needs Mercurial ;-) (thanks Matt Mackall, Bryan O'Sullivan and others !)<br>" 129 "Jari Korhonen, with thanks.<br>EasyMercurial development carried out by "
130 "-Uses excellent Nuvola icons (c) David Vignoni (Thanks, David !)<br>" 130 "Chris Cannam for soundsoftware.ac.uk at the Centre for Digital Music, Queen Mary, University of London."
131 "-Needs Qt4, mingw (in windows), python, kdiff3 (Thanks to all of you !)<br>" 131 "<ul><li>Copyright &copy; 2010 Jari Korhonen</li>"
132 "-Windows standalone install uses hg / python / kdiff3 from TortoiseHg (BIG Thanks !)<br>" 132 "<li>Copyright &copy; 2010 Chris Cannam</li>"
133 "-Windows standalone install uses InstallJammer setup tool (Thanks, great tool !)<br>")); 133 "<li>Copyright &copy; 2010 Queen Mary, University of London</li>"
134 "</ul>"
135 "<p> This program is free software; you can redistribute it and/or "
136 "modify it under the terms of the GNU General Public License as "
137 "published by the Free Software Foundation; either version 2 of the "
138 "License, or (at your option) any later version. See the file "
139 "COPYING included with this distribution for more information."));
134 } 140 }
135 141
136 void MainWindow::clearSelections() 142 void MainWindow::clearSelections()
137 { 143 {
138 hgExp->clearSelections(); 144 hgExp->clearSelections();