prculley
13d83919b9
Fix XML export when 'Group-as" name contains XML invalid chars
...
Fixes #11834
2020-07-25 10:15:39 -05:00
SNoiraud
62d5a136a4
NarWeb: Province place-type is not displayed
2020-07-25 10:15:07 -05:00
prculley
b57061d7c9
Fix ManagedWindow so that new windows don't appear offscreen
...
when system 'screen' sizes change in part time multi-monitor setups.
Fixes #11831
2020-07-25 10:13:57 -05:00
prculley
f7be7ab63f
Fix menus when db fails to open due to upgrade/downgrade etc.
...
Fixes #11604
2020-07-25 10:10:56 -05:00
prculley
97923e7530
Fix issue with attach source tool, results panel
...
Fixes #11780
2020-07-25 10:09:52 -05:00
prculley
75aabf570d
Fix GEDCOM export; don't include ADDR when address is missing
...
Fixes #11825
2020-07-25 10:08:58 -05:00
SNoiraud
41f1e91600
Coordinates containing a comma instead of a period
...
Fixes #11823
2020-07-25 10:08:22 -05:00
Serge Noiraud
e8eb5bf0a1
NarrativeWeb should show patronymic in individuals ( #1048 )
...
In the individuals and in surnames pages, we should show the complete name
like defined in the display tab from the narrative web configuration.
Fixes #04404
2020-07-08 16:07:37 -05:00
Serge Noiraud
b523530fb0
Narrated Website Google Maps Output JS Warning ( #1038 )
...
SensorNotRequired:
The sensor parameter is no longer required for the Maps JavaScript API.
It won't prevent the Maps JavaScript API from working correctly, but we
recommend that you remove the sensor parameter from the script element.
Fixes #011654
2020-07-08 16:00:15 -05:00
giansalvo
0d698c13cc
Fix bug 0011078: 'Default person' instead of 'Home person'
...
- modified button hints
- modified filter rules names and descriptions
- modified .pot and .po files
- substituted 'home person' with 'Home Person'
2020-07-07 15:40:47 -05:00
Nick Hall
c26d6902d1
Use event attribute types in the event reference editor
...
In the event reference editor, custom event attribute types
should be used rather than the default person attribute types.
Fixes #11576 .
2020-06-30 15:55:11 -05:00
SNoiraud
b00b1f37f1
Fix typo in gui/configure.py and translation files
...
Fixes #11665
2020-06-30 15:48:26 -05:00
prculley
9230de61be
Fix Verify tool bug caused by bad change in GObject introspection
...
Fixes : #11708
2020-06-30 15:27:19 -05: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
Serge Noiraud
e375df1e2a
Navweb: incorrect link type for osm css files ( #1071 )
...
Fixes #011787
2020-06-07 20:10:01 +02: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
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
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
prculley
96de0ceb4e
Fix Verify tool bug caused by bad change in GObject introspection
...
Fixes : #11708
2020-05-07 09:39:09 -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
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
prculley
7ae77abead
Fix GEDCOM export of estimated/calculated dates with modifers
...
Fixes #11513
2020-02-04 15:57:40 +00: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
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
Nick Hall
34beeaad70
Revert pull request #965
...
This reverts commit 801be844655694fd10106a340b3d7c3e11895e9e.
2020-01-09 19:35:47 +00: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
Paul Culley
d693881b98
Update LDS Temple list ( #984 )
2020-01-09 12:04:15 -06:00
Paul Culley
801be84465
Fix Lat/Long translated NSEW display and entry in rtl language;Store Lat/Long in place objects with NSEW always in English ( #965 )
...
* Fix Lat/Long translated NSEW display and entry in rtl language
* Store Lat/Long in place objects with NSEW always in English
Issue #11335
2020-01-09 12:03:20 -06:00
Paul Culley
7807ff8a6d
Make GuiDestinationOption Folder Icon start in users directory ( #979 )
...
Fixes #10917
2020-01-09 12:00:29 -06:00
Paul Culley
672603c8ae
Fix import file chooser filter to accept upper case extensions ( #962 )
...
* Fix import file chooser filter to accept upper case extensions
Fixes #11463
* Allow import file filter to accept case insensitive extensions
Co-authored-by: Nick Hall <nick-h@gramps-project.org>
2020-01-09 11:56:07 -06:00
Paul Culley
c30dfc6343
Fix db to warn/prevent opening newer schema versions ( #945 )
2020-01-09 11:38:16 -06:00
Paul Culley
e6ed0612e3
Fix Progen import to correctly handle AKA surnames ( #959 )
...
* Fix Progen import dialog and progress meter for correct parent window
* Fix Progen import to correctly handle AKA surnames
Fixes #11462
2020-01-09 11:37:31 -06:00