merge from 4.0.0 to trunk

svn: r20824
This commit is contained in:
Jérôme Rapinat 2012-12-22 18:07:18 +00:00
parent 261df75bea
commit 424fe3bd5b
13 changed files with 140 additions and 119 deletions

View File

@ -37,8 +37,8 @@ global-exclude *.pyo
global-exclude *.bak global-exclude *.bak
# Remove directories which should not be included in the distribution # Remove directories which should not be included in the distribution
prune src/guiQML prune gramps/guiQML
prune src/webapp prune gramps/webapp
# Remove Makefiles used by autotools # Remove Makefiles used by autotools
global-exclude Makefile* global-exclude Makefile*

View File

@ -1,24 +1,33 @@
Gramps 3.2 Release Notes "UNSTABLE Gramps 4.0.0 Alpha1 release.
General Improvements This is a technology preview to allow plugin writers and packagers-installer
writers to update their plugins and scripts. This release is not production
ready, so use for testing!"
* New Plugin System It is recommended to use Gramps 4.0.0 with python 3.2 so as to be ready
In the Help Menu -> Menu Status, all available plugins are visible. All plugins can be hidden, saving resources and hiding options you do not need. Eg: You don't use the Pedigree View? Hide it in the Plugin Status, and it will not be present anymore. You don't use vcard export? Hide it in the Plugin Status, and it will not be offered anymore. for the future (python 2.7 works though).
* Faster The dependencies for Gramps 4.0.0 are _completely_ different than 3.4 due
Many under the hood improvements have occurred that should improve perfamance enormously. Yes, new features are present to use all your processing power, but they are all implemented as plugins that can be hidden. Eg: Insert of a person in a 30000 people family tree took 4sec on 1.4Ghz PC in 3.1, Now it is done in milliseconds. to the switch to GObject introspection, and the removal of autotools. So
only install 4.0.0 if you are certain you can obtain the dependencies,
see README and INSTALL.
*New Views For linux, in Ubuntu 12.10 you can install 4.0.0, but you will need to
There are new views, and some views have been greatly improved compile and install osmgpsmap manually to have the maps working (see
- People view can now be sorted on the columns http://www.gramps-project.org/wiki/index.php?title=GEPS_029:_GTK3-GObject_introspection_Conversion#OsmGpsMap_for_Geography )
- A Place treeview is present, nicely grouping your places under country groups
- GeoView has left it's beta status behind and shows your data on an
online map (Openstreetmap or google maps, fast internet connection required)
- Help Menu -> Extra Reports/Tools open a webpage with downloadable extra views
Other Improvements Major enhancements in Gramps 4.0.0:
* Styled Notes now in most output formats that support styles, eg in the web report * GEP 8: code reorganization: http://www.gramps-project.org/wiki/index.php?title=GEPS_008:_File_Organization
* New languages
* Select language in which report should be created (only present now in some reports) * GEP 26: Replace make: http://www.gramps-project.org/wiki/index.php?title=GEPS_026:_Replace_%27make%27_for_Gramps_build
* GEP 29: Gtk 3 :http://www.gramps-project.org/wiki/index.php?title=GEPS_029:_GTK3-GObject_introspection_Conversion
* GEP 31: Python 3 support: http://www.gramps-project.org/wiki/index.php?title=GEPS_031:_Python_3_support
More info in the manual
http://www.gramps-project.org/wiki/index.php?title=Gramps_4.0_Wiki_Manual_-_What%27s_new%3F
Everybody is invited to update the manual to make it current!

View File

@ -48,9 +48,9 @@ copyright = u'2012, Gramps project'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '4.0' version = '4.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '4.0.0' release = 'trunk'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -249,7 +249,9 @@ gramps(1) 3.4.0 gramps(1)
*${PREFIX}/bin/gramps* *${PREFIX}/bin/gramps*
*${PREFIX}/share/gramps* *${PREFIX}/lib/python/dist-packages/gramps/*
*${PREFIX}/share/*
*${HOME}/.gramps* *${HOME}/.gramps*

View File

@ -262,11 +262,14 @@ gramps(1) 4.0.0 gramps(1)
**KNOWN BUGS AND LIMITATIONS** **KNOWN BUGS AND LIMITATIONS**
**FILES** **FILES**
*${PREFIX}/bin/gramps* *${PREFIX}/bin/gramps*
*${PREFIX}/share/gramps* *${PREFIX}/lib/python/dist-packages/gramps/*
*${PREFIX}/share/*
*${HOME}/.gramps* *${HOME}/.gramps*
@ -293,4 +296,4 @@ gramps(1) 4.0.0 gramps(1)
January 2013 4.0.0 gramps(1) gramps(1) 4.0.0 gramps(1)

View File

@ -48,9 +48,9 @@ copyright = u'2012, Gramps project'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '4.0' version = '4.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '4.0.0' release = 'trunk'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -1,11 +1,9 @@
French French
======= =======
gramps(1) 4.0.0 gramps(1) gramps(1) 4.0.0 gramps(1)
**NOM** **NOM**
gramps - Gramps est une application de généalogie. Gramps est gramps - Gramps est une application de généalogie. Gramps est
l'acronyme de Genealogical Research and Analysis Management Programming l'acronyme de Genealogical Research and Analysis Management Programming
@ -263,11 +261,14 @@ gramps(1) 4.0.0 gramps(1)
**BUGS CONNUS ET LIMITATIONS** **BUGS CONNUS ET LIMITATIONS**
**FICHIERS** **FICHIERS**
*${PREFIX}/bin/gramps* *${PREFIX}/bin/gramps*
*${PREFIX}/share/gramps* *${PREFIX}/lib/python/dist-packages/gramps/*
*${PREFIX}/share/*
*${HOME}/.gramps* *${HOME}/.gramps*
@ -296,4 +297,4 @@ gramps(1) 4.0.0 gramps(1)
Janvier 2013 4.0.0 gramps(1) gramps(1) 4.0.0 gramps(1)

View File

@ -1,4 +1,4 @@
.TH "GRAMPS" "1" "04 December 2012" "4.0" "Gramps" .TH "GRAMPS" "1" "22 December 2012" "4.0" "Gramps"
.SH NAME .SH NAME
gramps \- Gramps Documentation gramps \- Gramps Documentation
. .
@ -124,8 +124,6 @@ précédé par la commande \fB\-e\fP . Ces fichiers sont importés dans le
même ordre. même ordre.
.TP .TP
.B \fB\-a\fP , \fB\-\-action=\fP \fIACTION\fP .B \fB\-a\fP , \fB\-\-action=\fP \fIACTION\fP
.INDENT 7.0
.INDENT 3.5
Accomplir une \fIACTION\fP sur les données importées. C\(aqest effectué à Accomplir une \fIACTION\fP sur les données importées. C\(aqest effectué à
la fin de l\(aqimportation. Les actions possibles sont \fBsummary\fP la fin de l\(aqimportation. Les actions possibles sont \fBsummary\fP
(comme le rapport \-> Afficher \-> Statistiques sur la base), (comme le rapport \-> Afficher \-> Statistiques sur la base),
@ -151,18 +149,14 @@ module disponible, un message d\(aqerreur sera ajouté.
\fBshow=all\fP \fBshow=all\fP
Cette option produit une liste avec les noms des options Cette option produit une liste avec les noms des options
disponibles pour un rapport donné. disponibles pour un rapport donné.
.UNINDENT
.UNINDENT
.sp .sp
\fBshow=optionname\fP \fBshow=optionname\fP
Cette option affiche une description de toutes les fonctionnalités Cette option affiche une description de toutes les fonctionnalités
proposées par optionname, aussi bien les types que les valeurs pour une option. proposées par optionname, aussi bien les types que les valeurs pour une option.
.INDENT 7.0 .sp
.TP Utiliser les options ci\-dessus pour trouver tout sur un rapport
.B Utiliser les options ci\-dessus pour trouver tout sur un rapport
choisi. choisi.
.UNINDENT .UNINDENT
.UNINDENT
.sp .sp
Quand plus d\(aqune action doit être effectuée, chacune doit être précédée Quand plus d\(aqune action doit être effectuée, chacune doit être précédée
par la commande \fB\-a\fP . Les actions seront réalisées une à une, dans par la commande \fB\-a\fP . Les actions seront réalisées une à une, dans
@ -302,12 +296,15 @@ besoins
.UNINDENT .UNINDENT
.sp .sp
\fBBUGS CONNUS ET LIMITATIONS\fP \fBBUGS CONNUS ET LIMITATIONS\fP
.sp
\fBFICHIERS\fP \fBFICHIERS\fP
.INDENT 0.0 .INDENT 0.0
.INDENT 3.5 .INDENT 3.5
\fI${PREFIX}/bin/gramps\fP \fI${PREFIX}/bin/gramps\fP
.sp .sp
\fI${PREFIX}/share/gramps\fP \fI${PREFIX}/lib/python/dist\-packages/gramps/\fP
.sp
\fI${PREFIX}/share/\fP
.sp .sp
\fI${HOME}/.gramps\fP \fI${HOME}/.gramps\fP
.UNINDENT .UNINDENT
@ -336,7 +333,7 @@ La documentation pour développeur est disponible sur le site
\fI\%http://www.gramps-project.org/wiki/index.php?title=Portal:Developers\fP . \fI\%http://www.gramps-project.org/wiki/index.php?title=Portal:Developers\fP .
.UNINDENT .UNINDENT
.sp .sp
Janvier 2013 4.0.0 gramps(1) gramps(1) 4.0.0 gramps(1)
.SH AUTHOR .SH AUTHOR
Jerome Rapinat Jerome Rapinat
.SH COPYRIGHT .SH COPYRIGHT

View File

@ -227,11 +227,14 @@ gramps(1) 3.4.0 gramps(1)
**GEKENDE BUGS EN BEPERKINGEN** **GEKENDE BUGS EN BEPERKINGEN**
**BESTANDEN** **BESTANDEN**
*${PREFIX}/bin/gramps* *${PREFIX}/bin/gramps*
*${PREFIX}/share/gramps* *${PREFIX}/lib/python/dist-packages/gramps/*
*${PREFIX}/share/*
*${HOME}/.gramps* *${HOME}/.gramps*

View File

@ -276,7 +276,9 @@ gramps(1) 3.4.0 gramps(1)
*${PREFIX}/bin/gramps* *${PREFIX}/bin/gramps*
*${PREFIX}/share/gramps* *${PREFIX}/lib/python/dist-packages/gramps/*
*${PREFIX}/share/*
*${HOME}/.gramps (jeśli nie użyta została zmienna środowiskowa GRAMP *${HOME}/.gramps (jeśli nie użyta została zmienna środowiskowa GRAMP
SHOME)* SHOME)*

View File

@ -256,7 +256,9 @@ gramps(1) 4.0.0 gramps(1)
*${PREFIX}/bin/gramps* *${PREFIX}/bin/gramps*
*${PREFIX}/share/gramps* *${PREFIX}/lib/python/dist-packages/gramps/*
*${PREFIX}/share/*
*${HOME}/.gramps* *${HOME}/.gramps*

View File

@ -246,7 +246,9 @@ Gramps(1) 3.4.0 Gramps(1)
*${PREFIX}/bin/gramps* *${PREFIX}/bin/gramps*
*${PREFIX}/share/gramps* *${PREFIX}/lib/python/dist-packages/gramps/*
*${PREFIX}/share/*
*${HOME}/.gramps* *${HOME}/.gramps*

View File

@ -47,7 +47,7 @@ if sys.version_info[0] < 3:
import commands import commands
from stat import ST_MODE from stat import ST_MODE
VERSION = '4.0.0' VERSION = 'trunk'
ALL_LINGUAS = ('bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB', 'es', 'fi', 'fr', 'he', ALL_LINGUAS = ('bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB', 'es', 'fi', 'fr', 'he',
'hr', 'hu', 'it', 'ja', 'lt', 'nb', 'nl', 'nn', 'pl', 'pt_BR', 'hr', 'hu', 'it', 'ja', 'lt', 'nb', 'nl', 'nn', 'pl', 'pt_BR',
'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv', 'uk', 'vi', 'zh_CN') 'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv', 'uk', 'vi', 'zh_CN')