typos
authorMarcus Eggenberger <egs@quassel-irc.org>
Mon, 9 Feb 2009 22:23:32 +0000 (23:23 +0100)
committerMarcus Eggenberger <egs@quassel-irc.org>
Mon, 9 Feb 2009 22:23:32 +0000 (23:23 +0100)
src/qtui/mainwin.cpp
src/qtui/settingspages/aliasesmodel.cpp
src/qtui/settingspages/backlogsettingspage.ui

index 27ac628..37c5865 100644 (file)
@@ -658,6 +658,8 @@ void MainWin::setDisconnectedState() {
   sslLabel->hide();
   updateLagIndicator();
   coreLagLabel->hide();
+  if(msgProcessorStatusWidget)
+    msgProcessorStatusWidget->setProgress(0, 0);
   updateIcon();
 }
 
index 85d09ae..251e9e2 100644 (file)
@@ -53,9 +53,9 @@ QVariant AliasesModel::data(const QModelIndex &index, int role) const {
     case 1:
       return "<b>The string the shortcut will be expanded to</b><br />"
        "<b>special variables:</b><br />"
-       " - <b>$i</b> represenents the i'th parameter.<br />"
-       " - <b>$i..j</b> represenents the i'th to j'th parameter separated by spaces.<br />"
-       " - <b>$i..</b> represenents all parameters from i on separated by spaces.<br />"
+       " - <b>$i</b> represents the i'th parameter.<br />"
+       " - <b>$i..j</b> represents the i'th to j'th parameter separated by spaces.<br />"
+       " - <b>$i..</b> represents all parameters from i on separated by spaces.<br />"
        " - <b>$i:hostname</b> represents the hostname of the user identified by the i'th parameter or a * if unknown.<br />"
        " - <b>$0</b> the whole string.<br />"
        " - <b>$currentnick</b> your current nickname<br />"
index ac06999..c5ae88e 100644 (file)
    <string>Form</string>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout" >
+   <item>
+    <layout class="QHBoxLayout" name="horizontalLayout" >
+     <item>
+      <widget class="QLabel" name="label_2" >
+       <property name="toolTip" >
+        <string>Number of messages to be requested from the core when using scrolling up in the buffer view.</string>
+       </property>
+       <property name="text" >
+        <string>Dynamic backlog amount:</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QSpinBox" name="dynamicBacklogAmount" >
+       <property name="maximum" >
+        <number>1000</number>
+       </property>
+       <property name="singleStep" >
+        <number>10</number>
+       </property>
+       <property name="value" >
+        <number>200</number>
+       </property>
+       <property name="settingsKey" stdset="0" >
+        <string>DynamicBacklogAmount</string>
+       </property>
+       <property name="defaultValue" stdset="0" >
+        <number>200</number>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <spacer name="horizontalSpacer" >
+       <property name="orientation" >
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0" >
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+    </layout>
+   </item>
+   <item>
+    <widget class="Line" name="line" >
+     <property name="orientation" >
+      <enum>Qt::Horizontal</enum>
+     </property>
+    </widget>
+   </item>
    <item>
     <layout class="QHBoxLayout" name="horizontalLayout_5" >
      <item>
          <property name="text" >
           <string>This requester fetches unread messages for each buffer individually. The amount of lines can be limited per buffer.
 
-You can also chose to fetch additional older chatlines to provide a better context.</string>
+You can also choose to fetch additional older chatlines to provide a better context.</string>
          </property>
          <property name="textFormat" >
           <enum>Qt::PlainText</enum>
@@ -288,7 +341,7 @@ You can also chose to fetch additional older chatlines to provide a better conte
             <string>Maximum amount of messages to be fetched per buffer.</string>
            </property>
            <property name="maximum" >
-            <number>1000</number>
+            <number>100000</number>
            </property>
            <property name="singleStep" >
             <number>10</number>
@@ -368,52 +421,6 @@ You can also chose to fetch additional older chatlines to provide a better conte
      </widget>
     </widget>
    </item>
-   <item>
-    <layout class="QHBoxLayout" name="horizontalLayout" >
-     <item>
-      <widget class="QLabel" name="label_2" >
-       <property name="toolTip" >
-        <string>Number of messages to be requested from the core when using scrolling up in the buffer view.</string>
-       </property>
-       <property name="text" >
-        <string>Dynamic backlog amount:</string>
-       </property>
-      </widget>
-     </item>
-     <item>
-      <widget class="QSpinBox" name="dynamicBacklogAmount" >
-       <property name="maximum" >
-        <number>1000</number>
-       </property>
-       <property name="singleStep" >
-        <number>10</number>
-       </property>
-       <property name="value" >
-        <number>200</number>
-       </property>
-       <property name="settingsKey" stdset="0" >
-        <string>DynamicBacklogAmount</string>
-       </property>
-       <property name="defaultValue" stdset="0" >
-        <number>200</number>
-       </property>
-      </widget>
-     </item>
-     <item>
-      <spacer name="horizontalSpacer" >
-       <property name="orientation" >
-        <enum>Qt::Horizontal</enum>
-       </property>
-       <property name="sizeHint" stdset="0" >
-        <size>
-         <width>40</width>
-         <height>20</height>
-        </size>
-       </property>
-      </spacer>
-     </item>
-    </layout>
-   </item>
    <item>
     <spacer name="verticalSpacer_2" >
      <property name="orientation" >