svn: r19368
This commit is contained in:
Paul Franklin 2012-04-20 16:13:11 +00:00
parent 8eff19ab02
commit 4151874ad1
32 changed files with 33 additions and 33 deletions

View File

@ -121,7 +121,7 @@ def french_valid(date_tuple):
#-------------------------------------------------------------------------
#
# Parser class
# DateParser class
#
#-------------------------------------------------------------------------
class DateParser(object):

View File

@ -51,7 +51,7 @@ from Utils import confidence
GenericCitationFilter = GenericFilterFactory('Citation')
#-------------------------------------------------------------------------
#
# PersonSidebarFilter class
# CitationSidebarFilter class
#
#-------------------------------------------------------------------------
class CitationSidebarFilter(SidebarFilter):

View File

@ -51,7 +51,7 @@ from Filters.Rules.Event import (RegExpIdOf, HasIdOf, HasNoteRegexp,
GenericEventFilter = GenericFilterFactory('Event')
#-------------------------------------------------------------------------
#
# PersonSidebarFilter class
# EventSidebarFilter class
#
#-------------------------------------------------------------------------
class EventSidebarFilter(SidebarFilter):

View File

@ -55,7 +55,7 @@ from Filters.Rules.Family import (RegExpIdOf, HasIdOf, RegExpFatherName,
GenericFamilyFilter = GenericFilterFactory('Family')
#-------------------------------------------------------------------------
#
# PersonSidebarFilter class
# FamilySidebarFilter class
#
#-------------------------------------------------------------------------
class FamilySidebarFilter(SidebarFilter):

View File

@ -50,7 +50,7 @@ from Filters.Rules.MediaObject import (RegExpIdOf, HasIdOf, HasMedia, HasTag,
GenericMediaFilter = GenericFilterFactory('MediaObject')
#-------------------------------------------------------------------------
#
# PersonSidebarFilter class
# MediaSidebarFilter class
#
#-------------------------------------------------------------------------
class MediaSidebarFilter(SidebarFilter):

View File

@ -51,7 +51,7 @@ from Filters.Rules.Note import (RegExpIdOf, HasIdOf, HasNote, MatchesFilter,
GenericNoteFilter = GenericFilterFactory('Note')
#-------------------------------------------------------------------------
#
# PersonSidebarFilter class
# NoteSidebarFilter class
#
#-------------------------------------------------------------------------
class NoteSidebarFilter(SidebarFilter):

View File

@ -50,7 +50,7 @@ from Filters.Rules.Place import (RegExpIdOf, HasIdOf, HasPlace, HasNoteRegexp,
GenericPlaceFilter = GenericFilterFactory('Place')
#-------------------------------------------------------------------------
#
# PersonSidebarFilter class
# PlaceSidebarFilter class
#
#-------------------------------------------------------------------------
class PlaceSidebarFilter(SidebarFilter):

View File

@ -51,7 +51,7 @@ from Filters.Rules.Repository import (RegExpIdOf, HasIdOf, HasRepo,
GenericRepoFilter = GenericFilterFactory('Repository')
#-------------------------------------------------------------------------
#
# PersonSidebarFilter class
# RepoSidebarFilter class
#
#-------------------------------------------------------------------------
class RepoSidebarFilter(SidebarFilter):

View File

@ -49,7 +49,7 @@ from Filters.Rules.Source import (RegExpIdOf, HasIdOf, HasSource,
GenericSourceFilter = GenericFilterFactory('Source')
#-------------------------------------------------------------------------
#
# PersonSidebarFilter class
# SourceSidebarFilter class
#
#-------------------------------------------------------------------------
class SourceSidebarFilter(SidebarFilter):

View File

@ -1195,7 +1195,7 @@ class PersonPersonCheck(BaseMergeCheck):
#-------------------------------------------------------------------------
#
# ParentFamilyPesronCheck class
# ParentFamilyPersonCheck class
#
#-------------------------------------------------------------------------
class ParentFamilyPersonCheck(BaseMergeCheck):

View File

@ -1263,7 +1263,7 @@ class ScratchPadListView(object):
#-------------------------------------------------------------------------
#
# ScatchPadWindow class
# ScratchPadWindow class
#
#-------------------------------------------------------------------------
class ScratchPadWindow(ManagedWindow.ManagedWindow):

View File

@ -33,7 +33,7 @@ from gen.lib.date import Date
#-------------------------------------------------------------------------
#
# Base classes
# DateBase classes
#
#-------------------------------------------------------------------------
class DateBase(object):

View File

@ -36,7 +36,7 @@ from gen.utils.callman import CallbackManager
#-------------------------------------------------------------------------
#
# GUIElement class
# DbGUIElement class
#
#-------------------------------------------------------------------------
class DbGUIElement(object):

View File

@ -154,7 +154,7 @@ class EditAttribute(EditSecondary):
#-------------------------------------------------------------------------
#
# EditAttribute class
# EditFamilyAttribute class
#
#-------------------------------------------------------------------------
class EditFamilyAttribute(EditAttribute):

View File

@ -53,7 +53,7 @@ OBJECT_MAP = {
#-------------------------------------------------------------------------
#
# EditUrl class
# EditLink class
#
#-------------------------------------------------------------------------
class EditLink(ManagedWindow.ManagedWindow):

View File

@ -34,7 +34,7 @@ from gen.ggettext import gettext as _
#-------------------------------------------------------------------------
#
# LocationEditor class
# EditLocation class
#
#-------------------------------------------------------------------------
class EditLocation(EditSecondary):

View File

@ -50,7 +50,7 @@ PLUGMAN = GuiPluginManager.get_instance()
#-------------------------------------------------------------------------
#
# ReportDialog class
# DocReportDialog class
#
#-------------------------------------------------------------------------
class DocReportDialog(ReportDialog):

View File

@ -60,7 +60,7 @@ from glade import Glade
#------------------------------------------------------------------------
#
# StyleList class
# StyleListDisplay class
#
#------------------------------------------------------------------------
class StyleListDisplay(object):

View File

@ -49,7 +49,7 @@ import gtk
#-------------------------------------------------------------------------
#
# ValueAction class
# MenuToolButtonAction class
#
#-------------------------------------------------------------------------
class MenuToolButtonAction(gtk.Action):

View File

@ -50,7 +50,7 @@ from gui.widgets.shortlistcomboentry import ShortlistComboEntry
#-------------------------------------------------------------------------
#
# ToolEntry class
# ToolComboEntry class
#
#-------------------------------------------------------------------------
class ToolComboEntry(ValueToolItem):

View File

@ -41,7 +41,7 @@ from QuickReports import run_quick_report_by_name
#------------------------------------------------------------------------
#
# Gramplet class
# AgeOnDateGramplet class
#
#------------------------------------------------------------------------
class AgeOnDateGramplet(Gramplet):

View File

@ -30,7 +30,7 @@ import gen.lib
#------------------------------------------------------------------------
#
# Gramplet class
# CalendarGramplet class
#
#------------------------------------------------------------------------
class CalendarGramplet(Gramplet):

View File

@ -42,7 +42,7 @@ from gen.utils import get_birth_or_fallback, get_death_or_fallback
#------------------------------------------------------------------------
#
# Gramplet class
# PedigreeGramplet class
#
#------------------------------------------------------------------------
class PedigreeGramplet(Gramplet):

View File

@ -35,7 +35,7 @@ from gen.ggettext import sgettext as _
#------------------------------------------------------------------------
#
# Gramplet class
# PluginManagerGramplet class
#
#------------------------------------------------------------------------
class PluginManagerGramplet(Gramplet):

View File

@ -42,7 +42,7 @@ from gen.plug import (CATEGORY_QR_PERSON, CATEGORY_QR_FAMILY,
#------------------------------------------------------------------------
#
# Gramplet class
# QuickViewGramplet class
#
#------------------------------------------------------------------------
class QuickViewGramplet(Gramplet):

View File

@ -29,7 +29,7 @@ from gen.display.name import displayer as name_displayer
#------------------------------------------------------------------------
#
# Gramplet class
# RelativesGramplet class
#
#------------------------------------------------------------------------
class RelativesGramplet(Gramplet):

View File

@ -35,7 +35,7 @@ from Utils import family_name
#------------------------------------------------------------------------
#
# Gramplet class
# LogGramplet class
#
#------------------------------------------------------------------------
class LogGramplet(Gramplet):

View File

@ -46,7 +46,7 @@ _YIELD_INTERVAL = 200
#------------------------------------------------------------------------
#
# Gramplet class
# StatsGramplet class
#
#------------------------------------------------------------------------
class StatsGramplet(Gramplet):

View File

@ -54,7 +54,7 @@ def make_tag_size(n, counts, mins=8, maxs=20):
#------------------------------------------------------------------------
#
# Gramplet class
# SurnameCloudGramplet class
#
#------------------------------------------------------------------------
class SurnameCloudGramplet(Gramplet):

View File

@ -28,7 +28,7 @@ from gen.ggettext import sgettext as _
#------------------------------------------------------------------------
#
# Gramplet class
# TODOGramplet class
#
#------------------------------------------------------------------------
class TODOGramplet(Gramplet):

View File

@ -39,7 +39,7 @@ _YIELD_INTERVAL = 350
#------------------------------------------------------------------------
#
# Gramplet class
# TopSurnamesGramplet class
#
#------------------------------------------------------------------------
class TopSurnamesGramplet(Gramplet):

View File

@ -75,7 +75,7 @@ _ARROWS = [ { 'name' : _("Descendants <- Ancestors"), 'value' : 'd' },
#------------------------------------------------------------------------
#
# Report class
# RelGraphReport class
#
#------------------------------------------------------------------------
class RelGraphReport(Report):
@ -453,7 +453,7 @@ class RelGraphReport(Report):
#------------------------------------------------------------------------
#
# Options class
# RelGraphOptions class
#
#------------------------------------------------------------------------
class RelGraphOptions(MenuReportOptions):