From b70411f0d0f4eba511b457388d5ac292301d10c1 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sun, 14 Dec 2003 04:49:43 +0000 Subject: [PATCH] * src/edit_person.glade: Correct hotkeys. * src/gramps.glade: Correct hotkey targets. * src/ChooseParents.py: Add hotkeys. svn: r2517 --- gramps2/ChangeLog | 3 +++ gramps2/NEWS | 3 +++ gramps2/TODO | 10 ---------- gramps2/src/ChooseParents.py | 8 ++++---- gramps2/src/edit_person.glade | 12 ++++++------ gramps2/src/gramps.glade | 10 ++++++---- 6 files changed, 22 insertions(+), 24 deletions(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index f39a46eed..b47ff9e09 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,5 +1,8 @@ 2003-12-13 Alex Roitman * src/docgen/KwordDoc.py (write_note): Implement function. + * src/edit_person.glade: Correct hotkeys. + * src/gramps.glade: Correct hotkey targets. + * src/ChooseParents.py: Add hotkeys. 2003-12-12 Alex Roitman * src/docgen/HtmlDoc.py (write_note): Set monospace font family diff --git a/gramps2/NEWS b/gramps2/NEWS index 449fdfa10..7d7a581cb 100644 --- a/gramps2/NEWS +++ b/gramps2/NEWS @@ -1,6 +1,9 @@ Version 1.0.0 -- the "Stable as a tombstone" release * New filter and custom filter rule based on the personal completeness flag. * Improved GEDCOM support. +* Phone field in Addresses and Places. +* New "Add from database..." button in gallery tabs. +* Format of the Notes can be set to Flowed or Preformatted. Version 0.98.0 -- the "Round me off" release * More compliance with GNOME HIG. diff --git a/gramps2/TODO b/gramps2/TODO index 442f658e9..ddcef63d4 100644 --- a/gramps2/TODO +++ b/gramps2/TODO @@ -25,15 +25,5 @@ * Add Confession as a standard event * Now that the completeness flag exists, create filters that are using it (both individual and family). -* Introduce format attribute for the notes (Flowed or Preformatted). -* Add ZIP/Postal code to Places -* Add Phone as an attribute for Addresses and Places -* Add FAX too? Maybe rather a property of Phone - (one of: Home, Work, Mobile, FAX, etc). -* Add Phone as a standard personal and family attribute -* Add Award as a standard personal (and family?) attribute -* Add an option to add media from gallery (like TitlePage in BookReport). - Currently it has to be done via DnD, which is hard for small displays. - The selector is already there waiting anyway ;-) * Add autofill feature for City, Church parish, County, State and Country? * And a whole lot more.... diff --git a/gramps2/src/ChooseParents.py b/gramps2/src/ChooseParents.py index c02d0a70e..bbb50fc64 100644 --- a/gramps2/src/ChooseParents.py +++ b/gramps2/src/ChooseParents.py @@ -220,9 +220,9 @@ class ChooseParents: self.fmodel.add(info,d[1],fid==d[1]) if self.type == "Partners": - self.flabel.set_label("%s" % _("Parent")) + self.flabel.set_label("%s" % _("Par_ent")) else: - self.flabel.set_label("%s" % _("Father")) + self.flabel.set_label("%s" % _("Fath_er")) self.fmodel.connect_model() @@ -296,9 +296,9 @@ class ChooseParents: self.mmodel.add(info,d[1],mid==d[1]) if self.type == "Partners": - self.mlabel.set_label("%s" % _("Parent")) + self.mlabel.set_label("%s" % _("Pa_rent")) else: - self.mlabel.set_label("%s" % _("Mother")) + self.mlabel.set_label("%s" % _("Mothe_r")) self.mmodel.connect_model() def parent_relation_changed(self,obj): diff --git a/gramps2/src/edit_person.glade b/gramps2/src/edit_person.glade index e0a659032..7931ac96e 100644 --- a/gramps2/src/edit_person.glade +++ b/gramps2/src/edit_person.glade @@ -188,7 +188,7 @@ True - Family _prefix: + Family prefi_x: True False GTK_JUSTIFY_CENTER @@ -213,7 +213,7 @@ True - Suffi_x: + S_uffix: True False GTK_JUSTIFY_CENTER @@ -263,7 +263,7 @@ True - _Nickname: + Nic_kname: True False GTK_JUSTIFY_CENTER @@ -770,7 +770,7 @@ True True - _unknown + u_nknown True GTK_RELIEF_NORMAL False @@ -939,7 +939,7 @@ True - Pla_ce: + _Place: True False GTK_JUSTIFY_CENTER @@ -1194,7 +1194,7 @@ 6 True True - _Information is complete + Information i_s complete True GTK_RELIEF_NORMAL False diff --git a/gramps2/src/gramps.glade b/gramps2/src/gramps.glade index 352652a87..6a7e2a18f 100644 --- a/gramps2/src/gramps.glade +++ b/gramps2/src/gramps.glade @@ -4190,8 +4190,8 @@ True - <b>Father</b> - False + <b>Fat_her</b> + True True GTK_JUSTIFY_LEFT False @@ -4200,6 +4200,7 @@ 0.5 0 0 + father_list 0 @@ -4272,8 +4273,8 @@ True - <b>Mother</b> - False + <b>Moth_er</b> + True True GTK_JUSTIFY_LEFT False @@ -4282,6 +4283,7 @@ 0.5 0 0 + mother_list 0