Mirko Leonhaeuser
03c995f52f
update German translation
2014-03-18 21:23:36 +01:00
Fedik
13311e0acc
Update Ukrainian translation
2014-03-18 20:44:18 +02:00
Vassilii Khachaturov
25c26dcd97
7530: gen.test.constfunc_test broken in python3
...
Use the `in' operator rather than has_key() method to check for
environment variables in os.environ. Works on both python2 and python3.
2014-03-18 15:50:03 +02:00
John Ralls
61cdc0b54b
7519: GRAMPs unable to handle ... Path with accented characters
...
This replaces commit 3535f7a79f
with
removing the incorrect encoding of paths with the system filesystem
encoding. Python is mostly smart enough to do that itself.
Thanks to Paul Franklin and Josip Pisoj for their help with sorting this
out.
2014-03-17 12:54:59 -07:00
John Ralls
25b4c22a30
7026: Eliminate localedir error message
2014-03-17 12:54:59 -07:00
John Ralls
1030239cce
Remove some left-over diagnostic messages.
...
(cherry picked from commit 38aaa671cd
)
2014-03-17 12:54:59 -07:00
Munzir Taha (منذر طه)
8917f7fae8
update Arabic translation
2014-03-17 19:00:37 +01:00
Jérôme Rapinat
cf0e138246
7276: [e44be0] update template and french translation
2014-03-17 18:29:18 +01:00
Paul Franklin
e44be07f62
7276: translate some punctuation marks -- partial
2014-03-17 08:00:18 -07:00
Jérôme Rapinat
644aab5db9
6369 Couldn't find a target for a mnemonic activation on confidence into Citation Editor
2014-03-16 11:04:14 +01:00
Jérôme Rapinat
513c328bbc
7342 5024: typo on change column into event selector
2014-03-15 21:46:32 +01:00
Jérôme Rapinat
421688464b
typo on french translation
2014-03-15 21:32:32 +01:00
Jérôme Rapinat
3e6127ac17
[824195]: update translation template and french translation, new source selection and citation editor simplification, [3a56ed] 6854: spelling messages, [a8d78e] 7434: media viewer and missing path
2014-03-15 21:10:00 +01:00
Nick Hall
d88eedbc27
7536: Fix bug introduced with new column order
2014-03-15 19:57:58 +00:00
Nick Hall
e046804e39
Fix bug in event gramplet
2014-03-15 19:31:31 +00:00
Nick Hall
8241953765
Simplify citation editor and add source selection
2014-03-15 18:21:51 +00:00
Jérôme Rapinat
efd8a5bef6
7510: do not drag and drop more than one data into editor tabs
2014-03-15 11:12:21 +01:00
Muhammad Bashir Al-Noimi
5d90ce5ce1
update Arabic translation with contributions by Munzir Taha
2014-03-13 20:17:08 +01:00
Jérôme Rapinat
5faa635e41
7530: typo on import geneweb unit test
2014-03-13 12:01:53 +01:00
Mirko Leonhaeuser
1d58cbdd10
update German translation
2014-03-11 21:05:10 +01:00
Espen Berg
11731e81d4
Some more update of Norwegian bokmål
2014-03-11 20:36:43 +01:00
John Ralls
3535f7a79f
7519: GRAMPs unable to handle ... Path with accented characters
...
Much worse, actually. Gramps wasn't able to handle any non-ascii
characters in any preference setting from Python2.
repr() in Py2 effectively runs "encode(val, ascii, backslashreplace)"
on its argument, and there's no way to reconstruct the string.
(cherry picked from commit 8cbb3ef014
)
2014-03-08 17:56:35 -08:00
John Ralls
3a56ed8433
6854: Spelling messages at random cause hang for a few seconds.
...
Improve error message to conditionally explain that there is no
dictionary if that's in fact the case; otherwise log the actual
exception string.
(cherry picked from commit 2642fc5409
)
2014-03-08 16:43:39 -08:00
John Ralls
d8e2713912
6808: Poor contrast mouse on mouse over
...
Set the Gnome-standard 'Adwaita' theme, which doesn't have gray lines.
(cherry picked from commit 9c3a40f785
)
2014-03-08 13:24:56 -08:00
Josip
84e164d8cc
Merge branch 'maintenance/gramps40' of ssh://git.code.sf.net/p/gramps/source into gramps40
2014-03-08 21:37:50 +01:00
Josip
a8d78e3edc
7434: Media viewer list crashes during start if one try to select an entry where the media isn't available
2014-03-08 21:34:36 +01:00
Josip
06e6a76e03
7435: Media Editor error if Path value was changed to a non existing file
...
fix media path
2014-03-08 21:29:41 +01:00
Espen Berg
b87bdf7294
Some more update of Norwegian bokmål
2014-03-08 21:29:33 +01:00
Espen Berg
dd206b0030
Merge branch 'maintenance/gramps40' of ssh://git.code.sf.net/p/gramps/source into gramps40
2014-03-08 21:24:53 +01:00
Espen Berg
94bb9c41b4
Some more update of Norwegian bokmål
2014-03-08 21:24:26 +01:00
Josip
fe8d5bb9cd
7435: Media Editor error if Path value was changed to a non existing file
2014-03-08 17:32:19 +01:00
Jérôme Rapinat
c4a7b4c064
4220: update samples; http://sourceforge.net/p/gramps/source/merge-requests/2/
2014-03-08 16:44:15 +01:00
John Ralls
b299ac2e6e
Bug 6538: Collation variants do not work properly
...
If ICU is available, inspect the environment for $COLLATION and on
a Mac also check the AppleCollationOrder default. Pass the results
to a special ICU Locale used for sorting.
(cherry picked from commit 49cdfe3283
)
2014-03-07 16:29:49 -08:00
John Ralls
9766d81bb8
Convert two common plugin errors from unhandled exceptions to warnings.
...
Missing translation for the current primary locale.
Import failure because of some missing dependency.
Note that these handlers can be overridded in the module itself; this is just a fallback.
(cherry picked from commit 80c58f46d3
)
2014-03-07 16:29:49 -08:00
Espen Berg
05de040e82
Some more revision of Norwegian bokmål
2014-03-07 22:20:23 +01:00
John Ralls
1be36fdef9
Bug 6696: sort failure using key=glocale.sort_key
...
Correct the call with a lambda.
2014-03-07 12:39:58 -08:00
Jérôme Rapinat
31583b923f
update template and french translation
2014-03-07 14:56:30 +01:00
John Ralls
76017ac269
Bug 7026: misleading diagnostics when locale resources aren't built
...
This problem is from setup.py test, so ensure that there's a 'build'
directory before running test.
2014-03-06 15:40:25 -08:00
Espen Berg
8578e39c12
Merge branch 'maintenance/gramps40' of ssh://git.code.sf.net/p/gramps/source into gramps40
2014-03-06 22:24:34 +01:00
Espen Berg
f82edf8973
Some more update of Norwegian bokmål
2014-03-06 22:24:06 +01:00
John Ralls
89e394a690
Move the icu missing warning to after setting up the log handler.
...
(cherry picked from commit 6eb76c8af59ee15f618b44c0755bbdde4f72e222)
2014-03-06 11:25:15 -08:00
Espen Berg
bd23fce194
Merge branch 'maintenance/gramps40' of ssh://git.code.sf.net/p/gramps/source into gramps40
2014-03-06 18:08:20 +01:00
Espen Berg
6b2e26b8de
Some update of nb.po
2014-03-05 21:41:06 +01:00
kulath
ec4c6c4cfc
6194: Database corrupted - TypeError: unhashable type: 'list'
...
A couple of minor changes missed off the previous commit (427ee2d
)
2014-03-05 18:03:54 +00:00
Mirko Leonhaeuser
447046060f
update German translation
2014-03-04 23:15:57 +01:00
Espen Berg
afe59cfa99
Some update of nb.po
2014-03-04 19:52:06 +01:00
John Ralls
a5179d2460
Bug 7377 - Ver 4.0.2 starts in East Asian Language
...
Because there is no en.po for Gramps, so the C gettext called from
GtkBuilder skips to the next translation in the list. Fix makes sure
that there is no next translation.
2014-03-04 09:56:14 -08:00
kulath
427ee2d0fd
6194: Database corrupted - TypeError: unhashable type: 'list'
...
Fixed upgrade to deal with sourceref in media references in Sources.
Also fixed Check and Repair to repair previously broken databases.
2014-03-04 17:39:16 +00:00
Paul Franklin
f3d993be38
partly revert 7470: Upgrade to db version 17 fails in Python3 due to use of iteritems
2014-03-01 16:44:52 -08:00
Nick Hall
0618abf89c
7342: Update column order in editor event tabs
2014-02-28 17:09:04 +00:00