* Fixes bug with reloading filters after they get edited.

* Adds logical operations XOR and 'Exactly one rule must match'
* XOR has no GUI yet, pending 'basic/advanced' preference
* Ability to invert the sense of the filter.
* What should be speed improvements by passing bound methods to the
  builtin filter function
* Changes to the XML input/output to support new functonality
* Changes to UI to support new functionality


svn: r919
This commit is contained in:
Jeffrey C. Ollie
2002-04-13 03:53:20 +00:00
parent 262442eaee
commit 12e0753710
4 changed files with 178 additions and 36 deletions

View File

@@ -869,3 +869,5 @@ NameTypesMap = {
_("Married Name") : "Married Name",
_("Other Name") : "Other Name",
}
logical_functions = ['or', 'and', 'xor', 'one']