* src/PageView.py (button_press): Catch problem with no loaded database
* src/PersonView.py (button_press): Catch problem with no loaded database * src/GrampsDbBase.py (_get_from_handle): Catch problem with no loaded database * src/MapView.py: Updates * src/EditPerson.py: Change complete flag into marker combo * src/GrampsDbBase.py: Add map for custom marker values * src/PeopleModel.py: Add support for colored markers * src/PersonView.py: Add support for colored markers * src/RelLib.py: Change complete flag into marker combo * src/Utils.py: Add marker types * src/edit_person.glade: Change complete flag into marker combo svn: r5198
This commit is contained in:
@ -234,6 +234,14 @@ repository_types = {
|
||||
RelLib.Repository.COLLECTION : _("Collection"),
|
||||
RelLib.Repository.SAFE : _("Safe"),
|
||||
}
|
||||
|
||||
|
||||
marker_types = {
|
||||
RelLib.PrimaryObject.MARKER_NONE : "",
|
||||
RelLib.PrimaryObject.MARKER_CUSTOM : _("Custom"),
|
||||
RelLib.PrimaryObject.MARKER_COMPLETE : _("Information is complete"),
|
||||
RelLib.PrimaryObject.MARKER_TODO : _("TODO"),
|
||||
}
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Integer to GEDCOM tag mappings for constants
|
||||
|
Reference in New Issue
Block a user