John Ralls
14618917c2
Add python-fontconfig to the macOS build.
...
Needed to enable using genealogical symbols.
2021-08-10 16:18:41 -07:00
John Ralls
ae7a2500de
Inlude fontconfig's etc/fonts in macOS app bundle.
...
Graphviz now uses fontconfig to find its fonts.
Fixes #12370
2021-07-29 15:13:45 -07:00
John Ralls
358a6b118b
Bundle release of Gramps 5.1.4.
2021-07-26 13:23:19 -07:00
Nick Hall
9352f0c438
Bump to 5.1.5
2021-07-26 20:53:53 +01:00
Nick Hall
1ab4cbfa63
Release Gramps 5.1.4
2021-07-26 20:49:30 +01:00
Nick Hall
1fd319e13a
Update Changelog and NEWS files
2021-07-26 20:45:57 +01:00
Nick Hall
7cb8489ba2
Update copyright date
2021-07-26 15:43:24 +01:00
SNoiraud
a685b96f70
probably-alive incorrect if death without date
2021-07-26 15:38:25 +01:00
SNoiraud
b24ebd5d77
fix the commit in master without bug report:
...
commit: 410cffe832
2021-07-22 18:50:17 +01:00
SNoiraud
6dcb1d00d5
Place editor, copy and paste of lat and long text
...
no longer auto-populating latitude and longitude fields
Fixes #012349
2021-07-22 18:50:17 +01:00
prculley
a3b37b9627
Fix for crash when changing views if part of toolbar is not shown
...
because of a small screen when changing views.
Fixes #12048
2021-07-22 18:49:03 +01:00
prculley
034720321c
Fix bottombar always showing after restrt, even when not wanted
...
Fixes #12338
2021-07-22 18:47:46 +01:00
Tian Shixiong
09f01a69d5
Update and fix Simplified Chinese translation
2021-07-21 18:53:11 +01:00
Leonhaeuser
597f3ebedf
fixed smal German translation Error for item also fixed in Weblate GUI for master
2021-07-16 22:27:20 +02:00
Tian Shixiong
c7b5e149fa
Update Simplified Chinese translation
2021-07-08 23:20:13 +01:00
pehlm
f7203aa029
One update Swedish translation
2021-07-05 15:50:44 +02:00
John Ralls
9cca728a66
Better to use locale.get_collation than locale.collation.
2021-07-03 21:54:57 -07:00
John Ralls
df270adc94
Wrap call to dbapi.check_collection to prevent a forced API change.
2021-07-03 21:49:01 -07:00
John Ralls
c177c13f99
Merge John Ralls's 'bug12343' into maintenance/gramps51.
2021-07-03 06:54:09 -07:00
John Ralls
15f1bb0201
Fix URL for berkeleydb patch.
2021-07-01 15:40:58 -07:00
John Ralls
f75aa9302a
Always use filtered collation names.
...
Store the Sqlite3 collations in the __collations array to short-circuit
re-creation.
Fixes https://gramps-project.org/bugs/view.php?id=12343 .
2021-07-01 11:45:23 -07:00
prculley
708c83dc58
Revert "An experimental fix for bug12048"
...
This reverts commit 3c1c21163c
.
commited by mistake
2021-06-25 09:59:15 -05:00
prculley
0a809904dc
Revert "Change to timeout, rather than idle_add, and dereference toolbars in order they were added"
...
This reverts commit f91d3e94ab
.
commited by mistake.
2021-06-25 09:58:34 -05:00
Leonhaeuser
e8f50deabc
Fixed different German translations for "What's next" also fixed in master (Weblate)
2021-06-25 11:40:13 +02:00
Leonhaeuser
486fae91ce
German relation calculator fixed issue if more then 24 generations between the two person
2021-06-23 10:23:33 +02:00
niememat
9ee5468bda
Fix translation in Finnish
2021-06-22 13:22:45 +03:00
Tian Shixiong
eac6a935f6
Correct and improve Simplified Chinese translation
...
Correct some terribly wrong and low quality translation,
even machine translation.
Improve some existing translation for better user experience
as a software, use more written language.
2021-06-17 16:37:09 +08:00
Tian Shixiong
cc68b7acfc
Improve and correct Simplified Chinese translation
2021-06-10 18:37:26 +01:00
Tian Shixiong
c321e7f0d6
Improve and correct the Simplified Chinese translation
2021-05-28 14:04:35 +08:00
Tian Shixiong
e13a852523
Update and improve Simplified Chinese translation
2021-05-26 12:51:15 +01:00
Tian Shixiong
3c4c433a84
Update Simplified Chinese translation
2021-05-20 14:01:20 +08:00
Jan Sparreboom
e8268cb37e
Update Dutch translation
2021-05-15 23:12:19 +01:00
Nick Hall
721d964741
Merge pull request #1137 from tiansworld/workl10n
2021-05-15 15:52:07 +01:00
Tian Shixiong
7d4ec1be73
Correct and Update Simplified Chinese translation
2021-05-15 15:44:39 +01:00
Tian Shixiong
36ce375a2a
Update Simplified Chinese translation
2021-05-15 15:44:39 +01:00
Leonhaeuser
9f6afcc7db
Corrected some German translation errors found during handbook revision
2021-05-14 21:23:35 +02:00
John Ralls
c66fc6423d
Add file logging for macOS.
...
When Gramps is launched from macOS's LaunchServices it doesn't have
a sys.stderr attached so the default stream logger goes to /dev/null.
Use a FileHandler in tht case, writing the log to $TMPDIR/gramps-pid.log.
This will help particularly in analyzing crashes where python shuts down
as there's no crash report in that case.
2021-05-11 15:58:00 -07:00
prculley
f91d3e94ab
Change to timeout, rather than idle_add, and dereference toolbars in order they were added
2021-05-11 15:58:00 -07:00
prculley
3c1c21163c
An experimental fix for bug12048
2021-05-11 15:58:00 -07:00
John Ralls
09709ec0c6
Update PyICU to 2.7.2 in macOS build.
2021-05-06 14:24:17 -07:00
Paul Culley
bb7f5fa522
Fix libplaceview to avoid exception when mapservice is no longer present ( #1193 )
...
Fixes #12263
2021-05-06 10:19:03 -05:00
Paul Culley
9957506f35
Fix References Gramplet for inadequate updates when other objects change ( #1192 )
...
Fixes #12248
2021-05-06 10:18:11 -05:00
Serge Noiraud
eb4ce9ff79
geofamily crashes if a family has no father ( #1188 )
2021-05-06 10:14:49 -05:00
Serge Noiraud
1d72f4b23d
Home Person setting does not convey in a Merge ( #1187 )
...
* Home Person setting does not convey in a Merge
Fixes #012235
* better pylint score
2021-05-06 10:14:26 -05:00
Paul Culley
5ad5f08a2b
Fix CSV export of view to only put single CR character. ( #1186 )
...
Fixes #12158
2021-05-06 10:13:02 -05:00
Paul Culley
9e43f060d1
Add Media filter rule 'HasMedia' to list of media rules for editor ( #1182 )
...
Fixes #12212
2021-05-06 10:11:16 -05:00
Leonhaeuser
bc1ed688c4
corrected German translation of "confidence"
2021-04-28 23:04:23 +02:00
Leonhaeuser
9d358d06f5
German corrected translation of 'attribute'
2021-04-26 18:02:29 +02:00
Leonhaeuser
16b1945a0e
Fixed translation error of "display name editor" into German
2021-04-25 12:12:50 +02:00
Leonhaeuser
5e9be68ad5
some translation fixes for German
2021-04-24 22:05:49 +02:00