* src/GenericFilter.py: Add a combobox that handles filter

selection
* src/PaperMenu.py: Add combobox classes to handle paper size
and paper orientation selection.
* src/Plugins.py: Add combobox classes to handle draw doc format
and text doc format selection
* src/Report.py: Use new comboboxes
* src/plugins/TimeLine.py: Use new comboboxes

* src/Filter.py: remove - no longer used


svn: r3839
This commit is contained in:
Don Allingham
2004-12-28 00:23:49 +00:00
parent 5f062fccc9
commit ce6192ea46
8 changed files with 363 additions and 348 deletions

View File

@ -147,6 +147,5 @@ def register_datehandler(locales,parse_class,display_class):
#-------------------------------------------------------------------------
from Plugins import load_plugins
from const import datesDir
print "loading",datesDir
load_plugins(datesDir)