In .:
2006-12-30 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: Map to existing places if possible * src/Merge/_MergePerson.py: Merge identical names * src/ViewManager.py: bind <Alt>N and <Alt>P to next and previous view In help: 2006-12-30 Don Allingham <don@gramps-project.org> * C/gramps.xml: start the rework of the key binding sections svn: r7861
This commit is contained in:
parent
806b7375cf
commit
bcefe6c7d7
@ -1,3 +1,8 @@
|
||||
2006-12-30 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsDb/_ReadGedcom.py: Map to existing places if possible
|
||||
* src/Merge/_MergePerson.py: Merge identical names
|
||||
* src/ViewManager.py: bind <Alt>N and <Alt>P to next and previous view
|
||||
|
||||
2006-12-30 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||
* src/DataViews/_RelationView.py: removed change_page(): Do not set
|
||||
the toolbar buttons to a possibly wrong state, these are set by
|
||||
|
@ -6849,305 +6849,64 @@
|
||||
<sect1 id="keybind-lists">
|
||||
<title>List Views</title>
|
||||
|
||||
<para>The following bindings are available in all list views: People
|
||||
View, Sources View, Places View, and Media View.</para>
|
||||
|
||||
<informaltable frame="topbot">
|
||||
<tgroup cols="2">
|
||||
<colspec colname="col1" />
|
||||
|
||||
<colspec colname="col2" />
|
||||
|
||||
<thead>
|
||||
<row valign="top">
|
||||
<entry colname="col1" colsep="0"
|
||||
valign="top"><para>Key</para></entry>
|
||||
|
||||
<entry colname="col2" valign="top"><para>Function</para></entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Enter</keycap></para></entry>
|
||||
|
||||
<entry><para>Invoke <guilabel>Edit Person</guilabel> dialog with
|
||||
the Active Person.</para></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="keybind-family">
|
||||
<title>Family View</title>
|
||||
|
||||
<para>The bindings available in the Family View depend on where the
|
||||
focus is. The following tables list the bindings for all focus
|
||||
targets.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>Focus on the Active Person</term>
|
||||
|
||||
<listitem>
|
||||
<informaltable frame="topbot">
|
||||
<tgroup cols="2">
|
||||
<colspec colname="col1" />
|
||||
|
||||
<colspec colname="col2" />
|
||||
|
||||
<thead>
|
||||
<row valign="top">
|
||||
<entry colname="col1" colsep="0"
|
||||
valign="top"><para>Key</para></entry>
|
||||
|
||||
<entry colname="col2"
|
||||
valign="top"><para>Function</para></entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Enter</keycap></para></entry>
|
||||
|
||||
<entry><para>Invoke <guilabel>Edit Person</guilabel>
|
||||
dialog with the Active Person.</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Ctrl</keycap>+<keycap>Down</keycap>
|
||||
or
|
||||
<keycap>Ctrl</keycap>+<keycap>Right</keycap></para></entry>
|
||||
|
||||
<entry><para>Swap the Active Person and the selected
|
||||
spouse. Use <keycap>Ctrl</keycap>+<keycap>Down</keycap> in
|
||||
standard Family View and
|
||||
<keycap>Ctrl</keycap>+<keycap>Right</keycap> in
|
||||
alternative Family View.</para></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Focus on the Spouse box</term>
|
||||
|
||||
<listitem>
|
||||
<informaltable frame="topbot">
|
||||
<tgroup cols="2">
|
||||
<colspec colname="col1" />
|
||||
|
||||
<colspec colname="col2" />
|
||||
|
||||
<thead>
|
||||
<row valign="top">
|
||||
<entry colname="col1" colsep="0"
|
||||
valign="top"><para>Key</para></entry>
|
||||
|
||||
<entry colname="col2"
|
||||
valign="top"><para>Function</para></entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Enter</keycap></para></entry>
|
||||
|
||||
<entry><para>Edit relationship between the Active Person
|
||||
and the selected spouse.</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Shift</keycap>+<keycap>Enter</keycap></para></entry>
|
||||
|
||||
<entry><para>Edit the personal information for the
|
||||
selected spouse.</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Insert</keycap></para></entry>
|
||||
|
||||
<entry><para>Add a person from the database to the spouse
|
||||
list.</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Shift</keycap>+<keycap>Insert</keycap></para></entry>
|
||||
|
||||
<entry><para>Add a new person to the database and to the
|
||||
spouse list.</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Delete</keycap></para></entry>
|
||||
|
||||
<entry><para>Delete the selected spouse from the spouse
|
||||
list. The spouse is not deleted from the
|
||||
database.</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Ctrl</keycap>+<keycap>Up</keycap> or
|
||||
<keycap>Ctrl</keycap>+<keycap>Left</keycap></para></entry>
|
||||
|
||||
<entry><para>Swap the selected spouse and the Active
|
||||
Person. Use <keycap>Ctrl</keycap>+<keycap>Up</keycap> in
|
||||
standard Family View and
|
||||
<keycap>Ctrl</keycap>+<keycap>Left</keycap> in alternative
|
||||
Family View.</para></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Focus on the Parents box</term>
|
||||
|
||||
<listitem>
|
||||
<informaltable frame="topbot">
|
||||
<tgroup cols="2">
|
||||
<colspec colname="col1" />
|
||||
|
||||
<colspec colname="col2" />
|
||||
|
||||
<thead>
|
||||
<row valign="top">
|
||||
<entry colname="col1" colsep="0"
|
||||
valign="top"><para>Key</para></entry>
|
||||
|
||||
<entry colname="col2"
|
||||
valign="top"><para>Function</para></entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Enter</keycap></para></entry>
|
||||
|
||||
<entry><para>Edit relationship between the parents and
|
||||
their child (either the Active Person or the selected
|
||||
spouse, depending which parents box the focus is
|
||||
in).</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Insert</keycap></para></entry>
|
||||
|
||||
<entry><para>Add a new set of parents from the database to
|
||||
the list.</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Shift</keycap>+<keycap>Insert</keycap></para></entry>
|
||||
|
||||
<entry><para>Add a new set of parents to the database and
|
||||
to the list.</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Delete</keycap></para></entry>
|
||||
|
||||
<entry><para>Delete the selected parents from the list.
|
||||
The parents are not deleted from the
|
||||
database.</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Ctrl</keycap>+<keycap>Right</keycap>
|
||||
or
|
||||
<keycap>Ctrl</keycap>+<keycap>Down</keycap></para></entry>
|
||||
|
||||
<entry><para>Make the selected parents the active family.
|
||||
Use <keycap>Ctrl</keycap>+<keycap>Right</keycap> in
|
||||
standard Family View and
|
||||
<keycap>Ctrl</keycap>+<keycap>Down</keycap> in alternative
|
||||
Family View.</para></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Focus on the Children box</term>
|
||||
|
||||
<listitem>
|
||||
<informaltable frame="topbot">
|
||||
<tgroup cols="2">
|
||||
<colspec colname="col1" />
|
||||
|
||||
<colspec colname="col2" />
|
||||
|
||||
<thead>
|
||||
<row valign="top">
|
||||
<entry colname="col1" colsep="0"
|
||||
valign="top"><para>Key</para></entry>
|
||||
|
||||
<entry colname="col2"
|
||||
valign="top"><para>Function</para></entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Enter</keycap></para></entry>
|
||||
|
||||
<entry><para>Edit relationship between the child and
|
||||
his/her parents (the Active Person and the selected
|
||||
spouse).</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Shift</keycap>+<keycap>Enter</keycap></para></entry>
|
||||
|
||||
<entry><para>Edit the personal information for the
|
||||
selected child.</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Insert</keycap></para></entry>
|
||||
|
||||
<entry><para>Add a new person from the database to the
|
||||
children list.</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Shift</keycap>+<keycap>Insert</keycap></para></entry>
|
||||
|
||||
<entry><para>Add a new person to the database and to the
|
||||
children list.</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Delete</keycap></para></entry>
|
||||
|
||||
<entry><para>Delete the selected child from the list. The
|
||||
child is not deleted from the database.</para></entry>
|
||||
</row>
|
||||
|
||||
<row valign="top">
|
||||
<entry><para><keycap>Ctrl</keycap>+<keycap>Left</keycap>
|
||||
or
|
||||
<keycap>Ctrl</keycap>+<keycap>Up</keycap></para></entry>
|
||||
|
||||
<entry><para>Make the selected child the Active Person.
|
||||
Use <keycap>Ctrl</keycap>+<keycap>Left</keycap> in
|
||||
standard Family View and
|
||||
<keycap>Ctrl</keycap>+<keycap>Up</keycap> in alternative
|
||||
Family View.</para></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<sect2>
|
||||
<title>Common bindings</title>
|
||||
<para>The following bindings are available in all list views: People
|
||||
View, Sources View, Places View, and Media View.</para>
|
||||
|
||||
<informaltable frame="topbot">
|
||||
<tgroup cols="2">
|
||||
<colspec colname="col1" />
|
||||
<colspec colname="col2" />
|
||||
<thead>
|
||||
<row valign="top">
|
||||
<entry colname="col1" colsep="0"
|
||||
valign="top"><para>Key</para></entry>
|
||||
|
||||
<entry colname="col2" valign="top"><para>Function</para></entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<row valign="top">
|
||||
<entry><para><keycap><Alt>N</keycap></para></entry>
|
||||
<entry>Changes the view to the next view</entry>
|
||||
</row>
|
||||
<row valign="top">
|
||||
<entry><para><keycap><Alt>P</keycap></para></entry>
|
||||
<entry>Changes the view to the previous view</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</sect2>
|
||||
<sect2>
|
||||
<title>People View bindings</title>
|
||||
<informaltable frame="topbot">
|
||||
<tgroup cols="2">
|
||||
<colspec colname="col1" />
|
||||
<colspec colname="col2" />
|
||||
<thead>
|
||||
<row valign="top">
|
||||
<entry colname="col1" colsep="0"
|
||||
valign="top"><para>Key</para></entry>
|
||||
<entry colname="col2" valign="top"><para>Function</para></entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<row valign="top">
|
||||
<entry><para><keycap>F2</keycap></para></entry>
|
||||
<entry><para>Set the active person to the default person</para></entry>
|
||||
</row>
|
||||
<row valign="top">
|
||||
<entry><para><keycap>F3</keycap></para></entry>
|
||||
<entry>Edit the active person</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</sect2>
|
||||
</sect1>
|
||||
</appendix>
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-12-30 Don Allingham <don@gramps-project.org>
|
||||
|
||||
* C/gramps.xml: start the rework of the key binding sections
|
||||
|
||||
2006-12-21 Lubo Vasko <pgval@inMail.sk>
|
||||
* sk/sk.po: Translation update.
|
||||
* sk/figures/reorder.png: Add figure.
|
||||
|
@ -146,6 +146,7 @@ uidefault = '''<ui>
|
||||
<menu action="HelpMenu">
|
||||
<menuitem action="UserManual"/>
|
||||
<menuitem action="FAQ"/>
|
||||
<menuitem action="KeyBindings"/>
|
||||
<menuitem action="TipOfDay"/>
|
||||
<menuitem action="PluginStatus"/>
|
||||
<separator/>
|
||||
@ -338,6 +339,7 @@ class ViewManager:
|
||||
('PluginStatus', None,_('_Plugin status'), None, None,
|
||||
self.plugin_status),
|
||||
('FAQ', None, _('_FAQ'), None, None, self.faq_activate),
|
||||
('KeyBindings', None, _('_Key Bindings'), None, None, self.key_bindings),
|
||||
('UserManual', gtk.STOCK_HELP, _('_User Manual'), 'F1', None,
|
||||
self.manual_activate),
|
||||
('TipOfDay', None, _('Tip of the day'), None, None,
|
||||
@ -617,6 +619,14 @@ class ViewManager:
|
||||
except gobject.GError, msg:
|
||||
QuestionDialog.ErrorDialog(_("Could not open help"), str(msg))
|
||||
|
||||
def key_bindings(self, obj):
|
||||
"""Display FAQ"""
|
||||
try:
|
||||
import GrampsDisplay
|
||||
GrampsDisplay.help('keybind-lists')
|
||||
except gobject.GError, msg:
|
||||
QuestionDialog.ErrorDialog(_("Could not open help"), str(msg))
|
||||
|
||||
def tip_of_day_activate(self, obj):
|
||||
"""Display Tip of the day"""
|
||||
TipOfDay.TipOfDay(self.uistate)
|
||||
|
Loading…
Reference in New Issue
Block a user