move src/DisplayTabs/* to src/gui/editors/displaytabs as part of GEP008

svn: r13821
This commit is contained in:
Brian Matherly 2009-12-16 06:11:06 +00:00
parent 8bb7400ef6
commit 2f1c04169a
69 changed files with 232 additions and 231 deletions

View File

@ -104,12 +104,12 @@ src/gen/plug/docgen/Makefile
src/gen/plug/menu/Makefile
src/gui/Makefile
src/gui/editors/Makefile
src/gui/editors/displaytabs/Makefile
src/gui/selectors/Makefile
src/gui/views/Makefile
src/gui/views/treemodels/Makefile
src/FilterEditor/Makefile
src/Mime/Makefile
src/DisplayTabs/Makefile
src/GrampsLogger/Makefile
src/Merge/Makefile
src/docgen/Makefile

View File

@ -220,6 +220,48 @@ src/gui/editors/editsourceRef.py
src/gui/editors/editurl.py
src/gui/editors/__init__.py
# gui/editors/displaytabs - the GUI display tabs package
src/gui/editors/displaytabs/addrembedlist.py
src/gui/editors/displaytabs/addressmodel.py
src/gui/editors/displaytabs/attrembedlist.py
src/gui/editors/displaytabs/attrmodel.py
src/gui/editors/displaytabs/backreflist.py
src/gui/editors/displaytabs/backrefmodel.py
src/gui/editors/displaytabs/buttontab.py
src/gui/editors/displaytabs/childmodel.py
src/gui/editors/displaytabs/dataembedlist.py
src/gui/editors/displaytabs/datamodel.py
src/gui/editors/displaytabs/embeddedlist.py
src/gui/editors/displaytabs/eventbackreflist.py
src/gui/editors/displaytabs/eventembedlist.py
src/gui/editors/displaytabs/eventrefmodel.py
src/gui/editors/displaytabs/familyattrembedlist.py
src/gui/editors/displaytabs/familyldsembedlist.py
src/gui/editors/displaytabs/gallerytab.py
src/gui/editors/displaytabs/grampstab.py
src/gui/editors/displaytabs/groupembeddedlist.py
src/gui/editors/displaytabs/ldsembedlist.py
src/gui/editors/displaytabs/ldsmodel.py
src/gui/editors/displaytabs/locationembedlist.py
src/gui/editors/displaytabs/locationmodel.py
src/gui/editors/displaytabs/mediabackreflist.py
src/gui/editors/displaytabs/nameembedlist.py
src/gui/editors/displaytabs/namemodel.py
src/gui/editors/displaytabs/notebackreflist.py
src/gui/editors/displaytabs/notetab.py
src/gui/editors/displaytabs/personeventembedlist.py
src/gui/editors/displaytabs/personrefembedlist.py
src/gui/editors/displaytabs/personrefmodel.py
src/gui/editors/displaytabs/placebackreflist.py
src/gui/editors/displaytabs/repoembedlist.py
src/gui/editors/displaytabs/reporefmodel.py
src/gui/editors/displaytabs/sourcebackreflist.py
src/gui/editors/displaytabs/sourceembedlist.py
src/gui/editors/displaytabs/sourcerefmodel.py
src/gui/editors/displaytabs/webembedlist.py
src/gui/editors/displaytabs/webmodel.py
src/gui/editors/displaytabs/_init__.py
# gui/selectors - the GUI selectors package
src/gui/selectors/baseselector.py
src/gui/selectors/selectevent.py
@ -302,48 +344,6 @@ src/docgen/OpenSpreadSheet.py
src/docgen/SpreadSheetDoc.py
src/docgen/TextBufDoc.py
# DisplayTabs package
src/DisplayTabs/_AddrEmbedList.py
src/DisplayTabs/_AddressModel.py
src/DisplayTabs/_AttrEmbedList.py
src/DisplayTabs/_AttrModel.py
src/DisplayTabs/_BackRefList.py
src/DisplayTabs/_BackRefModel.py
src/DisplayTabs/_ButtonTab.py
src/DisplayTabs/_ChildModel.py
src/DisplayTabs/_DataEmbedList.py
src/DisplayTabs/_DataModel.py
src/DisplayTabs/_EmbeddedList.py
src/DisplayTabs/_EventBackRefList.py
src/DisplayTabs/_EventEmbedList.py
src/DisplayTabs/_EventRefModel.py
src/DisplayTabs/_FamilyAttrEmbedList.py
src/DisplayTabs/_FamilyLdsEmbedList.py
src/DisplayTabs/_GalleryTab.py
src/DisplayTabs/_GrampsTab.py
src/DisplayTabs/_GroupEmbeddedList.py
src/DisplayTabs/_LdsEmbedList.py
src/DisplayTabs/_LdsModel.py
src/DisplayTabs/_LocationEmbedList.py
src/DisplayTabs/_LocationModel.py
src/DisplayTabs/_MediaBackRefList.py
src/DisplayTabs/_NameEmbedList.py
src/DisplayTabs/_NameModel.py
src/DisplayTabs/_NoteBackRefList.py
src/DisplayTabs/_NoteTab.py
src/DisplayTabs/_PersonEventEmbedList.py
src/DisplayTabs/_PersonRefEmbedList.py
src/DisplayTabs/_PersonRefModel.py
src/DisplayTabs/_PlaceBackRefList.py
src/DisplayTabs/_RepoEmbedList.py
src/DisplayTabs/_RepoRefModel.py
src/DisplayTabs/_SourceBackRefList.py
src/DisplayTabs/_SourceEmbedList.py
src/DisplayTabs/_SourceRefModel.py
src/DisplayTabs/_WebEmbedList.py
src/DisplayTabs/_WebModel.py
src/DisplayTabs/__init__.py
# GrampsDbUtils package
src/GrampsDbUtils/_Backup.py
src/GrampsDbUtils/_GedcomInfo.py

View File

@ -1,59 +0,0 @@
# This is the src/DisplayTabs level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/DisplayTabs
pkgdata_PYTHON = \
_AddrEmbedList.py \
_AddressModel.py \
_AttrEmbedList.py \
_AttrModel.py \
_BackRefList.py \
_BackRefModel.py \
_ButtonTab.py \
_ChildModel.py \
_DataEmbedList.py \
_DataModel.py \
_EmbeddedList.py \
_EventBackRefList.py \
_EventEmbedList.py \
_EventRefModel.py \
_FamilyAttrEmbedList.py \
_FamilyLdsEmbedList.py \
_GalleryTab.py \
_GrampsTab.py \
_GroupEmbeddedList.py \
_LdsEmbedList.py \
_LdsModel.py \
_LocationEmbedList.py \
_LocationModel.py \
_MediaBackRefList.py \
_NameEmbedList.py \
_NameModel.py \
_NoteBackRefList.py \
_NoteTab.py \
_NoteModel.py \
_PersonBackRefList.py \
_PersonEventEmbedList.py \
_PersonRefEmbedList.py \
_PersonRefModel.py \
_PlaceBackRefList.py \
_RepoEmbedList.py \
_RepoRefModel.py \
_SourceBackRefList.py \
_SourceEmbedList.py \
_SourceRefModel.py \
_WebEmbedList.py \
_WebModel.py \
__init__.py
pkgpyexecdir = @pkgpyexecdir@/DisplayTabs
pkgpythondir = @pkgpythondir@/DisplayTabs
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo
GRAMPS_PY_MODPATH = "../"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON));

View File

@ -1,60 +0,0 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2000-2006 Donald N. Allingham
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id$
#-------------------------------------------------------------------------
#
# set up logging
#
#-------------------------------------------------------------------------
import logging
log = logging.getLogger(".DisplayTabs")
# first import models
from _ChildModel import ChildModel
# Then import tab classes
from _GrampsTab import GrampsTab
from _EmbeddedList import EmbeddedList
from _AddrEmbedList import AddrEmbedList
from _AttrEmbedList import AttrEmbedList
from _BackRefList import BackRefList
from _DataEmbedList import DataEmbedList
from _EventBackRefList import EventBackRefList
from _EventEmbedList import EventEmbedList
from _FamilyAttrEmbedList import FamilyAttrEmbedList
from _FamilyLdsEmbedList import FamilyLdsEmbedList
from _GalleryTab import GalleryTab
from _LdsEmbedList import LdsEmbedList
from _LocationEmbedList import LocationEmbedList
from _MediaBackRefList import MediaBackRefList
from _NameEmbedList import NameEmbedList
from _NoteBackRefList import NoteBackRefList
from _NoteTab import NoteTab
from _PersonEventEmbedList import PersonEventEmbedList
from _PersonRefEmbedList import PersonRefEmbedList
from _PersonBackRefList import PersonBackRefList
from _PlaceBackRefList import PlaceBackRefList
from _RepoEmbedList import RepoEmbedList
from _SourceBackRefList import SourceBackRefList
from _SourceEmbedList import SourceEmbedList
from _WebEmbedList import WebEmbedList

View File

@ -1,4 +1,4 @@
# This is the src/DisplayTabs level Makefile for Gramps
# This is the src/FilterEditor level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/FilterEditor

View File

@ -6,7 +6,6 @@ SUBDIRS = \
cli \
data \
DateHandler \
DisplayTabs \
docgen \
Filters \
FilterEditor \

View File

@ -1,8 +1,11 @@
# This is the src/Editors level Makefile for Gramps
# This is the src/gui/editors level Makefile for Gramps
# We could use GNU make's ':=' syntax for nice wildcard use,
# but that is not necessarily portable.
# If not using GNU make, then list all .py files individually
SUBDIRS = \
displaytabs
pkgdatadir = $(datadir)/@PACKAGE@/gui/editors
pkgdata_PYTHON = \

View File

@ -0,0 +1,59 @@
# This is the src/gui/editors/displaytabs level Makefile for Gramps
pkgdatadir = $(datadir)/@PAcKAGE@/gui/editors/displaytabs
pkgdata_PYTHON = \
addrembedlist.py \
addressmodel.py \
attrembedlist.py \
attrmodel.py \
backreflist.py \
backrefmodel.py \
buttontab.py \
childmodel.py \
dataembedlist.py \
datamodel.py \
embeddedlist.py \
eventbackreflist.py \
eventembedlist.py \
eventrefmodel.py \
familyattrembedlist.py \
familyldsembedlist.py \
gallerytab.py \
grampstab.py \
groupembeddedlist.py \
ldsembedlist.py \
ldsmodel.py \
locationembedlist.py \
locationmodel.py \
mediabackreflist.py \
nameembedlist.py \
namemodel.py \
notebackreflist.py \
notetab.py \
notemodel.py \
personbackreflist.py \
personeventembedlist.py \
personrefembedlist.py \
personrefmodel.py \
placebackreflist.py \
repoembedlist.py \
reporefmodel.py \
sourcebackreflist.py \
sourceembedlist.py \
sourcerefmodel.py \
webembedlist.py \
webmodel.py \
__init__.py
pkgpyexecdir = @pkgpyexecdir@/gui/editors/displaytabs
pkgpythondir = @pkgpythondir@/gui/editors/displaytabs
# clean up all the byte-compiled files
MOSTLYcLEANFILES = *pyc *pyo
GRAMPS_PY_MODPATH = "../../../"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON));

View File

@ -0,0 +1,60 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2000-2006 Donald N. Allingham
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id$
#-------------------------------------------------------------------------
#
# set up logging
#
#-------------------------------------------------------------------------
import logging
log = logging.getLogger("gui.editors.displaytabs")
# first import models
from childmodel import ChildModel
# Then import tab classes
from grampstab import GrampsTab
from embeddedlist import EmbeddedList
from addrembedlist import AddrEmbedList
from attrembedlist import AttrEmbedList
from backreflist import BackRefList
from dataembedlist import DataEmbedList
from eventbackreflist import EventBackRefList
from eventembedlist import EventEmbedList
from familyattrembedlist import FamilyAttrEmbedList
from familyldsembedlist import FamilyLdsEmbedList
from gallerytab import GalleryTab
from ldsembedlist import LdsEmbedList
from locationembedlist import LocationEmbedList
from mediabackreflist import MediaBackRefList
from nameembedlist import NameEmbedList
from notebackreflist import NoteBackRefList
from notetab import NoteTab
from personeventembedlist import PersonEventEmbedList
from personrefembedlist import PersonRefEmbedList
from personbackreflist import PersonBackRefList
from placebackreflist import PlaceBackRefList
from repoembedlist import RepoEmbedList
from sourcebackreflist import SourceBackRefList
from sourceembedlist import SourceEmbedList
from webembedlist import WebEmbedList

View File

@ -39,8 +39,8 @@ from gettext import gettext as _
import gen.lib
import Errors
from DdTargets import DdTargets
from DisplayTabs._AddressModel import AddressModel
from DisplayTabs._EmbeddedList import EmbeddedList
from addressmodel import AddressModel
from embeddedlist import EmbeddedList
#-------------------------------------------------------------------------
#

View File

@ -35,8 +35,8 @@ from gettext import gettext as _
import gen.lib
import Errors
from DdTargets import DdTargets
from DisplayTabs._AttrModel import AttrModel
from DisplayTabs._EmbeddedList import EmbeddedList
from attrmodel import AttrModel
from embeddedlist import EmbeddedList
#-------------------------------------------------------------------------
#

View File

@ -42,7 +42,7 @@ import gtk
#-------------------------------------------------------------------------
import Errors
from gui.widgets import SimpleButton
from _EmbeddedList import EmbeddedList
from embeddedlist import EmbeddedList
#-------------------------------------------------------------------------
#

View File

@ -41,7 +41,7 @@ import gtk
#
#-------------------------------------------------------------------------
from gui.widgets import SimpleButton
from _GrampsTab import GrampsTab
from grampstab import GrampsTab
import Errors
_KP_ENTER = gtk.gdk.keyval_from_name("KP_Enter")

View File

@ -32,8 +32,8 @@ from gettext import gettext as _
# GRAMPS classes
#
#-------------------------------------------------------------------------
from DisplayTabs._DataModel import DataModel
from DisplayTabs._EmbeddedList import EmbeddedList
from datamodel import DataModel
from embeddedlist import EmbeddedList
#-------------------------------------------------------------------------
#

View File

@ -42,7 +42,7 @@ import pango
# GRAMPS classes
#
#-------------------------------------------------------------------------
from DisplayTabs._ButtonTab import ButtonTab
from buttontab import ButtonTab
#-------------------------------------------------------------------------
#

View File

@ -25,8 +25,8 @@
# GRAMPS classes
#
#-------------------------------------------------------------------------
from _BackRefModel import BackRefModel
from _BackRefList import BackRefList
from backrefmodel import BackRefModel
from backreflist import BackRefList
class EventBackRefList(BackRefList):

View File

@ -37,8 +37,8 @@ import gtk
import gen.lib
import Errors
from DdTargets import DdTargets
from _GroupEmbeddedList import GroupEmbeddedList
from _EventRefModel import EventRefModel
from groupembeddedlist import GroupEmbeddedList
from eventrefmodel import EventRefModel
from gui.dbguielement import DbGUIElement
from gui.selectors import SelectorFactory

View File

@ -25,7 +25,7 @@
# GRAMPS classes
#
#-------------------------------------------------------------------------
from _AttrEmbedList import AttrEmbedList
from attrembedlist import AttrEmbedList
#-------------------------------------------------------------------------
#

View File

@ -32,7 +32,7 @@ from gettext import gettext as _
# GRAMPS classes
#
#-------------------------------------------------------------------------
from _LdsEmbedList import LdsEmbedList
from ldsembedlist import LdsEmbedList
import gen.lib
#-------------------------------------------------------------------------

View File

@ -54,7 +54,7 @@ import ThumbNails
import Errors
import Mime
from DdTargets import DdTargets
from DisplayTabs._ButtonTab import ButtonTab
from buttontab import ButtonTab
#-------------------------------------------------------------------------
#

View File

@ -26,7 +26,6 @@
# python
#
#-------------------------------------------------------------------------
from gettext import gettext as _
import cPickle as pickle
#-------------------------------------------------------------------------
@ -42,7 +41,7 @@ import pango
# GRAMPS classes
#
#-------------------------------------------------------------------------
from DisplayTabs._EmbeddedList import EmbeddedList
from embeddedlist import EmbeddedList
#-------------------------------------------------------------------------
#

View File

@ -34,8 +34,8 @@ from gettext import gettext as _
#-------------------------------------------------------------------------
import gen.lib
import Errors
from _LdsModel import LdsModel
from _EmbeddedList import EmbeddedList
from ldsmodel import LdsModel
from embeddedlist import EmbeddedList
#-------------------------------------------------------------------------
#

View File

@ -35,8 +35,8 @@ from gettext import gettext as _
import gen.lib
import Errors
from DdTargets import DdTargets
from _LocationModel import LocationModel
from _EmbeddedList import EmbeddedList
from locationmodel import LocationModel
from embeddedlist import EmbeddedList
#-------------------------------------------------------------------------
#

View File

@ -25,8 +25,8 @@
# GRAMPS classes
#
#-------------------------------------------------------------------------
from _BackRefModel import BackRefModel
from _BackRefList import BackRefList
from backrefmodel import BackRefModel
from backreflist import BackRefList
class MediaBackRefList(BackRefList):

View File

@ -43,8 +43,8 @@ from gettext import gettext as _
import gen.lib
import Errors
from DdTargets import DdTargets
from DisplayTabs._NameModel import NameModel
from DisplayTabs._GroupEmbeddedList import GroupEmbeddedList
from namemodel import NameModel
from groupembeddedlist import GroupEmbeddedList
#-------------------------------------------------------------------------
#

View File

@ -26,8 +26,8 @@
#
#-------------------------------------------------------------------------
from _BackRefModel import BackRefModel
from _BackRefList import BackRefList
from backrefmodel import BackRefModel
from backreflist import BackRefList
class NoteBackRefList(BackRefList):

View File

@ -42,8 +42,8 @@ import Errors
import gen.lib
from gui.dbguielement import DbGUIElement
from gui.selectors import SelectorFactory
from _NoteModel import NoteModel
from _EmbeddedList import EmbeddedList
from notemodel import NoteModel
from embeddedlist import EmbeddedList
from DdTargets import DdTargets
#-------------------------------------------------------------------------

View File

@ -25,8 +25,8 @@
# GRAMPS classes
#
#-------------------------------------------------------------------------
from _BackRefModel import BackRefModel
from _BackRefList import BackRefList
from backrefmodel import BackRefModel
from backreflist import BackRefList
class PersonBackRefList(BackRefList):

View File

@ -35,8 +35,8 @@ from gettext import gettext as _
#-------------------------------------------------------------------------
import gen.lib
from BasicUtils import name_displayer
from _EventEmbedList import EventEmbedList
from _EventRefModel import EventRefModel
from eventembedlist import EventEmbedList
from eventrefmodel import EventRefModel
_std_types = [
gen.lib.EventType(gen.lib.EventType.BIRTH),

View File

@ -35,8 +35,8 @@ from gettext import gettext as _
import gen.lib
import Errors
from DdTargets import DdTargets
from _PersonRefModel import PersonRefModel
from _EmbeddedList import EmbeddedList
from personrefmodel import PersonRefModel
from embeddedlist import EmbeddedList
#-------------------------------------------------------------------------
#

View File

@ -25,8 +25,8 @@
# GRAMPS classes
#
#-------------------------------------------------------------------------
from _BackRefModel import BackRefModel
from _BackRefList import BackRefList
from backrefmodel import BackRefModel
from backreflist import BackRefList
class PlaceBackRefList(BackRefList):

View File

@ -37,8 +37,8 @@ from gui.dbguielement import DbGUIElement
from gui.selectors import SelectorFactory
import Errors
from DdTargets import DdTargets
from _RepoRefModel import RepoRefModel
from _EmbeddedList import EmbeddedList
from reporefmodel import RepoRefModel
from embeddedlist import EmbeddedList
#-------------------------------------------------------------------------
#

View File

@ -25,8 +25,8 @@
# GRAMPS classes
#
#-------------------------------------------------------------------------
from _BackRefModel import BackRefModel
from _BackRefList import BackRefList
from backrefmodel import BackRefModel
from backreflist import BackRefList
class SourceBackRefList(BackRefList):

View File

@ -37,8 +37,8 @@ from gui.dbguielement import DbGUIElement
from gui.selectors import SelectorFactory
import Errors
from DdTargets import DdTargets
from _SourceRefModel import SourceRefModel
from _EmbeddedList import EmbeddedList
from sourcerefmodel import SourceRefModel
from embeddedlist import EmbeddedList
#-------------------------------------------------------------------------
#

View File

@ -36,8 +36,8 @@ import gtk
import gen.lib
import Errors
from DdTargets import DdTargets
from _WebModel import WebModel
from _EmbeddedList import EmbeddedList
from webmodel import WebModel
from embeddedlist import EmbeddedList
#-------------------------------------------------------------------------
#

View File

@ -48,7 +48,7 @@ import gtk
from editsecondary import EditSecondary
from gen.lib import NoteType
from glade import Glade
from DisplayTabs import SourceEmbedList, NoteTab
from displaytabs import SourceEmbedList, NoteTab
from gui.widgets import MonitoredDate, MonitoredEntry, PrivacyButton
#-------------------------------------------------------------------------

View File

@ -48,7 +48,7 @@ import gtk
from editsecondary import EditSecondary
from gen.lib import NoteType
from glade import Glade
from DisplayTabs import SourceEmbedList, NoteTab
from displaytabs import SourceEmbedList, NoteTab
from gui.widgets import MonitoredEntry, PrivacyButton, MonitoredDataType
#-------------------------------------------------------------------------

View File

@ -49,7 +49,7 @@ from editsecondary import EditSecondary
from gen.lib import NoteType
import Errors
from glade import Glade
from DisplayTabs import SourceEmbedList, NoteTab
from displaytabs import SourceEmbedList, NoteTab
from gui.widgets import MonitoredDataType, PrivacyButton
from BasicUtils import name_displayer

View File

@ -47,7 +47,7 @@ from editprimary import EditPrimary
from objectentries import PlaceEntry
from glade import Glade
from QuestionDialog import ErrorDialog
from DisplayTabs import (SourceEmbedList, NoteTab, GalleryTab,
from displaytabs import (SourceEmbedList, NoteTab, GalleryTab,
EventBackRefList, AttrEmbedList)
from gui.widgets import (MonitoredEntry, PrivacyButton,
MonitoredDataType, MonitoredDate)

View File

@ -35,7 +35,7 @@ from gettext import gettext as _
#-------------------------------------------------------------------------
import gen.lib
from glade import Glade
from DisplayTabs import (SourceEmbedList, NoteTab, GalleryTab,
from displaytabs import (SourceEmbedList, NoteTab, GalleryTab,
EventBackRefList, AttrEmbedList)
from gui.widgets import (PrivacyButton, MonitoredEntry,
MonitoredDate, MonitoredDataType)

View File

@ -65,7 +65,7 @@ from editprimary import EditPrimary
from editchildref import EditChildRef
from editperson import EditPerson
from ReportBase import ReportUtils
from DisplayTabs import (EmbeddedList, EventEmbedList, SourceEmbedList,
from displaytabs import (EmbeddedList, EventEmbedList, SourceEmbedList,
FamilyAttrEmbedList, NoteTab, GalleryTab,
FamilyLdsEmbedList, ChildModel)
from gui.widgets import (PrivacyButton, MonitoredEntry, MonitoredDataType)
@ -84,7 +84,7 @@ _RIGHT_BUTTON = 3
class ChildEmbedList(EmbeddedList):
"""
The child embed list is specific to the Edit Family dialog, so it
is contained here instead of in DisplayTabs.
is contained here instead of in displaytabs.
"""
_HANDLE_COL = 10

View File

@ -50,7 +50,7 @@ import LdsUtils
from glade import Glade
from editsecondary import EditSecondary
from objectentries import PlaceEntry
from DisplayTabs import SourceEmbedList,NoteTab
from displaytabs import SourceEmbedList,NoteTab
from gui.widgets import (PrivacyButton, MonitoredDate,
MonitoredMenu, MonitoredStrMenu)
from gui.selectors import SelectorFactory

View File

@ -47,7 +47,7 @@ import ThumbNails
import Utils
from editprimary import EditPrimary
from gui.widgets import MonitoredDate, MonitoredEntry, PrivacyButton
from DisplayTabs import (SourceEmbedList, AttrEmbedList, NoteTab,
from displaytabs import (SourceEmbedList, AttrEmbedList, NoteTab,
MediaBackRefList)
from addmedia import AddMediaObject
from QuestionDialog import ErrorDialog

View File

@ -48,7 +48,7 @@ import ThumbNails
import Utils
from gen.lib import NoteType
from glade import Glade
from DisplayTabs import (SourceEmbedList, AttrEmbedList, MediaBackRefList,
from displaytabs import (SourceEmbedList, AttrEmbedList, MediaBackRefList,
NoteTab)
from gui.widgets import MonitoredSpinButton, MonitoredEntry, PrivacyButton
from editreference import RefTab, EditReference

View File

@ -44,7 +44,7 @@ import gtk
from BasicUtils import name_displayer
from editsecondary import EditSecondary
from gen.lib import NoteType
from DisplayTabs import GrampsTab,SourceEmbedList,NoteTab
from displaytabs import GrampsTab,SourceEmbedList,NoteTab
from gui.widgets import (MonitoredEntry, MonitoredMenu, MonitoredDate,
MonitoredDataType, PrivacyButton)
from glade import Glade

View File

@ -49,7 +49,7 @@ import config
import const
from gui.widgets import StyledTextEditor
from editprimary import EditPrimary
from DisplayTabs import GrampsTab, NoteBackRefList
from displaytabs import GrampsTab, NoteBackRefList
from gui.widgets import (MonitoredDataType, MonitoredCheckbox,
MonitoredEntry, PrivacyButton)
from gen.lib import Note

View File

@ -63,7 +63,7 @@ from editname import EditName
import config
from QuestionDialog import ErrorDialog, ICON
from DisplayTabs import (PersonEventEmbedList, NameEmbedList, SourceEmbedList,
from displaytabs import (PersonEventEmbedList, NameEmbedList, SourceEmbedList,
AttrEmbedList, AddrEmbedList, NoteTab, GalleryTab,
WebEmbedList, PersonRefEmbedList, LdsEmbedList,
PersonBackRefList)

View File

@ -50,7 +50,7 @@ from editsecondary import EditSecondary
from gen.lib import NoteType
from gui.widgets import MonitoredEntry, PrivacyButton
from gui.selectors import SelectorFactory
from DisplayTabs import SourceEmbedList, NoteTab
from displaytabs import SourceEmbedList, NoteTab
from glade import Glade
#-------------------------------------------------------------------------

View File

@ -44,7 +44,7 @@ import gtk
#-------------------------------------------------------------------------
import gen.lib
from editprimary import EditPrimary
from DisplayTabs import (GrampsTab, LocationEmbedList, SourceEmbedList,
from displaytabs import (GrampsTab, LocationEmbedList, SourceEmbedList,
GalleryTab, NoteTab, WebEmbedList, PlaceBackRefList)
from gui.widgets import MonitoredEntry, PrivacyButton
from Errors import ValidationError

View File

@ -34,7 +34,7 @@ import gtk
#
#-------------------------------------------------------------------------
import ManagedWindow
from DisplayTabs import GrampsTab
from displaytabs import GrampsTab
import config
from gui.dbguielement import DbGUIElement

View File

@ -35,7 +35,7 @@ from gettext import gettext as _
#-------------------------------------------------------------------------
from gen.lib import NoteType
from DisplayTabs import NoteTab,AddrEmbedList,WebEmbedList,SourceBackRefList
from displaytabs import NoteTab,AddrEmbedList,WebEmbedList,SourceBackRefList
from gui.widgets import MonitoredEntry, PrivacyButton, MonitoredDataType
from editreference import RefTab, EditReference
from glade import Glade

View File

@ -43,7 +43,7 @@ import gtk
import gen.lib
from gui.widgets import MonitoredEntry, MonitoredDataType, PrivacyButton
from DisplayTabs import AddrEmbedList, WebEmbedList, NoteTab, SourceBackRefList
from displaytabs import AddrEmbedList, WebEmbedList, NoteTab, SourceBackRefList
from editprimary import EditPrimary
from QuestionDialog import ErrorDialog
from glade import Glade

View File

@ -45,7 +45,7 @@ import gtk
import gen.lib
from editprimary import EditPrimary
from DisplayTabs import (NoteTab, GalleryTab, DataEmbedList,
from displaytabs import (NoteTab, GalleryTab, DataEmbedList,
SourceBackRefList, RepoEmbedList)
from gui.widgets import MonitoredEntry, PrivacyButton
from QuestionDialog import ErrorDialog

View File

@ -35,7 +35,7 @@ from gettext import gettext as _
#-------------------------------------------------------------------------
import gen.lib
from glade import Glade
from DisplayTabs import (NoteTab, GalleryTab, SourceBackRefList,
from displaytabs import (NoteTab, GalleryTab, SourceBackRefList,
DataEmbedList, RepoEmbedList)
from gui.widgets import (PrivacyButton, MonitoredEntry, MonitoredMenu,
MonitoredDate)