* configure.in: Bump up the version number.

* src/gramps.py: Pass complete argument string.
* src/gramps_main.py: Pass popt table to gnome_init().
Always enable argument handling. (read_xml,read_pkg): Add functions.
* src/const.py.in: Define popt table, add all gnome options.
* src/ArgHandler.py: Add long options for gramps-specific options.
Add handling for the first filename argument. Use 'gramps-xml'
to denote old gramps (XML) format.
* src/DbPrompter.py: Add hint for the filename.
* src/plugins/ReadNative.py: Cosmetic changes.
* src/plugins/ReadPkg.py: Cosmetic changes.
* src/plugins/WritePkg.py: Typo.
* src/data/gramps.xml: Add mime type for gramps package.
* src/data/gramps.applications: Add gramps package to the list.
* src/data/Makefile.am: Typo.

* src/gramps_main.py: removed new database info message
* src/plugins/ReadGedcom.py: Fixed typos preventing import.
(i.e. set_type instead of SetType, etc.)

* Release: Version 1.1.0 "And now for something completely different"
released.


svn: r3218
This commit is contained in:
Alex Roitman
2004-06-21 05:10:27 +00:00
parent ab131c3f0c
commit 03cab9f9bd
13 changed files with 355 additions and 141 deletions

View File

@@ -12,7 +12,7 @@ dist_pkgdata_DATA = gedcom.xml \
gramps.keys \
gramps.mime
EXTRA_DIST = $(pkgdata_DATA)
EXTRA_DIST = $(dist_pkgdata_DATA)
install-data-local:
$(INSTALL) -d $(DESTDIR)$(prefix)/share/gnome/apps/Applications

View File

@@ -4,4 +4,4 @@ gramps
can_open_multiple_files=false
expects_uris=false
requires_terminal=false
mime_types=application/x-gramps,application/x-gedcom
mime_types=application/x-gramps,application/x-gedcom,application/x-gramps-package

View File

@@ -8,4 +8,8 @@
<comment xml:lang="en">GEDCOM</comment>
<glob pattern="*.ged"/>
</mime-type>
<mime-type type="application/x-gramps-package">
<comment xml:lang="en">GRAMPS package</comment>
<glob pattern="*.gpkg"/>
</mime-type>
</mime-info>