Serge Noiraud
ee1d9be898
Narrative web: Ancestor's tree Fix display looks weird ( #929 )
...
* Narrative web: Ancestor's tree display looks weird
Solves the following:
- Person boxes overlap
- Some person boxes partially visible or hidden
Fixes #11382
* Narrative web: some cleanup in ancestortree.css
* Narrative web : ancestor tree and long names.
* Adapt ancestor tree css file for all themes
2019-10-17 11:17:31 +11:00
romjerome
75b0b66269
Fix tag colors on PedigreeView ( #915 )
...
Fixes #11363
* Handle long and short hex format black color
* Fix hex_to_rgb_float utility function
2019-10-17 10:57:36 +11:00
Paul Culley
c54f381737
Fix Gramps -v error when Gtk is not present ( #923 )
...
Via email a user noted a bug when "Gramps -v" was used with Gtk not installed (and gi was).
When the "gi.require_version('Gtk', '3.0')" was added during Gramps 5.0.0 timeframe, a corresponding exception was not.
2019-10-17 10:23:21 +11:00
Serge Noiraud
2aa6b54de4
NarrativeWeb: dates not localised in place pages ( #916 )
...
* NarrativeWeb: dates not localised in place pages
Fixes #11357
* WEBCAL: home link translated to lowercase
Fixes #11358
2019-10-17 10:07:59 +11:00
Baizley
49bad564ae
Patch for PedigreeView not reflecting changes to birthday or death ( #921 )
...
Fixes #11366
* Make PedigreeView listen on event update signals.
The PedigreeView was not listening for updates on events, so changes to a birthday or death would not be reflected in the view.
* Remove comment about signal side-effects.
2019-10-17 09:23:02 +11:00
Paul Culley
03ab64c4d5
Fix improper escaping in odt output for TOC/Bookmark etc. ( #928 )
...
Fixes #11378
For the index, toc, bookmark etc. normal XML escape is correct, the original code also added sub-tags for line break and tab which was NOT correct.
2019-10-17 09:03:29 +11:00
Paul Culley
f7bd062bdb
Fix CLI parser to accept negative integers as valid ( #927 )
...
Fixes #11381
2019-10-17 08:47:55 +11:00
Paul Culley
c312c96987
Fix Descendant Tree report for HandleError when no parents on family ( #925 )
...
Fixes #11365
2019-10-17 08:33:39 +11:00
niememat
6b2066c797
Fix translation in Finnish
2019-10-10 07:26:04 +03:00
Nick Hall
5d15ccb2a2
Merge pull request #910 from prculley:reorder
2019-10-08 18:44:43 +01:00
prculley
0095a07f12
Fix Reorder ID tool to avoid scrambling the order IDs are assigned
...
Fixes #10641
2019-10-08 18:43:42 +01:00
prculley
bb5b03dd78
Fix Reorder ID tool so subsequent db additions used next possible ID
...
Fixes #11346
2019-10-08 18:43:42 +01:00
niememat
26351c18c9
Fix translation in Finnish
2019-10-08 12:43:03 +03:00
niememat
ecd6da40dd
Fix translation in Finnish
2019-10-05 12:30:46 +03:00
SNoiraud
793b13be67
Narrativeweb: Mainz problem with short text in one note
...
Issue occurs on the homepage and introduction page.
Fixes #11349
2019-10-03 20:33:17 +01:00
Nick Hall
48dfca57e2
Merge pull request #913 from prculley:bug11316
2019-10-03 19:58:49 +01:00
prculley
a07aae2e30
Fix export tests to actually test most files, and run for both dbs
2019-10-03 19:56:27 +01:00
prculley
8f5daac4a7
Fix exports to have consistent results
2019-10-03 19:56:27 +01:00
prculley
0cd6394b72
Upgrade export VCalendar to v2.0, so can export utf8
...
Fixes #11316
2019-10-03 19:56:27 +01:00
SNoiraud
57d8dcd574
WEBCAL: Wrong web calendar title on home page
...
Fixes #11354
This PR solves the possibility to have ">", "<" in the title
2019-10-03 19:50:04 +01:00
prculley
d5bb4da5a1
Fix Preferences so <ctrl>PageUp/PageDn doesn't stick on Dates tab
...
Fixes #11351
2019-10-03 19:41:05 +01:00
ailintom
5c44d925e1
Escape for name, dates and places in graph reports
...
Currently dates and places contain XML special characters (example: birth date
= "1867 <?>"), the item is rendered incorrectly in the report, when images are
included. Escaping special characters with html.escape solves the problem.
Also fixes the & sign in the name, which earlier caused the report to fail.
2019-10-03 19:08:57 +01:00
Paul Culley
c7e2e09b42
Fix 'Go' menu direct object selection, goes to wrong place ( #907 )
...
Fixes #11341
Fixes up the scrambled 'Go' menu, got messed up in the UIManager upgrade.
2019-09-25 11:39:58 +10:00
Zdeněk Hataš
669e4af0b7
Update Czech translation
2019-09-20 13:17:28 +02:00
pehlm
88f7a701a3
Swedish translation, some changes
2019-09-18 12:37:07 +02:00
RossGammon
52c087154f
[Debian ( .deb file)]Release511 updates ( #909 )
...
* Add python3-fontconfig to recommends
* Finalise Debian changelog for 5.1.1-1 release
2019-09-18 11:41:30 +10:00
John Ralls
2b62729f52
Release Gramps 5.1.1 on MacOS.
2019-09-14 16:58:34 -07:00
John Ralls
1c856bb93b
Assorted fixes for building Gramps 5.0.
2019-09-14 16:56:23 -07:00
Nick Hall
710e40425f
Bump to 5.1.2
2019-09-14 23:40:42 +01:00
Nick Hall
bb3eecb365
Release Gramps 5.1.1
2019-09-14 23:32:29 +01:00
Nick Hall
8de8c69686
Update Changelog and NEWS files
2019-09-14 23:28:27 +01:00
SNoiraud
4379a09fd3
Fix deprecation warning in withinarea rule
2019-09-14 22:36:06 +01:00
Nick Hall
0dc2be6dd5
Disable development warning message
2019-09-14 19:25:22 +01:00
Jonas Hahnfeld
daa845492d
Add options to sandclock in tree document generator
...
This works and is actually needed to style the root node.
2019-09-14 19:03:18 +01:00
SNoiraud
cc28935b15
Using regex in the sidebar gives different result
...
from previous gramps release.
Fixes #11321
2019-09-14 18:45:09 +01:00
Nick Hall
3d1ef5e595
Merge pull request #898 from Nick-Hall:fr
2019-09-14 18:42:14 +01:00
Jérôme Rapinat
44bdd14609
Add missing French translation strings
2019-09-14 18:41:04 +01:00
Gil da Costa
bec5a41829
Update French translation
2019-09-14 18:41:04 +01:00
prculley
c3206121df
Fix odt output when db owner has XML unfriendly chars ('&')
...
Fixes #11327
2019-09-14 18:37:30 +01:00
John Bickmore
1e52204d94
Bump required Python version to 3.3 on Readme
...
As mentioned on the release announcement
https://gramps-project.org/introduction-WP/2019/08/gramps-5-1-0-released/
2019-09-13 15:55:09 +01:00
SNoiraud
82cd211d29
Remove reload_custom_filters to conform to PR894
2019-09-13 15:48:50 +01:00
prculley
4244d70312
Fix CLI crash when generating reports
...
Fixes #11318 , #11213
2019-09-13 15:45:12 +01:00
prculley
98cc9b3740
Fix Statusbar HandleError on merge families
...
Fixes #11320 , #11294 , #11279
2019-09-13 15:43:26 +01:00
Avi Markovitz
efcf0d1b83
Update Hebrew translation
2019-09-12 19:41:11 +01:00
niememat
c1024aa61d
Fix translation in Finnish
2019-09-12 21:21:53 +03:00
niememat
fe3efc57ab
Update finnish translation
2019-09-12 08:00:20 +03:00
vantu5z
52f2d7b4ba
update Russian translation
2019-09-11 08:22:05 +03:00
pehlm
9e0e256fd2
Update Swedish translation
2019-09-10 20:16:12 +02:00
Leonhaeuser
50625c654b
Update German translation
2019-09-10 19:51:34 +02:00
Nick Hall
1e10eabb15
Merge po files and new template
2019-09-10 18:21:52 +01:00