Show serverlist by default in the NetworksSettingsPage. Plus I finally get a round...
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 29 Apr 2008 22:51:10 +0000 (22:51 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 29 Apr 2008 22:51:10 +0000 (22:51 +0000)
src/qtui/settingspages/networkssettingspage.ui
version.inc

index aae2401..a180f3e 100644 (file)
 Unless you *really* know what you do, leave this as ISO-8859-1!</string>
         </property>
         <property name="currentIndex" >
-         <number>1</number>
+         <number>0</number>
         </property>
         <widget class="QWidget" name="serversTab" >
          <property name="enabled" >
@@ -171,8 +171,8 @@ Unless you *really* know what you do, leave this as ISO-8859-1!</string>
           <rect>
            <x>0</x>
            <y>0</y>
-           <width>301</width>
-           <height>326</height>
+           <width>244</width>
+           <height>332</height>
           </rect>
          </property>
          <attribute name="title" >
@@ -337,8 +337,8 @@ Unless you *really* know what you do, leave this as ISO-8859-1!</string>
           <rect>
            <x>0</x>
            <y>0</y>
-           <width>301</width>
-           <height>326</height>
+           <width>244</width>
+           <height>332</height>
           </rect>
          </property>
          <attribute name="title" >
@@ -377,13 +377,6 @@ Unless you *really* know what you do, leave this as ISO-8859-1!</string>
              <bool>true</bool>
             </property>
             <layout class="QGridLayout" name="gridLayout" >
-             <item row="0" column="0" >
-              <widget class="QLabel" name="label_2" >
-               <property name="text" >
-                <string>Service:</string>
-               </property>
-              </widget>
-             </item>
              <item row="0" column="1" >
               <widget class="QLineEdit" name="autoIdentifyService" >
                <property name="enabled" >
@@ -394,23 +387,30 @@ Unless you *really* know what you do, leave this as ISO-8859-1!</string>
                </property>
               </widget>
              </item>
-             <item row="1" column="0" >
-              <widget class="QLabel" name="label_3" >
+             <item row="1" column="1" >
+              <widget class="QLineEdit" name="autoIdentifyPassword" >
                <property name="enabled" >
                 <bool>true</bool>
                </property>
+               <property name="echoMode" >
+                <enum>QLineEdit::Password</enum>
+               </property>
+              </widget>
+             </item>
+             <item row="0" column="0" >
+              <widget class="QLabel" name="label_2" >
                <property name="text" >
-                <string>Password:</string>
+                <string>Service:</string>
                </property>
               </widget>
              </item>
-             <item row="1" column="1" >
-              <widget class="QLineEdit" name="autoIdentifyPassword" >
+             <item row="1" column="0" >
+              <widget class="QLabel" name="label_3" >
                <property name="enabled" >
                 <bool>true</bool>
                </property>
-               <property name="echoMode" >
-                <enum>QLineEdit::Password</enum>
+               <property name="text" >
+                <string>Password:</string>
                </property>
               </widget>
              </item>
@@ -428,8 +428,8 @@ Unless you *really* know what you do, leave this as ISO-8859-1!</string>
           <rect>
            <x>0</x>
            <y>0</y>
-           <width>301</width>
-           <height>326</height>
+           <width>244</width>
+           <height>332</height>
           </rect>
          </property>
          <attribute name="title" >
index fc54420..98f829e 100644 (file)
@@ -4,8 +4,8 @@
 { using namespace Global;
 
   quasselVersion = "0.2.0-beta1-pre";
-  quasselDate = "2008-04-29";
-  quasselBuild = 797;
+  quasselDate = "2008-04-30";
+  quasselBuild = 800;
 
   //! Minimum client build number the core needs
   clientBuildNeeded = 731;