2008-01-03 Benny Malengier * src/GrampsDbUtils/_GrampsDbWriteXML.py: wrong escape of &, bug 1430 2008-01-03 Benny Malengier * src/plugins/RelCalc.py: managed window error, bug 1499 2008-01-03 Douglas S. Blank * 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 2008-01-03 Gary Burton * src/Selectors/_SelectPerson.py: the select person dialog now allows a person to be selected by using the keyboard. This dialog really needs an overhaul so that it can use the BaseSelector class as SelectFamily does. However a PeopleModel based on BaseModel is required for this as the existing PeopleModel is a custom built class. bug #1456 2008-01-03 Jérôme Rapinat * src/configure.in : add bulgarian 2008-01-02 Benny Malengier * src/ViewManager.py: remove unneeded show, remove tabs 2008-01-02 Brian Matherly * src/DisplayModels/_PeopleModel.py: Fix filter bug. 2008-01-02 Jim Sack * src/const.py.in : change embedded copyright sign to unicode \u00A9 (really) instead of the \U (oops) 2008-01-02 Jim Sack * src/const.py.in : change embedded copyright sign to unicode \u00A9 and eliminate call to unicode(), as well as the "coding cookie" at the top of file, since there is no longer any non-ASCII 2008-01-02 Benny Malengier * src/Filters/SideBar/_PlaceSidebarFilter.py: correct string, bug #1275 2008-01-02 Douglas S. Blank * src/Simple/_SimpleTable.py (SimpleTable.row): added obj handlers * src/plugins/References.py: new quick report for listing refs 2008-01-02 Benny Malengier * src/DbLoader.py: correct bug state -> dbstate 2008-01-02 Stéphane Charette * src/BaseDoc.py: definition of add_comment() * src/ReportBase/_GraphvizReportDialog.py: implement add_comment() * src/plugins/GVFamilyLines.py: * src/PluginUtils/__init__.py: * src/PluginUtils/_MenuOptions.py: work in progress to migrate the FamilyLines plugin to the new GraphViz framework; new menu option widget called "SurnameColourOption" (which is actually quite specific to the FamilyLines plugin) 2008-01-01 Peter Landgren * src/plugins/rel_sv.py: Added some comments 2008-01-01 Gary Burton * src/Editors/_EditFamily.py: Enabled tooltips on person edit buttons bug #1501 2008-01-01 Brian Matherly * src/gramps_main.py: * src/PluginUtils/_MenuOptions.py: Refinement of "Center Person" selection for reports. Now only use one dialog.