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

[vidalia-svn] r2481: Change "Start my proxy..." to "Start a proxy...". Enable and (in vidalia/trunk: . src/vidalia/config)



Author: edmanm
Date: 2008-04-03 23:01:05 -0400 (Thu, 03 Apr 2008)
New Revision: 2481

Modified:
   vidalia/trunk/
   vidalia/trunk/src/vidalia/config/generalpage.ui
Log:
 r306@lysithea:  edmanm | 2008-04-03 23:01:02 -0400
 Change "Start my proxy..." to "Start a proxy...".  Enable and disable the
 proxy executable widgets when the "Start my proxy..." checkbox is toggled to
 try to make it clearer that if the checkbox is not checked, your proxy
 executable will *never* be started.



Property changes on: vidalia/trunk
___________________________________________________________________
 svk:merge ticket from /local/vidalia/trunk [r306] on 90112fd6-a33b-4cea-8d39-48ff1d78625c

Modified: vidalia/trunk/src/vidalia/config/generalpage.ui
===================================================================
--- vidalia/trunk/src/vidalia/config/generalpage.ui	2008-04-04 02:40:41 UTC (rev 2480)
+++ vidalia/trunk/src/vidalia/config/generalpage.ui	2008-04-04 03:01:05 UTC (rev 2481)
@@ -90,10 +90,17 @@
        <item>
         <layout class="QHBoxLayout" >
          <item>
-          <widget class="QLineEdit" name="lineProxyExecutable" />
+          <widget class="QLineEdit" name="lineProxyExecutable" >
+           <property name="enabled" >
+            <bool>false</bool>
+           </property>
+          </widget>
          </item>
          <item>
           <widget class="QPushButton" name="btnBrowseProxyExecutable" >
+           <property name="enabled" >
+            <bool>false</bool>
+           </property>
            <property name="text" >
             <string>Browse</string>
            </property>
@@ -104,7 +111,10 @@
        <item>
         <layout class="QHBoxLayout" >
          <item>
-          <widget class="QLabel" name="lblProxyArguments" >
+          <widget class="QLabel" name="lblProxyExecutableArguments" >
+           <property name="enabled" >
+            <bool>false</bool>
+           </property>
            <property name="text" >
             <string>Command Line Arguments:</string>
            </property>
@@ -113,12 +123,16 @@
         </layout>
        </item>
        <item>
-        <widget class="QLineEdit" name="lineProxyExecutableArguments" />
+        <widget class="QLineEdit" name="lineProxyExecutableArguments" >
+         <property name="enabled" >
+          <bool>false</bool>
+         </property>
+        </widget>
        </item>
        <item>
         <widget class="QCheckBox" name="chkRunProxyAtVidaliaStartup" >
          <property name="text" >
-          <string>Start my proxy application when Vidalia starts</string>
+          <string>Start a proxy application when Vidalia starts</string>
          </property>
         </widget>
        </item>
@@ -143,5 +157,70 @@
  <resources>
   <include location="../res/vidalia_common.qrc" />
  </resources>
- <connections/>
+ <connections>
+  <connection>
+   <sender>chkRunProxyAtVidaliaStartup</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>btnBrowseProxyExecutable</receiver>
+   <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel" >
+     <x>253</x>
+     <y>310</y>
+    </hint>
+    <hint type="destinationlabel" >
+     <x>432</x>
+     <y>216</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>chkRunProxyAtVidaliaStartup</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>lineProxyExecutable</receiver>
+   <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel" >
+     <x>253</x>
+     <y>310</y>
+    </hint>
+    <hint type="destinationlabel" >
+     <x>207</x>
+     <y>217</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>chkRunProxyAtVidaliaStartup</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>lineProxyExecutableArguments</receiver>
+   <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel" >
+     <x>253</x>
+     <y>310</y>
+    </hint>
+    <hint type="destinationlabel" >
+     <x>253</x>
+     <y>279</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>chkRunProxyAtVidaliaStartup</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>lblProxyExecutableArguments</receiver>
+   <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel" >
+     <x>253</x>
+     <y>310</y>
+    </hint>
+    <hint type="destinationlabel" >
+     <x>253</x>
+     <y>248</y>
+    </hint>
+   </hints>
+  </connection>
+ </connections>
 </ui>