Alex Roitman
4dae3896e4
2006-11-25 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.load): Use
per-database environment dirs, under ~/.gramps/env dir.
* src/const.py.in (env_dir): Add new variable.
svn: r7697
2006-11-26 03:00:44 +00:00
Don Allingham
712e0bbbd0
* src/Config/_GrampsConfigKeys.py: remember editor size
...
* src/Editors/_EditPlace.py: remember editor size
* src/Editors/_EditSource.py: remember editor size
* src/Editors/_EditPerson.py: remember editor size
* src/Editors/_EditMedia.py: remember editor size
* src/Editors/_EditRepository.py: remember editor size
* src/Editors/_EditEvent.py: remember editor size
* src/glade/gramps.glade: remember editor size
* data/gramps.schemas.in: remember editor size
svn: r7695
2006-11-26 01:29:58 +00:00
Don Allingham
b8e31ea189
* src/GrampsDb/_ReadGedcom.py: handle _UID for FAM structure ( #0000505 )
...
svn: r7694
2006-11-25 20:46:52 +00:00
Don Allingham
b4ab08cb84
2006-11-25 Don Allingham <don@gramps-project.org>
...
* src/docgen/ODFDoc.py: don't query mime type for ODT, since some systems
return only "ODT Document", which is kind of useless. Use OpenDocument Text
instead.
svn: r7693
2006-11-25 20:16:55 +00:00
Don Allingham
24b008dbf5
* src/images/Makefile.am: add share-fam.png
...
svn: r7690
2006-11-25 01:14:10 +00:00
Don Allingham
13cbf0f899
2006-11-24 Don Allingham <don@gramps-project.org>
...
* src/GrampsDb/_WriteXML.py: handle unicode decoding errors
* src/plugins/NarrativeWeb.py: handle unicode decoding errors
* src/plugins/AncestorReport.py: bring into conformance with the spec.
svn: r7689
2006-11-25 01:02:26 +00:00
Martin Hawlisch
7a490847fc
* src/Filters/Rules/*/_MatchesFilter.py: Fix typo in description
...
svn: r7681
2006-11-24 19:04:06 +00:00
Alex Roitman
5caccd96d8
* test/GrampsDb/GrampsDbBase_Test.py (test_reindex_reference_map):
...
Properly define lambda to fake the _update_reference_map method.
svn: r7678
2006-11-24 05:39:14 +00:00
Alex Roitman
1bbb4d8843
2006-11-23 Alex Roitman <shura@gramps-project.org>
...
* test/GrampsDb/GrampsDbTestBase.py (tearDown): Close database at
the end of test.
svn: r7677
2006-11-24 05:21:57 +00:00
Don Allingham
93c59a215e
2006-11-23 Don Allingham <don@gramps-project.org>
...
* src/docgen/Makefile.am: don't install AbiWord, OpenOffice 1.X,
and KWord formats, since they have been superceded by OpenDocument.
svn: r7676
2006-11-24 04:21:51 +00:00
Don Allingham
6da16f7f99
2006-11-22 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_RelationView.py: remove unused button
* help/C/figures/family.png: updated
* help/C/figures/reorder.png: new image
* help/C/gramps.xml: updates
svn: r7670
2006-11-23 05:01:18 +00:00
Martin Hawlisch
2157a1fbdc
* src/ReportBase/_ReportUtils: Factor out common code into get_birth_or_fallback() and get_death_or_fallback()
...
* src/DataViews/_PedigreeView.py: Use get_birth/death_or_fallback()
* src/DataViews/_RelationView.py: Use get_birth/death_or_fallback()
* src/DisplayModels/_PeopleModel.py: Fix EventRoleType call
svn: r7669
2006-11-22 22:30:47 +00:00
Martin Hawlisch
2906476bc1
* src/RelLib/_Person.py (set_birth_ref,set_death_ref): Dont fail if setting to None (which is what Check.py does).
...
* src/plugins/TestcaseGenerator.py: Make it work again + some enhancements
svn: r7668
2006-11-22 15:27:31 +00:00
Brian Matherly
5ebb88828f
* src/plugins/DetDescendantReport.py: 0000558: Print only primary events
...
* src/plugins/DetAncestralReport.py: 0000558: Print only primary events
* src/plugins/GraphViz.py: 0000558: Print only primary events
* src/plugins/FamilyGroup.py: 0000558: Print only primary events
* src/plugins/IndivComplete.py: 0000558: Print only primary events
* src/plugins/NarrativeWeb.py: 0000558: Print only primary events
svn: r7666
2006-11-22 04:43:33 +00:00
Don Allingham
7ff75def9c
* src/GrampsDb/_ReadGedcom.py: handle illegal fullname gedcoms produced by FTM
...
* src/GrampsDb/_GedTokens.py: handle illegal fullname gedcoms produced by FTM
svn: r7664
2006-11-21 17:07:18 +00:00
Don Allingham
abeac39d36
2006-11-21 Don Allingham <don@gramps-project.org>
...
* src/Utils.py (probably_alive): use get_primary_event_ref_list()
* src/RelLib/_Person.py: Add get_primary_event_ref_list()
svn: r7663
2006-11-21 16:20:35 +00:00
Don Allingham
3b52a960e9
2006-11-20 Don Allingham <don@gramps-project.org>
...
* src/Editors/_EditName.py: autocomplete for surnames
* src/glade/gramps.glade: set focus properly
svn: r7661
2006-11-21 02:43:24 +00:00
Martin Hawlisch
227a67d5e5
* src/RelLib/_Person.py (_remove_handle_references): When removing a place dont delete the whole LdsOrd but only unset its place reference.
...
* src/plugins/Check.py (check_place_references): Add checks for LdsOrd inside Person and Family
svn: r7658
2006-11-20 15:26:38 +00:00
Brian Matherly
d2fe259d6e
* src/plugins/DetDescendantReport.py: Use callname instead of nickname ( #0000557 )
...
* src/plugins/DetAncestralReport.py: Use callname instead of nickname (#0000557 )
* src/ReportBase/_ReportUtils.py: Use callname instead of nickname (#0000557 )
svn: r7657
2006-11-20 13:16:22 +00:00
Martin Hawlisch
a4ad96f2c9
* src/RelLib/_Family.py (get_sourcref_child_list): The ChildRefs were missing here. This now removes deleted Sources from ChildRefs.
...
svn: r7656
2006-11-20 09:50:41 +00:00
Don Allingham
be05c165ba
* src/Utils.py: probably_alive should onlyuse primary events
...
svn: r7655
2006-11-20 04:50:59 +00:00
Don Allingham
6c7c0096bf
2006-11-19 Don Allingham <don@gramps-project.org>
...
* src/DbLoader.py: try to catch a None value for default directory
svn: r7654
2006-11-20 03:29:16 +00:00
Brian Matherly
ed9e7b3eef
* src/ViewManager.py: Fix 0000576: Credits window behind about window
...
svn: r7653
2006-11-20 02:08:42 +00:00
Brian Matherly
9b9d0fc574
* src/plugins/NarrativeWeb.py: Fix 0000543: Multimedia-Objects marked as private are visible in narrative web-report
...
svn: r7648
2006-11-19 04:40:24 +00:00
Alex Roitman
115892cc8d
In .:
...
2006-11-18 Alex Roitman <shura@gramps-project.org>
* src/ReportBase/_StyleEditor.py (__init__): Translate string.
In po:
2006-11-18 Piotr Czubaszek <pioterus@gmail.com>
* pl.po: Translation update.
svn: r7647
2006-11-19 02:51:45 +00:00
Don Allingham
1b45b8215c
2006-11-18 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_RelationshipView.py: fix messages
* help/C/gramps.xml: improvements in text
* various: remove unused figures
svn: r7646
2006-11-19 02:00:18 +00:00
Don Allingham
5afb3c0e29
2006-11-17 Don Allingham <don@gramps-project.org>
...
* src/ManagedWindow.py: catch missing item error
svn: r7642
2006-11-18 04:24:04 +00:00
Don Allingham
d24d0eaae0
2006-11-16 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_RelationView.py: share parents button
* src/images/share-fam.png: share parents button
* src/gramps_main.py: share parents button
svn: r7638
2006-11-17 05:17:13 +00:00
Alex Roitman
fca43e4f5a
2006-11-16 Alex Roitman <shura@phy.ucsf.edu>
...
* src/Reorder.py: Import gettext.
svn: r7635
2006-11-17 00:39:27 +00:00
Don Allingham
c0ecc88cb1
* src/Editors/_EditPerson.py: save previous window size
...
* data/gramps.schemas.in: default transactions to off, previous editperson window size
* src/Config/_GrampsConfigKeys.py: default transaction to off, previous editperson window size
svn: r7632
2006-11-16 04:47:34 +00:00
Don Allingham
5ff0f80a20
2006-11-15 Don Allingham <don@gramps-project.org>
...
* data/gramps.schemas.in: default transactions to off
* src/Config/_GrampsConfigKeys.py: default transaction to off
* src/Editors/_EditFamily.py: remove dead code
* src/plugins/DetDescendantReport.py: remove dead code
svn: r7631
2006-11-16 04:02:28 +00:00
Brian Matherly
a0cd16d3cd
* src/plugins/DetAncestralReport.py: Add family Events
...
* src/plugins/DetDescendantReport.py: Add family Events
svn: r7625
2006-11-14 04:39:55 +00:00
Don Allingham
229c71db16
2006-11-13 Don Allingham <don@gramps-project.org>
...
* src/Editors/_EditFamily.py: fix FAM_WIDTH
svn: r7623
2006-11-14 01:10:17 +00:00
Don Allingham
c4d56e5510
* src/Viewmanager.py: prompt before abandoning changes; enable autobackup
...
* src/GrampsCfg.py: enable autobackup
* src/Config/_GrampsConfigKeys.py: enable autobackup
* data/gramps.schemas: enable autobackup
svn: r7621
2006-11-13 04:50:38 +00:00
Don Allingham
b5fa169927
* src/Viewmanager.py: prompt before abandoning changes
...
svn: r7620
2006-11-13 02:42:07 +00:00
Don Allingham
b4a0f30356
2006-11-12 Don Allingham <don@gramps-project.org>
...
* src/GrampsDb/_WriteGedcom.py: RepoRefs don't have a privacy flag
svn: r7619
2006-11-12 22:20:06 +00:00
Don Allingham
b45b7de3ea
* src/Config/_GrampsConfigKeys.py: add saving of family editor size, disabling of
...
defaulting to last viwe
* src/ViewManager.py: allow disabling of defaulting to last view
* src/GrampsCfg.py: allow disabling of defaulting to last view
* src/ViewManager.py: allow disabling of defaulting to last view
* data/gramps.schemas.in: allow disabling of defaulting to last view
svn: r7617
2006-11-12 03:35:52 +00:00
Don Allingham
b37e158da4
2006-11-11 Don Allingham <don@gramps-project.org>
...
* src/Config/_GrampsConfigKeys.py: add saving of family editor size
* src/Editors/_EditFamily.py: add saving of family editor size
* src/DisplayTabs/_GalleryTab.py: Catch possible exception
* src/glade/gramps.glade: add saving of family editor size
* src/DbLoader.py: Display error message on RUNRECOVERY error
* src/DisplayTabs/_AddrEmbedList.py: make labels more consistent (#513 )
svn: r7616
2006-11-12 03:12:57 +00:00
Martin Hawlisch
06029afcfd
* test/GrampsDb/GrampsDbTestBase.py: Provide a callback to db.load(). Hmmm, that worked without sometime back.
...
svn: r7615
2006-11-11 21:46:22 +00:00
Alex Roitman
29760f6141
2006-11-10 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_GrampsInMemDB.py (get_event_cursor): Remove extra
definition.
svn: r7611
2006-11-11 05:39:20 +00:00
Don Allingham
123c2f44f8
2006-11-10 Don Allingham <don@gramps-project.org>
...
* src/GrampsDb/_ReadGedcom.py: handle GedcomError properly
* src/DisplayModels/_BaseModel.py: handle add properly with filters
svn: r7609
2006-11-11 05:02:26 +00:00
Martin Hawlisch
cd6b816099
* src/DisplayTabs/_PersonRefEmbedList.py,
...
* src/DdTargets.py,
* src/ScratchPad.py: Fix support of PersonRef DnD
svn: r7608
2006-11-10 23:28:40 +00:00
Martin Hawlisch
11f51cec0f
* src/Filters/Rules/Person/_HasBirth.py,
...
* src/Filters/Rules/Person/_HasDeath.py,
* src/Filters/Rules/Person/_HasEvent.py: Only match filter if event role = primary
* src/RelLib/_Person.py (_remove_handle_references): Correct removing of person handle reference; (get_sourcref_child_list) Add self.person_ref_list because they link to persons and sources
* src/DataViews/_PersonView.py (delete_person_response): Remove person from other persons as well because of PersonRef.
svn: r7607
2006-11-10 21:27:08 +00:00
Martin Hawlisch
0cf82abb1b
* src/DataViews/_PedigreeView.py,
...
* src/DataViews/_RelationView.py,
* src/DisplayModels/_PeopleModel.py: Only show fallbacks for birth and death if role=primary
svn: r7605
2006-11-10 16:23:11 +00:00
Martin Hawlisch
df76108793
* src/plugins/ImportGeneWeb.py: Start parsing titles of a person
...
svn: r7604
2006-11-10 15:54:51 +00:00
Alex Roitman
49199f9c12
2006-11-09 Alex Roitman <shura@gramps-project.org>
...
* src/Filters/Rules/Person/_HasDeath.py (apply): Match any of the
death events.
* src/Filters/Rules/Person/_HasBirth.py (apply): Match any of the
birth events.
svn: r7603
2006-11-10 07:27:11 +00:00
Don Allingham
c3b30caddc
2006-11-09 Don Allingham <don@gramps-project.org>
...
* src/DisplayModels/PageView.py: fix delete
2006-02-09 Jérôme Rapinat <romjerome@yahoo.fr>
2005-12-10 Jérôme Rapinat <romjerome@yahoo.fr>
2005-12-09 Jérôme Rapinat <romjerome@yahoo.fr>
2005-12-07 Jérôme Rapinat <romjerome@yahoo.fr>
2005-12-06 Jérôme Rapinat <romjerome@yahoo.fr>
svn: r7602
2006-11-10 06:11:23 +00:00
Alex Roitman
8fd8c61a1a
In .:
...
2006-11-09 Alex Roitman <shura@gramps-project.org>
* data/*.svg: Add mime type icons.
* data/*.png: Update bitmap icons to look the same as SVG.
* data/Makefile.am: Ship SVG mime type icons.
In help:
2006-11-09 Alex Roitman <shura@gramps-project.org>
* nb/gramps.xml: Remove autogenerated file.
* nb/.xml2po.mo: Remove autogenerated file.
svn: r7601
2006-11-10 05:52:14 +00:00
Martin Hawlisch
0011110903
* src/DataViews/_RelationView.py (info_string): Use DateHandler instead of the date object to display the date
...
* src/DataViews/_PedigreeView.py (format person: Use DateHandler instead of the date object to display the date (closes #565 )
svn: r7598
2006-11-09 13:04:21 +00:00
Martin Hawlisch
2b97ac774c
* src/plugins/Check.py: Add check for PersonRef referencing non existant person
...
svn: r7597
2006-11-09 12:33:10 +00:00
Martin Hawlisch
0455f3b6b6
* src/QuestionDialog.py: Set Window titles to make window manager and taskbar happy
...
svn: r7596
2006-11-09 11:38:18 +00:00
Martin Hawlisch
7839194619
* src/plugins/ImportGeneWeb.py: Properly parse death date in case birth date is unknown
...
svn: r7593
2006-11-09 07:10:26 +00:00
Alex Roitman
88f728f877
2006-11-08 Alex Roitman <shura@gramps-project.org>
...
* src/plugins/SimpleBookTitle.py: Fix the object selection.
svn: r7592
2006-11-09 06:55:18 +00:00
Don Allingham
624463ad93
button config value change, freeze person info
...
svn: r7591
2006-11-09 05:52:49 +00:00
Martin Hawlisch
8a7218260e
* src/plugins/ImportGeneWeb.py: Fix parsing of baptism date
...
svn: r7590
2006-11-09 05:42:47 +00:00
Martin Hawlisch
188d817c9d
* src/date_test.py: Correct import of Date object
...
svn: r7589
2006-11-09 05:05:40 +00:00
Don Allingham
ee1a8c7309
* src/DataViews/_RelationView.py: add toolbar buttons, catch edit
...
button config value change
* src/GrampsCfg.py: reorder options
svn: r7588
2006-11-09 04:55:51 +00:00
Don Allingham
c142fa04f9
2006-11-08 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_RelationView.py: add toolbar buttons
* src/images/Makefile.am: install new svg files
* src/images/parents.svg: button for toolbar
* src/images/spouse.svg: button for toolbar
* src/gramps_main.py: register new stock icons
svn: r7587
2006-11-09 04:18:18 +00:00
Don Allingham
aa5a41f5cc
* src/DataViews/_RelationshipView.py: Optionally hide Edit buttons
...
* src/Config/_GrampsConfigKeys.py: Optionally hide Edit buttons
* src/GrampsWidgets.py: Allow empty button for LinkBox
svn: r7581
2006-11-08 05:15:26 +00:00
Don Allingham
f191497468
2006-11-07 Don Allingham <don@gramps-project.org>
...
* src/plugins/RemoveUnused.py: general cleanup
svn: r7580
2006-11-08 03:20:20 +00:00
Alex Roitman
e537fe173d
2006-11-07 Alex Roitman <shura@gramps-project.org>
...
* src/DataViews/_RelationView.py (info_string): Add missing clause.
svn: r7579
2006-11-07 20:48:15 +00:00
Martin Hawlisch
1995a4a74d
* src/DisplayModels/_PeopleModel.py: Make fallbacks for birth and death work again.
...
* src/DataViews/_RelationView.py (write_title): Display fallbacks in case birth or death is not available
* src/DataViews/_PedigreeView.py: Display fallbacks in case birth or death is not available
svn: r7575
2006-11-07 12:05:40 +00:00
Don Allingham
22305a24a6
* src/glade/gramps.glade: add tooltips for place buttons
...
svn: r7573
2006-11-07 02:32:33 +00:00
Don Allingham
7a31b30b8d
* src/GrampsWidgets.py: provide default instructions for place
...
svn: r7572
2006-11-07 02:15:37 +00:00
Don Allingham
55daa2ec2d
* src/DataViews/_MediaView.py: cancel drag-n-drop if list is empty
...
* src/PageView.py: cancel drag-n-drop if list is empty
svn: r7571
2006-11-07 01:29:15 +00:00
Don Allingham
0b11bd37b1
* src/ViewManager.py (ViewManager.about): destroy About dialog
...
after running
svn: r7570
2006-11-07 00:29:31 +00:00
Don Allingham
6225faf92d
2006-11-06 Don Allingham <don@gramps-project.org>
...
* src/Editors/_EditPerson.py: Change Unknown Gender dialog to allow
the user to specify without going back to the main window
* src/plugins/RemoveUnused.py: cleanup
svn: r7569
2006-11-06 21:27:49 +00:00
Alex Roitman
738c4b2deb
2006-11-06 Alex Roitman <shura@gramps-project.org>
...
* NEWS: Update.
svn: r7566
2006-11-06 16:44:16 +00:00
Brian Matherly
15fe5ad82e
* src/plugins/NarrativeWeb.py: Add family event gallery items to individual page
...
svn: r7561
2006-11-06 04:27:23 +00:00
Don Allingham
cf4dae1779
* src/plugins/RemoveUnused.py: remove unused sources and events, and UI
...
svn: r7560
2006-11-06 04:23:10 +00:00
Brian Matherly
d5fea06ce3
* src/plugins/NarrativeWeb.py: Add street to place page.
...
svn: r7559
2006-11-06 03:15:44 +00:00
Don Allingham
5d0f1c18af
* src/plugins/Makefile.am: add RemoveUnused.py
...
* src/plugins/RemoveUnused.py: remove unused sources and events
svn: r7558
2006-11-06 02:51:09 +00:00
Don Allingham
ab4971cb3b
* src/DataViews/_PersonView.py: provide a default surname for and Add
...
Person button press based of selected item in the Person View tree.
* help/C/various: remove unused files from manual
svn: r7557
2006-11-06 00:41:13 +00:00
Don Allingham
a1c363e4bd
2006-11-05 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PlaceView.py: drag-n-drop support
* src/GrampsWidgets.py: drag-n-drop support for place selector widget
* src/ScratchPad.py: drag-n-drop support for places
* src/DdTargets.py: drag-n-drop support for places
svn: r7555
2006-11-05 23:11:02 +00:00
Alex Roitman
7b89307797
* NEWS: Update.
...
svn: r7554
2006-11-05 23:05:24 +00:00
Alex Roitman
65800c17df
In .:
...
2006-11-05 Alex Roitman <shura@gramps-project.org>
* configure.in (ALL_LINGUAS): Add Turkish language.
In po:
2006-11-05 Mehmet Ugur Kecik <mukecik@yahoo.com>
* tr.po: Add Turkish translation.
svn: r7553
2006-11-05 22:56:08 +00:00
Don Allingham
a8cf2cb36e
2006-11-04 Don Allingham <don@gramps-project.org>
...
* src/GrampsCfg.py: warn that chaning date format will not take
effect until next start
* src/DisplayState.py: remove redundant code
svn: r7552
2006-11-05 05:20:35 +00:00
Martin Hawlisch
7dae010f95
* src/plugins/ImportGeneWeb.py: Bugfixes (convert to new api); Add support for some more geneweb features
...
svn: r7550
2006-11-04 20:52:09 +00:00
Alex Roitman
0cf06f4bd1
Update
...
svn: r7548
2006-11-03 17:05:58 +00:00
Alex Roitman
f949791a0b
2006-11-03 Alex Roitman <shura@gramps-project.org>
...
* configure.in: Bump up the version.
* src/Editors/_EditLdsOrd.py (update_parent_label): Spurious
translation.
* src/DataViews/_RelationView.py (write_event_ref): Spurious
translation.
* src/ReportBase/_ReportDialog.py (get_header): Spurious
translation.
* RELEASE: version 2.2.2 is released.
svn: r7547
2006-11-03 17:05:24 +00:00
Alex Roitman
0964618751
* NEWS: Update.
...
svn: r7545
2006-11-03 04:37:17 +00:00
Don Allingham
f19266890c
2006-11-02 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_RelationView.py: fix spacing
* src/ScratchPad.py: handle deleting of a person properly
svn: r7541
2006-11-03 04:12:12 +00:00
Alex Roitman
a67a8548a3
2006-11-02 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Typo.
svn: r7540
2006-11-03 03:11:40 +00:00
Don Allingham
a22f2fd5a7
2006-11-01 Don Allingham <don@gramps-project.org>
...
* src/plugins/DescendReport.py: handle exceeding the max generations
svn: r7538
2006-11-02 03:34:16 +00:00
Martin Hawlisch
71f7929543
* src/ScratchPad.py: Fix signal connection and dbstate vs. db confusion; Add more checks for is_valid; This should now remove stale objects on delete or database change.
...
svn: r7535
2006-11-01 13:41:09 +00:00
Don Allingham
83f416a7e3
* src/DataViews/_RelationView.py: add right context menu
...
svn: r7531
2006-10-31 23:03:58 +00:00
Don Allingham
f03c4cf3b9
* src/DataViews/_PersonView.py: fix typo
...
svn: r7529
2006-10-31 20:16:08 +00:00
Don Allingham
138439270f
* src/GrampsCfg.py: Fix check box message for adding a family
...
svn: r7528
2006-10-31 19:48:15 +00:00
Don Allingham
e560e50e46
* src/Reorder.py: Allow for reordering of relationships, enhance
...
buttons
svn: r7527
2006-10-31 19:44:45 +00:00
Don Allingham
00a4313720
2006-10-31 Don Allingham <don@gramps-project.org>
...
* src/Reorder.py: Allow for reordering of relationships
* src/DataViews/_RelationView.py: add reorder support
* src/glade/gramps.glade: reorder dialog
* src/Makefile.am: install Reorder.py
svn: r7525
2006-10-31 17:36:38 +00:00
Alex Roitman
ebcd60fa9e
2006-10-31 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_WriteGedcom.py (write_families): Properly write
custom attr type.
svn: r7524
2006-10-31 16:15:21 +00:00
Don Allingham
0c1e41564b
* src/DataViews/_PersonView.py: prevent updates on person list if not
...
visible (person-added)
svn: r7521
2006-10-30 23:36:50 +00:00
Don Allingham
686c99ae4c
* src/gramps_main.py: remove 2.1 unstable warning
...
svn: r7514
2006-10-30 14:44:04 +00:00
Don Allingham
66b12dcac3
2006-10-30 Don Allingham <don@gramps-project.org>
...
* src/Makefile.am: install Lru.py
svn: r7511
2006-10-30 12:46:25 +00:00
Don Allingham
e06c3a46fd
the PyPE program
...
svn: r7506
2006-10-30 04:09:43 +00:00
Don Allingham
d831a4216a
* src/GrampsCfg.py: make look more like gedit
...
svn: r7505
2006-10-30 03:27:55 +00:00
Don Allingham
3c5983b25f
* src/Lru.py: Added least-recently-used module from
...
the PyPE program
* src/DisplayModels/_PeopleModel.py: use LRU module to speed up
name displays
svn: r7504
2006-10-30 01:37:43 +00:00
Don Allingham
f46ab3f17a
* configure.in: post 2.2.1 release update
...
svn: r7503
2006-10-30 01:23:47 +00:00
Don Allingham
919e882cd2
* src/GrampsDb/_ReadXML.py: handle broken events
...
svn: r7502
2006-10-30 00:53:17 +00:00
Don Allingham
b8b5f36026
2006-10-29 Don Allingham <don@gramps-project.org>
...
* help/C/gramps.xml: fix <warning>
svn: r7498
2006-10-29 21:39:30 +00:00