John Ralls
19adb31b0e
FamilyGroup Report crash
...
Python's sort routine gratuitously converts the bytearrays returned by
ICU::Collator::getByteArray to a string when storing it. This resulted
in a TypeError when attempting to compare a just-returned bytearray
with a stored string.
We work around this by converting the bytearray into its hexadecimal
representation and then decoding that into a string.
Fixes #10077 .
2017-06-27 11:25:14 -07:00
Paul Franklin
a63e0c2e23
new gramps.pot translation template
2017-06-27 10:33:50 -07:00
Paul Franklin
cd88b2a0b6
typo (thanks, Sveinn Felli)
2017-06-27 10:07:20 -07:00
Paul Franklin
28c0638c38
don't print a 'Distribution' line in Windows' Help=>About
2017-06-27 09:06:11 -07:00
Paul Culley
dc645c813b
ReorderIds tool crashes with 'bytes' error on bsddb ( #428 )
...
fixes #10098
2017-06-26 22:17:40 +01:00
Paul Franklin
e6ec825a97
merge translation with current template
2017-06-26 12:30:38 -07:00
Paul Franklin
aac102f432
merge translation with current template
2017-06-26 12:30:37 -07:00
Paul Franklin
353543e47d
merge translation with current template
2017-06-26 12:30:37 -07:00
Paul Franklin
68f1e920ed
merge translation with current template
2017-06-26 12:30:37 -07:00
Paul Franklin
9e796ebb43
merge translation with current template
2017-06-26 12:30:36 -07:00
Paul Franklin
a52f88fd53
merge translation with current template
2017-06-26 12:30:36 -07:00
Paul Franklin
0873c9006a
merge translation with current template
2017-06-26 12:30:35 -07:00
Paul Franklin
1db2181dcf
merge translation with current template
2017-06-26 12:30:35 -07:00
Paul Franklin
d2ffe9cc38
merge translation with current template
2017-06-26 12:30:35 -07:00
Paul Franklin
7ce031bb15
merge translation with current template
2017-06-26 12:30:34 -07:00
Paul Franklin
bc765ee2b0
merge translation with current template
2017-06-26 12:30:34 -07:00
Paul Franklin
c77920471d
merge translation with current template
2017-06-26 12:30:33 -07:00
Paul Franklin
702ebaf0a2
merge translation with current template
2017-06-26 12:30:33 -07:00
Paul Franklin
93349b8fa3
merge translation with current template
2017-06-26 12:30:33 -07:00
Paul Franklin
040fad0db4
merge translation with current template
2017-06-26 12:30:32 -07:00
Paul Franklin
1bdccd9270
merge translation with current template
2017-06-26 12:30:32 -07:00
Paul Franklin
919b79bef4
merge translation with current template
2017-06-26 12:30:31 -07:00
Paul Franklin
7b898b03a2
merge translation with current template
2017-06-26 12:30:31 -07:00
Paul Franklin
ef65f7bfa2
merge translation with current template
2017-06-26 12:30:30 -07:00
Paul Franklin
047bfed661
merge translation with current template
2017-06-26 12:30:30 -07:00
Paul Franklin
1b32c38373
merge translation with current template
2017-06-26 12:30:30 -07:00
Paul Franklin
a903e96e92
merge translation with current template
2017-06-26 12:30:29 -07:00
Paul Franklin
e407e6b456
merge translation with current template
2017-06-26 12:30:29 -07:00
Paul Franklin
08e58c6652
merge translation with current template
2017-06-26 12:30:28 -07:00
Paul Franklin
eda61cb80a
merge translation with current template
2017-06-26 12:30:28 -07:00
Paul Franklin
143ae11221
merge translation with current template
2017-06-26 12:30:27 -07:00
Paul Franklin
4a1e4901c8
merge translation with current template
2017-06-26 12:30:27 -07:00
Paul Franklin
02e47dbae3
merge translation with current template
2017-06-26 12:30:26 -07:00
Paul Franklin
20d952d472
merge translation with current template
2017-06-26 12:30:26 -07:00
Paul Franklin
5487e03212
merge translation with current template
2017-06-26 12:30:26 -07:00
Paul Franklin
9c1ddbeab7
merge translation with current template
2017-06-26 12:30:25 -07:00
Paul Franklin
7247bb5ced
merge translation with current template
2017-06-26 12:30:25 -07:00
Paul Franklin
0164c2087f
merge translation with current template
2017-06-26 12:30:24 -07:00
Paul Franklin
aa6e66ef9f
merge translation with current template
2017-06-26 12:30:24 -07:00
Paul Franklin
57eb2bae2b
merge translation with current template
2017-06-26 12:30:23 -07:00
Paul Franklin
f658e5a1af
merge translation with current template
2017-06-26 12:30:23 -07:00
Paul Franklin
a918c66b87
merge translation with current template
2017-06-26 12:30:23 -07:00
Paul Franklin
4e75ce56ae
add another address to the mailmap
2017-06-26 12:27:32 -07:00
Matti Niemelä
b989b46f21
update Finnish translation
2017-06-26 11:16:49 -07:00
vantu5z
fd12e81724
update Russian translation
2017-06-26 07:52:44 +03:00
John Ralls
59c97081be
Add 24x24 gramps-fanchart2way.png.
...
Missed when the plugin was added. Not having it makes for an ugly charts
toolbar in HiDPI.
2017-06-24 20:38:47 -07:00
Nick Hall
3e5a90b4b1
typo
...
Traceback (most recent call last):
File "C:\Program Files\GrampsAIO64-5.0.0-alpha2\gramps\gui\configure.py", line 1248, in autobackup_changed
self.uistate.set_autobackup_timer()
AttributeError: 'DisplayState' object has no attribute 'set_autobackup_timer'
https://gramps-project.org/bugs/view.php?id=10098#c52129
Issue #10098
2017-06-23 12:55:33 -07:00
prculley
d8ba3f746c
Unnecessarily long relative paths generated on Windows
...
The relative_path file utility function returns paths with '..\..'
on Windows unnecessarily.
fixes #10087
2017-06-23 19:31:47 +01:00
Nick Hall
fd329764ed
The get_name_group_mapping method should return a str
...
Fixes #10084 , #10085 , #10086 .
2017-06-23 18:17:12 +01:00
Paul Franklin
7d9556c933
merge translation with current template
2017-06-22 20:28:08 -07:00