From: Manuel Nickschas Date: Thu, 17 Jan 2008 22:44:03 +0000 (+0000) Subject: Updating the new version.inc (DO keep this current when you commit if possible, X-Git-Tag: 0.2.0-alpha1~225 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=5e15b644e15c5ec0704f5a0f734475d86f179110 Updating the new version.inc (DO keep this current when you commit if possible, 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). --- diff --git a/src/qtui/ui/mainwin.ui b/src/qtui/ui/mainwin.ui index 5b96bf55..02861330 100644 --- a/src/qtui/ui/mainwin.ui +++ b/src/qtui/ui/mainwin.ui @@ -168,6 +168,9 @@ + + false + Edit Identities... @@ -229,7 +232,7 @@ false - :/22x22/actions/oxygen/22x22/actions/network-disconnect.png + Disconnect from Core @@ -240,7 +243,7 @@ false - :/22x22/actions/oxygen/22x22/actions/network-connect.png + Connect to Core... diff --git a/src/qtui/ui/networkeditdlg.ui b/src/qtui/ui/networkeditdlg.ui index b909b9d3..d7633d04 100644 --- a/src/qtui/ui/networkeditdlg.ui +++ b/src/qtui/ui/networkeditdlg.ui @@ -97,10 +97,17 @@ 0 - + + + false + + + + false + 0 @@ -279,7 +286,7 @@ - true + false QTextEdit::NoWrap diff --git a/version.inc b/version.inc index 653864ef..2f02d5a6 100644 --- a/version.inc +++ b/version.inc @@ -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; }