From: Sebastian Goth Date: Sun, 13 Sep 2009 20:50:34 +0000 (+0200) Subject: It's the small things.. IgnoreListEditDlg++ X-Git-Tag: 0.5-rc2~55 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=18abdb3fc391ba25d14bba75b06c1846c4b0d724 It's the small things.. IgnoreListEditDlg++ --- diff --git a/src/qtui/settingspages/ignorelisteditdlg.ui b/src/qtui/settingspages/ignorelisteditdlg.ui index def7b2e7..d20dffe6 100644 --- a/src/qtui/settingspages/ignorelisteditdlg.ui +++ b/src/qtui/settingspages/ignorelisteditdlg.ui @@ -18,7 +18,7 @@ :/icons/oxygen/16x16/actions/configure.png:/icons/oxygen/16x16/actions/configure.png - + @@ -34,7 +34,7 @@ Whenever you disable/delete the ignore rule, the messages are shown again.</p Strictness - + @@ -65,7 +65,7 @@ Whenever you disable/delete the ignore rule, the messages are shown again.</p Rule Type - + @@ -121,7 +121,7 @@ Whenever you disable/delete the ignore rule, the messages are shown again.</p ?: representing "exactly one character"</p> - Use Regular Expressions + Regular expression @@ -144,9 +144,9 @@ Whenever you disable/delete the ignore rule, the messages are shown again.</p Scope - + - + @@ -154,13 +154,13 @@ Whenever you disable/delete the ignore rule, the messages are shown again.</p - + Network - + diff --git a/src/qtui/settingspages/ignorelistsettingspage.cpp b/src/qtui/settingspages/ignorelistsettingspage.cpp index 9b140c16..a832e5d0 100644 --- a/src/qtui/settingspages/ignorelistsettingspage.cpp +++ b/src/qtui/settingspages/ignorelistsettingspage.cpp @@ -207,6 +207,8 @@ IgnoreListEditDlg::IgnoreListEditDlg(const IgnoreListManager::IgnoreListItem &it ui.setupUi(this); setAttribute(Qt::WA_DeleteOnClose, false); setModal(true); + // FIXME patch out the bugger completely if it's good without it + ui.isActiveCheckBox->hide(); // setup buttongroups // this could be moved to .ui file with qt4.5