gramps/ChangeLog
2017-08-01 10:58:22 +02:00

254 lines
8.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2017-08-01 romjerome <romjerome@users.noreply.github.com>
* po/fr.po: typos
2017-07-31 Zdeněk Hataš <zdenek.hatas@gmail.com>
* po/cs.po: update to recent pot
2017-07-29 romjerome <romjerome@users.noreply.github.com>
* NEWS: start '4.2.6' section
2017-07-29 romjerome <romjerome@users.noreply.github.com>
* po/fr.po, po/gramps.pot: Update template no modified or new message id, update references (header and
comments)
2017-07-26 vantu5z <vantu5z@mail.ru>
* po/ru.po: update Russian translation - merge last template - fix typo - change 'е' to 'ё' in some words
2017-06-21 Nick Hall <nick-h@gramps-project.org>
* gramps/gui/filters/sidebar/_citationsidebarfilter.py: Fix
HasCitation rule in citation filter sidebar Filter parameters should be of type str. Fixes #10076. (cherry picked from commit adb4883291159298781144706fa5bc6331870ef2)
2016-04-06 Nick Hall <nick-h@gramps-project.org>
* gramps/gen/filters/rules/_rule.py: Remove deprecated locale flag re.L is deprecated and re.U is now default. (cherry picked from commit da3db4bc2828210fa77d6d57bb28a7b0cc2c19e8) Fixes #10136
2017-07-23 Paul Franklin <pf.98052@gmail.com>
* gramps/gui/glade/editdate.glade: Date Editor has 'Type' and
'Quality' labels swapped Fixes #10135
2017-07-15 Leonhaeuser <mirko@leonhaeuser.de>
* po/de.po: update German translation Fix #0010131
2017-07-08 Lajos Nemeséri <nemeseril@gmail.com>
* po/hu.po: Update Hungarian translation
2017-06-30 John Ralls <jralls@ceridwen.us>
* gramps/gui/display.py: Open web links with /usr/bin/open on Mac
and Python older than 3.5 Works around https://bugs.python.org/issue24452 Fixes #10105
2017-06-27 John Ralls <jralls@ceridwen.us>
* gramps/gen/utils/grampslocale.py: FamilyGroup Report crash Python's sort routine gratuitously converts the bytearrays returned
by ICU::Collator::getByteArray to a string when storing it. This
resulted in a TypeError when attempting to compare a just-returned
bytearray with a stored string. We work around this by converting the bytearray into its hexadecimal
representation and then decoding that into a string. Fixes #10077.
2017-06-22 Paul Franklin <pf.98052@gmail.com>
* gramps/gen/plug/docgen/graphdoc.py: names not displayed in
relationship graph Issue #10093
2017-06-21 Paul Franklin <pf.98052@gmail.com>
* gramps/gen/const.py: Outdated Bugtracker link in Unexpected Error
reporting wizard Fixes #10100
2017-06-21 Paul Franklin <pf.98052@gmail.com>
* gramps/plugins/graph/gvfamilylines.py: Family Lines Report
generates empty PDFs when name [has double-quotes] Fixes #10096
2017-06-19 Paul Franklin <pf.98052@gmail.com>
* gramps/gui/dbman.py: non-local character in DB name causes crash
on Windows Fixes #10095
2017-05-28 Josip <bpisoj@gmail.com>
* gramps/gui/views/listview.py,
gramps/gui/widgets/interactivesearchbox.py: Quick search with Czech
characters -> Crash Crash happen when checking for "event.string" in "treeview_keypress"
function in "gramps/gui/widgets/interactivesearchbox.py" Note that
https://lazka.github.io/pgi-docs/Gdk-3.0/classes/EventKey.html#Gdk.EventKeysays it is deprecated and should never be used. Gdk.keyval_to_unicode return the corresponding unicode character, or
0 if there is no corresponding character. Fixes #9130. (cherry picked from commit bc1724533171fe69a6a775101d8d4318ba05b396)
2017-05-31 John Ralls <jralls@ceridwen.us>
* gramps/gen/datehandler/_dateparser.py: 8366: February 29th invalid
date in Julian dual-dated leap year
2017-05-19 Paul Franklin <pf.98052@gmail.com>
* gramps/plugins/textreport/indivcomplete.py: 10033: Note isn't
included on CIR when it is attached to a name
2017-05-15 Nick Hall <nick-h@gramps-project.org>
* gramps/gui/editors/displaytabs/citationembedlist.py,
gramps/gui/selectors/baseselector.py: Revert bugs #8785 and #9700 Expanding tree selectors by default caused performance issues. The
expanded person selector also made it more difficult to select a
specific person in some circumstances. GEPS 041 has been created to discuss a better selector design.
2017-05-05 Sam Manzi <manzi.sam@gmail.com>
* gramps/gen/soundex.py: Fix bug 9975 Incorrect SoundEx result
(#388)
2017-04-29 Paul Culley <paulr2787@gmail.com>
* gramps/gui/editors/filtereditor.py: bug 9564; fix exception on
Event filter editor (#378) for 'Events occurring on a particular day of the week' filter
2017-03-22 Paul Franklin <pf.98052@gmail.com>
* gramps/plugins/export/exportxml.py: 9995: Bug in the Name Editor /
Group As
2017-03-16 Paul Franklin <pf.98052@gmail.com>
* po/tr.po: add datestrings to gramps42 Turkish translation
2017-02-11 Nick Hall <nick-h@gramps-project.org>
* gramps/plugins/export/exportcsv.py: 9945: Write PlaceID links in
CSV export When places are included in the export use PlaceID links, otherwise
generate a formatted place for the event.
2017-02-08 Doug Reider <dreider@gramps.org>
* mac/gramps.accel: Fix bookmarks keybinding on Mac to match the
documentation.
2017-02-08 Bernard Banko <beernarrd@gmail.com>
* po/sl.po: updated sl translation
2017-02-08 Bernard Banko <beernarrd@gmail.com>
* po/sl.po: corrected slovenian name editor keywords
2017-02-07 Paul Franklin <pf.98052@gmail.com>
* gramps/plugins/drawreport/ancestortree.py,
gramps/plugins/lib/librecurse.py: 9004: Error printing graphical
report ancestor tree
2017-02-07 Jérôme Rapinat <romjerome@yahoo.fr>
* gramps/plugins/drawreport/ancestortree.py: 9004: Error printing
graphical report ancestor tree
2017-02-02 Peter Landgren <peter.talken@telia.com>
* po/sv.po: Update Swedish translation
2017-02-02 romjerome <romjerome@users.noreply.github.com>
* gramps/plugins/tool/changenames.glade: 9907: add a spacing value
for children widgets fit better for some Gtk themes
2017-02-02 romjerome <romjerome@users.noreply.github.com>
* docs/gen/gen_display.rst: 8855: update API doc for place displayer
2017-01-25 Matti Niemelä <matti.u.niemela@gmail.com>
* po/fi.po: update finnish translation
2017-01-25 romjerome <romjerome@users.noreply.github.com>
* gramps/plugins/drawreport/ancestortree.py: 9904: revert fd83162 TODO: need a solution for recursive iteration and private records
2017-01-24 romjerome <romjerome@users.noreply.github.com>
* gramps/plugins/drawreport/ancestortree.py: 9904: Errors printing
graphical report ancestor tree
2017-01-24 romjerome <romjerome@users.noreply.github.com>
* gramps/gui/filters/sidebar/_familysidebarfilter.py: 9908: Custom
Family Relations not shown in the filter siderbar
2017-01-14 romjerome <romjerome@users.noreply.github.com>
* gramps/plugins/textreport/tagreport.py: 9899: fix non-textual
value on place name
2017-01-11 Luigi Toscano <luigi.toscano@tiscali.it>
* po/it.po: Italian translation: updates and fixes
2017-01-08 Luigi Toscano <luigi.toscano@tiscali.it>
* po/it.po: Refresh it.po using the current pot template
2017-01-03 Nick Hall <nick-h@gramps-project.org>
* gramps/gui/editors/editnote.py: 9878: Update note text before
closing The object must be updated so that changes can be detected.
2017-01-02 SNoiraud <serge.noiraud@laposte.net>
* gramps/plugins/lib/maps/placeselection.py: 9865: Can not link the
place on geography view
2016-12-28 Paul Franklin <pf.98052@gmail.com>
* gramps/plugins/drawreport/ancestortree.py: 9862: ancestor tree
doesn't use replacements
2016-12-23 Josip <bpisoj@gmail.com>
* gramps/gui/glade/reorder.glade: 8128: GtkDialog mapped without a
transient parent Fix Reorder Relationships dialog (cherry picked from commit 3b4ceeb630fff4d1f9ed1d64a6db20bef7262ec5)
2016-12-17 prculley <paulr2787@gmail.com>
* gramps/gui/glade/dialog.glade: bug 9235: Shrink size of Break Lock
(and other QuestionDialogs)
2016-12-17 prculley <paulr2787@gmail.com>
* gramps/gui/editors/editperson.py: bug 9470; Don't allow selecton
of Active or Home person until actually commited
2016-12-18 prculley <paulr2787@gmail.com>
* gramps/gui/widgets/interactivesearchbox.py: bug 9478; fix quick
search exception when nothing in searched list
2016-12-17 Paul Franklin <pf.98052@gmail.com>
* gramps/gen/const.py, gramps/version.py: bump to 4.2.6
2016-12-17 Paul Franklin <pf.98052@gmail.com>
* gramps/gui/editors/editfamily.py: 9612: Problem adding parents
[with Latin names]
2016-12-16 John Ralls <jralls@ceridwen.us>
* mac/Info.plist, mac/gramps.bundle, mac/gramps.modules: Release
4.2.5 on Mac.
2016-12-16 John Ralls <jralls@ceridwen.us>
* gramps/plugins/gramplet/gramplet.gpr.py: Fix failure to load
default gramplets if GExiv2 is missing or too old.
2016-12-15 romjerome <romjerome@users.noreply.github.com>
* make official 4.2.5 release