[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1689: Add status tips for each button on the main window and try o (in trunk: . src/gui src/gui/res src/gui/res/48x48)



Author: edmanm
Date: 2007-03-29 20:16:07 -0400 (Thu, 29 Mar 2007)
New Revision: 1689

Added:
   trunk/src/gui/res/48x48/start-tor.png
   trunk/src/gui/res/48x48/stop-tor.png
Modified:
   trunk/
   trunk/src/gui/mainwindow.ui
   trunk/src/gui/res/vidalia_common.qrc
Log:
 r1761@adrastea:  edmanm | 2007-03-29 20:10:50 -0400
 Add status tips for each button on the main window and try out a couple new
 icons for 'Start Tor' and 'Stop Tor'.



Property changes on: trunk
___________________________________________________________________
 svk:merge ticket from /vidalia/local/trunk [r1761] on 54b3572a-7227-0410-958f-53ecd705b71a

Modified: trunk/src/gui/mainwindow.ui
===================================================================
--- trunk/src/gui/mainwindow.ui	2007-03-29 22:18:06 UTC (rev 1688)
+++ trunk/src/gui/mainwindow.ui	2007-03-30 00:16:07 UTC (rev 1689)
@@ -77,6 +77,9 @@
           <property name="text" >
            <string>Setup Relaying</string>
           </property>
+          <property name="statusTip" >
+           <string>Set up a Tor relay and help the network grow</string>
+          </property>
           <property name="pixmap" >
            <pixmap>:/images/48x48/network-server.png</pixmap>
           </property>
@@ -87,8 +90,11 @@
           <property name="text" >
            <string>Start Tor</string>
           </property>
+          <property name="statusTip" >
+           <string>Start Tor</string>
+          </property>
           <property name="pixmap" >
-           <pixmap>:/images/48x48/tor-on.png</pixmap>
+           <pixmap>:/images/48x48/start-tor.png</pixmap>
           </property>
          </widget>
         </item>
@@ -97,6 +103,9 @@
           <property name="text" >
            <string>View the Network</string>
           </property>
+          <property name="statusTip" >
+           <string>View a map of the Tor network</string>
+          </property>
           <property name="pixmap" >
            <pixmap>:/images/48x48/applications-internet.png</pixmap>
           </property>
@@ -107,6 +116,9 @@
           <property name="text" >
            <string>Use a New Identity</string>
           </property>
+          <property name="statusTip" >
+           <string>Make subsequent connections appear new</string>
+          </property>
           <property name="pixmap" >
            <pixmap>:/images/48x48/system-users.png</pixmap>
           </property>
@@ -133,6 +145,9 @@
              <property name="text" >
               <string>Bandwidth Graph</string>
              </property>
+             <property name="statusTip" >
+              <string>View Tor's bandwidth usage</string>
+             </property>
              <property name="pixmap" >
               <pixmap>:/images/16x16/utilities-system-monitor.png</pixmap>
              </property>
@@ -143,6 +158,9 @@
              <property name="text" >
               <string>Message Log</string>
              </property>
+             <property name="statusTip" >
+              <string>View Tor's log message history</string>
+             </property>
              <property name="pixmap" >
               <pixmap>:/images/16x16/format-justify-fill.png</pixmap>
              </property>
@@ -153,6 +171,9 @@
              <property name="text" >
               <string>Settings</string>
              </property>
+             <property name="statusTip" >
+              <string>Configure Tor and Vidalia</string>
+             </property>
              <property name="pixmap" >
               <pixmap>:/images/16x16/preferences-system.png</pixmap>
              </property>
@@ -188,6 +209,9 @@
              <property name="text" >
               <string>Help</string>
              </property>
+             <property name="statusTip" >
+              <string>View help documentation</string>
+             </property>
              <property name="pixmap" >
               <pixmap>:/images/16x16/help-browser.png</pixmap>
              </property>
@@ -198,6 +222,9 @@
              <property name="text" >
               <string>About</string>
              </property>
+             <property name="statusTip" >
+              <string>View version and license information</string>
+             </property>
              <property name="pixmap" >
               <pixmap>:/images/16x16/tor-logo.png</pixmap>
              </property>
@@ -208,6 +235,9 @@
              <property name="text" >
               <string>Exit</string>
              </property>
+             <property name="statusTip" >
+              <string>Exit Vidalia</string>
+             </property>
              <property name="pixmap" >
               <pixmap>:/images/16x16/emblem-unreadable.png</pixmap>
              </property>
@@ -265,6 +295,9 @@
          <property name="text" >
           <string>Hide</string>
          </property>
+         <property name="statusTip" >
+          <string>Hide this window</string>
+         </property>
         </widget>
        </item>
      </layout>

Added: trunk/src/gui/res/48x48/start-tor.png
===================================================================
(Binary files differ)


Property changes on: trunk/src/gui/res/48x48/start-tor.png
___________________________________________________________________
Name: svn:mime-type
   + image/x-png

Added: trunk/src/gui/res/48x48/stop-tor.png
===================================================================
(Binary files differ)


Property changes on: trunk/src/gui/res/48x48/stop-tor.png
___________________________________________________________________
Name: svn:mime-type
   + image/x-png

Modified: trunk/src/gui/res/vidalia_common.qrc
===================================================================
--- trunk/src/gui/res/vidalia_common.qrc	2007-03-29 22:18:06 UTC (rev 1688)
+++ trunk/src/gui/res/vidalia_common.qrc	2007-03-30 00:16:07 UTC (rev 1689)
@@ -67,6 +67,8 @@
     <qresource prefix="/images">
         <file>48x48/applications-internet.png</file>
         <file>48x48/network-server.png</file>
+        <file>48x48/start-tor.png</file>
+        <file>48x48/stop-tor.png</file>
         <file>48x48/system-users.png</file>
         <file>48x48/tor-off.png</file>
         <file>48x48/tor-on.png</file>