Serge Noiraud
bb8ce0cce6
Narrative web: Sort problem with places. ( #856 )
...
* Narrative web: Sort problem with places.
Fixes #10868 .
Places list is not sorted depending on the selected language.
If you start gramps in english or another language then try to generated
a narrative web report in another language, the navigation alphabet is
incorrect. This is true for the place list and the person list.
The problem was related to pyICU.
* Narrative web: some pylint improvement.
2019-08-11 21:50:50 +02:00
prculley
f4a8f21032
Merge from gramps51
2019-08-09 09:06:42 -05:00
prculley
e894c4478f
Some pylint cleanups
2019-08-09 08:55:05 -05:00
prculley
bb255c8529
Merge with Gramps50
2019-08-09 08:53:17 -05:00
prculley
fe87150c14
Bump to v5.0.3
2019-08-08 12:09:55 -05:00
prculley
f6b81c9da8
Prepare for Release 5.0.2
2019-08-08 12:01:46 -05:00
Paul Culley
e59aa58c63
Fix some Gramplets not updating during tree changes after db change. ( #865 )
...
Fixes #11234
2019-08-08 11:50:47 -05:00
Paul Culley
3e2e8a837f
Fix Events Grampslet for bad sort order on dates/ages ( #867 )
...
Fixes #7616
2019-08-08 11:49:55 -05:00
Paul Culley
c0ff650748
Fix References Tab to update on Deletes of items when editor is open ( #864 )
...
Fixes #11231
2019-08-08 10:00:14 -05:00
Paul Culley
44104671b9
Fix GEDCOM import for better support of TMG ( #861 )
...
Fixes #11224
2019-08-08 09:59:14 -05:00
Paul Culley
afa8e73486
Fix Edit Link 'New' button to work ( #863 )
...
Fixes #11225
2019-08-07 13:49:31 -05:00
Paul Culley
27c38018fa
Fix GEDCOM importer to properly handle multiple surnames per 5.5.1 ( #862 )
...
Fixes #11228
2019-08-07 13:48:49 -05:00
romjerome
56afb5bca9
Add missing 'get_number_of_citations' method ( #859 )
...
* Add missing 'get_number_of_citations' method
* update db test for bsddb
* fix trailing whitespace
* typo
2019-08-07 13:47:09 -05:00
Serge Noiraud
96fcef2a84
Narrative web: Sort problem with places. ( #854 )
...
* Narrative web: Sort problem with places.
Fixes #10868 .
Places list is not sorted depending on the selected language.
If you start gramps in english or another language then try to generated
a narrative web report in another language, the navigation alphabet is
incorrect. This is true for the place list and the person list.
The problem was related to pyICU.
* Narrative web: some pylint improvement.
2019-08-01 08:31:39 -05:00
Paul Culley
7e7dd68b58
Fix Navigator sidebar so can change view type with proper resize ( #853 )
...
Fixes #6422 , #11164
2019-08-01 08:27:38 -05:00
Paul Culley
ab5a810990
fix crash when using sidebar filter and merging in another view ( #858 )
...
Fixes #11089 , #11064 , #11134
2019-07-31 16:50:22 -05:00
Paul Culley
f7d58f4c28
Fix AncestorTree so add siblings to center person works ( #852 )
...
Fixes #11215
2019-07-31 16:48:55 -05:00
Paul Culley
17dc7f7d23
Fix Preferences dialog so General tab appears first, not Symbols ( #844 )
...
Fixes #11210
2019-07-31 16:47:18 -05:00
Paul Culley
5c6a0ebff3
Fix graphs on Windows for font selection not working ( #850 )
...
Fixes #11212
2019-07-31 16:46:09 -05:00
Paul Culley
949296a801
Fix graphs on Windows for font selection not working ( #849 )
...
Fixes #11212
2019-07-31 16:45:15 -05:00
Paul Culley
15e033c02c
Fix dbapi reindex_reference_maps tool to properly close transaction ( #847 )
...
Fixes #11195
2019-07-31 16:35:05 -05:00
niememat
ede3707b51
Update finnish translation
2019-07-20 22:01:22 +03:00
vantu5z
0b6911f0da
update Russian translation
2019-07-18 08:40:50 +03:00
Paul Culley
3fccf5a9cb
Fix crash when addon/plugin contains an id with space ( #836 )
...
The updated uimanager and managedwindow uses the plugin id to create actions for plugins that make a window to support the menus. If the plugin id contains a space, Gramps crashes.
Fixes #11202
2019-07-11 11:01:47 +10:00
Paul Culley
80749afd09
Fix zoom via mouse wheel in media event editor selectionwidget ( #835 )
...
also fixes zooming with scroll bars always present
Fixes #11198
2019-07-11 10:52:36 +10:00
Lajos Nemeséri
cce5a26a9b
Update Hungarian (hu) translation ( #845 )
2019-07-11 10:42:04 +10:00
Leonhaeuser
83957ecdf0
update German translation
2019-07-09 20:20:37 +02:00
SNoiraud
9da8f705f6
Narrative web: Add popup to manage markers
...
If you click on a marker in the family map page, you get a popup.
In this popup associated with a place, if you have several events,
for each event you see the person and the event type.
If you click on the person, you go to the related page for this person.
If you click on the event type, you go to the related page for this event.
Fixes #11150
2019-07-07 19:25:42 +02:00
SNoiraud
ce4cd33139
Narrative web: Add Stamen map
...
Fixes #05984
2019-07-07 19:24:44 +02:00
Serge Noiraud
804c03b286
Geography: pins very big when related to 2 places ( #830 )
...
Fixes #10644
2019-07-05 13:13:24 +10:00
Serge Noiraud
bb3a1d3609
OSM forward all http resquest to https. ( #829 )
...
After asking the OSM support, I was told OSM forward all http request to
https when we use .org url.
So it should work in all cases.
This has an energy cost, so it would be good for the planet to change
http to https.
2019-07-05 12:55:18 +10:00
Paul Culley
a9b4e22fb0
Fix duplicated accelerators ( #831 )
...
Fixes #11186
2019-07-05 12:11:30 +10:00
vantu5z
72d8d2d3cf
update Russian translation
2019-06-21 11:09:19 +03:00
vantu5z
b039a199d7
update Russian translation
2019-06-21 10:53:46 +03:00
Leonhaeuser
dda257bcd6
Update German translation
2019-06-20 22:09:15 +02:00
prculley
ce30c874d1
Merge with Gramps50
2019-06-16 13:35:35 -05:00
pehlm
2f97ec7acd
Update Swedish translation with the new gramps.pot
2019-06-16 19:44:00 +02:00
prculley
d2bad63603
Fix typo in 'Fix some XML fragments to aboid double translations' commit
2019-06-16 09:14:42 -05:00
niememat
9a699aef81
Fix translation in Finnish
2019-06-16 11:44:04 +03:00
Nick Hall
3a505745f3
Change default database backend to SQLite
2019-06-15 17:59:43 +01:00
Nick Hall
2da2166004
Merge pull request #826 from prculley:bug11151
2019-06-15 17:36:26 +01:00
prculley
6d67dff94c
Fix some XML fragments to aboid double translations
2019-06-15 17:32:40 +01:00
prculley
1f778e8ce1
Fix Language updoate_po.py to scan for XML fragments in Python files
...
Fixes #11151
2019-06-15 17:32:29 +01:00
prculley
81a1b675af
Fix CLI import so that different db types can be used
...
Fixes #11171
2019-06-15 17:21:34 +01:00
Mattkmmr
1b7b20756f
Fix metadataviewer.py ( #823 )
...
Fix so that metadata is actually detected and displayed (signal was not getting detected).
2019-06-14 10:57:15 +10:00
Mattkmmr
f24e29998d
Fix metadataviewer.py ( #823 )
...
Fix so that metadata is actually detected and displayed (signal was not getting detected).
2019-06-14 10:55:13 +10:00
niememat
eff15c1ce3
Update finnish translation
2019-06-12 11:55:03 +03:00
SNoiraud
2c15e382bd
Problem during merge: One line disappeared.
2019-06-12 10:11:40 +02:00
John Ralls
b3715efea9
Fix graphviz and exiv2 download URLs.
2019-06-11 14:59:54 -07:00
John Ralls
cfe8c42d28
Update dependency versions and download paths.
2019-06-11 12:08:32 -07:00