From: Marcus Eggenberger Date: Mon, 9 Feb 2009 22:23:32 +0000 (+0100) Subject: typos X-Git-Tag: 0.4.0~103 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=9a717378a859383363ea519dd9de9c0138d0db73 typos --- diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index 27ac628d..37c5865c 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -658,6 +658,8 @@ void MainWin::setDisconnectedState() { sslLabel->hide(); updateLagIndicator(); coreLagLabel->hide(); + if(msgProcessorStatusWidget) + msgProcessorStatusWidget->setProgress(0, 0); updateIcon(); } diff --git a/src/qtui/settingspages/aliasesmodel.cpp b/src/qtui/settingspages/aliasesmodel.cpp index 85d09aea..251e9e26 100644 --- a/src/qtui/settingspages/aliasesmodel.cpp +++ b/src/qtui/settingspages/aliasesmodel.cpp @@ -53,9 +53,9 @@ QVariant AliasesModel::data(const QModelIndex &index, int role) const { case 1: return "The string the shortcut will be expanded to
" "special variables:
" - " - $i represenents the i'th parameter.
" - " - $i..j represenents the i'th to j'th parameter separated by spaces.
" - " - $i.. represenents all parameters from i on separated by spaces.
" + " - $i represents the i'th parameter.
" + " - $i..j represents the i'th to j'th parameter separated by spaces.
" + " - $i.. represents all parameters from i on separated by spaces.
" " - $i:hostname represents the hostname of the user identified by the i'th parameter or a * if unknown.
" " - $0 the whole string.
" " - $currentnick your current nickname
" diff --git a/src/qtui/settingspages/backlogsettingspage.ui b/src/qtui/settingspages/backlogsettingspage.ui index ac069998..c5ae88e6 100644 --- a/src/qtui/settingspages/backlogsettingspage.ui +++ b/src/qtui/settingspages/backlogsettingspage.ui @@ -13,6 +13,59 @@ Form + + + + + + Number of messages to be requested from the core when using scrolling up in the buffer view. + + + Dynamic backlog amount: + + + + + + + 1000 + + + 10 + + + 200 + + + DynamicBacklogAmount + + + 200 + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + Qt::Horizontal + + + @@ -144,7 +197,7 @@ 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. +You can also choose to fetch additional older chatlines to provide a better context. Qt::PlainText @@ -288,7 +341,7 @@ You can also chose to fetch additional older chatlines to provide a better conte Maximum amount of messages to be fetched per buffer. - 1000 + 100000 10 @@ -368,52 +421,6 @@ You can also chose to fetch additional older chatlines to provide a better conte - - - - - - Number of messages to be requested from the core when using scrolling up in the buffer view. - - - Dynamic backlog amount: - - - - - - - 1000 - - - 10 - - - 200 - - - DynamicBacklogAmount - - - 200 - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - -