Don Allingham
e50e33cba6
* src/AutoComp.py: remove double display of data
...
* src/FamilyView.py: remove unused check
* src/GrampsBSDDB.py: search by gramps_id
* src/GrampsDbBase.py: search by gramps_id, unicode/str conversions
* src/Marriage.py: handle gramps_id editing
* src/ReadXML.py: fix handle/gramps_id on import
* src/plugins/RelCalc.py: display date instead of event handle
* src/Relationship.py: family handles working
* src/PeopleModel.py: comment out unused functions
* src/PeopleModel.py: simplify model interface
* src/AddSpouse.py: get_family_from_handle fixes
* src/EditPerson.py: get_family_from_handle fixes
* src/EditSource.py: get_family_from_handle fixes
* src/GraphLayout.py: get_family_from_handle fixes
* src/ImageSelect.py: get_family_from_handle fixes
* src/MediaView.py: get_family_from_handle fixes
* src/MergeData.py: get_family_from_handle fixes
* src/PlaceView.py: get_family_from_handle fixes
* src/ReadXML.py: get_family_from_handle fixes
* src/RelLib.py: get_family_from_handle fixes
* src/Relationship.py: get_family_from_handle fixes
* src/SelectChild.py: get_family_from_handle fixes
* src/SourceView.py: get_family_from_handle fixes
* src/SubstKeywords.py: get_family_from_handle fixes
* src/WriteXML.py: get_family_from_handle fixes
* src/gramps_main.py: get_family_from_handle fixes
svn: r3446
2004-08-20 02:20:06 +00:00
Don Allingham
0eeb7d9511
remove print statements
...
svn: r3444
2004-08-19 21:47:26 +00:00
Don Allingham
79f7ff0cad
* PeopleModel.py: simplify model interface
...
* EditPerson.py: get_family_from_handle fixes
* EditSource.py: get_family_from_handle fixes
* GraphLayout.py: get_family_from_handle fixes
* ImageSelect.py: get_family_from_handle fixes
* MediaView.py: get_family_from_handle fixes
* MergeData.py: get_family_from_handle fixes
* PlaceView.py: get_family_from_handle fixes
* ReadXML.py: get_family_from_handle fixes
* RelLib.py: get_family_from_handle fixes
* Relationship.py: get_family_from_handle fixes
* SelectChild.py: get_family_from_handle fixes
* SourceView.py: get_family_from_handle fixes
* SubstKeywords.py: get_family_from_handle fixes
* WriteXML.py: get_family_from_handle fixes
* gramps_main.py: get_family_from_handle fixes
* plugins/AncestorChart.py: get_family_from_handle fixes
* plugins/AncestorChart2.py: get_family_from_handle fixes
* plugins/AncestorReport.py: get_family_from_handle fixes
* plugins/Ancestors.py: get_family_from_handle fixes
* plugins/Check.py: get_family_from_handle fixes
* plugins/CountAncestors.py: get_family_from_handle fixes
* plugins/Desbrowser.py: get_family_from_handle fixes
* plugins/DescendReport.py: get_family_from_handle fixes
* plugins/DetAncestralReport.py: get_family_from_handle fixes
* plugins/DetDescendantReport.py: get_family_from_handle fixes
* plugins/FamilyGroup.py: get_family_from_handle fixes
* plugins/FanChart.py: get_family_from_handle fixes
* plugins/FtmStyleAncestors.py: get_family_from_handle fixes
* plugins/FtmStyleDescendants.py: get_family_from_handle fixes
* plugins/GraphViz.py: get_family_from_handle fixes
* plugins/IndivComplete.py: get_family_from_handle fixes
* plugins/IndivSummary.py: get_family_from_handle fixes
* plugins/Merge.py: get_family_from_handle fixes
* plugins/RelGraph.py: get_family_from_handle fixes
* plugins/Verify.py: get_family_from_handle fixes
* plugins/WebPage.py: get_family_from_handle fixes
* plugins/WriteCD.py: get_family_from_handle fixes
* plugins/WritePkg.py: get_family_from_handle fixes
* plugins/rel_de.py: get_family_from_handle fixes
* plugins/rel_hu.py: get_family_from_handle fixes
* plugins/rel_ru.py: get_family_from_handle fixes
svn: r3443
2004-08-19 21:35:16 +00:00
Don Allingham
e3c16d18ef
* src/EditPerson.py: fix None gramps_id for new person
...
* src/PeopleModel.py: add sort_name back in
svn: r3435
2004-08-19 03:44:10 +00:00
Don Allingham
a57fc7f25b
* src/accent.py: provide sorting on i18n characters without
...
accents
* src/Makefile.am: add accent.py to list
svn: r3433
2004-08-19 02:37:35 +00:00
Don Allingham
bed73e4f7b
* src/RelImage.py: remove PIL
...
* src/Imgmanip.py: remove PIL
* src/MediaView.py: remove PIL
* src/accent.py: support of unaccenting characters for comparison,
and sorting
* src/RelLib.py: build sort name using unaccented version
* src/PeopleView.py: get bold working again
* src/PeopleModel.py: sort using unaccented characters
svn: r3428
2004-08-18 03:55:55 +00:00
Don Allingham
d05a83ecd1
* various: Updated cleaned up API
...
svn: r3388
2004-08-13 04:34:07 +00:00
Don Allingham
4fd3c41ceb
* various: change try_to_find_*_from_handle to
...
get_*_from_handle
svn: r3355
2004-08-07 05:16:57 +00:00
Don Allingham
99ffd9cd52
* src/AddSpouse.py: fix gender selection
...
* src/DbPrompter.py: support other DB formats
* src/GrampsBSDDB.py: BSDDB format, derived from GrampsDbBase
* src/GrampsDbBase.py: base class for database classes
* src/GrampsGEDDB.py: GEDCOM format, derived from GrampsDbBase
* src/GrampsXMLDB.py: XML format, derived from GrampsDbBase
* src/PeopleModel.py: handle rebuilds better
* src/RelLib.py: use try_to_find_person_from_handle
* src/WriteXML.py: use gramps ids instead of handles
* src/const.py.in: handle family relations correctly
* src/gramps_main.py: remove prefix settings
* src/data/gnome-mime-application-x-gramps-xml.png: new icon
* src/data/gramps.applications: support for x-gramps-xml
* src/data/gramps.keys: support for x-gramps-xml
* src/data/gramps.mime: support for x-gramps-xml
* src/data/gramps.schemas: added event format
* src/data/gramps.xml: support for x-gramps-xml
* src/plugins/ReadGedcom.py: start of GEDDB support
* src/plugins/WriteGedcom.py: start of GEDDB support
svn: r3306
2004-08-01 04:21:31 +00:00
Don Allingham
8df3fd12d4
* src/RelLib.py, etc.: convert get_id to get_handle
...
svn: r3290
2004-07-28 02:29:07 +00:00
Don Allingham
fca58c0099
fix import
...
svn: r3236
2004-06-28 01:27:37 +00:00
Don Allingham
ca2b166f8f
* src/gramps_main.py: fix import problem
...
svn: r3234
2004-06-27 18:08:19 +00:00
Don Allingham
673af70455
* src/gramps_main.py: dropped New Database message. After all, it should
...
be incredibly obvious.
* src/Utils.py: create_id to generate random internal ID
* src/RelLib.py: new internal ID support
* src/AddSpouse.py: bug fixes
* src/ChooseParents.py: bug fixes
* src/PeopleModel.py: bug fixes
* src/PeopleView.py: bug fixes
* src/FamilyView.py: bug fixes
* src/Bookmarks.py: support for new internal IDs
* src/EditPerson.py: support for new internal IDs
* src/plugins/ReadGedcom.py: handle new internal IDs
svn: r3233
2004-06-27 03:10:06 +00:00
Don Allingham
6a25e86405
* src/DisplayModels.py: support for Spouse column
...
* src/MediaView.py: fix try_to_find_object_from_id
* src/PeopleModel.py: support for Spouse column
* src/RelLib.py: handle expanding columns
svn: r3198
2004-06-03 03:28:46 +00:00
Alex Roitman
e7b77ccb83
* src/RelLib.py (Transaction.__len__): Redefine length.
...
* src/ChooseParents.py, src/EditPerson.py, src/EditSource.py,
src/EventEdit.py, src/FamilyView.py, src/gramps_main.py,
src/ImageSelect.py, src/Marriage.py, src/MediaView.py,
src/PedView.py, src/PeopleModel.py, src/PlaceView.py,
src/SelectChild.py, src/SelectObject.py, src/Sources.py,
src/SourceView.py, src/Utils.py, src/Witness.py,
src/WriteXML.py: Switch from find_* to try_to_find_* methods.
svn: r3193
2004-05-26 03:26:18 +00:00
Don Allingham
bb26f82775
* src/PeopleModel.py: temporary fix for add person update
...
* src/PeopleView.py: temporary fix for add person update
svn: r3190
2004-05-25 03:41:35 +00:00
Don Allingham
2439564ba2
* various: transactions are now required for commits
...
svn: r3186
2004-05-24 04:32:19 +00:00
Don Allingham
1e9a1fc2cc
* src/ImageSelect.py: handle new file chooser
...
svn: r3133
2004-05-06 04:26:47 +00:00
Don Allingham
a638ba9f41
update for GEDCOM memory usage
...
svn: r3123
2004-05-04 04:34:48 +00:00
Don Allingham
e97365dedf
update
...
svn: r3117
2004-05-02 04:10:33 +00:00
Don Allingham
bd599862d5
* src/GenericFilter.py: Add a generic filter that can take a
...
parameter
* src/PeopleModel.py: Support for top level visibility
* src/gramps.glade: clean up filtering widgets
* src/gramps_main.py: build basic filters
svn: r3115
2004-04-30 03:01:51 +00:00
Don Allingham
4407b69063
* src/DbPrompter.py: remove unused functions
...
* src/DisplayModels.py: filtering support
* src/GenericFilter.py: filtering support
* src/PeopleModel.py: support for filtering
* src/PeopleView.py: support for filtering
* src/RelLib.py: filtering support
* src/Utils.py: filtering support
* src/gramps.glade: remove invert for filters
* src/gramps_main.py: filtering support
svn: r3114
2004-04-28 04:06:25 +00:00
Don Allingham
6b74af3368
Fixes for undo
...
svn: r3089
2004-04-16 19:15:02 +00:00
Don Allingham
f58731f4ea
* various: Add undo functionality
...
svn: r3065
2004-03-30 04:50:24 +00:00
Don Allingham
5ade7bac06
* src/SelectChild.py: use PersonModel
...
* src/plugins/FilterEditor.py: use new SelectPerson
svn: r3052
2004-03-23 05:01:19 +00:00
Don Allingham
aceaffcc97
Convert to new GenericTreeView models
...
svn: r3040
2004-03-22 04:41:35 +00:00
Don Allingham
dc7a5a6473
* src/PeopleModel.py: Column reordering/selection
...
* src/PeopleView.py: Column reordering/selection
* src/RelLib.py: Column reordering/selection
* src/gramps_main.py: Column reordering/selection
* src/gramps.glade: Column editor
* src/ColumnOrder.py: Column editor
svn: r2998
2004-03-10 05:15:06 +00:00
Don Allingham
c4a640394d
* src/EditPerson.py: TreeView enhancements
...
* src/PeopleModel.py: TreeView enhancements
* src/PeopleView.py: TreeView enhancements
* src/gramps_main.py: TreeView enhancements
svn: r2984
2004-03-09 05:12:14 +00:00
Don Allingham
d6c5b2746f
* src/PeopleModel.py: New GenericTreeView based model
...
* src/RelLib.py: metadata/people model support
* src/gramps_main.py: PeopleModel support
* src/PeopleView.py: PeopleModel support
svn: r2978
2004-03-07 21:50:41 +00:00