2008-01-28 Duncan Lithgow <dlithgow@gmail.com>

Raphael Ackermann <raphael.ackermann@gmail.com>
	*  src/plugins/Summary.py
	*  src/plugins/WebCal.py
	*  src/plugins/KinshipReport.py
	*  src/plugins/DescendReport.py
	*  src/plugins/DetDescendantReport.py
	*  src/plugins/ExtractCity.py
	*  src/plugins/EventNames.py
	*  src/plugins/DumpGenderStats.py
	*  src/plugins/Desbrowser.py
	*  src/plugins/Checkpoint.py
	*  src/plugins/OwnerEditor.py
	*  src/plugins/ChangeNames.py
	*  src/plugins/AncestorReport.py
	*  src/plugins/MarkerReport.py
	*  src/plugins/DateParserDisplayTest.py
	*  src/plugins/FindDupes.py
	*  src/plugins/SoundGen.py
	*  src/plugins/TestcaseGenerator.py
	*  src/plugins/Rebuild.py
	*  src/plugins/DescendChart.py
	*  src/plugins/EndOfLineReport.py
	*  src/plugins/AncestorChart.py
	*  src/plugins/DetAncestralReport.py
	*  src/plugins/CountAncestors.py
	*  src/plugins/Check.py
	*  src/plugins/EventCmp.py
	*  src/plugins/FamilyGroup.py
	*  src/plugins/RelCalc.py
	*  src/plugins/MediaManager.py
	*  src/plugins/ChangeTypes.py
	*  src/plugins/StatisticsChart.py
	*  src/plugins/FamilyLines.py
	*  src/plugins/PatchNames.py

svn: r9953
This commit is contained in:
Raphael Ackermann 2008-01-29 07:40:35 +00:00
parent ab712d0d62
commit 9d11c72ca2
34 changed files with 84 additions and 42 deletions

View File

@ -1,3 +1,39 @@
2008-01-28 Duncan Lithgow <dlithgow@gmail.com>
Raphael Ackermann <raphael.ackermann@gmail.com>
* src/plugins/Summary.py
* src/plugins/WebCal.py
* src/plugins/KinshipReport.py
* src/plugins/DescendReport.py
* src/plugins/DetDescendantReport.py
* src/plugins/ExtractCity.py
* src/plugins/EventNames.py
* src/plugins/DumpGenderStats.py
* src/plugins/Desbrowser.py
* src/plugins/Checkpoint.py
* src/plugins/OwnerEditor.py
* src/plugins/ChangeNames.py
* src/plugins/AncestorReport.py
* src/plugins/MarkerReport.py
* src/plugins/DateParserDisplayTest.py
* src/plugins/FindDupes.py
* src/plugins/SoundGen.py
* src/plugins/TestcaseGenerator.py
* src/plugins/Rebuild.py
* src/plugins/DescendChart.py
* src/plugins/EndOfLineReport.py
* src/plugins/AncestorChart.py
* src/plugins/DetAncestralReport.py
* src/plugins/CountAncestors.py
* src/plugins/Check.py
* src/plugins/EventCmp.py
* src/plugins/FamilyGroup.py
* src/plugins/RelCalc.py
* src/plugins/MediaManager.py
* src/plugins/ChangeTypes.py
* src/plugins/StatisticsChart.py
* src/plugins/FamilyLines.py
* src/plugins/PatchNames.py
2008-01-28 Duncan Lithgow <dlithgow@gmail.com> 2008-01-28 Duncan Lithgow <dlithgow@gmail.com>
* various: add capitalization fixes according to HIG (plus ellipsis ...) * various: add capitalization fixes according to HIG (plus ellipsis ...)
http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en

View File

@ -21,7 +21,7 @@
# $Id$ # $Id$
"Graphical Reports/Ancestor Chart" """Reports/Graphical Reports/Ancestor Chart..."""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -21,7 +21,7 @@
# $Id$ # $Id$
"Text Reports/Ahnentafel Report" """Reports/Text Reports/Ahnentafel Report..."""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Database Processing/Fix capitalization of family names" """Tools/Database Processing/Fix Capitalization of Family Names..."""
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Database Processing/Rename event types" """Database Processing/Rename Event Types..."""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Database Processing/Check and repair database" """Tools/Database Repair/Check and Repair Database"""
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Database Processing/Extract information from names" """Tools/Revision Control/Checkpoint the Database..."""
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #

View File

@ -22,7 +22,7 @@
# $Id$ # $Id$
"View/Number of ancestors" """Reports/View/Number of Ancestors"""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -21,7 +21,10 @@
# $Id$ # $Id$
"Validate localized date parser and displayer" """Validate localized date parser and displayer.
Tools/Debug/Check Localized Date Parser and Displayer...
"""
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Analysis and Exploration/Interactive descendant browser" """Tools/Analysis and Exploration/Interactive Descendant Browser"""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -21,7 +21,7 @@
# $Id$ # $Id$
"Graphical Reports/Ancestor Chart" """Reports/Graphical Reports/Ancestor Chart..."""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -21,7 +21,7 @@
# $Id$ # $Id$
"Generate files/Descendant Report" """Reports/Text Reports/Descendant Report..."""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -22,7 +22,7 @@
# $Id$ # $Id$
"Generate files/Detailed Ancestral Report" """Reports/Text Reports/Detailed Ancestral Report..."""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -23,7 +23,7 @@
# $Id$ # $Id$
"Generate files/Detailed Descendant Report" """Reports/Text Reports/Detailed Descendant Report..."""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -20,7 +20,10 @@
# $Id$ # $Id$
"Dump gender stats" """ Dump Gender Statistics.
Tools/Debug/Dump Gender Statistics
"""
import gtk import gtk
import ListModel import ListModel

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Text Reports/End of Line Report" """Reports/Text Reports/End of Line Report..."""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Exploration/Compare individual events" """Tools/Analysis and Exploration/Compare Individual Events..."""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Database Processing/Fix capitalization of family names" """Tools/Database Processing/Extract Event Descriptions from Event Data"""
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #

View File

@ -21,7 +21,7 @@
# $Id$ # $Id$
"Database Processing/Fix capitalization of family names" """Tools/Database Processing/Extract Place Data from a Place Title..."""
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #

View File

@ -21,7 +21,7 @@
# $Id$ # $Id$
"""Generate files/Family Group Report""" """Reports/Text Reports/Family Group Report..."""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -21,7 +21,9 @@
# $Id$ # $Id$
""" """
Family Lines, a plugin for Gramps. Family Lines, a plugin for Gramps.
Reports/Graphviz/Family Lines Graph...
""" """
#------------------------------------------------------------------------ #------------------------------------------------------------------------

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Database Processing/Merge people" """Tools/Database Processing/Find Possible Duplicate People..."""
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Text Reports/Kinship Report" """Reports/Text Reports/Kinship Report..."""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Generate files/Marker Report" """Reports/Text Reports/Marker Report..."""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -22,7 +22,7 @@
# $Id$ # $Id$
"Media Manager tool" """Tools/Utilities/Media Manager..."""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Database Processing/Edit database owner information" """Tools/Database Processing/Edit Database Owner Information"""
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Database Processing/Extract information from names" """Tools/Database Processing/Extract Information from Names..."""
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Database Processing/Check and repair database" """Tools/Database Processing/Rebuild Secondary Indices"""
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Utilities/Relationship calculator" """Tools/Utilities/Relationship Calculator..."""
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"Utilities/Generate SoundEx codes" """Tools/Utilities/Generate SoundEx Codes..."""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -25,9 +25,7 @@
# #
# $Id$ # $Id$
""" """Reports/Graphical Reports/Statistics Chart..."""
Statistics Chart report
"""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -20,7 +20,7 @@
# $Id$ # $Id$
"View/Summary of the database" """Reports/View/Summary of the Database"""
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #

View File

@ -21,7 +21,7 @@
# $Id$ # $Id$
"Create person and family testcases" """Tools/Debug/Generate Testcases for Persons and Families..."""
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #

View File

@ -23,8 +23,11 @@
""" """
Web Calendar generator. Web Calendar generator.
Created 4/22/07 by Thom Sturgill based on Calendar.py (with patches) Created 4/22/07 by Thom Sturgill based on Calendar.py (with patches)
by Doug Blank with input dialog based on NarrativeWeb.py by Don Allingham. by Doug Blank with input dialog based on NarrativeWeb.py by Don Allingham.
Reports/Web Page/Web Calendar...
""" """
#------------------------------------------------------------------------ #------------------------------------------------------------------------
@ -35,9 +38,8 @@ by Doug Blank with input dialog based on NarrativeWeb.py by Don Allingham.
import os import os
import time import time
import datetime import datetime
import const #import const
import codecs import codecs
import locale
import shutil import shutil
from gettext import gettext as _ from gettext import gettext as _
from xml.parsers import expat from xml.parsers import expat
@ -74,16 +76,14 @@ import const
import BaseDoc import BaseDoc
from GrampsCfg import get_researcher from GrampsCfg import get_researcher
from PluginUtils import register_report from PluginUtils import register_report
from ReportBase import Report, ReportUtils, ReportOptions, \ from ReportBase import (Report, ReportUtils, ReportOptions, CATEGORY_WEB,
CATEGORY_WEB, CATEGORY_TEXT, MODE_GUI MODE_GUI)
from ReportBase._ReportDialog import ReportDialog from ReportBase._ReportDialog import ReportDialog
import Errors import Errors
import Utils import Utils
import GrampsLocale import GrampsLocale
from QuestionDialog import ErrorDialog, WarningDialog from QuestionDialog import ErrorDialog
from Utils import probably_alive from Utils import probably_alive
from FontScale import string_trim, string_width
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #