* src/Bookmarks.py: use IDs instead of person references

* src/ChooseParents.py: allow for NOSORT option
* src/GrampsParser.py: removed
* src/GrampsXML.py: removed
* src/MediaView.py: allow for NOSORT option
* src/PedView.py: double click to edit
* src/PeopleView.py: allow for NOSORT option
* src/PlaceView.py: allow for NOSORT option
* src/RelLib.py: handle bookmarks in metadata
* src/ReadXML.py: merge GrampsParser
* src/SourceView.py: allow for NOSORT option
* src/const.py.in: fix paths for xml files
* src/gramps_main.py: bookmark fixes
* src/papersize.xml : move to data subdirectory
* src/plugins/ReadGedcom.py: fix menu string
* src/plugins/ReadNative.py: fix menu string
* src/plugins/ReadPkg.py: fix menu string


svn: r3085
This commit is contained in:
Don Allingham
2004-04-11 02:37:13 +00:00
parent 98f5e48e37
commit 245fa23f64
23 changed files with 998 additions and 1285 deletions

View File

@@ -172,7 +172,6 @@ GLADEFILES = \
gedcomexport.glade\
gedcomimport.glade\
merge.glade\
pafexport.glade\
patchnames.glade\
pkgexport.glade\
relcalc.glade\

View File

@@ -71,7 +71,7 @@ UPDATE = 25
db = None
callback = None
_title_string = _("Import from GEDCOM")
_title_string = _("GEDCOM")
def nocnv(s):
return unicode(s)

View File

@@ -31,7 +31,7 @@ import gtk
import const
import os
_title_string = _("Import from GRAMPS database")
_title_string = _("GRAMPS XML database")
#-------------------------------------------------------------------------
#

View File

@@ -33,7 +33,7 @@ import os
from QuestionDialog import ErrorDialog, WarningDialog
import TarFile
_title_string = _("Import from GRAMPS package")
_title_string = _("GRAMPS package")
#-------------------------------------------------------------------------
#
#