* src/edit_person.glade: Correct hotkeys.

* src/gramps.glade: Correct hotkey targets.
* src/ChooseParents.py: Add hotkeys.


svn: r2517
This commit is contained in:
Alex Roitman 2003-12-14 04:49:43 +00:00
parent 6ae0b14d61
commit dede375ac8
6 changed files with 22 additions and 24 deletions

View File

@ -1,5 +1,8 @@
2003-12-13 Alex Roitman <shura@alex.neuro.umn.edu> 2003-12-13 Alex Roitman <shura@alex.neuro.umn.edu>
* src/docgen/KwordDoc.py (write_note): Implement function. * 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 <shura@alex.neuro.umn.edu> 2003-12-12 Alex Roitman <shura@alex.neuro.umn.edu>
* src/docgen/HtmlDoc.py (write_note): Set monospace font family * src/docgen/HtmlDoc.py (write_note): Set monospace font family

3
NEWS
View File

@ -1,6 +1,9 @@
Version 1.0.0 -- the "Stable as a tombstone" release Version 1.0.0 -- the "Stable as a tombstone" release
* New filter and custom filter rule based on the personal completeness flag. * New filter and custom filter rule based on the personal completeness flag.
* Improved GEDCOM support. * 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 Version 0.98.0 -- the "Round me off" release
* More compliance with GNOME HIG. * More compliance with GNOME HIG.

10
TODO
View File

@ -25,15 +25,5 @@
* Add Confession as a standard event * Add Confession as a standard event
* Now that the completeness flag exists, create filters that are using it * Now that the completeness flag exists, create filters that are using it
(both individual and family). (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? * Add autofill feature for City, Church parish, County, State and Country?
* And a whole lot more.... * And a whole lot more....

View File

@ -220,9 +220,9 @@ class ChooseParents:
self.fmodel.add(info,d[1],fid==d[1]) self.fmodel.add(info,d[1],fid==d[1])
if self.type == "Partners": if self.type == "Partners":
self.flabel.set_label("<b>%s</b>" % _("Parent")) self.flabel.set_label("<b>%s</b>" % _("Par_ent"))
else: else:
self.flabel.set_label("<b>%s</b>" % _("Father")) self.flabel.set_label("<b>%s</b>" % _("Fath_er"))
self.fmodel.connect_model() self.fmodel.connect_model()
@ -296,9 +296,9 @@ class ChooseParents:
self.mmodel.add(info,d[1],mid==d[1]) self.mmodel.add(info,d[1],mid==d[1])
if self.type == "Partners": if self.type == "Partners":
self.mlabel.set_label("<b>%s</b>" % _("Parent")) self.mlabel.set_label("<b>%s</b>" % _("Pa_rent"))
else: else:
self.mlabel.set_label("<b>%s</b>" % _("Mother")) self.mlabel.set_label("<b>%s</b>" % _("Mothe_r"))
self.mmodel.connect_model() self.mmodel.connect_model()
def parent_relation_changed(self,obj): def parent_relation_changed(self,obj):

View File

@ -188,7 +188,7 @@
<child> <child>
<widget class="GtkLabel" id="label293"> <widget class="GtkLabel" id="label293">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes">Family _prefix:</property> <property name="label" translatable="yes">Family prefi_x:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="use_markup">False</property> <property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property> <property name="justify">GTK_JUSTIFY_CENTER</property>
@ -213,7 +213,7 @@
<child> <child>
<widget class="GtkLabel" id="label23"> <widget class="GtkLabel" id="label23">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes">Suffi_x:</property> <property name="label" translatable="yes">S_uffix:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="use_markup">False</property> <property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property> <property name="justify">GTK_JUSTIFY_CENTER</property>
@ -263,7 +263,7 @@
<child> <child>
<widget class="GtkLabel" id="label116"> <widget class="GtkLabel" id="label116">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes">_Nickname:</property> <property name="label" translatable="yes">Nic_kname:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="use_markup">False</property> <property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property> <property name="justify">GTK_JUSTIFY_CENTER</property>
@ -770,7 +770,7 @@
<widget class="GtkRadioButton" id="genderUnknown"> <widget class="GtkRadioButton" id="genderUnknown">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="label" translatable="yes">_unknown</property> <property name="label" translatable="yes">u_nknown</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property> <property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">False</property> <property name="active">False</property>
@ -939,7 +939,7 @@
<child> <child>
<widget class="GtkLabel" id="label123"> <widget class="GtkLabel" id="label123">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes">Pla_ce:</property> <property name="label" translatable="yes">_Place:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="use_markup">False</property> <property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property> <property name="justify">GTK_JUSTIFY_CENTER</property>
@ -1194,7 +1194,7 @@
<property name="border_width">6</property> <property name="border_width">6</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="label" translatable="yes">_Information is complete</property> <property name="label" translatable="yes">Information i_s complete</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property> <property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">False</property> <property name="active">False</property>

View File

@ -4190,8 +4190,8 @@
<child> <child>
<widget class="GtkLabel" id="flabel"> <widget class="GtkLabel" id="flabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Father&lt;/b&gt;</property> <property name="label" translatable="yes">&lt;b&gt;Fat_her&lt;/b&gt;</property>
<property name="use_underline">False</property> <property name="use_underline">True</property>
<property name="use_markup">True</property> <property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property> <property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property> <property name="wrap">False</property>
@ -4200,6 +4200,7 @@
<property name="yalign">0.5</property> <property name="yalign">0.5</property>
<property name="xpad">0</property> <property name="xpad">0</property>
<property name="ypad">0</property> <property name="ypad">0</property>
<property name="mnemonic_widget">father_list</property>
</widget> </widget>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
@ -4272,8 +4273,8 @@
<child> <child>
<widget class="GtkLabel" id="mlabel"> <widget class="GtkLabel" id="mlabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Mother&lt;/b&gt;</property> <property name="label" translatable="yes">&lt;b&gt;Moth_er&lt;/b&gt;</property>
<property name="use_underline">False</property> <property name="use_underline">True</property>
<property name="use_markup">True</property> <property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property> <property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property> <property name="wrap">False</property>
@ -4282,6 +4283,7 @@
<property name="yalign">0.5</property> <property name="yalign">0.5</property>
<property name="xpad">0</property> <property name="xpad">0</property>
<property name="ypad">0</property> <property name="ypad">0</property>
<property name="mnemonic_widget">mother_list</property>
</widget> </widget>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>