Updating the new version.inc (DO keep this current when you commit if possible,
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 17 Jan 2008 22:44:03 +0000 (22:44 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 17 Jan 2008 22:44:03 +0000 (22:44 +0000)
and always update it after protocol changes!) and disabling the old identity dialog
in order to not confuse people too much.
So now editing networks means using the _old_ serverlist dialog and the _new_ identity
dialog, and restarting the core afterwards (since the settings are only read at startup
until we have new settings in place).

src/qtui/ui/mainwin.ui
src/qtui/ui/networkeditdlg.ui
version.inc

index 5b96bf5..0286133 100644 (file)
    </property>
   </action>
   <action name="actionEditIdentities" >
+   <property name="enabled" >
+    <bool>false</bool>
+   </property>
    <property name="text" >
     <string>Edit Identities...</string>
    </property>
     <bool>false</bool>
    </property>
    <property name="icon" >
-    <iconset resource="../../icons/icons.qrc" >:/22x22/actions/oxygen/22x22/actions/network-disconnect.png</iconset>
+    <iconset/>
    </property>
    <property name="text" >
     <string>Disconnect from Core</string>
     <bool>false</bool>
    </property>
    <property name="icon" >
-    <iconset resource="../../icons/icons.qrc" >:/22x22/actions/oxygen/22x22/actions/network-connect.png</iconset>
+    <iconset/>
    </property>
    <property name="text" >
     <string>Connect to Core...</string>
index b909b9d..d7633d0 100644 (file)
         <number>0</number>
        </property>
        <item>
-        <widget class="QComboBox" name="identityList" />
+        <widget class="QComboBox" name="identityList" >
+         <property name="enabled" >
+          <bool>false</bool>
+         </property>
+        </widget>
        </item>
        <item>
         <widget class="QPushButton" name="editIdentities" >
+         <property name="enabled" >
+          <bool>false</bool>
+         </property>
          <property name="sizePolicy" >
           <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
            <horstretch>0</horstretch>
          <item>
           <widget class="QTextEdit" name="performEdit" >
            <property name="enabled" >
-            <bool>true</bool>
+            <bool>false</bool>
            </property>
            <property name="lineWrapMode" >
             <enum>QTextEdit::NoWrap</enum>
index 653864e..2f02d5a 100644 (file)
@@ -4,15 +4,15 @@
 { using namespace Global;
 
   quasselVersion = "0.2.0-pre";
-  quasselDate = "2008-01-12";
-  quasselBuild = 344;
+  quasselDate = "2008-01-17";
+  quasselBuild = 355;
 
   //! Minimum client build number the core needs
-  clientBuildNeeded = 344;
+  clientBuildNeeded = 355;
   clientVersionNeeded = quasselVersion;
 
   //! Minimum core build number the client needs
-  coreBuildNeeded = 344;
+  coreBuildNeeded = 355;
   coreVersionNeeded = quasselVersion;
 
 }