Paul Franklin
f5eae77246
typos
...
svn: r22095
2013-04-24 01:01:47 +00:00
Paul Franklin
ad6ed26f70
enable translated output for this report
...
svn: r22093
2013-04-24 00:12:36 +00:00
Paul Franklin
8e76c93f25
change GuiFamilyOption precedence to match GuiPersonOption
...
(that is, use any "overridden" value, then any "active"
family, then any family of the "active" person, and only
then fall back on others, such as a saved-away family option
value, or any family of the user's "default" person)
svn: r22090
2013-04-23 18:07:20 +00:00
Jérôme Rapinat
c1b9b826ef
"Id" property added on rev21991, re-add it into a comment line
...
svn: r22086
2013-04-23 05:45:48 +00:00
Jérôme Rapinat
2050e3f896
typo on rev22069
...
svn: r22085
2013-04-23 05:41:02 +00:00
Paul Franklin
647bd5800c
enable translated output for this report
...
svn: r22084
2013-04-23 04:54:15 +00:00
Paul Franklin
f4cbda07ec
enable translated output for this report
...
svn: r22082
2013-04-23 04:53:15 +00:00
Paul Franklin
346f982b27
enable translated output for this report
...
svn: r22080
2013-04-23 04:52:08 +00:00
Paul Franklin
6aeb49aefc
enable translated output for this report
...
svn: r22078
2013-04-23 04:51:00 +00:00
Paul Franklin
be53411b39
enable translated output for this report
...
svn: r22076
2013-04-23 04:48:57 +00:00
Paul Franklin
df431da250
reenable translated report title
...
svn: r22074
2013-04-22 18:17:45 +00:00
Jérôme Rapinat
c939b9d832
need context differences for the "To Do" translation string (patch by Harmen Huizinga)
...
svn: r22072
2013-04-22 07:42:10 +00:00
Jérôme Rapinat
f546908d17
Cannot check $ID$ line as file...
...
svn: r22071
2013-04-22 07:39:39 +00:00
Jérôme Rapinat
0149435358
minor update
...
svn: r22070
2013-04-22 07:37:31 +00:00
Jérôme Rapinat
49c0af18ee
need context differences for the "To Do" translation string (patch by Harmen Huizinga)
...
svn: r22069
2013-04-22 07:31:46 +00:00
Jérôme Rapinat
8a4f89f8e3
from future imports must occur at the beginning of the file
...
svn: r22067
2013-04-22 07:16:03 +00:00
Jérôme Rapinat
4f61f03bec
indentation
...
svn: r22066
2013-04-22 07:14:27 +00:00
John Ralls
5db0763970
GrampsLocale: Fix 'Foo has no attribute _Foo__get_type' execption
...
From moving the set_locale function to the superclass. One can get
carried away with enforcing private attributes...
svn: r22062
2013-04-21 17:49:08 +00:00
John Ralls
143dcc08fa
Bug 6533: Report plugin name when failing to load an add-on translation
...
Message now says (e.g.) WARNING: Plugin ExtendedAttributes has no translation for any of your configured languages, using US English instead
svn: r22039
2013-04-20 23:10:13 +00:00
John Ralls
2e453b678a
GrampsLocale: Add explanatory comment
...
After I stopped myself from fixing something that was done right!
svn: r22038
2013-04-20 23:10:06 +00:00
John Ralls
a579fd1ad9
GrampsLocale: Mac: Align flow of user preferences to match other OSes.
...
Also add diagnostics to make Tim Lyons happy.
svn: r22037
2013-04-20 23:10:01 +00:00
John Ralls
2054c0ad46
GrampsLocale: Win32: Clean up extraneous conditions, don't set self.language prematurely
...
svn: r22036
2013-04-20 23:09:57 +00:00
John Ralls
a2e17b7b4a
GrampsLocale: Posix: Move LC_MESSAGES check to setting self.language
...
svn: r22035
2013-04-20 23:09:51 +00:00
John Ralls
1832f7bdb5
GrampsLocale: Add some debugging messages.
...
Move the warning about failure to after the last attempt.
svn: r22034
2013-04-20 23:09:46 +00:00
John Ralls
9daf584c74
GrampsLocale: Init_from_environment: Change precedence
...
LC_MESSAGES takes precedence over LC_CTYPE for setting self.lang
$LANGUAGES overrides $LANG, $LC_FOO for setting translations
svn: r22033
2013-04-20 23:09:41 +00:00
John Ralls
e9770ef48f
GrampsLocale: Fix indentation error
...
svn: r22032
2013-04-20 23:09:36 +00:00
John Ralls
7a17f9b420
MacLocale: Make sure the overrides work correctly
...
And that we follow the user's preferences correctly or issue a warning that we've defaulted to US English if we can't.
svn: r22031
2013-04-20 23:09:31 +00:00
John Ralls
fefe1f842a
Supply a concatstrings PostScript function
...
To allow postscript documents to work without Ghostscript.
svn: r22030
2013-04-20 23:09:26 +00:00
John Ralls
b7f6055af8
Use GrampsLocale.encoding to get the code set instead of locale
...
svn: r22029
2013-04-20 23:09:21 +00:00
John Ralls
467a9b1c43
GrampsLocale: Replace gen.plug.utils gfloat()
...
With GrampsLocale.float().
Also remove gen.plug.utils gformat(), which was written to work
around string formatting with %f localizing the decimal point,
which it doesn't do. locale.format() does, but it wasn't being
used anyway.
svn: r22028
2013-04-20 23:09:16 +00:00
John Ralls
769203162c
GrampsLocale: Wrap locale.format and locale.format_string
...
To concentrate the locale dependency in grampslocale.py
svn: r22027
2013-04-20 23:09:09 +00:00
John Ralls
963712e978
Remove some imports of locale where nothing it exports was used.
...
svn: r22026
2013-04-20 23:09:02 +00:00
John Ralls
0a6ff725ac
Take the localization debug info from GrampsLocale instead of locale
...
svn: r22025
2013-04-20 23:08:53 +00:00
John Ralls
6400b8b29c
GrampsLocale: Add GrampsLocale attributes numeric and currency
...
svn: r22024
2013-04-20 23:08:48 +00:00
John Ralls
6804278fc1
MacLocale: Fix missing subscript.
...
svn: r22023
2013-04-20 23:08:42 +00:00
John Ralls
a364740fae
Mac: Update trunk bundle file to match gramps40
...
svn: r22022
2013-04-20 23:08:35 +00:00
Paul Franklin
dc128110bc
typos
...
svn: r22021
2013-04-19 16:58:24 +00:00
Paul Franklin
3a06d7b204
typo
...
svn: r22017
2013-04-18 20:56:27 +00:00
Paul Franklin
9804301762
give the "ahnentafel" report a user-settable title string
...
(since many English speakers do not know what "ahnentafel" means)
svn: r22015
2013-04-18 19:08:46 +00:00
Paul Franklin
f0ea234060
add name-format option to the three GraphViz reports
...
svn: r22013
2013-04-18 17:16:47 +00:00
Jérôme Rapinat
57f6f389a8
6645: unable to do Spanish kinship report, 4185: Julio's patch
...
svn: r22011
2013-04-18 09:06:38 +00:00
Paul Franklin
cceb28c5b9
refactor: move name_format into stdoptions.py
...
svn: r22009
2013-04-17 20:49:50 +00:00
Paul Franklin
12777d3fb9
6623: funny GUI report-language display
...
svn: r22006
2013-04-16 22:19:27 +00:00
Paul Franklin
2ded1e5e8a
6462: GEDCOM import fails (patch by Enno Borgsteede)
...
svn: r22000
2013-04-15 22:00:12 +00:00
Benny Malengier
86686c764b
6618: Export CSV crashes gramps 4.0 beta
...
svn: r21998
2013-04-15 11:01:08 +00:00
Benny Malengier
83fb5d353d
6635: retry of bug 6443, exec missing globals
...
svn: r21996
2013-04-15 09:40:39 +00:00
Benny Malengier
07b84e5e11
6623: funny GUI report-language display
...
svn: r21995
2013-04-15 09:15:45 +00:00
Paul Franklin
d50b4ced58
add "Id" property and line, and stdoptions.py
...
svn: r21991
2013-04-13 23:35:10 +00:00
John Ralls
5f98900c27
Remove unnecessary (and broken in Py3) import
...
svn: r21977
2013-04-13 14:31:30 +00:00
Nick Hall
bc63594df4
6622: Change regular expression rules to use search rather than match
...
svn: r21976
2013-04-13 14:30:21 +00:00