2018-07-24 Nick Hall * setup.py: Update development status for new release 2018-07-24 Nick Hall * po/gramps.pot: Update translation template for new release 2018-07-22 niememat * po/fi.po: Fix translation in Finnish 2018-07-01 John Ralls * gramps/gui/clipboard.py, gramps/gui/editors/displaytabs/buttontab.py, gramps/gui/editors/displaytabs/surnametab.py, gramps/gui/filters/_searchbar.py, gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/utils.py, gramps/gui/views/navigationview.py, gramps/gui/widgets/grampletpane.py, gramps/gui/widgets/interactivesearchbox.py, gramps/gui/widgets/multitreeview.py, gramps/gui/widgets/styledtexteditor.py: Correct binary test logic for primary mask. state & get_primary_mask(another) tested (state & (primary | other)), which will be true if state matches *either* primary *or* other, but what is wanted in a not-negated test is state matching all bits of (primary | other). match_primary_mask does that. On the other hand there are also cases of "not state & (primary | other)". no_match_primary_mask handles that, returning true if state matches none of the bits in (primary | other). Fixes #10646. 2018-06-21 prculley * gramps/gui/glade/baseselector.glade, gramps/gui/selectors/baseselector.py: Fix BaseSelector to avoid long delay before display on large trees Fixes #10634 2018-05-06 SNoiraud * gramps/gui/plug/export/_exportoptions.py: Export options > Gui alignment issue Fixes #10576 2018-07-22 niememat * po/fi.po: New fix translation in Finnish 2018-07-22 Espen Berg * po/nb.po: Revised Norwegian bokmÃ¥l 2018-07-22 Espen Berg * po/nb.po: Revised Norwegian bokmÃ¥l 2018-07-22 niememat * po/fi.po: Fix translation in Finnish 2018-07-21 Nick Hall * gramps/gui/glade/editplace.glade, gramps/gui/glade/editplaceref.glade: Fix dialog button order on non-Mac systems Resolves #10585. 2018-07-21 De Tran * po/vi.po: Fix and update Vietnamese translation Resolves #10681. 2018-07-21 Sveinn í Felli * po/is.po: Update Icelandic translation 2018-05-10 jose1711 * po/sk.po: Fix and update Slovak translation 2018-05-11 jose1711 * gramps/plugins/rel/rel_cs.py: Fix typo in translation 2018-07-20 niememat * po/fi.po: Fix translation in Finnish 2018-07-20 niememat * po/fi.po: Fix translation in Finnish 2018-07-18 niememat * po/fi.po: Fix translation in Finnish 2018-07-15 Luigi Toscano * po/it.po: Update Italian translation 2018-07-13 Nick Hall * po/en_GB.po: Update English (British) translation 2018-07-13 De Tran * po/vi.po: Update Vietnamese translation 2018-07-13 Kaj Mikkelsen * po/da.po: Update Danish translation 2018-07-13 Lajos Nemeséri * po/hu.po: Update Hungarian translation 2018-07-07 Fedik * po/uk.po: Update Ukrainian translation for Gramps 2018-07-05 RossGammon * debian/changelog, debian/copyright, debian/patches/hardcoded_path_person_rules_test.patch, debian/patches/series: Update Debian directory after Gramps 5.0.0-rc1 release. (#634) 2018-07-02 Leonhaeuser * po/de.po: Fix not matching translation csv import/export 2018-07-02 ZdenÄ›k HataÅ¡ * po/cs.po: Update Czech translation 2018-07-02 Pier Luigi Cinquantini * po/eo.po: Update Esperanto translation 2018-07-01 niememat * po/fi.po: Fix translation in Finnish 2018-06-30 Paulo Henrique Paiva de Moraes * po/pt_BR.po: Update Brazilian Portuguese translation 2018-06-30 vantu5z * po/ru.po: update Russian translation substantially just merge with latest template 2018-06-29 Nick Hall * po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po, po/fr.po, po/ga.po, po/he.po, po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/sr_Latn.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: Merge translation files with the latest template 2018-06-21 Paul Culley * gramps/gui/filters/sidebar/_sidebarfilter.py: Fix Custom filter update when created via sidebar (#630) Fixes #10620 Adding a filter via the sidebar editor originally only updated the current view, other associated views did not see the new filter. First noticed in People views. This causes the 'filters-changed' to be emitted which updates all associated view. 2018-06-21 Paul Culley * gramps/gui/widgets/grampletpane.py: Fix Gramplet configure (View/Configure) for large options (#629) When a Gramplet uses a BooleanListOption with a lot of entries, along with other options, all the options take on the size of the large BooleanListOption, which doesn't work well at all. 2018-06-22 Serge Noiraud * gramps/plugins/drawreport/statisticschart.py: Statistics Charts crashes with IndexError (#627) Fixes #010626 In statistics charts, get_month is only localized and the calendar is unused. If we have an Extra (Sansculottides) month in the french republican calendar (index 13), we have this IndexError because the gregorian calendar is always used and contains only 12 values. 2018-06-10 John Ralls * mac/gramps.accel: [Mac] Change accel for Undo History. So that it doesn't conflict with a system binding for hiding the window. Fixes #10619. 2018-06-09 Paul Culley * gramps/gui/plug/_guioptions.py: Fix Family Lines/Family Colors picker for bad transient parent (#625) Fixes #10623 2018-06-09 Paul Culley * gramps/gen/db/utils.py: 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-09 Paul Culley * gramps/plugins/db/bsddb/write.py: 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-09 Paul Culley * gramps/gen/db/generic.py: 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-09 Paul Culley * gramps/gui/viewmanager.py: 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-02 Sam Manzi * gramps/gen/proxy/living.py: Fix Name formats to show all parts (#608) Fixes #10420 Allows reports to use the name format specified by the user. 2018-06-01 Paul Culley * gramps/gui/dbloader.py, gramps/gui/plug/_guioptions.py, gramps/gui/viewmanager.py: 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-05-28 niememat * po/fi.po: Fix translation in Finnish 2018-05-20 John Ralls * mac/Info.plist, mac/gramps.modules: Release 5.0.0-rc1 on Mac. 2018-05-20 John Ralls * mac/gramps.modules: Remove obsolete omeat-python-modules dependencies. 2018-05-20 prculley * Bump to v5.0.0-rc2