forked from len0rd/rockbox
move talk file button to new "Accessibility" tab and add button for voice files. Add voice url to config file and some tooltips to the tab view.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14238 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e40fedc9fd
commit
50c81a9ca2
2 changed files with 89 additions and 6 deletions
|
@ -11,6 +11,7 @@ bootloader_url=http://download.rockbox.org/bootloader
|
|||
themes_url=http://www.rockbox-themes.org/
|
||||
manual_url=http://download.rockbox.org/manual
|
||||
doom_url=http://download.rockbox.org/useful/rockdoom.zip
|
||||
voice_url=http://www.rockbox.org/voices/
|
||||
|
||||
[platforms]
|
||||
platform01=player
|
||||
|
@ -354,4 +355,5 @@ template = "\"%exe\" %options -w \"%wavfile\" \"%text\""
|
|||
|
||||
[flite]
|
||||
options = ""
|
||||
template = "\"%exe\" %options -o \"%wavfile\" \"%text\""
|
||||
template = "\"%exe\" %options -o \"%wavfile\" \"%text\""
|
||||
|
||||
|
|
|
@ -130,12 +130,15 @@ p, li { white-space: pre-wrap; }
|
|||
<item row="2" column="0" >
|
||||
<widget class="QTabWidget" name="tabWidget" >
|
||||
<property name="currentIndex" >
|
||||
<number>2</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="quickStart" >
|
||||
<attribute name="title" >
|
||||
<string>&Quick Start</string>
|
||||
</attribute>
|
||||
<attribute name="toolTip" >
|
||||
<string>Welcome</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" >
|
||||
<item row="0" column="0" >
|
||||
<widget class="QToolButton" name="buttonComplete" >
|
||||
|
@ -238,6 +241,9 @@ p, li { white-space: pre-wrap; }
|
|||
<attribute name="title" >
|
||||
<string>&Installation</string>
|
||||
</attribute>
|
||||
<attribute name="toolTip" >
|
||||
<string>Basic Rockbox installation</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" >
|
||||
<item row="0" column="0" >
|
||||
<widget class="QToolButton" name="buttonBootloader" >
|
||||
|
@ -345,6 +351,9 @@ p, li { white-space: pre-wrap; }
|
|||
<attribute name="title" >
|
||||
<string>&Extras</string>
|
||||
</attribute>
|
||||
<attribute name="toolTip" >
|
||||
<string>Install extras for Rockbox</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" >
|
||||
<item row="0" column="0" >
|
||||
<widget class="QToolButton" name="buttonFonts" >
|
||||
|
@ -462,7 +471,47 @@ p, li { white-space: pre-wrap; }
|
|||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="3" column="0" >
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="accessibility" >
|
||||
<attribute name="title" >
|
||||
<string>&Accessibility</string>
|
||||
</attribute>
|
||||
<attribute name="toolTip" >
|
||||
<string>Install accessibility add-ons</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" >
|
||||
<item row="0" column="0" >
|
||||
<widget class="QToolButton" name="buttonVoice" >
|
||||
<property name="text" >
|
||||
<string>Install Voice files</string>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="rbutilqt.qrc" >:/icons/icons/talkfile_btn.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize" >
|
||||
<size>
|
||||
<width>56</width>
|
||||
<height>46</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1" >
|
||||
<widget class="QLabel" name="labelVoice" >
|
||||
<property name="text" >
|
||||
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Install Voice file</span></p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Voice files are needed to make Rockbox speak the user interface. Speaking is enabled by default, so if you installed the voice file Rockbox will speak.</p></body></html></string>
|
||||
</property>
|
||||
<property name="wordWrap" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
<widget class="QToolButton" name="buttonTalk" >
|
||||
<property name="text" >
|
||||
<string>Install Talk files</string>
|
||||
|
@ -478,8 +527,8 @@ p, li { white-space: pre-wrap; }
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="1" >
|
||||
<widget class="QLabel" name="label" >
|
||||
<item row="1" column="1" >
|
||||
<widget class="QLabel" name="labelTalk" >
|
||||
<property name="text" >
|
||||
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
|
@ -489,12 +538,41 @@ p, li { white-space: pre-wrap; }
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0" >
|
||||
<spacer>
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" >
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>51</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="2" column="1" >
|
||||
<spacer>
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" >
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>51</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="uninstall" >
|
||||
<attribute name="title" >
|
||||
<string>&Uninstallation</string>
|
||||
</attribute>
|
||||
<attribute name="toolTip" >
|
||||
<string>Uninstall Rockbox</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" >
|
||||
<item row="0" column="0" >
|
||||
<widget class="QToolButton" name="buttonRemoveBootloader" >
|
||||
|
@ -594,6 +672,9 @@ p, li { white-space: pre-wrap; }
|
|||
<attribute name="title" >
|
||||
<string>&Manual</string>
|
||||
</attribute>
|
||||
<attribute name="toolTip" >
|
||||
<string>View and download the manual</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" >
|
||||
<item row="0" column="0" >
|
||||
<widget class="QGroupBox" name="groupBox_2" >
|
||||
|
@ -702,7 +783,7 @@ p, li { white-space: pre-wrap; }
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>600</width>
|
||||
<height>21</height>
|
||||
<height>29</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menu_File" >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue