2008-01-03 Douglas S. Blank <dblank@cs.brynmawr.edu>

* src/ReportBase/_Constants.py: added QR_NOTE, QR_DATE
	* src/gen/lib/date.py: working on date math
	* src/plugins/AgeOnDate.py: new Quick View for age on date
	* src/plugins/DefaultGadgets.py: added Age on Date gadget
	* src/QuickReports.py: new constants
	* src/Simple/_SimpleTable.py: handle sort columns



svn: r9698
This commit is contained in:
Doug Blank
2008-01-03 14:18:18 +00:00
parent 73bf8719b8
commit 1e3ce27007
7 changed files with 203 additions and 8 deletions

View File

@ -59,7 +59,8 @@ import gtk
from PluginUtils import Plugins
from ReportBase import CATEGORY_QR_PERSON, CATEGORY_QR_FAMILY,\
CATEGORY_QR_EVENT, CATEGORY_QR_SOURCE,\
CATEGORY_QR_PLACE, CATEGORY_QR_REPOSITORY
CATEGORY_QR_PLACE, CATEGORY_QR_REPOSITORY, \
CATEGORY_QR_NOTE, CATEGORY_QR_DATE
def create_quickreport_menu(category,dbstate,uistate,handle) :