client: Fix .ui reference to oxygen_icons.qrc
[quassel.git] / src / qtui / settingspages / ignorelisteditdlg.ui
index 990162a..e7fb3bb 100644 (file)
@@ -15,7 +15,7 @@
    <string>Configure Ignore Rule</string>
   </property>
   <property name="windowIcon">
-   <iconset resource="../../../icons/oxygen.qrc">
+   <iconset>
     <normaloff>:/icons/oxygen/16x16/actions/configure.png</normaloff>:/icons/oxygen/16x16/actions/configure.png</iconset>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_5">
@@ -80,6 +80,13 @@ Whenever you disable/delete the ignore rule, the messages are shown again.&lt;/p
           </property>
          </widget>
         </item>
+        <item>
+         <widget class="QRadioButton" name="ctcpTypeButton">
+          <property name="text">
+           <string>CTCP</string>
+          </property>
+         </widget>
+        </item>
        </layout>
       </widget>
      </item>
@@ -154,13 +161,13 @@ Whenever you disable/delete the ignore rule, the messages are shown again.&lt;/p
           </property>
          </widget>
         </item>
-       <item>
+        <item>
          <widget class="QRadioButton" name="networkScopeButton">
           <property name="text">
            <string>Network</string>
           </property>
          </widget>
-       </item>
+        </item>
         <item>
          <widget class="QRadioButton" name="channelScopeButton">
           <property name="text">
@@ -177,9 +184,16 @@ Whenever you disable/delete the ignore rule, the messages are shown again.&lt;/p
 &lt;p&gt;A scope rule is a semicolon separated list of either &lt;i&gt;network&lt;/i&gt; or &lt;i&gt;channel&lt;/i&gt; names.&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Example:&lt;/i&gt;
 &lt;br /&gt;
-&lt;i&gt;#quassel*; #foobar&lt;/i&gt;
+&lt;i&gt;#quassel*; #foobar; !#quasseldroid&lt;/i&gt;
+&lt;br /&gt;
+would match on &lt;i&gt;#foobar&lt;/i&gt; and any channel starting with &lt;i&gt;#quassel&lt;/i&gt; except for &lt;i&gt;#quasseldroid&lt;/i&gt;
+&lt;br /&gt;
+&lt;p&gt;If only inverted names are specified, it will match anything except for what's specified (implicit wildcard).&lt;/p&gt;
+&lt;p&gt;&lt;i&gt;Example:&lt;/i&gt;
+&lt;br /&gt;
+&lt;i&gt;!#quassel*; !#foobar&lt;/i&gt;
 &lt;br /&gt;
-would match on #foobar and on any channel starting with &lt;i&gt;#quassel&lt;/i&gt;&lt;/p&gt;</string>
+would match anything except for &lt;i&gt;#foobar&lt;/i&gt; or any channel starting with &lt;i&gt;#quassel&lt;/i&gt;&lt;/p&gt;</string>
         </property>
        </widget>
       </item>
@@ -228,8 +242,22 @@ For dynamic rules, disabling actually shows the filtered messages again.&lt;/p&g
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>dynamicStrictnessButton</tabstop>
+  <tabstop>permanentStrictnessButton</tabstop>
+  <tabstop>senderTypeButton</tabstop>
+  <tabstop>messageTypeButton</tabstop>
+  <tabstop>ignoreRuleLineEdit</tabstop>
+  <tabstop>isRegExCheckBox</tabstop>
+  <tabstop>scopeRuleTextEdit</tabstop>
+  <tabstop>globalScopeButton</tabstop>
+  <tabstop>networkScopeButton</tabstop>
+  <tabstop>channelScopeButton</tabstop>
+  <tabstop>isActiveCheckBox</tabstop>
+  <tabstop>buttonBox</tabstop>
+ </tabstops>
  <resources>
-  <include location="../../../icons/oxygen.qrc"/>
+  <include location="../../../icons/oxygen_icons.qrc"/>
  </resources>
  <connections>
   <connection>