Refactoring the report system. Decouple MenuOptions from the code that displays them. (Book Report is broken and needs to be fixed.)

svn: r9875
This commit is contained in:
Brian Matherly
2008-01-18 05:39:50 +00:00
parent ae1912f431
commit 07e1529f27
31 changed files with 1568 additions and 1004 deletions

View File

@@ -330,6 +330,7 @@ src/plugins/ReadGrdb.py
# PluginUtils package
src/PluginUtils/__init__.py
src/PluginUtils/GuiOptions.py
src/PluginUtils/_Options.py
src/PluginUtils/_PluginMgr.py
src/PluginUtils/_Plugins.py
@@ -541,6 +542,7 @@ src/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py
src/Filters/Rules/Family/_HasNoteRegexp.py
src/Filters/Rules/Family/_HasReferenceCountOf.py
src/Filters/Rules/Family/_HasRelType.py
src/Filters/Rules/Family/_IsBookmarked.py
src/Filters/Rules/Family/_RegExpIdOf.py
src/Filters/Rules/Family/_MatchesFilter.py
src/Filters/Rules/Family/_MotherHasIdOf.py