move src/DisplayTabs/* to src/gui/editors/displaytabs as part of GEP008
svn: r13821
This commit is contained in:
parent
8bb7400ef6
commit
2f1c04169a
@ -104,12 +104,12 @@ src/gen/plug/docgen/Makefile
|
|||||||
src/gen/plug/menu/Makefile
|
src/gen/plug/menu/Makefile
|
||||||
src/gui/Makefile
|
src/gui/Makefile
|
||||||
src/gui/editors/Makefile
|
src/gui/editors/Makefile
|
||||||
|
src/gui/editors/displaytabs/Makefile
|
||||||
src/gui/selectors/Makefile
|
src/gui/selectors/Makefile
|
||||||
src/gui/views/Makefile
|
src/gui/views/Makefile
|
||||||
src/gui/views/treemodels/Makefile
|
src/gui/views/treemodels/Makefile
|
||||||
src/FilterEditor/Makefile
|
src/FilterEditor/Makefile
|
||||||
src/Mime/Makefile
|
src/Mime/Makefile
|
||||||
src/DisplayTabs/Makefile
|
|
||||||
src/GrampsLogger/Makefile
|
src/GrampsLogger/Makefile
|
||||||
src/Merge/Makefile
|
src/Merge/Makefile
|
||||||
src/docgen/Makefile
|
src/docgen/Makefile
|
||||||
|
@ -220,6 +220,48 @@ src/gui/editors/editsourceRef.py
|
|||||||
src/gui/editors/editurl.py
|
src/gui/editors/editurl.py
|
||||||
src/gui/editors/__init__.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
|
# gui/selectors - the GUI selectors package
|
||||||
src/gui/selectors/baseselector.py
|
src/gui/selectors/baseselector.py
|
||||||
src/gui/selectors/selectevent.py
|
src/gui/selectors/selectevent.py
|
||||||
@ -302,48 +344,6 @@ src/docgen/OpenSpreadSheet.py
|
|||||||
src/docgen/SpreadSheetDoc.py
|
src/docgen/SpreadSheetDoc.py
|
||||||
src/docgen/TextBufDoc.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
|
# GrampsDbUtils package
|
||||||
src/GrampsDbUtils/_Backup.py
|
src/GrampsDbUtils/_Backup.py
|
||||||
src/GrampsDbUtils/_GedcomInfo.py
|
src/GrampsDbUtils/_GedcomInfo.py
|
||||||
|
@ -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));
|
|
@ -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
|
|
@ -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
|
pkgdatadir = $(datadir)/@PACKAGE@/FilterEditor
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ SUBDIRS = \
|
|||||||
cli \
|
cli \
|
||||||
data \
|
data \
|
||||||
DateHandler \
|
DateHandler \
|
||||||
DisplayTabs \
|
|
||||||
docgen \
|
docgen \
|
||||||
Filters \
|
Filters \
|
||||||
FilterEditor \
|
FilterEditor \
|
||||||
|
@ -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,
|
# We could use GNU make's ':=' syntax for nice wildcard use,
|
||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
|
SUBDIRS = \
|
||||||
|
displaytabs
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/gui/editors
|
pkgdatadir = $(datadir)/@PACKAGE@/gui/editors
|
||||||
|
|
||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
|
59
src/gui/editors/displaytabs/Makefile.am
Normal file
59
src/gui/editors/displaytabs/Makefile.am
Normal 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));
|
60
src/gui/editors/displaytabs/__init__.py
Normal file
60
src/gui/editors/displaytabs/__init__.py
Normal 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
|
@ -39,8 +39,8 @@ from gettext import gettext as _
|
|||||||
import gen.lib
|
import gen.lib
|
||||||
import Errors
|
import Errors
|
||||||
from DdTargets import DdTargets
|
from DdTargets import DdTargets
|
||||||
from DisplayTabs._AddressModel import AddressModel
|
from addressmodel import AddressModel
|
||||||
from DisplayTabs._EmbeddedList import EmbeddedList
|
from embeddedlist import EmbeddedList
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -35,8 +35,8 @@ from gettext import gettext as _
|
|||||||
import gen.lib
|
import gen.lib
|
||||||
import Errors
|
import Errors
|
||||||
from DdTargets import DdTargets
|
from DdTargets import DdTargets
|
||||||
from DisplayTabs._AttrModel import AttrModel
|
from attrmodel import AttrModel
|
||||||
from DisplayTabs._EmbeddedList import EmbeddedList
|
from embeddedlist import EmbeddedList
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -42,7 +42,7 @@ import gtk
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
import Errors
|
import Errors
|
||||||
from gui.widgets import SimpleButton
|
from gui.widgets import SimpleButton
|
||||||
from _EmbeddedList import EmbeddedList
|
from embeddedlist import EmbeddedList
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -41,7 +41,7 @@ import gtk
|
|||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from gui.widgets import SimpleButton
|
from gui.widgets import SimpleButton
|
||||||
from _GrampsTab import GrampsTab
|
from grampstab import GrampsTab
|
||||||
import Errors
|
import Errors
|
||||||
|
|
||||||
_KP_ENTER = gtk.gdk.keyval_from_name("KP_Enter")
|
_KP_ENTER = gtk.gdk.keyval_from_name("KP_Enter")
|
@ -32,8 +32,8 @@ from gettext import gettext as _
|
|||||||
# GRAMPS classes
|
# GRAMPS classes
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from DisplayTabs._DataModel import DataModel
|
from datamodel import DataModel
|
||||||
from DisplayTabs._EmbeddedList import EmbeddedList
|
from embeddedlist import EmbeddedList
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -42,7 +42,7 @@ import pango
|
|||||||
# GRAMPS classes
|
# GRAMPS classes
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from DisplayTabs._ButtonTab import ButtonTab
|
from buttontab import ButtonTab
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -25,8 +25,8 @@
|
|||||||
# GRAMPS classes
|
# GRAMPS classes
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from _BackRefModel import BackRefModel
|
from backrefmodel import BackRefModel
|
||||||
from _BackRefList import BackRefList
|
from backreflist import BackRefList
|
||||||
|
|
||||||
class EventBackRefList(BackRefList):
|
class EventBackRefList(BackRefList):
|
||||||
|
|
@ -37,8 +37,8 @@ import gtk
|
|||||||
import gen.lib
|
import gen.lib
|
||||||
import Errors
|
import Errors
|
||||||
from DdTargets import DdTargets
|
from DdTargets import DdTargets
|
||||||
from _GroupEmbeddedList import GroupEmbeddedList
|
from groupembeddedlist import GroupEmbeddedList
|
||||||
from _EventRefModel import EventRefModel
|
from eventrefmodel import EventRefModel
|
||||||
from gui.dbguielement import DbGUIElement
|
from gui.dbguielement import DbGUIElement
|
||||||
from gui.selectors import SelectorFactory
|
from gui.selectors import SelectorFactory
|
||||||
|
|
@ -25,7 +25,7 @@
|
|||||||
# GRAMPS classes
|
# GRAMPS classes
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from _AttrEmbedList import AttrEmbedList
|
from attrembedlist import AttrEmbedList
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -32,7 +32,7 @@ from gettext import gettext as _
|
|||||||
# GRAMPS classes
|
# GRAMPS classes
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from _LdsEmbedList import LdsEmbedList
|
from ldsembedlist import LdsEmbedList
|
||||||
import gen.lib
|
import gen.lib
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
@ -54,7 +54,7 @@ import ThumbNails
|
|||||||
import Errors
|
import Errors
|
||||||
import Mime
|
import Mime
|
||||||
from DdTargets import DdTargets
|
from DdTargets import DdTargets
|
||||||
from DisplayTabs._ButtonTab import ButtonTab
|
from buttontab import ButtonTab
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -26,7 +26,6 @@
|
|||||||
# python
|
# python
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from gettext import gettext as _
|
|
||||||
import cPickle as pickle
|
import cPickle as pickle
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
@ -42,7 +41,7 @@ import pango
|
|||||||
# GRAMPS classes
|
# GRAMPS classes
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from DisplayTabs._EmbeddedList import EmbeddedList
|
from embeddedlist import EmbeddedList
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -34,8 +34,8 @@ from gettext import gettext as _
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
import gen.lib
|
import gen.lib
|
||||||
import Errors
|
import Errors
|
||||||
from _LdsModel import LdsModel
|
from ldsmodel import LdsModel
|
||||||
from _EmbeddedList import EmbeddedList
|
from embeddedlist import EmbeddedList
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -35,8 +35,8 @@ from gettext import gettext as _
|
|||||||
import gen.lib
|
import gen.lib
|
||||||
import Errors
|
import Errors
|
||||||
from DdTargets import DdTargets
|
from DdTargets import DdTargets
|
||||||
from _LocationModel import LocationModel
|
from locationmodel import LocationModel
|
||||||
from _EmbeddedList import EmbeddedList
|
from embeddedlist import EmbeddedList
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -25,8 +25,8 @@
|
|||||||
# GRAMPS classes
|
# GRAMPS classes
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from _BackRefModel import BackRefModel
|
from backrefmodel import BackRefModel
|
||||||
from _BackRefList import BackRefList
|
from backreflist import BackRefList
|
||||||
|
|
||||||
class MediaBackRefList(BackRefList):
|
class MediaBackRefList(BackRefList):
|
||||||
|
|
@ -43,8 +43,8 @@ from gettext import gettext as _
|
|||||||
import gen.lib
|
import gen.lib
|
||||||
import Errors
|
import Errors
|
||||||
from DdTargets import DdTargets
|
from DdTargets import DdTargets
|
||||||
from DisplayTabs._NameModel import NameModel
|
from namemodel import NameModel
|
||||||
from DisplayTabs._GroupEmbeddedList import GroupEmbeddedList
|
from groupembeddedlist import GroupEmbeddedList
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -26,8 +26,8 @@
|
|||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
from _BackRefModel import BackRefModel
|
from backrefmodel import BackRefModel
|
||||||
from _BackRefList import BackRefList
|
from backreflist import BackRefList
|
||||||
|
|
||||||
class NoteBackRefList(BackRefList):
|
class NoteBackRefList(BackRefList):
|
||||||
|
|
@ -42,8 +42,8 @@ import Errors
|
|||||||
import gen.lib
|
import gen.lib
|
||||||
from gui.dbguielement import DbGUIElement
|
from gui.dbguielement import DbGUIElement
|
||||||
from gui.selectors import SelectorFactory
|
from gui.selectors import SelectorFactory
|
||||||
from _NoteModel import NoteModel
|
from notemodel import NoteModel
|
||||||
from _EmbeddedList import EmbeddedList
|
from embeddedlist import EmbeddedList
|
||||||
from DdTargets import DdTargets
|
from DdTargets import DdTargets
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
@ -25,8 +25,8 @@
|
|||||||
# GRAMPS classes
|
# GRAMPS classes
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from _BackRefModel import BackRefModel
|
from backrefmodel import BackRefModel
|
||||||
from _BackRefList import BackRefList
|
from backreflist import BackRefList
|
||||||
|
|
||||||
class PersonBackRefList(BackRefList):
|
class PersonBackRefList(BackRefList):
|
||||||
|
|
@ -35,8 +35,8 @@ from gettext import gettext as _
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
import gen.lib
|
import gen.lib
|
||||||
from BasicUtils import name_displayer
|
from BasicUtils import name_displayer
|
||||||
from _EventEmbedList import EventEmbedList
|
from eventembedlist import EventEmbedList
|
||||||
from _EventRefModel import EventRefModel
|
from eventrefmodel import EventRefModel
|
||||||
|
|
||||||
_std_types = [
|
_std_types = [
|
||||||
gen.lib.EventType(gen.lib.EventType.BIRTH),
|
gen.lib.EventType(gen.lib.EventType.BIRTH),
|
@ -35,8 +35,8 @@ from gettext import gettext as _
|
|||||||
import gen.lib
|
import gen.lib
|
||||||
import Errors
|
import Errors
|
||||||
from DdTargets import DdTargets
|
from DdTargets import DdTargets
|
||||||
from _PersonRefModel import PersonRefModel
|
from personrefmodel import PersonRefModel
|
||||||
from _EmbeddedList import EmbeddedList
|
from embeddedlist import EmbeddedList
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -25,8 +25,8 @@
|
|||||||
# GRAMPS classes
|
# GRAMPS classes
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from _BackRefModel import BackRefModel
|
from backrefmodel import BackRefModel
|
||||||
from _BackRefList import BackRefList
|
from backreflist import BackRefList
|
||||||
|
|
||||||
class PlaceBackRefList(BackRefList):
|
class PlaceBackRefList(BackRefList):
|
||||||
|
|
@ -37,8 +37,8 @@ from gui.dbguielement import DbGUIElement
|
|||||||
from gui.selectors import SelectorFactory
|
from gui.selectors import SelectorFactory
|
||||||
import Errors
|
import Errors
|
||||||
from DdTargets import DdTargets
|
from DdTargets import DdTargets
|
||||||
from _RepoRefModel import RepoRefModel
|
from reporefmodel import RepoRefModel
|
||||||
from _EmbeddedList import EmbeddedList
|
from embeddedlist import EmbeddedList
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -25,8 +25,8 @@
|
|||||||
# GRAMPS classes
|
# GRAMPS classes
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from _BackRefModel import BackRefModel
|
from backrefmodel import BackRefModel
|
||||||
from _BackRefList import BackRefList
|
from backreflist import BackRefList
|
||||||
|
|
||||||
class SourceBackRefList(BackRefList):
|
class SourceBackRefList(BackRefList):
|
||||||
|
|
@ -37,8 +37,8 @@ from gui.dbguielement import DbGUIElement
|
|||||||
from gui.selectors import SelectorFactory
|
from gui.selectors import SelectorFactory
|
||||||
import Errors
|
import Errors
|
||||||
from DdTargets import DdTargets
|
from DdTargets import DdTargets
|
||||||
from _SourceRefModel import SourceRefModel
|
from sourcerefmodel import SourceRefModel
|
||||||
from _EmbeddedList import EmbeddedList
|
from embeddedlist import EmbeddedList
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -36,8 +36,8 @@ import gtk
|
|||||||
import gen.lib
|
import gen.lib
|
||||||
import Errors
|
import Errors
|
||||||
from DdTargets import DdTargets
|
from DdTargets import DdTargets
|
||||||
from _WebModel import WebModel
|
from webmodel import WebModel
|
||||||
from _EmbeddedList import EmbeddedList
|
from embeddedlist import EmbeddedList
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
@ -48,7 +48,7 @@ import gtk
|
|||||||
from editsecondary import EditSecondary
|
from editsecondary import EditSecondary
|
||||||
from gen.lib import NoteType
|
from gen.lib import NoteType
|
||||||
from glade import Glade
|
from glade import Glade
|
||||||
from DisplayTabs import SourceEmbedList, NoteTab
|
from displaytabs import SourceEmbedList, NoteTab
|
||||||
from gui.widgets import MonitoredDate, MonitoredEntry, PrivacyButton
|
from gui.widgets import MonitoredDate, MonitoredEntry, PrivacyButton
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
@ -48,7 +48,7 @@ import gtk
|
|||||||
from editsecondary import EditSecondary
|
from editsecondary import EditSecondary
|
||||||
from gen.lib import NoteType
|
from gen.lib import NoteType
|
||||||
from glade import Glade
|
from glade import Glade
|
||||||
from DisplayTabs import SourceEmbedList, NoteTab
|
from displaytabs import SourceEmbedList, NoteTab
|
||||||
from gui.widgets import MonitoredEntry, PrivacyButton, MonitoredDataType
|
from gui.widgets import MonitoredEntry, PrivacyButton, MonitoredDataType
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
@ -49,7 +49,7 @@ from editsecondary import EditSecondary
|
|||||||
from gen.lib import NoteType
|
from gen.lib import NoteType
|
||||||
import Errors
|
import Errors
|
||||||
from glade import Glade
|
from glade import Glade
|
||||||
from DisplayTabs import SourceEmbedList, NoteTab
|
from displaytabs import SourceEmbedList, NoteTab
|
||||||
from gui.widgets import MonitoredDataType, PrivacyButton
|
from gui.widgets import MonitoredDataType, PrivacyButton
|
||||||
from BasicUtils import name_displayer
|
from BasicUtils import name_displayer
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ from editprimary import EditPrimary
|
|||||||
from objectentries import PlaceEntry
|
from objectentries import PlaceEntry
|
||||||
from glade import Glade
|
from glade import Glade
|
||||||
from QuestionDialog import ErrorDialog
|
from QuestionDialog import ErrorDialog
|
||||||
from DisplayTabs import (SourceEmbedList, NoteTab, GalleryTab,
|
from displaytabs import (SourceEmbedList, NoteTab, GalleryTab,
|
||||||
EventBackRefList, AttrEmbedList)
|
EventBackRefList, AttrEmbedList)
|
||||||
from gui.widgets import (MonitoredEntry, PrivacyButton,
|
from gui.widgets import (MonitoredEntry, PrivacyButton,
|
||||||
MonitoredDataType, MonitoredDate)
|
MonitoredDataType, MonitoredDate)
|
||||||
|
@ -35,7 +35,7 @@ from gettext import gettext as _
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
import gen.lib
|
import gen.lib
|
||||||
from glade import Glade
|
from glade import Glade
|
||||||
from DisplayTabs import (SourceEmbedList, NoteTab, GalleryTab,
|
from displaytabs import (SourceEmbedList, NoteTab, GalleryTab,
|
||||||
EventBackRefList, AttrEmbedList)
|
EventBackRefList, AttrEmbedList)
|
||||||
from gui.widgets import (PrivacyButton, MonitoredEntry,
|
from gui.widgets import (PrivacyButton, MonitoredEntry,
|
||||||
MonitoredDate, MonitoredDataType)
|
MonitoredDate, MonitoredDataType)
|
||||||
|
@ -65,7 +65,7 @@ from editprimary import EditPrimary
|
|||||||
from editchildref import EditChildRef
|
from editchildref import EditChildRef
|
||||||
from editperson import EditPerson
|
from editperson import EditPerson
|
||||||
from ReportBase import ReportUtils
|
from ReportBase import ReportUtils
|
||||||
from DisplayTabs import (EmbeddedList, EventEmbedList, SourceEmbedList,
|
from displaytabs import (EmbeddedList, EventEmbedList, SourceEmbedList,
|
||||||
FamilyAttrEmbedList, NoteTab, GalleryTab,
|
FamilyAttrEmbedList, NoteTab, GalleryTab,
|
||||||
FamilyLdsEmbedList, ChildModel)
|
FamilyLdsEmbedList, ChildModel)
|
||||||
from gui.widgets import (PrivacyButton, MonitoredEntry, MonitoredDataType)
|
from gui.widgets import (PrivacyButton, MonitoredEntry, MonitoredDataType)
|
||||||
@ -84,7 +84,7 @@ _RIGHT_BUTTON = 3
|
|||||||
class ChildEmbedList(EmbeddedList):
|
class ChildEmbedList(EmbeddedList):
|
||||||
"""
|
"""
|
||||||
The child embed list is specific to the Edit Family dialog, so it
|
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
|
_HANDLE_COL = 10
|
||||||
|
@ -50,7 +50,7 @@ import LdsUtils
|
|||||||
from glade import Glade
|
from glade import Glade
|
||||||
from editsecondary import EditSecondary
|
from editsecondary import EditSecondary
|
||||||
from objectentries import PlaceEntry
|
from objectentries import PlaceEntry
|
||||||
from DisplayTabs import SourceEmbedList,NoteTab
|
from displaytabs import SourceEmbedList,NoteTab
|
||||||
from gui.widgets import (PrivacyButton, MonitoredDate,
|
from gui.widgets import (PrivacyButton, MonitoredDate,
|
||||||
MonitoredMenu, MonitoredStrMenu)
|
MonitoredMenu, MonitoredStrMenu)
|
||||||
from gui.selectors import SelectorFactory
|
from gui.selectors import SelectorFactory
|
||||||
|
@ -47,7 +47,7 @@ import ThumbNails
|
|||||||
import Utils
|
import Utils
|
||||||
from editprimary import EditPrimary
|
from editprimary import EditPrimary
|
||||||
from gui.widgets import MonitoredDate, MonitoredEntry, PrivacyButton
|
from gui.widgets import MonitoredDate, MonitoredEntry, PrivacyButton
|
||||||
from DisplayTabs import (SourceEmbedList, AttrEmbedList, NoteTab,
|
from displaytabs import (SourceEmbedList, AttrEmbedList, NoteTab,
|
||||||
MediaBackRefList)
|
MediaBackRefList)
|
||||||
from addmedia import AddMediaObject
|
from addmedia import AddMediaObject
|
||||||
from QuestionDialog import ErrorDialog
|
from QuestionDialog import ErrorDialog
|
||||||
|
@ -48,7 +48,7 @@ import ThumbNails
|
|||||||
import Utils
|
import Utils
|
||||||
from gen.lib import NoteType
|
from gen.lib import NoteType
|
||||||
from glade import Glade
|
from glade import Glade
|
||||||
from DisplayTabs import (SourceEmbedList, AttrEmbedList, MediaBackRefList,
|
from displaytabs import (SourceEmbedList, AttrEmbedList, MediaBackRefList,
|
||||||
NoteTab)
|
NoteTab)
|
||||||
from gui.widgets import MonitoredSpinButton, MonitoredEntry, PrivacyButton
|
from gui.widgets import MonitoredSpinButton, MonitoredEntry, PrivacyButton
|
||||||
from editreference import RefTab, EditReference
|
from editreference import RefTab, EditReference
|
||||||
|
@ -44,7 +44,7 @@ import gtk
|
|||||||
from BasicUtils import name_displayer
|
from BasicUtils import name_displayer
|
||||||
from editsecondary import EditSecondary
|
from editsecondary import EditSecondary
|
||||||
from gen.lib import NoteType
|
from gen.lib import NoteType
|
||||||
from DisplayTabs import GrampsTab,SourceEmbedList,NoteTab
|
from displaytabs import GrampsTab,SourceEmbedList,NoteTab
|
||||||
from gui.widgets import (MonitoredEntry, MonitoredMenu, MonitoredDate,
|
from gui.widgets import (MonitoredEntry, MonitoredMenu, MonitoredDate,
|
||||||
MonitoredDataType, PrivacyButton)
|
MonitoredDataType, PrivacyButton)
|
||||||
from glade import Glade
|
from glade import Glade
|
||||||
|
@ -49,7 +49,7 @@ import config
|
|||||||
import const
|
import const
|
||||||
from gui.widgets import StyledTextEditor
|
from gui.widgets import StyledTextEditor
|
||||||
from editprimary import EditPrimary
|
from editprimary import EditPrimary
|
||||||
from DisplayTabs import GrampsTab, NoteBackRefList
|
from displaytabs import GrampsTab, NoteBackRefList
|
||||||
from gui.widgets import (MonitoredDataType, MonitoredCheckbox,
|
from gui.widgets import (MonitoredDataType, MonitoredCheckbox,
|
||||||
MonitoredEntry, PrivacyButton)
|
MonitoredEntry, PrivacyButton)
|
||||||
from gen.lib import Note
|
from gen.lib import Note
|
||||||
|
@ -63,7 +63,7 @@ from editname import EditName
|
|||||||
import config
|
import config
|
||||||
from QuestionDialog import ErrorDialog, ICON
|
from QuestionDialog import ErrorDialog, ICON
|
||||||
|
|
||||||
from DisplayTabs import (PersonEventEmbedList, NameEmbedList, SourceEmbedList,
|
from displaytabs import (PersonEventEmbedList, NameEmbedList, SourceEmbedList,
|
||||||
AttrEmbedList, AddrEmbedList, NoteTab, GalleryTab,
|
AttrEmbedList, AddrEmbedList, NoteTab, GalleryTab,
|
||||||
WebEmbedList, PersonRefEmbedList, LdsEmbedList,
|
WebEmbedList, PersonRefEmbedList, LdsEmbedList,
|
||||||
PersonBackRefList)
|
PersonBackRefList)
|
||||||
|
@ -50,7 +50,7 @@ from editsecondary import EditSecondary
|
|||||||
from gen.lib import NoteType
|
from gen.lib import NoteType
|
||||||
from gui.widgets import MonitoredEntry, PrivacyButton
|
from gui.widgets import MonitoredEntry, PrivacyButton
|
||||||
from gui.selectors import SelectorFactory
|
from gui.selectors import SelectorFactory
|
||||||
from DisplayTabs import SourceEmbedList, NoteTab
|
from displaytabs import SourceEmbedList, NoteTab
|
||||||
from glade import Glade
|
from glade import Glade
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
@ -44,7 +44,7 @@ import gtk
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
import gen.lib
|
import gen.lib
|
||||||
from editprimary import EditPrimary
|
from editprimary import EditPrimary
|
||||||
from DisplayTabs import (GrampsTab, LocationEmbedList, SourceEmbedList,
|
from displaytabs import (GrampsTab, LocationEmbedList, SourceEmbedList,
|
||||||
GalleryTab, NoteTab, WebEmbedList, PlaceBackRefList)
|
GalleryTab, NoteTab, WebEmbedList, PlaceBackRefList)
|
||||||
from gui.widgets import MonitoredEntry, PrivacyButton
|
from gui.widgets import MonitoredEntry, PrivacyButton
|
||||||
from Errors import ValidationError
|
from Errors import ValidationError
|
||||||
|
@ -34,7 +34,7 @@ import gtk
|
|||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
import ManagedWindow
|
import ManagedWindow
|
||||||
from DisplayTabs import GrampsTab
|
from displaytabs import GrampsTab
|
||||||
import config
|
import config
|
||||||
from gui.dbguielement import DbGUIElement
|
from gui.dbguielement import DbGUIElement
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ from gettext import gettext as _
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from gen.lib import NoteType
|
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 gui.widgets import MonitoredEntry, PrivacyButton, MonitoredDataType
|
||||||
from editreference import RefTab, EditReference
|
from editreference import RefTab, EditReference
|
||||||
from glade import Glade
|
from glade import Glade
|
||||||
|
@ -43,7 +43,7 @@ import gtk
|
|||||||
import gen.lib
|
import gen.lib
|
||||||
|
|
||||||
from gui.widgets import MonitoredEntry, MonitoredDataType, PrivacyButton
|
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 editprimary import EditPrimary
|
||||||
from QuestionDialog import ErrorDialog
|
from QuestionDialog import ErrorDialog
|
||||||
from glade import Glade
|
from glade import Glade
|
||||||
|
@ -45,7 +45,7 @@ import gtk
|
|||||||
import gen.lib
|
import gen.lib
|
||||||
from editprimary import EditPrimary
|
from editprimary import EditPrimary
|
||||||
|
|
||||||
from DisplayTabs import (NoteTab, GalleryTab, DataEmbedList,
|
from displaytabs import (NoteTab, GalleryTab, DataEmbedList,
|
||||||
SourceBackRefList, RepoEmbedList)
|
SourceBackRefList, RepoEmbedList)
|
||||||
from gui.widgets import MonitoredEntry, PrivacyButton
|
from gui.widgets import MonitoredEntry, PrivacyButton
|
||||||
from QuestionDialog import ErrorDialog
|
from QuestionDialog import ErrorDialog
|
||||||
|
@ -35,7 +35,7 @@ from gettext import gettext as _
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
import gen.lib
|
import gen.lib
|
||||||
from glade import Glade
|
from glade import Glade
|
||||||
from DisplayTabs import (NoteTab, GalleryTab, SourceBackRefList,
|
from displaytabs import (NoteTab, GalleryTab, SourceBackRefList,
|
||||||
DataEmbedList, RepoEmbedList)
|
DataEmbedList, RepoEmbedList)
|
||||||
from gui.widgets import (PrivacyButton, MonitoredEntry, MonitoredMenu,
|
from gui.widgets import (PrivacyButton, MonitoredEntry, MonitoredMenu,
|
||||||
MonitoredDate)
|
MonitoredDate)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user