summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2007-07-30 17:33:46 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2007-07-30 17:33:46 +0000
commite2dca3e92a84c91ad2443a1103bea804e60690e7 (patch)
tree4c0128ae3d12845a7466560355fdcbee600f3635
parenta690ebb1d1925e4f443c8ea7047c9b183e931d2a (diff)
downloadrockbox-e2dca3e92a84c91ad2443a1103bea804e60690e7.tar.gz
rockbox-e2dca3e92a84c91ad2443a1103bea804e60690e7.zip
add link to homepage to about window.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14076 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--rbutil/rbutilqt/aboutbox.ui34
-rw-r--r--rbutil/rbutilqt/rbutilqt.cpp1
2 files changed, 27 insertions, 8 deletions
diff --git a/rbutil/rbutilqt/aboutbox.ui b/rbutil/rbutilqt/aboutbox.ui
index 6d4389daee..dff0550441 100644
--- a/rbutil/rbutilqt/aboutbox.ui
+++ b/rbutil/rbutilqt/aboutbox.ui
@@ -6,7 +6,7 @@
6 <x>0</x> 6 <x>0</x>
7 <y>0</y> 7 <y>0</y>
8 <width>443</width> 8 <width>443</width>
9 <height>450</height> 9 <height>482</height>
10 </rect> 10 </rect>
11 </property> 11 </property>
12 <property name="windowTitle" > 12 <property name="windowTitle" >
@@ -21,7 +21,7 @@
21 <string/> 21 <string/>
22 </property> 22 </property>
23 <property name="pixmap" > 23 <property name="pixmap" >
24 <pixmap resource="qrbutil.qrc" >:/icons/icons/rbutil.xpm</pixmap> 24 <pixmap resource="rbutilqt.qrc" >:/icons/icons/rbutil.xpm</pixmap>
25 </property> 25 </property>
26 </widget> 26 </widget>
27 </item> 27 </item>
@@ -53,8 +53,7 @@
53 <string>Installer and housekeeping utility for the Rockbox open source digital audio player firmware. 53 <string>Installer and housekeeping utility for the Rockbox open source digital audio player firmware.
54 54
55© 2005 - 2007 The Rockbox Team. 55© 2005 - 2007 The Rockbox Team.
56Released under the GNU General Public License v2. 56Released under the GNU General Public License v2.</string>
57</string>
58 </property> 57 </property>
59 <property name="wordWrap" > 58 <property name="wordWrap" >
60 <bool>true</bool> 59 <bool>true</bool>
@@ -65,6 +64,25 @@ Released under the GNU General Public License v2.
65 </widget> 64 </widget>
66 </item> 65 </item>
67 <item row="2" column="0" colspan="3" > 66 <item row="2" column="0" colspan="3" >
67 <widget class="QLabel" name="labelHomepage" >
68 <property name="text" >
69 <string>http://www.rockbox.org</string>
70 </property>
71 <property name="textFormat" >
72 <enum>Qt::AutoText</enum>
73 </property>
74 <property name="alignment" >
75 <set>Qt::AlignCenter</set>
76 </property>
77 <property name="openExternalLinks" >
78 <bool>true</bool>
79 </property>
80 <property name="textInteractionFlags" >
81 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::NoTextInteraction</set>
82 </property>
83 </widget>
84 </item>
85 <item row="3" column="0" colspan="3" >
68 <widget class="QTabWidget" name="tabWidget" > 86 <widget class="QTabWidget" name="tabWidget" >
69 <property name="currentIndex" > 87 <property name="currentIndex" >
70 <number>0</number> 88 <number>0</number>
@@ -117,7 +135,7 @@ Released under the GNU General Public License v2.
117 </widget> 135 </widget>
118 </widget> 136 </widget>
119 </item> 137 </item>
120 <item row="3" column="0" > 138 <item row="4" column="0" >
121 <spacer> 139 <spacer>
122 <property name="orientation" > 140 <property name="orientation" >
123 <enum>Qt::Horizontal</enum> 141 <enum>Qt::Horizontal</enum>
@@ -130,14 +148,14 @@ Released under the GNU General Public License v2.
130 </property> 148 </property>
131 </spacer> 149 </spacer>
132 </item> 150 </item>
133 <item row="3" column="1" > 151 <item row="4" column="1" >
134 <widget class="QPushButton" name="okButton" > 152 <widget class="QPushButton" name="okButton" >
135 <property name="text" > 153 <property name="text" >
136 <string>&amp;Ok</string> 154 <string>&amp;Ok</string>
137 </property> 155 </property>
138 </widget> 156 </widget>
139 </item> 157 </item>
140 <item row="3" column="2" > 158 <item row="4" column="2" >
141 <spacer> 159 <spacer>
142 <property name="orientation" > 160 <property name="orientation" >
143 <enum>Qt::Horizontal</enum> 161 <enum>Qt::Horizontal</enum>
@@ -153,7 +171,7 @@ Released under the GNU General Public License v2.
153 </layout> 171 </layout>
154 </widget> 172 </widget>
155 <resources> 173 <resources>
156 <include location="qrbutil.qrc" /> 174 <include location="rbutilqt.qrc" />
157 </resources> 175 </resources>
158 <connections> 176 <connections>
159 <connection> 177 <connection>
diff --git a/rbutil/rbutilqt/rbutilqt.cpp b/rbutil/rbutilqt/rbutilqt.cpp
index 848d087bf9..286047e2a7 100644
--- a/rbutil/rbutilqt/rbutilqt.cpp
+++ b/rbutil/rbutilqt/rbutilqt.cpp
@@ -152,6 +152,7 @@ void RbUtilQt::about()
152 about.browserCredits->moveCursor(QTextCursor::Start, QTextCursor::MoveAnchor); 152 about.browserCredits->moveCursor(QTextCursor::Start, QTextCursor::MoveAnchor);
153 QString title = QString("<b>The Rockbox Utility</b> Version %1").arg(VERSION); 153 QString title = QString("<b>The Rockbox Utility</b> Version %1").arg(VERSION);
154 about.labelTitle->setText(title); 154 about.labelTitle->setText(title);
155 about.labelHomepage->setText("<a href='http://www.rockbox.org'>http://www.rockbox.org</a>");
155 156
156 window->show(); 157 window->show();
157 158