Update ChangeLog and NEWS files

This commit is contained in:
Nick Hall 2018-02-08 19:58:51 +00:00
parent 9c050491ef
commit c6ce61b4b9
3 changed files with 246 additions and 257 deletions

410
ChangeLog
View File

@ -1,253 +1,247 @@
2017-08-01 romjerome <romjerome@users.noreply.github.com>
2018-02-08 Nick Hall <nick-h@gramps-project.org>
* po/fr.po: typos
* po/gramps.pot: Update translation template for new release
2017-07-31 Zdeněk Hataš <zdenek.hatas@gmail.com>
2018-02-05 prculley <paulr2787@gmail.com>
* po/cs.po: update to recent pot
* gramps/gen/utils/docgen/csvtab.py: Fix Export View to CSV when
Unicode characters are present Fixes #10404
2017-07-29 romjerome <romjerome@users.noreply.github.com>
2018-02-05 prculley <paulr2787@gmail.com>
* NEWS: start '4.2.6' section
* gramps/gen/datehandler/_date_de.py,
gramps/gen/datehandler/_date_el.py,
gramps/gen/datehandler/_date_lt.py,
gramps/gen/datehandler/_date_nl.py,
gramps/gen/datehandler/_date_pl.py,
gramps/gen/datehandler/_date_sr.py: Fix several intl date displayers
for missing parameter. Fixes #10196
2017-07-29 romjerome <romjerome@users.noreply.github.com>
2018-01-29 niememat <niememat@gmail.com>
* po/fr.po, po/gramps.pot: Update template no modified or new message id, update references (header and
comments)
* po/fi.po: Update finnish translation
2017-07-26 vantu5z <vantu5z@mail.ru>
2018-01-28 Paul Culley <paulr2787@gmail.com>
* po/ru.po: update Russian translation - merge last template - fix typo - change 'е' to 'ё' in some words
* gramps/plugins/drawreport/descendtree.py,
gramps/plugins/lib/libtreebase.py: DescendantTree report; fix
crashes and Title spacing for Gramps42 (#537) * Fix DescendentTree report for crashes Fixes #10377 * Fix DescendentTree report; more space beneath Title Issue #10377
2017-06-21 Nick Hall <nick-h@gramps-project.org>
2018-01-28 Paul Culley <paulr2787@gmail.com>
* 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)
* gramps/gen/plug/report/_book.py,
gramps/gui/plug/report/_bookdialog.py,
gramps/gui/plug/report/_docreportdialog.py: Fix Book XML handler to
deal with unusual characters in Book name Gramps42 (#536) * Fix Book XML handler to deal with unusual characters in Book name Fixes #10387 * Fix 'Generate Book' dialog for bad transient parent * Fix Book XML handler for unusual characters in report name Issue #10387
2016-04-06 Nick Hall <nick-h@gramps-project.org>
2018-01-27 Leonhaeuser <mirko@leonhaeuser.de>
* 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
* po/de.po: update German translation
2017-07-23 Paul Franklin <pf.98052@gmail.com>
2017-11-21 Nick Hall <nick-h@gramps-project.org>
* gramps/gui/glade/editdate.glade: Date Editor has 'Type' and
'Quality' labels swapped Fixes #10135
* gramps/cli/plug/__init__.py, gramps/gen/plug/__init__.py,
gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docgen/__init__.py,
gramps/gen/plug/docgen/treedoc.py,
gramps/gen/plug/report/_constants.py,
gramps/gui/plug/report/_graphreportdialog.py,
gramps/gui/plug/report/_graphvizreportdialog.py,
gramps/gui/plug/report/_reportdialog.py,
gramps/gui/plug/report/_treereportdialog.py, po/POTFILES.in: Add
support for new genealogy tree report category Issue #10223.
2017-07-15 Leonhaeuser <mirko@leonhaeuser.de>
2017-12-26 prculley <paulr2787@gmail.com>
* po/de.po: update German translation Fix #0010131
* gramps/plugins/gramplet/mediapreview.py: Fix Media Preview
Gramplet for closed db Fixes #10332
2017-07-08 Lajos Nemeséri <nemeseril@gmail.com>
2017-12-12 prculley <paulr2787@gmail.com>
* po/hu.po: Update Hungarian translation
* gramps/plugins/lib/libgedcom.py: Suport FTM 2017 Gedcom tags on
import Bug #10285 FTM adds subordinate PLAC and OBJE data to INDI.ADDR
which is non-standard. So treat it as a Residence Event, instead of
an Address. FTM puts _DATE and _TEXT tags subordinate to OBJE, also
non-standard.
2017-06-30 John Ralls <jralls@ceridwen.us>
2017-12-01 prculley <paulr2787@gmail.com>
* 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
* gramps/gui/filters/sidebar/_familysidebarfilter.py,
gramps/gui/filters/sidebar/_personsidebarfilter.py: Fix Person,
Family Sidebar Filters to add custom Event types Fixes #10112 Also fix Family Sidebar Filter RelType init with closed
db
2017-06-27 John Ralls <jralls@ceridwen.us>
2017-12-07 prculley <paulr2787@gmail.com>
* 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.
* gramps/gui/dialog.py: Fix QuestionDialog display for html like
characters in title Fixes #10298
2017-06-22 Paul Franklin <pf.98052@gmail.com>
2017-11-27 prculley <paulr2787@gmail.com>
* gramps/gen/plug/docgen/graphdoc.py: names not displayed in
relationship graph Issue #10093
* gramps/gen/lib/familyreltype.py: Fix FamilyRelationshpType
_DATAMAP order to correspond with values Fixes #10275
2017-06-21 Paul Franklin <pf.98052@gmail.com>
2017-11-21 prculley <paulr2787@gmail.com>
* gramps/gen/const.py: Outdated Bugtracker link in Unexpected Error
reporting wizard Fixes #10100
* gramps/plugins/lib/libgedcom.py: Fix Gedcom import for illegal
Gedcom Family Attributes Issue #10262 TMG Gedcom exports an illegal NCHI with sub-data for
FAM. Gramps could not handle this and attached the sub-data to the
FAM creating some corrupted Event records.
2017-06-21 Paul Franklin <pf.98052@gmail.com>
2017-10-27 prculley <paulr2787@gmail.com>
* gramps/plugins/graph/gvfamilylines.py: Family Lines Report
generates empty PDFs when name [has double-quotes] Fixes #10096
* gramps/plugins/lib/libgedcom.py: Fix Gedcom export for bad Hebrew
Months Fixes #10245
2017-06-19 Paul Franklin <pf.98052@gmail.com>
2017-11-05 prculley <paulr2787@gmail.com>
* gramps/gui/dbman.py: non-local character in DB name causes crash
on Windows Fixes #10095
* INSTALL: Change INSTALL to replace 'python' with 'python3 for
script invokes
2017-10-25 prculley <paulr2787@gmail.com>
* gramps/plugins/importer/importcsv.py: Fix CSV importer for place
event name using gramps_id Fixes #10239
2017-10-14 prculley <paulr2787@gmail.com>
* gramps/plugins/view/geoclose.py,
gramps/plugins/view/geoevents.py,
gramps/plugins/view/geofamclose.py,
gramps/plugins/view/geofamily.py, gramps/plugins/view/geoperson.py,
gramps/plugins/view/geoplaces.py: Fix Geography view 'Find' when db
is closed. Fixes #10229
2017-10-13 prculley <paulr2787@gmail.com>
* gramps/gui/widgets/interactivesearchbox.py: Fix interactive search
for exception on click then down arrow Fixes #10226
2017-10-09 prculley <paulr2787@gmail.com>
* gramps/gen/plug/docgen/graphdoc.py, gramps/gen/utils/file.py:
Create where_is utility to locate a binary in the standard places This is particularly useful on Mac OS X where Gramps is passed a
PATH that does not include elements added by the terminal shell.
2017-10-05 prculley <paulr2787@gmail.com>
* gramps/gen/plug/docgen/graphdoc.py: Fix relationship Graph so
Unicode chars on Multiple pages works. Fixes: #9783, #9359, #8080, #6782, #6108 Bugs: #6431, #4164, #1485,
#2964, #2790
2017-10-01 prculley <paulr2787@gmail.com>
* data/authors.xml: update authors file
2017-09-22 prculley <paulr2787@gmail.com>
* gramps/plugins/lib/libgedcom.py: Fix Gedcom import for "1 MARR Y"
issue Fixes #10188
2018-01-19 Paul Culley <paulr2787@gmail.com>
* gramps/plugins/export/exportftree.py: Fix Export Web Family Tree
for errors on file write (#525) Fixes #10364
2018-01-19 Paul Culley <paulr2787@gmail.com>
* gramps/gui/glade/editcitation.glade: Fix Citation Editor to Tab
out of Confidence ComboBox (#526) Fixes #10351
2018-01-15 John Ralls <jralls@ceridwen.us>
* mac/gramps.modules: Reset the dependencies on the new meta-module.
2018-01-15 John Ralls <jralls@ceridwen.us>
* mac/gramps.modules: Use online modules. Instead of the path that works on my machines only.
2018-01-15 John Ralls <jralls@ceridwen.us>
* mac/gramps.modules: Consolidate Python2 and Python3 meta-modules. GObject-Introspection now works with Python3 so the split isn't
needed any more.
2018-01-13 Nick Hall <nick-h@gramps-project.org>
* gramps/gui/views/listview.py: Use None as the foreground colour
for untagged rows in list views The call to get_style_context is not required. It also caused
problems in Windows due to excessive calls to the foreground_color
method. Fixes #10365.
2017-12-18 Nick Hall <nick-h@gramps-project.org>
* gramps/gui/widgets/__init__.py, gramps/gui/widgets/shadebox.py,
gramps/plugins/view/relview.py, po/POTFILES.skip: Fix shading colour
in relationship view for dark themes Fixes #7749.
2017-12-18 Nick Hall <nick-h@gramps-project.org>
* gramps/gui/utils.py, gramps/gui/widgets/grampletpane.py,
gramps/gui/widgets/labels.py,
gramps/gui/widgets/styledtexteditor.py: Fix link colour for dark
themes Issue #7749.
2017-12-18 Nick Hall <nick-h@gramps-project.org>
* gramps/gui/views/listview.py,
gramps/gui/views/treemodels/citationbasemodel.py,
gramps/gui/views/treemodels/eventmodel.py,
gramps/gui/views/treemodels/familymodel.py,
gramps/gui/views/treemodels/mediamodel.py,
gramps/gui/views/treemodels/notemodel.py,
gramps/gui/views/treemodels/peoplemodel.py,
gramps/gui/views/treemodels/placemodel.py,
gramps/gui/views/treemodels/repomodel.py,
gramps/gui/views/treemodels/sourcemodel.py,
gramps/gui/views/treemodels/treebasemodel.py: Fix default foreground
colour in list views for dark themes Issue #7749.
2017-02-20 prculley <paulr2787@gmail.com>
* gramps/gui/undohistory.py: fix Undo; crashes due to race in Gtk Some Redraws occur during a model clear when the row changed signal
is emmitted. Model is only partially cleared at that point. Under
some conditions, some more of the model gets cleared before the
redraw completes, and redraw fails. fixes #9932
2017-05-29 prculley <paulr2787@gmail.com>
* gramps/plugins/lib/libgedcom.py: Gedcom import with OBJE/FORM URL
on event Fixes #7593.
2017-06-04 Josip <bpisoj@gmail.com>
* gramps/gui/clipboard.py: EOFError [Ran out of input] in Clipboard
(#411) [EOFError: Ran out of input] for Clipboard when you drag and drop
the bolded lines in selected tabs of Person Edit Attempt to drag and drop any of the "bolded lines" in the Events or
Names tabs into the clipboard window. The unbolded lines drag and
drop ok. Fixes #8788.
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)
* gramps/gui/clipboard.py: Cannot drag & drop textual value via
clipboard Allows dnd of textual values from clipboard and shows icon of
target-type during dragging instead of row image, except for text
target shows actual text as drag icon. Fixes #7532.
2017-05-31 John Ralls <jralls@ceridwen.us>
2017-10-06 prculley <paulr2787@gmail.com>
* gramps/gen/datehandler/_dateparser.py: 8366: February 29th invalid
date in Julian dual-dated leap year
* gramps/gen/utils/callback.py: Fix 'DbBsddbRead' object has no
attribute '_Callback__callback_map' Fixes #10219 Same idea as 87a5412 for Gramps50
2017-05-19 Paul Franklin <pf.98052@gmail.com>
2017-09-24 SNoiraud <serge.noiraud@laposte.net>
* gramps/plugins/textreport/indivcomplete.py: 10033: Note isn't
included on CIR when it is attached to a name
* gramps/plugins/webreport/narrativeweb.py: Reports - Narrated Web
Site Failure Fixes #10206
2017-05-15 Nick Hall <nick-h@gramps-project.org>
2017-08-26 John Ralls <jralls@ceridwen.us>
* 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.
* mac/gramps.bundle: Fix link path in gramps-launcher compile
instructions.
2017-05-05 Sam Manzi <manzi.sam@gmail.com>
2017-08-26 John Ralls <jralls@ceridwen.us>
* gramps/gen/soundex.py: Fix bug 9975 Incorrect SoundEx result
(#388)
* mac/Info.plist, mac/gramps.modules: Release 4.2.6 on Mac.
2017-04-29 Paul Culley <paulr2787@gmail.com>
2017-08-01 romjerome <romjerome@users.noreply.github.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
* bump to 4.2.7

40
NEWS
View File

@ -1,3 +1,43 @@
2018-02-08
Version 4.2.7
* Fix Export View to CSV when Unicode characters are present
* Fix several intl date displayers for missing parameter
* DescendantTree report; fix crashes and Title spacing
* Fix Book XML handler to deal with unusual characters in Book name
* Add support for new genealogy tree report category
* Fix Media Preview Gramplet for closed db
* Suport FTM 2017 Gedcom tags on import
* Fix Person, Family Sidebar Filters to add custom Event types
* Fix QuestionDialog display for html like characters in title
* Fix FamilyRelationshpType _DATAMAP order to correspond with values
* Fix Gedcom import for illegal Gedcom Family Attributes
* Fix Gedcom export for bad Hebrew Months
* Change INSTALL to replace 'python' with 'python3 for script invokes
* Fix CSV importer for place event name using gramps_id
* Fix Geography view 'Find' when db is closed
* Fix interactive search for exception on click then down arrow
* Create where_is utility to locate a binary in the standard places
* Fix relationship Graph so Unicode chars on Multiple pages works
* Update authors file
* Fix Gedcom import for "1 MARR Y" issue
* Fix Export Web Family Tree for errors on file write
* Fix Citation Editor to Tab out of Confidence ComboBox
* Reset the dependencies on the new meta-module
* Use online modules
* Consolidate Python2 and Python3 meta-modules
* Use None as the foreground colour for untagged rows in list views
* Fix shading colour in relationship view for dark themes
* Fix link colour for dark themes
* Fix default foreground colour in list views for dark themes
* Fix Undo; crashes due to race in Gtk
* Gedcom import with OBJE/FORM URL on event
* EOFError [Ran out of input] in Clipboard
* Cannot drag & drop textual value via clipboard
* Fix 'DbBsddbRead' object has no attribute '_Callback__callback_map'
* Reports - Narrated Web Site Failure
* Fix link path in gramps-launcher compile instructions
* Update translations: fi, de
2017-08-01
Version 4.2.6
* Fix HasCitation rule in citation filter sidebar

View File

@ -1,53 +1,8 @@
2017-08-01 romjerome <romjerome@users.noreply.github.com>
2018-01-29 niememat <niememat@gmail.com>
* po/fr.po: typos
* po/fi.po: Update finnish translation
2017-07-31 Zdeněk Hataš <zdenek.hatas@gmail.com>
2018-01-27 Leonhaeuser <mirko@leonhaeuser.de>
* po/cs.po: update to recent pot
2017-07-29 romjerome <romjerome@users.noreply.github.com>
* po/fr.po: 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-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-03-16 Paul Franklin <pf.98052@gmail.com>
* po/tr.po: add datestrings to gramps42 Turkish translation
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-02 Peter Landgren <peter.talken@telia.com>
* po/sv.po: Update Swedish translation
2017-01-25 Matti Niemelä <matti.u.niemela@gmail.com>
* po/fi.po: update finnish translation
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>
* Refresh it.po using the current pot template
* update German translation