Commit Graph

26834 Commits

Author SHA1 Message Date
prculley
67b83794ef Speed up Event, Media, and Repo reference editors 2020-04-13 12:01:34 -05:00
prculley
7d6113cf38 Speed up Place Reference Editor and Listview for enclose place
Fixes #11531
2020-04-13 12:01:34 -05:00
Mattkmmr
cc7c0a3f13 Update tag.py
- translation for menu strings added
- escape illegal characters in tag_name
2020-04-13 11:55:01 -05:00
prculley
dd63d479cd Faster Multiple Event delete 2020-04-13 11:53:16 -05:00
prculley
31bf3edf17 Faster Multiple Person Delete 2020-04-13 11:53:16 -05:00
prculley
1ce63261c3 Fix StatusBar for potential HandleError 2020-04-13 11:53:16 -05:00
prculley
06732b1b5d Fix Date Display so that it uses LC_TIME if defined
Fixes #11230
2020-04-13 11:51:23 -05:00
prculley
26b78c17af Fix StyledText so serialize will match for style list order changes
Fixes #11529
2020-04-13 11:45:15 -05:00
prculley
d83fff3b62 Try to fix exceptions on ManagedWindow close
Issues #10252, #10642, #10821, #11163, #11440, #11476, #11482, #11508
2020-04-13 11:36:24 -05:00
John Ralls
823bcaac0d Merge John Ralls's 'bug11639' into maintenance/gramps51 2020-04-08 13:09:17 -07:00
Leonhaeuser
b9c324ef37 update Germn translation 2020-04-08 19:17:13 +02:00
Serge Noiraud
3601877a63
Narweb: possibility to have more than 2 downloads (#1024)
* Narweb: possibility to have more than 2 downloads

By default, I set this to 3 downloads.
If you want to have more than 3 downloads, you have only the variable
self.__max_download to change in the narrativeweb.py.

* better pylint score.
* Narweb: add md5 checksum for each file
* Display a message if the file doesn't exist

Fixes #11626
2020-04-05 10:18:39 +02:00
Serge Noiraud
2ce32d8c6b
Narweb: Add family map to family pages (#1021)
* Narweb: Add family map to family pages
* Narweb: adapt css files to have a better look.

Fixes #011614
2020-04-05 10:17:42 +02:00
Serge Noiraud
23d2c8e694
Same date of birth and death gives an error. (#1011)
Fixes #011553
2020-04-04 09:52:50 +02:00
Serge Noiraud
28dc2e5158
Geography: add a popup for a bad tiles path (#1025) 2020-04-04 09:49:41 +02:00
Serge Noiraud
2baa6f5e40
Narweb: image size limit doesn't match tooltip (#1004)
Fixes #011536
2020-04-04 09:45:54 +02:00
John Ralls
eb1b4c1eb5 Protect SQLite3 locale from old-style Unicode locale characters.
PySQLite3 requires that collation names have only ascii alphanumerics
and _. ICU locales use old-style Unicode specifiers and passing them to
create_locale will raise an exception. Translate those characters into
underscores.

Fixes #11639
2020-04-01 09:01:37 -07:00
vantu5z
51f2052cfe update Russian translation 2020-03-26 16:47:52 +03:00
Translator5
ccf6d59b17
[Language: Russian] Maintenance/gramps51 (#1027)
* some Russian translations updates

Новый перевод для неких случаев, но улучшающие понимание и выглядит более уместно. Также применены русские переводы слов, которые использовали до того англицизмы
2020-03-25 15:24:06 +03:00
Joan Creus
74d72f4dd0 Updating Catalan translation 2020-03-03 00:00:28 +01:00
Kaj Mikkelsen
ce6f435cd4 Danish translation updated 2020-03-02 13:17:36 +01:00
Kaj Mikkelsen
5578a987bc Merge branch 'master' of github.com:gramps-project/gramps
Danish translation submited in da.po
2020-03-02 13:13:30 +01:00
Kaj Mikkelsen
7c09b05b82 Danish translation updated 2020-03-02 13:11:47 +01:00
Joan Creus
9ce92f41e3 Updating Catalan translation 2020-02-29 18:00:08 +01:00
Bernard Banko
77cdbb11b5 V&O changed to PZV to avoid ampersand 2020-02-25 23:44:55 +01:00
prculley
690e8b308e Smoother progress for Rebuid reference maps/secondary indices 2020-02-18 16:06:13 -06:00
prculley
aeed7edd46 Prevent bsddb from being selected/used 2020-02-18 16:06:13 -06:00
prculley
ae66ada99c Stop using bsddb in tests 2020-02-18 16:06:13 -06:00
prculley
b52c118673 Deprecate BSDDB, but allow to be loaded with convert to sqlite 2020-02-18 16:06:13 -06:00
pehlm
72277db766 Minor update to Swedish translation 2020-02-07 18:30:09 +01:00
prculley
7ae77abead Fix GEDCOM export of estimated/calculated dates with modifers
Fixes #11513
2020-02-04 15:57:40 +00:00
Ross Gammon
04b1463746 New debian release - update changelog 2020-02-04 15:49:02 +00:00
vantu5z
1eeae2edf8 update Russian translation 2020-01-31 14:06:03 +03:00
Bernard Banko
740adc7070 Slovenian translation update 2020-01-26 21:45:38 +01:00
prculley
a2dbdbb61a Fix typo in Russian translation 2020-01-23 09:33:24 -06:00
système
8d5b0c83ce typos in french translation #11534 #10534 2020-01-21 20:27:05 +01:00
Fedik
01afe251fb Ukrainian translation update 2020-01-21 18:20:30 +02:00
Oleh Astappiev
1fc212192e Update ukrainian translation (#992) 2020-01-20 09:56:54 +02:00
Serge Noiraud
763f2738dd
NAVWEB and WEBCAL: some minor corrections (#980)
* NAVWEB: set unused media to False by default

Fixes #11496

* Navweb: Center correctly the map in the web page

* Webcal: Dropmenu doesn't work if only one year.

* Navweb: Add notes to updates and delete empty rows

* Navweb: some code cleanup.

* Navweb: remove unused variable

* Narweb: references enhancement on place pages.

* Navweb: convert the years in gregorian cal.

* Narweb: remove unused argument

* Narweb: really solves the pyICU problem

* WEBCAL: missing death symbol
2020-01-17 11:46:40 +01:00
John Ralls
152ed0b6bc Mac release of 5.1.2. 2020-01-11 13:14:41 -08:00
prculley
5624fb1490 Bump to v5.1.3 2020-01-10 11:43:58 -06:00
prculley
32c700c6bf Release Gramps 5.1.2 2020-01-10 11:29:07 -06:00
prculley
130740553d Update Changelog and NEWS files 2020-01-10 11:20:09 -06:00
Serge Noiraud
a2ae7b93fc
Geography: Add custom tiles provider (#976)
* Geography: Add custom tiles provider

Fixes #11416

* Geography: some cleanup
2020-01-10 17:40:33 +01:00
Serge Noiraud
675dfdbc70
Narrated Web: bad event links on media pages (#983)
* Navweb: Don't use media regions in some case:

- If we don't show families
- If we don't show events

Fixes #011500

* Navweb: side effect between event and media pages

When a media is processed in the media display section for an event
page, it's remove from the media_list, so when we try to create the
media regions in the media page, the media list is empty and we
can't display the regions.

* Narweb: Don't show the regions for a thumbnail
2020-01-10 17:38:41 +01:00
Serge Noiraud
8184f1b603
Narweb: enclosed places not correctly sorted. (#977)
* Narweb: enclosed places nor correctly sorted.

Fixes #11487

* Narweb: some cleanup
2020-01-10 17:32:58 +01:00
Nick Hall
34beeaad70 Revert pull request #965
This reverts commit 801be84465.
2020-01-09 19:35:47 +00:00
Sam Manzi
50d8b110ae Add context menu entries for Gramplet Bar (#937)
Link to help for Gramplets and the Gramplet Bar Menu

Issue #10919
2020-01-09 12:16:14 -06:00
Sam Manzi
539a443639 Pedigree View - Add Help context menu (#938)
* Add [About Pedigree View]

Fixes #10919
2020-01-09 12:15:10 -06:00
Serge Noiraud
06cb9d7ea6 Narweb: Private notes for home, intro and contact (#953)
If the notes are private, we can't use them in these pages.
2020-01-09 12:09:25 -06:00