Add System Info screen showing some values that could be helpful in case of problems using rbutil. Most noteable is showing the permission level of the user on windows.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17736 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2008-06-21 10:28:10 +00:00
parent 5b2d06ad51
commit 1876a0bcf2
12 changed files with 436 additions and 134 deletions

View file

@ -94,9 +94,9 @@
<item row="0" column="1" >
<widget class="QLabel" name="labelDevice" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">&#xd;
p, li { white-space: pre-wrap; }&#xd;
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">&#xd;
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">none&lt;/span> at &lt;span style=" font-weight:600;">unknown&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
</property>
</widget>
@ -539,7 +539,7 @@ p, li { white-space: pre-wrap; }
<item row="1" column="1" >
<widget class="QLabel" name="labelCreateVoice" >
<property name="text" >
<string>&lt;b>Create Voice file&lt;/b>&lt;br/>Voice files are needed to make Rockbox speak the user interface. Speaking is enabled by default, so
<string>&lt;b>Create Voice file&lt;/b>&lt;br/>Voice files are needed to make Rockbox speak the user interface. Speaking is enabled by default, so&#xd;
if you installed the voice file Rockbox will speak.</string>
</property>
<property name="wordWrap" >
@ -806,6 +806,7 @@ p, li { white-space: pre-wrap; }
<addaction name="action_About" />
<addaction name="actionAbout_Qt" />
<addaction name="separator" />
<addaction name="action_System_Info" />
<addaction name="action_Help" />
</widget>
<widget class="QMenu" name="menuA_ctions" >
@ -1022,6 +1023,11 @@ p, li { white-space: pre-wrap; }
<string>Create Voice File</string>
</property>
</action>
<action name="action_System_Info" >
<property name="text" >
<string>&amp;System Info</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>tabWidget</tabstop>