gramps/src/Editors
Alex Roitman cd5518015b 2006-04-19 Alex Roitman <shura@gramps-project.org>
* src/Utils.py: Remove obsolete code.
	* src/DisplayTabs.py (EventRefModel.column_role): Adapt to new types.
	* src/PeopleModel.py: Adapt to new types.
	* src/plugins/TestcaseGenerator.py: Adapt to new types.
	* src/RelLib/Makefile.am: Ship new files.
	* src/RelLib/_EventRef.py: Adapt to new types.
	* src/RelLib/_PrimaryObject.py: Adapt to new types.
	* src/RelLib/_EventRoleType.py: Add new module.
	* src/RelLib/_RepoRef.py: Adapt to new types.
	* src/RelLib/_MarkerType.py: Add new module.
	* src/RelLib/_Family.py: Adapt to new types.
	* src/RelLib/_Person.py: Adapt to new types.
	* src/RelLib/_SourceMediaType.py: Add new module.
	* src/RelLib/__init__.py: Expose new modules.
	* src/Editors/_EditPerson.py: Use new type.
	* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Adapt to new types.
	* src/GrampsDb/_ConstXML.py: Comment out obsolete code.
	* src/GrampsDb/_ReadXML.py: Adapt to new types.
	* src/GrampsDb/_GrampsDbBase.py (commit_person): Properly use marker.
	* src/GrampsDb/_ReadGedcom.py: Adapt to new types.
	* src/DataViews/_FamilyView.py (write_relationship): Use new type.
	* src/DataViews/_PedigreeView.py (format_relation): Use new type.



svn: r6372
2006-04-20 00:44:44 +00:00
..
__init__.py * src/Editors/__init__.py: added EditChildRef 2006-04-18 20:27:53 +00:00
_EditAddress.py * various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext 2006-04-06 22:02:46 +00:00
_EditAttribute.py * various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext 2006-04-06 22:02:46 +00:00
_EditChildRef.py * src/Editors/_EditChildRef.py: fix call for MonitoredDataType 2006-04-19 04:44:20 +00:00
_EditEvent.py GrampsType support for FamilyRelations, Events 2006-04-19 22:59:33 +00:00
_EditEventRef.py GrampsType support for FamilyRelations, Events 2006-04-19 22:59:33 +00:00
_EditFamily.py GrampsType support for FamilyRelations, Events 2006-04-19 22:59:33 +00:00
_EditLdsOrd.py * src/GrampsDb/_ReadGedcom.py: LDS fixes. 2006-04-10 18:38:13 +00:00
_EditLocation.py * various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext 2006-04-06 22:02:46 +00:00
_EditMedia.py * various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext 2006-04-06 22:02:46 +00:00
_EditMediaRef.py * various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext 2006-04-06 22:02:46 +00:00
_EditName.py * src/Editors/_EditName.py: fix call for MonitoredDataType 2006-04-19 04:42:49 +00:00
_EditPerson.py 2006-04-19 Alex Roitman <shura@gramps-project.org> 2006-04-20 00:44:44 +00:00
_EditPersonRef.py Fix family/child refs 2006-04-13 19:34:07 +00:00
_EditPlace.py * various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext 2006-04-06 22:02:46 +00:00
_EditPrimary.py * various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext 2006-04-06 22:02:46 +00:00
_EditReference.py * various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext 2006-04-06 22:02:46 +00:00
_EditRepoRef.py * various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext 2006-04-06 22:02:46 +00:00
_EditRepository.py * src/GrampsDb/_ReadXML.py: new types 2006-04-19 03:57:10 +00:00
_EditSecondary.py * various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext 2006-04-06 22:02:46 +00:00
_EditSource.py * various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext 2006-04-06 22:02:46 +00:00
_EditSourceRef.py * various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext 2006-04-06 22:02:46 +00:00
_EditUrl.py * src/GrampsDb/_ReadXML.py: new types 2006-04-19 03:57:10 +00:00
Makefile.am * src/Editors/__init__.py: added EditChildRef 2006-04-18 20:27:53 +00:00