Paul Culley
94bd8470d7
Fix import_as_dict to utilize user gramps_id prefixes ( #626 )
...
Issue #10622
Found when comparing dbs with large prefixes 'I%05d'; using database differences or import_merge addons.
2018-06-10 14:27:56 +10:00
Paul Culley
21408ab9d2
Fix error when opening bsddb db in read-only mode ( #624 )
...
Fixes #10615
BSDDB had errors when trying to open in read-only mode.
2018-06-10 14:11:33 +10:00
Paul Culley
31eecac590
Fix dbapi dbs for closeing read-only db crash ( #623 )
...
Fixes #10613
The sqlite (and other dbapi dbs) tried to save their metadata on a close operation, which doesn't work for read-only dbs.
2018-06-10 13:55:07 +10:00
Paul Culley
58c6da3fb5
Fix menus when operating with read-only db ( #622 )
...
Fixes #10614
An earlier attempt to deal with closed dbs messed up the read-only ActionGroup settings. This corrects that situation.
2018-06-10 13:40:36 +10:00
Sam Manzi
9c21b98601
Fix Name formats to show all parts ( #608 )
...
Fixes #10420
Allows reports to use the name format specified by the user.
2018-06-02 10:26:23 +10:00
Paul Culley
8735f8a014
Fix dialogs for crash when canceling via 'x' ( #620 )
...
* Fix import dialog for crash when canceling via 'x'
Fixes #10607
* Fix 'Make Backup' dialog for crash on 'x' close
Issue #10607
* Fix Family Lines/Family Colors/add dialog crash on close with 'x'
Issue #10607
2018-06-02 09:58:06 +10:00
niememat
9acf512663
Fix translation in Finnish
2018-05-28 14:43:08 +03:00
John Ralls
50e8161984
Release 5.0.0-rc1 on Mac.
2018-05-22 18:11:13 -07:00
John Ralls
69be94843c
Remove obsolete omeat-python-modules dependencies.
2018-05-20 14:28:45 -07:00
prculley
ac5ed9fde0
Bump to v5.0.0-rc2
2018-05-20 15:49:27 -05:00
prculley
2869e4d8a3
Release Gramps v5.0.0-rc1
2018-05-20 15:44:15 -05:00
Paul Culley
f2392f910d
Fix merge persons when removed person was the Home (default) person ( #619 )
...
Fixes #10597
If a person merge removes the default (Home) person, the previous code started having HandleError crashes.
This checks for and corrects this issue.
Did not see the issue with 4.2.x because there were no HandleErrors.
2018-05-20 13:31:41 +10:00
niememat
aa47410902
Update finnish translation
2018-05-15 11:39:16 +03:00
vantu5z
c72af598b1
Update Russian translation
2018-05-15 09:40:06 +03:00
Paul Culley
4daf7a9c29
Fix FanChartDesc for typo (copy/paste error). ( #611 )
...
Fixes #10565
- Bug occurs when selected person has more than 4 parents.
2018-05-09 13:21:37 +10:00
Paul Culley
0452848f57
Fix Tag editor for multiple tag removes ( #601 )
...
Fixes #10552
2018-05-02 14:29:40 +10:00
Serge Noiraud
db92ab7d5a
In Narweb, Relationship to Center person reversed ( #606 )
...
Fixes #10553
2018-05-01 10:46:29 +10:00
Paul Culley
4dc67910fd
Fix Citation Tree view for crash after plugin reload ( #602 )
...
Fixes #10541
2018-05-01 10:31:29 +10:00
Paul Culley
ebc0f25bc7
Fix 'References' Gramplet for issue when activated during an import ( #584 )
...
* Fix 'References' Gramplet for issue when activated during an import
Fixes #10507
* disable Application Menu during import
2018-05-01 09:36:23 +10:00
Paul Culley
67dcffee20
Fix Person/Family/Event view updates on various associated changes ( #603 )
...
* Fix Person/Family/Event view updates on various associated changes
Fixes #10532
* Fix Event view for changes in Main Participants
* Fix Person/Event/Place views for update to a Place or enclosing place
2018-05-01 09:09:49 +10:00
Paul Culley
b4946dee9c
Fix Person views to update on changes in birth/death event/place ( #597 )
...
Fixes #10532
2018-04-18 07:58:51 +10:00
vantu5z
8f33163510
update Russian translation
2018-04-13 09:11:17 +03:00
niememat
a3d43fdc32
Update finnish translation
2018-04-12 10:09:07 +03:00
Leonhaeuser
befebe8b0c
update German translation
2018-04-11 19:27:52 +02:00
Nick Hall
9ee777274c
Allow unicode characters in json export
2018-04-10 18:36:46 +01:00
SNoiraud
d3892c0e82
Filtering problems in the geography view
2018-04-10 18:31:32 +01:00
SNoiraud
17ffc5460c
Crash when looking for a place within an area
...
Fixes #10531
2018-04-10 18:31:11 +01:00
Joachim Kuebart
09ca223f1b
Bugfix: use same box margin for SVG and PDF
...
When drawing text boxes in SVG, the text is often placed too far to the right and touches the right frame. For an example, generate a »Descendent tree« in SVG format. In the PDF version, the text does not touch the frame of any boxes.
This PR fixes the problem by using the same text displacement (margin) inside the box as the PDF driver. The code is taken from gramps/plugins/lib/libcairodoc.py.
2018-04-10 17:31:43 +01:00
SNoiraud
1223cbda1f
Webcal crashes after Narrative Web site exists
...
+ multiyear select option problem
Fixes #10524
2018-04-10 17:15:29 +01:00
Nick Hall
01ce73fc04
Catch exceptions when loading recent files
2018-04-10 17:11:07 +01:00
Nick Hall
e53603a1fc
Check that backend exists before loading database
2018-04-10 17:11:07 +01:00
Nick Hall
04d6ca3a49
Disable family tree manager features when a backend is unavailable
...
If the default backend is unavailable, then reset it to bsddb.
2018-04-10 17:11:07 +01:00
vantu5z
9e668a528d
update Russian translation
2018-04-03 08:28:32 +03:00
niememat
96a903c57f
Update finnish translation
2018-04-01 11:41:24 +03:00
Nick Hall
75921ceaf4
Enclose tree report image path and file name in braces
...
Fixes #10495 .
2018-03-31 16:34:36 +01:00
Leonhaeuser
310bece2bc
fix syntax error in German translation file
2018-03-30 21:21:40 +02:00
Leonhaeuser
565e570a71
update German translation
2018-03-30 21:13:25 +02:00
SNoiraud
29735eef7d
Crash when selecting an old note, event, media, ...
...
Try to sort on another column.
Fixes #10519
2018-03-29 15:56:49 +01:00
Nick Hall
cb0bd32aa3
Merge pull request #589 from sam-m888/fixhelplinks50.
2018-03-29 15:46:32 +01:00
Sam Manzi
469739633c
[NewRepositoryEditor]Fix help link
2018-03-28 12:59:09 +11:00
Sam Manzi
495c7f310a
[ReorderGrampsID]Fix broken help link
2018-03-28 12:52:23 +11:00
Paul Culley
353fc50770
Fix FTM for delete tree, followed by close; Title etc. shows old tree ( #587 )
...
Fixes #10513
2018-03-27 13:43:56 +11:00
Paul Culley
ca9df38b11
Fix Relationship path between filter for silent fail ( #586 )
...
Fixes #10509
2018-03-27 13:18:56 +11:00
Herb Miller Jr
fd55f0abff
Add configuration flag --no-compress-manpages.
2018-03-26 19:50:32 +01:00
vantu5z
e1ca8303e5
update Russian translation
2018-03-26 11:29:55 +03:00
niememat
a2879f1717
Update finnish translation
2018-03-25 19:39:59 +03:00
John Ralls
89ad092ac1
Don't strip newlines from builder files.
...
Fixes #10514 .
2018-03-25 08:59:51 -07:00
Leonhaeuser
6c8de19fc5
update German translation
2018-03-25 08:33:37 +02:00
vantu5z
dcf3caf946
update Russian translation
2018-03-24 09:37:34 +03:00
Sam Manzi
f1e28c1e28
List sort by number for citation confidence level ( #583 )
...
* Fix confidence level sort in list views
-based on the date-sort code.
Fixes #10506
* Fix confidence level tooltip
-Stop run on text.
Resolves #10506
2018-03-22 15:40:53 +11:00