Commit Graph

25508 Commits

Author SHA1 Message Date
vantu5z
95d84573d4 update Russian translation 2017-07-21 11:01:48 +03:00
Paul Culley
7771fa063a Gramplets HandleErrors with Family Merge and issues on close/open (#424)
Unless a Gramplet has navtype=['Person'] in .gpr it will not get an
automatic connection to Person active-changed.
To prevent multiple connections after db close/open, all connections
are made through Gramplet class 'connect', rather than directly to db

fixes #10082, #10081, #10090, #10089
2017-07-17 16:53:23 -05:00
Leonhaeuser
d01fbf05ec Update German translation 2017-07-17 21:14:12 +02:00
prculley
f40526366a Add title properties to more of schema 2017-07-17 16:13:12 +01:00
prculley
d6ca3cf527 Fix source attribute lists in schema 2017-07-17 16:13:12 +01:00
prculley
d275b3f7a3 Add db undo/redo, callback, and callback manager tests for both dbs 2017-07-17 09:52:15 -05:00
prculley
48eb507f98 Guarantee order on db emits Partial fix #10068 2017-07-17 09:52:15 -05:00
prculley
a1205009f4 Undo of delete person on dbapi fails; fixes #10070 2017-07-17 09:52:15 -05:00
Nick Hall
8f69201a70 Fix creating new PostgreSQL database
PostgreSQL will rollback the entire transaction on errors.
Change the code so that we know that columns created dynamically
do not already exist.
2017-07-15 00:41:23 +01:00
Leonhaeuser
a2b5c8e34c update German translation
Fix #0010131
2017-07-15 00:19:39 +02:00
Thomas Guyot-Sionnest
fd2af705e7 Use all parameters in settings.ini for postgresql
Read all parameters defined in settings.ini as keyword arguments for
postgresql. This also fixes port being ignored.
2017-07-14 18:01:51 +01:00
Paul Franklin
d611b8b99c ignore whether 32-bit or 64-bit when reporting Windows o.s.
Fixes #8832
2017-07-10 10:47:20 -07:00
Zdeněk Hataš
ad93ef2bb2 czech translation update 2017-07-10 10:51:16 +02:00
Lajos Nemeséri
7f267d8c46 Update Hungarian translation 2017-07-08 13:36:00 +02:00
prculley
213243ae3d Fix verify tool to close and save configs properly
Fixes #10121

Signed-off-by: Paul Franklin <pf.98052@gmail.com>
2017-07-07 12:10:26 -07:00
vantu5z
4feaa0b594 update Russian translation 2017-07-06 13:12:12 +03:00
Frederik De Richter
bb1ae6a240 update Netherlands translation 2017-07-05 11:34:56 -07:00
Paul Franklin
7014bc0d2e fix (more fatal) errors in Esperanto translation
Travis doesn't check for string-parameter mismatches, but it would have
been fatal if anybody had tried to actually run gramps in Esperanto.
2017-07-03 20:35:47 -07:00
Paul Franklin
443809a1c7 add three (fatal) missing linefeeds to Esperanto translation 2017-07-03 20:04:45 -07:00
Pier Luigi Cinquantini
e81cd22592 update Esperanto translation 2017-07-03 19:29:40 -07:00
Leonhaeuser
d1c844e36c update German translation 2017-07-03 20:11:27 +02:00
John Ralls
d10561f27c Open web links with /usr/bin/open on Mac and Python older than 3.5
Works around https://bugs.python.org/issue24452
Fixes #10105
2017-07-03 10:24:47 -07:00
Paul Franklin
9174d0e573 "translate" some more strings, make real omissions more obvious 2017-07-02 10:41:19 -07:00
Paul Franklin
b36ca736ea translate some punctuation marks
more colons for French

Issue #7276
2017-07-02 09:54:51 -07:00
niememat
6682ebba81 Update finnish translation 2017-07-02 19:38:34 +03:00
Fedik
1e28870d25 Update Ukrainian translation 2017-07-02 16:43:17 +03:00
Paul Franklin
0b263eb5d5 revert half of 0fa5454831 (LANG), make new gramps.pot template 2017-07-01 20:41:51 -07:00
Paul Franklin
4eabee4b92 slight tweaks to two wiki pointers 2017-07-01 20:22:27 -07:00
SNoiraud
dc8ec0a964 Narrated Web: path to alternate image is wrong
Fixes #9881
2017-06-30 15:24:24 +02:00
romjerome
d69fc070f7 merge and update french translation 2017-06-30 09:35:49 +02:00
romjerome
a9dbfca810 update french translation 2017-06-30 09:26:18 +02:00
vantu5z
0fa5454831 [about dialog] - some strings to translate 2017-06-30 09:04:46 +03:00
Paul Franklin
8611494069 don't print a 'Distribution' line in Windows error reports 2017-06-29 11:25:43 -07:00
vantu5z
4bbd5d5ee5 update Russian translation
- merge with template (translate new strings)
- add latest translators to translator-credits
2017-06-29 10:18:37 +03:00
arnaullv
b3c5e372d6 Updated catalan translation to latest template 2017-06-28 21:49:06 +01:00
Paul Franklin
3a663870ac fix fatal error in Finnish translation 2017-06-28 12:03:34 -07:00
Frederik De Richter
8fce3035d3 update Netherlands translation 2017-06-28 10:43:52 -07:00
Matti Niemelä
a3070f8149 update Finnish translation 2017-06-28 10:37:19 -07:00
Sveinn í Felli
1e8beab9a3 update Icelandic translation 2017-06-28 10:29:22 -07:00
SNoiraud
afdd7c74c3 Narrative web : crash using OSM when bad lat/lon
Fixes : 10111
2017-06-28 17:36:58 +02:00
Zdeněk Hataš
b0ad63f1c7 czech translation update 2017-06-28 11:17:01 +02:00
Leonhaeuser
790cae7685 update German translation 2017-06-27 21:21:52 +02:00
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