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

@@ -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):