Commit Graph

26773 Commits

Author SHA1 Message Date
pehlm
a68c0f7aa7 Updates to Swedish translation 2020-06-21 10:22:55 +02:00
Nick Hall
513b27531d Remove Japanese from the incomplete translations
Japanese now has a coverage of 83.2% which is above the 70%
threshold.
2020-06-20 18:27:12 +01:00
Megumi Sakata
b8f007c4dd Update Japanese translation 2020-06-20 18:02:57 +01:00
Serge Noiraud
e375df1e2a
Navweb: incorrect link type for osm css files (#1071)
Fixes #011787
2020-06-07 20:10:01 +02:00
prculley
df81a10fe8 Fix import test for change cause by commit a2c66417 which was
Fix GEDCOM import for bad source title when sources precede references.
2020-06-07 10:44:10 -05:00
prculley
fa53805534 Merge branch 'maintenance/gramps51' of https://github.com/gramps-project/gramps into maintenance/gramps51 2020-06-07 09:59:37 -05:00
Tian Shixiong
9aa8b26425 Correct and update Simplified Chinese Translation 2020-06-05 10:33:31 -05:00
vantu5z
e614a79cef update Russian translation 2020-06-03 10:23:56 +03:00
prculley
343633a189 Fix some reports for CLI where warning message about Value not found
Fixes #11621
2020-05-15 15:03:15 -05:00
prculley
eb14abbf3e Fix Genealogy Tree reports for crash in CLI
Fixes #11621
2020-05-15 15:03:15 -05:00
prculley
47a83a82d7 Allow filter rules to access Family filters 2020-05-15 15:01:38 -05:00
prculley
5154d0c016 Add uistate to tree views filter initialization
Fixes #11657
2020-05-15 15:00:05 -05:00
prculley
a2c6641774 Fix GEDCOM import for bad source title when sources precede references.
Fixes #11610
2020-05-15 14:59:13 -05:00
prculley
924d82a7c4 Fix RemoveUnused tool for crash caused by Gtk introspection bug
Fixes #11634
2020-05-15 14:58:20 -05:00
prculley
f1f8847a86 Fix some Python syntax errors that appear in v3.8.x
Fixes #11641
2020-05-15 14:56:59 -05:00
SNoiraud
748fbd0949 Age: test if the death is the same day as birth 2020-05-15 14:55:15 -05:00
SNoiraud
e2e659dc94 Suppress age = 0 days in events list
If the reference event date is equal to the event date, don't show the age
except if the date is estimated, calculated, ...

Fixes #0007745
2020-05-15 14:55:15 -05:00
prculley
6cbc2b896d Fix Dashboard Gramplets to update during db close when not shown
Fixes #11632
2020-05-15 14:53:43 -05:00
prculley
d210275a4e Fix Windows GUI mode startup for crash with some languages
Fixes: #11612. #11490, #11518, #9179, #9201, #9266
2020-05-15 14:50:54 -05:00
prculley
0a3a65ffb0 Fix dbapi to support "Abandon Changes & Quit" feature
Fixes #11599
2020-05-15 14:49:55 -05:00
prculley
e34b98033e Fix GrampsType for comparison bug with empty string as one value
Fixes #11563
2020-05-15 14:47:06 -05:00
romjerome
e361c6dd49
Fix PR#1046 and consistency with gtk domain 2020-05-08 15:34:49 +02:00
prculley
96de0ceb4e Fix Verify tool bug caused by bad change in GObject introspection
Fixes: #11708
2020-05-07 09:39:09 -05:00
Serge Noiraud
6d3505af62
Narweb: incorrect place index if alternate names (#1037)
* Narweb: incorrect place index if alternate names

The places page index doesn't show the alternate names used.

In the narrative web, the first phase is to select all places.
For each object, if we have a place, we memorize that depending on date.
When we create the place pages, we start from these information in the place
table. At this moment, we have no date.
So the sort by primary names gives an incorrect index list and the alternate
place names are missing.

Fixes #11645

* some cleanup
2020-05-05 23:27:11 +02:00
Serge Noiraud
0f88753a72
Narweb: Description message is not translatable (#1036) 2020-05-05 23:22:22 +02:00
romjerome
2b2624fd7a
typo and trailing space 2020-05-05 16:49:49 +02:00
romjerome
26debf0a82
fix and merge french translation
fix typos, update file references
2020-05-05 16:32:30 +02:00
romjerome
5024e1fc09
update file references for the template generation
$ intltool-update -m
2020-05-01 17:47:37 +02:00
romjerome
95f4fd2e5a
Fix typos
rules around ellipsis, space and comma
2020-04-30 20:31:23 +02:00
romjerome
440832d0f5
review french translation (#1046)
Contributions by Patrick, Jean-Marc, Patrice and others
2020-04-30 16:38:11 +02:00
niememat
58335cfee2 Fix translation in Finnish 2020-04-24 15:35:00 +03:00
Joan Creus
2ce48d3793 Updating Catalan translation 2020-04-18 13:06:40 +02:00
Joan Creus
f91063884e Updating Catalan translation 2020-04-18 12:57:30 +02:00
prculley
a21cb546f7 Speed up Event displaytab and gramplet 2020-04-15 10:37:52 -05:00
Steve Youngs
490fb1ea3b Use the callback parameter passed to EditEvent.__init__ by passing it to EditPrimary.__init__.
This ensures self.callback is initialised as the calling code expects
2020-04-15 10:35:31 -05:00
Steve Youngs
a5b5910f7f For all types of EditPrimary window, consistently call self._do_close() before self.callback(), during save()
EditFamily, EditPerson, EditPlace, EditRepository and EditSource already call self._do_close() before self.callback().
2020-04-15 10:34:23 -05:00
Steve Youngs
2a17f8d99f EditRepository now stores the callback passed to __init__ and calls it during save().
This is for consistency with other types of EditPrimary.
2020-04-15 10:34:23 -05:00
Timo
349edca738 Use shorter name to reduce line length. 2020-04-13 12:04:51 -05:00
Timo
32230d673e Add option that allows to use the name of the individual as title. 2020-04-13 12:04:51 -05:00
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