From 1116d0effabafe92dec22f36d32bdad69b97f599 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 3 Dec 2003 23:11:04 +0000 Subject: [PATCH] * doc/gramps-manual/C/faq.xml: Link to referenced cites. * doc/gramps-manual/C/usage.xml: Document the completeness flag. Describe new layout of book report. * doc/gramps-manual/C/mainwin.xml: Document children menu markup in Pedigree View. * NEWS: Minor corrections. svn: r2437 --- ChangeLog | 6 ++++ NEWS | 7 ++-- doc/gramps-manual/C/faq.xml | 16 +++++---- doc/gramps-manual/C/mainwin.xml | 15 ++++++--- doc/gramps-manual/C/usage.xml | 59 +++++++++++++++++++-------------- 5 files changed, 65 insertions(+), 38 deletions(-) diff --git a/ChangeLog b/ChangeLog index d455a3469..020b79490 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ 2003-12-03 Alex Roitman * src/plugins/ReadGedcom.py (parse_source): Stop TEXT messing up the title; add ABBR to the note field (was ignored). + * doc/gramps-manual/C/faq.xml: Link to referenced cites. + * doc/gramps-manual/C/usage.xml: Document the completeness flag. + Describe new layout of book report. + * doc/gramps-manual/C/mainwin.xml: Document children menu markup + in Pedigree View. + * NEWS: Minor corrections. 2003-12-02 Don Allingham * src/PeopleView.py (PeopleView.clear_person_tabs): initialize diff --git a/NEWS b/NEWS index e08916214..fbbd6c3f0 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Version 0.98.0 -- the "Round me off" release * More compliance with GNOME HIG. * New BookReport dialog layout. -* Person View uses a tree format instead of list format. +* People View uses a tree format instead of list format. * Captialization is done as a display format, not as a database modification. * New Advanced Relationship Graph report generator (Lorenzo Cappelletti). * Italian relationship calculator (Lorenzo Cappelletti). @@ -9,15 +9,14 @@ Version 0.98.0 -- the "Round me off" release make picking a family quicker. * Instant preferences. * FreeBSD compatibility. -* People and Relationships can now have sources not associated with any - event +* People and Relationships can now have sources not associated with any event. * Report options (paper size, orientation, style, and filter) are kept within the session. * Substantial speedups in updating display in tree views. * Children are enumerated in Family View. * ZODB backend is removed. Real database backend is being worked on and will appear in post-1.0 releases. -* Tab labels in tabbed dialogs reflect the presence of data (bold). +* Tab labels in tabbed dialogs reflect the presence of data (boldface). * Help button available in most dialogs. * Keyboard navigation and functionality in Family View. * In Pedigree View, children are marked up differently in popup menus diff --git a/doc/gramps-manual/C/faq.xml b/doc/gramps-manual/C/faq.xml index 37853cc96..18ac18d16 100644 --- a/doc/gramps-manual/C/faq.xml +++ b/doc/gramps-manual/C/faq.xml @@ -38,7 +38,8 @@ Where do I get it and how much does it cost? -GRAMPS can be downloaded from http://sf.net/projects/gramps at no charge. +GRAMPS can be downloaded from http://sf.net/projects/gramps at no charge. GRAMPS is an Open Source project covered by the GNU General Public License. You have full access to the source code and are allowed to distribute the program and source code freely. @@ -55,7 +56,8 @@ This, however, may change in the future. Does it work with the Mac? -The Fink project (http://fink.sf.net) has ported an old version of +The Fink project (http://fink.sf.net) has ported an old version of GRAMPS (0.8.0) to OSX. The Mac OSX port is not directly supported by the GRAMPS project, primarily because none of the GRAMPS developers have access to Mac OSX. @@ -233,7 +235,9 @@ to PDF from the OpenOffice.org application. in People View and Family View? This will be addressed after the TreeModelSort bug is fixed in pygtk, -see http://bugzilla.gnome.org/show_bug.cgi?id=125172 for the details. +see http://bugzilla.gnome.org/show_bug.cgi?id=125172 + for the details. Once the patch is committed and incorporated into pygtk, we will add the ability to add/remove/edit sortable columns. @@ -252,7 +256,7 @@ one of the two ways: (1) send your report to gramps-bugs@lists.sf.net or (2) file your report with the bug tracker system at - + http://sf.net/tracker/?group_id=25770&atid=385137 (this function is also available by selecting HelpReport a @@ -295,8 +299,8 @@ report anonymously, at least check every so often whether your report page has something new posted, as it probably would. If the above explanations seem vague, please follow - -this link. +this link. diff --git a/doc/gramps-manual/C/mainwin.xml b/doc/gramps-manual/C/mainwin.xml index 272d50cf4..d03ca78c2 100644 --- a/doc/gramps-manual/C/mainwin.xml +++ b/doc/gramps-manual/C/mainwin.xml @@ -351,15 +351,15 @@ 1 to his/her parents 2, to grandparents 3, to great-grandparents 4. - Each person is denoted by a white box bearing the person's name. + Each person is denoted by a box bearing the person's name. The two lines that converge on the box represent ties with the person's Father (top line) and mother (bottom line). Solid lines represent birth relations, while dashed lines represent non-birth relations (such as adoption, step-parenthood, guardianship, etc.). When the mouse moves over the white box, it expands to display the corresponding person's dates of birth and death. When the mouse is - placed over the family line, the line changes color to indicate an - active link: double-clicking on the line makes the corresponding + placed over the family line, the line become highlighted to indicate + an active link: double-clicking on the line makes the corresponding ancestor the Active person. The display in that case is re-adjusted to show four generations, starting from the newly selected Active person. @@ -367,7 +367,14 @@ The left-hand side of the window shows the left arrow button. Upon clicking, the button expands to the menu listing the children of the Active person. Selecting the menu item makes the corresponding - child the Active person. + child the Active person. The appearance of the children's names + in the menu serves to differentiate the "dead ends" of the tree from + the continuing branches as follows. The children who have children + appear in the menu in the boldface and italic typeset, while the + children without children ("dead ends") appear in a regular + font. If the Active person has a single child, no menu will be + displayed (since there is no choice) and the child will become + the Active person upon clicking the arrow button. The right-hand side of the window shows two right arrow buttons. When the top button is clicked, the Father of the Active person diff --git a/doc/gramps-manual/C/usage.xml b/doc/gramps-manual/C/usage.xml index 5d487187d..9168ff3d4 100644 --- a/doc/gramps-manual/C/usage.xml +++ b/doc/gramps-manual/C/usage.xml @@ -606,10 +606,15 @@ edit the corresponding event (birth or death) details. The field ID displays an internal &app; ID number which identifies the user in the - database. Finally, the Image area shows the first + database. The Image area shows the first image available in the Gallery of this person (if any exist). + + Finally, the Information is complete check + button provides the way to mark whether this person's record is + complete or + not. @@ -1010,9 +1015,12 @@ information about the relationship: the relationship type. The available types (such as married, partners, etc.) can be chosen from the drop-down Relationship type menu. - The non-editable field ID displays an internal &app; - ID number which identifies this relationship in the database. - + The non-editable field ID displays an + internal &app; ID number which identifies this relationship in + the database. + Finally, the Information is complete check + button provides the way to mark whether this relationship's record is + complete or not. @@ -2409,28 +2417,31 @@ The Book name text entry field is used to save the book (a set of configured selections) for future use. - The pane on the left-hand side lists the items available for inclusion in the - book. The pane on the right-hand side lists the currently selected items in + The top pane lists the items available for inclusion in the + book. The bottom pane lists the currently selected items in the order they will appear in the book. - The top set of buttons between the panes operates on the - selected book item. Click the Add button to add selected - item from the available list to the current book. Click the - Remove button to remove an item from the current book. - Use Up and Down to change - the items order in the current book. Click the Setup - button to configure the options of the selected item of the current book. - - - The bottom set of buttons between the panes operates on the - whole book. Click the Clear button to clear all items from - the current book. Click the Save button to save the current - book (under the name typed in the Book name text - entry field) for future use. Note that saving the book also saves the - configuration for each item. Click the Open button to load + The horizontal set of buttons by the Book + name field operates on the whole book. Click + the Clear button to clear all items from + the current book. Click the Save button to + save the current book (under the name typed in + the Book name text entry field) for future use. + Note that saving the book also saves the configuration for each item. + Click the Open button to load the book from the list of previously saved books. Finally, click the Edit books button to evoke the editable list of - available books. + available books. + + The vertical set of buttons to the right of the bottom pane + operates on the + selected book item. Click the Add button to + add selected item from the available list to the current book. Click + the Remove button to remove an item from the + current book. Use Up and + Down to change the items order in the current + book. Click the Setup button to configure the + options of the selected item of the current book. The configuration dialogs evoked by Setup @@ -2439,8 +2450,8 @@ almost all book items is the center person: the person on whom the item is centered. Thanks to this option, you can create a book with items centered on different people (e.g. your mom's and dad's - ancestors as separate chapters). By default, the center person is set to - the active person. + ancestors as separate chapters). By default, the center person is + set to the active person. Almost all items available for inclusion in the book are textual or graphical reports, and are therefore available in the form of standalone