diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index b268c0d63..d9ab4e0e9 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -26,6 +26,9 @@ * src/plugins/AncestorChart.py: Enable translation for "b." and "d." * src/plugins/DesGraph.py: Likewise. * src/po/template.po: Update the above corrections in template. + * src/GrampsCfg.py: Toolbar and statusbar (single word each). + * src/preferences.glade: Statusbar (single word). + * doc/gramps-manual/C/gramps-manual.xml: More corrections. 2003-07-14 Donald Peterson * src/docgen/LaTeXDoc.py: Regress UNICODE support to be only a diff --git a/gramps2/doc/gramps-manual/C/gramps-manual.xml b/gramps2/doc/gramps-manual/C/gramps-manual.xml index 5383bbfff..07a51d36d 100644 --- a/gramps2/doc/gramps-manual/C/gramps-manual.xml +++ b/gramps2/doc/gramps-manual/C/gramps-manual.xml @@ -2540,7 +2540,7 @@ When exactly two people are selected, choose - EditMerge + EditMerge... to evoke Merge dialog. The dialog allows you to retain the data from either person as the primary data for the new (merged) person. The data from the other person can be kept as alternate @@ -2554,24 +2554,23 @@ Navigation - As long as any database is open, - &app; is focused on a + As long as any database is open, &app; is focused on a single person usually referred to as an Active person. This allows you to view or modify the data concerning this person, his or her immediate family, etc. Navigating in the database (i.e. moving from person to person) is in fact nothing else but changing the Active person. This section describes many alternative ways - to navigate through the database using both the complex and the convenient - interfaces &app; provides. All these ways - eventually accomplish the same thing, but some are more convenient - than others, depending what you are doing in - &app; at the moment. + to navigate through the database using both the complex and the + convenient interfaces &app; provides. All these ways eventually + accomplish the same thing, but some are more convenient than others, + depending what you are doing in &app; at the moment. - Using the People View + Using the People View The most intuitive way to select an active person is - to use the People View. When in the People View, just select the + to use the People View (see ). + When in the People View, just select the name of the desired person from the list by clicking that list entry. The person you have selected becomes active. The statusbar updates to reflect the change of the active person. @@ -2580,8 +2579,9 @@ Using the Family View - When in the Family View, you can easily navigate between the - members of the displayed family as follows: + When in the Family View (see ), + you can easily navigate between the members of the displayed family + as follows: To make the currently selected spouse the active person, @@ -2608,7 +2608,8 @@ Using the Pedigree View - The Pedigree View also allows you to move along the family tree. + The Pedigree View (see ) also + allows you to move along the family tree. The benefit of this method is that you can see more than one generation of the family tree. Also, you can jump directly from a great-grandson to a great-grandfather without going through the @@ -2625,7 +2626,7 @@ double-click the line that connects to the left side of the corresponding box. - To make a child of currently active person (if any) + To make a child of the currently active person (if any) the active person, click the left arrow button to the left of the corresponding box. If there is more than one child, the button expands to the menu listing the children to choose from. @@ -2664,9 +2665,9 @@ Bookmarking People - Similarly to setting the default person, you can bookmark other people - from the database to simplify further navigation. To bookmark a person, - first navigate to that person, then choose + Similar to setting the default person, you can bookmark other + people from the database to simplify further navigation. To bookmark + a person, first navigate to that person, then choose Bookmarks Add bookmark. To move to that person from anywhere in the database, choose @@ -2677,7 +2678,7 @@ You can manage your bookmarks by choosing Bookmarks - Edit bookmarks. This opens + Edit bookmarks.... This opens the following Edit Bookmarks dialog with the list of bookmarks and the controls to modify this list. @@ -2698,12 +2699,12 @@ Finding People To find a person in a database, choose EditFind... - when in People View, Family View, or Pedigree View. This opens a + when in the People View, Family View, or Pedigree View. This opens a Find Person dialog which can be used for searching forward and backward. If the search is successful, the found person becomes an active - person and the display adjust according to the new active person and the + person and the display adjusts according to the new active person and the current view. @@ -2712,7 +2713,7 @@ Finding Sources To find a source in a database, choose EditFind... - when in Sources View. This opens a Find Source + when in the Sources View. This opens a Find Source dialog which can be used for searching forward and backward. If the search is successful, the found source becomes highlighted. @@ -2722,7 +2723,7 @@ Finding Places To find a place in a database, choose EditFind... - when in Places View. This opens a Find Place + when in the Places View. This opens a Find Place dialog which can be used for searching forward and backward. If the search is successful, the found place becomes highlighted. @@ -2732,7 +2733,7 @@ Finding Media Objects To find a media object in a database, choose EditFind... - when in Media View. This opens a Find Media Objects + when in the Media View. This opens a Find Media Objects dialog which can be used for searching forward and backward. If the search is successful, the found media object becomes highlighted. @@ -2749,9 +2750,10 @@ &app; can generate reports in a multitude of open formats, both text based and graphical. &app; can also produce screen based reports that are convenient for viewing a summary of your database. - Finally, &app; can generate a web-site suitable for immediate + Finally, &app; can generate a web site suitable for immediate posting on the Internet. All these are almost infinitely flexible: - you get to design and choose the style for your reports. + if you wish to modify or extend the default format of &app; report + you can design and choose the style for each of your reports. All reports can be accessed through the menu by choosing Reports @@ -2764,6 +2766,168 @@ Reports icon on the toolbar. + + + + Graphical Reports + Graphical reports represent information in forms of charts + and graphs. Most of the options are common among graphical reports, + therefore they will be described only once, at the end of this + section. The few options which are specific to a given report will be + described directly in that report's entry. + + The following graphical reports are currently + available in &app;: + + + + Ancestor Chart + This report generates the chart of people who are + ancestors of the Active person. Specific options include + the number of generations considered and the format of the displayed + entries. + + + Descendant Graph + This report generates a graph of people who are + descendants of the Active person. Specific options include + the format of the displayed entries. + + + Relationship Graph + This report creates a complex relationship graph in + GraphViz format. The GraphViz dot tool can + transform the graph into postscript, jpeg, png, vrml, svg, and many + other formats. GraphViz tools are freely available from the + GraphViz + site. Specific options for this report + include filter and number of generations considered, as well as + several GraphViz-specific options related to pagination, color, + and details of the graph. + + + Timeline Graph + This report outputs the list of people with their + lifetimes represented by intervals on a common chronological scale. + Specific options include filter, sorting method, and the title of + the report. + + + + + Common options for graphical reports are the filename of the + output, the format of the output, selected style, page size and + orientation. + + + + + + Text Reports + Text reports represent the desired information as formatted + text. Most of the options are common among text reports, + therefore they will be described only once, at the end of this + section. The options which are specific to a given report will be + described directly in that report's entry. + + The following text reports are currently + available in &app;: + + + + Ahnentafel Report + This report lists the active person and his or her + ancestors along with their vital data. The people are numbered in a + special way which is an established standard called Ahnentafel. + The active person is given number 1. His or her father and mother + have numbers 2 and 3, respectively. This rule holds for every person + while going back in generations: father's parents are numbered 4 and 5, + and mother's parents are numbered 6 and 7, fathers always numbered + with even and mothers with odd numbers. Therefore, for any person + having number N in this tree, the numbers of father and mother + are 2N and 2N+1, respectively. + + + + Ancestors Report + This report produces a detailed description + of ancestors of the active person. The highlights of this report + include specific layout, images of children, present and former + spouses, and source citations. Specific options: number + of backward generations to consider, whether to cite sources, + and whether to break pages between generations. + + + Complete Individual Report + This report provides individual summaries similar to + that of the Individual Summary report. The advantage of this report + is the specific filter option. Depending on the filter choice (active + person only, his or her descendants, his or her ancestors, or entire + database), the report may contain from one to many individual + summaries. Another option for this report is the inclusion of + source information when listing events. + + + Descendant Report + This report produces a brief description + of descendants of the active person. Specific options: number + of forward generations to consider. + + + Detailed Ancestral Report + This report covers in detail the ancestors of the + active person. It includes vital data (birth and death) as well as + marriages. Specific options: number of backward generations + to consider, as well as a variety of options regarding the exact + contents to include. + + + Detailed Descendant Report + This report covers in detail the descendants of the + active person. It includes vital (birth and death) information as well as + marriages. Specific options: number of forward generations + to consider. + + + FTM Style Ancestral Report + This report creates an ancestral report similar to + that produced by the Family Tree Maker (tm) program. It covers in detail the + active person and his/her ancestors It includes vital information + as well as marriages, children, and notes. Specific options: number + of backward generations to consider. + + + FTM Style Descendant Report + This report creates a descendant report similar to + that produced by the Family Tree Maker (tm) program. It covers in detail the + active person and his/her descendants. It includes vital information + as well as marriages, children, and notes. Specific options: + number of forward generations to consider. + + + Family Group Report + This creates a family group report, showing + information on a set of parents and their children. Specific + options: the spouse (available only if the active person has more + than one spouse). + + + Individual Summary + This report produces a detailed summary on the + active person. The report includes all the facts known to the + database about that person. + + + + + Common options for text reports are the filename of the + output, the format of the output, selected style, page size and + orientation. For HTML reports, there is no page information. + Instead, HTML options include the choice of the HTML template, + either available in &app; or a custom template defined by you. + + + Books @@ -2771,10 +2935,10 @@ is the Book Report. The Book Report creates a single document (i.e. a Book) - containing several separate reports. The plan is to enable all existing - reports to be available book items. However, as of version &appversion;, - only text reports are available for inclusion in books. Nevertheless, - this allows for a very reach set of documents that &app; can produce. + containing a collection of graphical and textual reports. + However, as of version &appversion; the Text reports are available + for inclusion in books. Nevertheless, this allows for a very rich set + of documents that &app; can produce. When Book Report is selected, the following book configuration @@ -2827,163 +2991,9 @@ - - - - Graphical Reports - Graphical reports represent information in forms of charts - and graphs. Most of the options are common among graphical reports, - therefore they will be described only once, at the end of this - section. The few options specific to a given report will be - described directly in that report's entry. - - The following graphical reports are currently - available in &app;: - - - - Timeline Graph - This report outputs the list of people with their - lifetimes represented by intervals on a common chronological scale. - Specific options include filter, sorting method, and the title of - the report. - - - Relationship Graph - This report creates a complex relationship graph in - GraphViz format. The GraphViz dot tool can - transform the graph into postscript, jpeg, png, vrml, svg, and many - other formats. GraphViz tools are freely available from - GraphViz - site. Specific options for this report - include filter and number of generations considered, as well as - several GraphViz specific options related to pagination, color, - and details of the graph. - - - Descendant Graph - This report generates the graph of people who are - descendants of a currently active person. Specific options include - the format of the displayed entries. - - - Ancestor Chart - This report generates the chart of people who are - ancestors of a currently active person. Specific options include - the number of generations considered and the format of the displayed - entries. - - - - - Common options for graphical reports are the filename of the - output, the format of the output, selected style, and page size and - orientation. - - - - - - Text Reports - Text reports represent the desired information as formatted - text. Most of the options are common among text reports, - therefore they will be described only once, at the end of this - section. The options specific to a given report will be - described directly in that report's entry. - - The following text reports are currently - available in &app;: - - - - Individual Summary - This report produces a detailed summary on the - active person. The report includes all the facts known to the - database about that person. - - - Family Group Report - This creates a family group report, showing - information on a set of parents and their children. Specific - options: the spouse (available only if the active person has more - than one spouse). - - - Detailed Descendant Report - This report covers in detail the descendants of the - active person. It includes vital (birth and death) information as well as - marriages. Specific options: number of forward generations - to consider. - - - Detailed Ancestral Report - This report covers in detail the ancestors of the - active person. It includes vital data (birth and death) as well as - marriages. Specific options: number of backward generations - to consider, as well as a variety of options on what exact - contents to include. - - - FTM Style Descendant Report - This report creates a descendant report similar to - that produced by the Family Tree Maker (tm). It covers in detail the - active person and his/her descendants. It includes vital information - as well as marriages, children, and notes. Specific options: - number of forward generations to consider. - - - FTM Style Ancestral Report - This report creates an ancestral report similar to - that produced by the Family Tree Maker (tm).It covers in detail the - active person and his/her ancestors It includes vital information - as well as marriages, children, and notes. Specific options: number - of backward generations to consider, as well as a variety of options - on what exact contents to include. - - - Descendant Report - This report produces a brief description - of descendants of the active person. Specific options: number - of forward generations to consider. - - - Complete Individual Report - This report provides individual summaries similar to - that of the Individual Summary report. The advantage of this report - is the specific filter option. Depending on the filter choice (active - person only, his or her descendants, his or her ancestors, or entire - database), the report may contain from one to many individual - summaries. Another option for this report is the inclusion of - source information when listing events. - - - Ahnentafel Report - This report lists the active person and his or her - ancestors along with their vital data. The people are numbered in a - special way which is an established standard called Ahnentafel. - The active person is given number 1. His or her father and mother - have numbers 2 and 3, respectively. This rule holds for every person - while going back in generations: father's parents are numbered 4 and 5, - and mother's parents are numbered 6 and 7, fathers always numbered - with even and mothers with odd numbers. Therefore, for any person - having number N in this tree, the numbers of father and mother - are 2N and 2N+1, respectively. - - - - - - Common options for text reports are the filename of the - output, the format of the output, selected style, and page size and - orientation. For HTML reports, there is no page information. - Instead, HTML options include the choice of the HTML template, - either available in &app; or a custom template defined by you. - - - - View + View Reports View reports represent overall summaries of the database information available immediately for on-screen viewing. The following view reports are currently available in &app;: @@ -3015,11 +3025,11 @@ scope of the database to consider), number of generations to consider, destination directory for the images, and a link to the index page. Privacy options allow you to omit private records, restrict - information on living people, to skip images (either all or those of - living people), and to omit comments and text in source information. - Finally, the advanced options allow you to include the optional &app; ID, - create a GENDEX index, and specify the extension of the resulting - files. + information on living people, to skip images (either all or only + those of living people), and to omit comments and text in source + information. Finally, the advanced options allow you to include + the optional &app; ID, create a GENDEX index, and specify the + extension of the resulting files. @@ -3214,7 +3224,7 @@ Settings To configure &app;, choose Settings - Preferences. + Preferences.... The Preferences dialog contains the following categories: diff --git a/gramps2/src/GrampsCfg.py b/gramps2/src/GrampsCfg.py index 70586b59b..c41580be1 100644 --- a/gramps2/src/GrampsCfg.py +++ b/gramps2/src/GrampsCfg.py @@ -100,7 +100,7 @@ panellist = [ (_("Display"), [( _("General"), 5), ( _("Dates and Calendars"), 6), - ( _("Tool and Status Bars"), 4)]), + ( _("Toolbar and Statusbar"), 4)]), (_("Usage"), [( _("Find"), 3), ( _("Report Preferences"), 8), diff --git a/gramps2/src/preferences.glade b/gramps2/src/preferences.glade index 489c3a249..1a7e9974d 100644 --- a/gramps2/src/preferences.glade +++ b/gramps2/src/preferences.glade @@ -768,7 +768,7 @@ True - <b>Status bar</b> + <b>Statusbar</b> False True GTK_JUSTIFY_LEFT