5154d0c016
Add uistate to tree views filter initialization
...
Fixes #11657
2020-05-15 15:00:05 -05:00
a2c6641774
Fix GEDCOM import for bad source title when sources precede references.
...
Fixes #11610
2020-05-15 14:59:13 -05:00
924d82a7c4
Fix RemoveUnused tool for crash caused by Gtk introspection bug
...
Fixes #11634
2020-05-15 14:58:20 -05:00
f1f8847a86
Fix some Python syntax errors that appear in v3.8.x
...
Fixes #11641
2020-05-15 14:56:59 -05:00
748fbd0949
Age: test if the death is the same day as birth
2020-05-15 14:55:15 -05:00
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
6cbc2b896d
Fix Dashboard Gramplets to update during db close when not shown
...
Fixes #11632
2020-05-15 14:53:43 -05:00
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
0a3a65ffb0
Fix dbapi to support "Abandon Changes & Quit" feature
...
Fixes #11599
2020-05-15 14:49:55 -05:00
e34b98033e
Fix GrampsType for comparison bug with empty string as one value
...
Fixes #11563
2020-05-15 14:47:06 -05:00
e361c6dd49
Fix PR#1046 and consistency with gtk domain
2020-05-08 15:34:49 +02:00
96de0ceb4e
Fix Verify tool bug caused by bad change in GObject introspection
...
Fixes : #11708
2020-05-07 09:39:09 -05:00
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
0f88753a72
Narweb: Description message is not translatable ( #1036 )
2020-05-05 23:22:22 +02:00
2b2624fd7a
typo and trailing space
2020-05-05 16:49:49 +02:00
26debf0a82
fix and merge french translation
...
fix typos, update file references
2020-05-05 16:32:30 +02:00
5024e1fc09
update file references for the template generation
...
$ intltool-update -m
2020-05-01 17:47:37 +02:00
95f4fd2e5a
Fix typos
...
rules around ellipsis, space and comma
2020-04-30 20:31:23 +02:00
440832d0f5
review french translation ( #1046 )
...
Contributions by Patrick, Jean-Marc, Patrice and others
2020-04-30 16:38:11 +02:00
58335cfee2
Fix translation in Finnish
2020-04-24 15:35:00 +03:00
2ce48d3793
Updating Catalan translation
2020-04-18 13:06:40 +02:00
f91063884e
Updating Catalan translation
2020-04-18 12:57:30 +02:00
a21cb546f7
Speed up Event displaytab and gramplet
2020-04-15 10:37:52 -05:00
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
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
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
349edca738
Use shorter name to reduce line length.
2020-04-13 12:04:51 -05:00
32230d673e
Add option that allows to use the name of the individual as title.
2020-04-13 12:04:51 -05:00
67b83794ef
Speed up Event, Media, and Repo reference editors
2020-04-13 12:01:34 -05:00
7d6113cf38
Speed up Place Reference Editor and Listview for enclose place
...
Fixes #11531
2020-04-13 12:01:34 -05:00
cc7c0a3f13
Update tag.py
...
- translation for menu strings added
- escape illegal characters in tag_name
2020-04-13 11:55:01 -05:00
dd63d479cd
Faster Multiple Event delete
2020-04-13 11:53:16 -05:00
31bf3edf17
Faster Multiple Person Delete
2020-04-13 11:53:16 -05:00
1ce63261c3
Fix StatusBar for potential HandleError
2020-04-13 11:53:16 -05:00
06732b1b5d
Fix Date Display so that it uses LC_TIME if defined
...
Fixes #11230
2020-04-13 11:51:23 -05:00
26b78c17af
Fix StyledText so serialize will match for style list order changes
...
Fixes #11529
2020-04-13 11:45:15 -05:00
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
823bcaac0d
Merge John Ralls's 'bug11639' into maintenance/gramps51
2020-04-08 13:09:17 -07:00
b9c324ef37
update Germn translation
2020-04-08 19:17:13 +02:00
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
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
23d2c8e694
Same date of birth and death gives an error. ( #1011 )
...
Fixes #011553
2020-04-04 09:52:50 +02:00
28dc2e5158
Geography: add a popup for a bad tiles path ( #1025 )
2020-04-04 09:49:41 +02:00
2baa6f5e40
Narweb: image size limit doesn't match tooltip ( #1004 )
...
Fixes #011536
2020-04-04 09:45:54 +02:00
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
51f2052cfe
update Russian translation
2020-03-26 16:47:52 +03:00
ccf6d59b17
[Language: Russian] Maintenance/gramps51 ( #1027 )
...
* some Russian translations updates
Новый перевод для неких случаев, но улучшающие понимание и выглядит более уместно. Также применены русские переводы слов, которые использовали до того англицизмы
2020-03-25 15:24:06 +03:00
74d72f4dd0
Updating Catalan translation
2020-03-03 00:00:28 +01:00
ce6f435cd4
Danish translation updated
2020-03-02 13:17:36 +01:00
5578a987bc
Merge branch 'master' of github.com:gramps-project/gramps
...
Danish translation submited in da.po
2020-03-02 13:13:30 +01:00