2008-01-03 22:08:13 +05:30
|
|
|
2008-01-03 Benny Malengier <benny.malengier@gramps-project.org>
|
|
|
|
* data/gramps.desktop.in: list more mime types, item 851
|
|
|
|
|
2008-01-03 21:00:16 +05:30
|
|
|
2008-01-03 Benny Malengier <benny.malengier@gramps-project.org>
|
|
|
|
* src/GrampsDbUtils/_GrampsDbWriteXML.py: wrong escape of &, bug 1430
|
|
|
|
|
2008-01-03 20:24:26 +05:30
|
|
|
2008-01-03 Benny Malengier <benny.malengier@gramps-project.org>
|
|
|
|
* src/plugins/RelCalc.py: managed window error, bug 1499
|
|
|
|
|
2008-01-03 19:48:18 +05:30
|
|
|
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
|
|
|
|
|
2008-01-03 19:11:46 +05:30
|
|
|
2008-01-03 Gary Burton <gary.burton@zen.co.uk>
|
2008-01-03 19:09:57 +05:30
|
|
|
* 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 17:16:54 +05:30
|
|
|
2008-01-03 Jérôme Rapinat <romjerome@yahoo.fr>
|
|
|
|
* src/configure.in : add bulgarian
|
|
|
|
|
2008-01-03 15:10:07 +05:30
|
|
|
2008-01-02 Benny Malengier <benny.malengier@gramps-project.org>
|
|
|
|
* src/ViewManager.py: remove unneeded show, remove tabs
|
|
|
|
|
2008-01-03 10:04:18 +05:30
|
|
|
2008-01-02 Brian Matherly <brian@gramps-project.org>
|
|
|
|
* src/DisplayModels/_PeopleModel.py: Fix filter bug.
|
|
|
|
|
2008-01-03 05:39:48 +05:30
|
|
|
2008-01-02 Jim Sack <jgsack@san.rr.com>
|
|
|
|
* src/const.py.in : change embedded copyright sign to unicode \u00A9
|
|
|
|
(really) instead of the \U (oops)
|
|
|
|
|
2008-01-03 03:40:06 +05:30
|
|
|
2008-01-02 Jim Sack <jgsack@san.rr.com>
|
|
|
|
* 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-03 00:50:23 +05:30
|
|
|
2008-01-02 Benny Malengier <benny.malengier@gramps-project.org>
|
|
|
|
* src/Filters/SideBar/_PlaceSidebarFilter.py: correct string, bug #1275
|
|
|
|
|
2008-01-02 18:50:26 +05:30
|
|
|
2008-01-02 Douglas S. Blank <dblank@cs.brynmawr.edu>
|
|
|
|
* src/Simple/_SimpleTable.py (SimpleTable.row): added obj handlers
|
|
|
|
* src/plugins/References.py: new quick report for listing refs
|
|
|
|
|
2008-01-02 16:41:27 +05:30
|
|
|
2008-01-02 Benny Malengier <benny.malengier@gramps-project.org>
|
|
|
|
* src/DbLoader.py: correct bug state -> dbstate
|
|
|
|
|
2008-01-02 14:13:19 +05:30
|
|
|
2008-01-02 Stéphane Charette <stephanecharette@gmail.com>
|
|
|
|
* 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-02 01:30:01 +05:30
|
|
|
2008-01-01 Peter Landgren <peter.talken@telia.com>
|
|
|
|
* src/plugins/rel_sv.py: Added some comments
|
|
|
|
|
2008-01-01 18:27:18 +05:30
|
|
|
2008-01-01 Gary Burton <gary.burton@zen.co.uk>
|
|
|
|
* src/Editors/_EditFamily.py: Enabled tooltips on person edit buttons
|
|
|
|
bug #1501
|
|
|
|
|
2008-01-01 12:14:58 +05:30
|
|
|
2008-01-01 Brian Matherly <brian@gramps-project.org>
|
|
|
|
* src/gramps_main.py:
|
|
|
|
* src/PluginUtils/_MenuOptions.py:
|
|
|
|
Refinement of "Center Person" selection for reports. Now only use one
|
2008-01-01 18:27:18 +05:30
|
|
|
dialog.
|