193 lines
6.1 KiB
Plaintext
193 lines
6.1 KiB
Plaintext
2022-02-05 Nick Hall <nick-h@gramps-project.org>
|
|
|
|
* .travis.yml: Remove Travis CI configuration
|
|
|
|
2022-02-05 Nick Hall <nick-h@gramps-project.org>
|
|
|
|
* README.md: Fix badges in README file
|
|
|
|
2022-02-05 Nick Hall <nick-h@gramps-project.org>
|
|
|
|
* gramps/gen/const.py: Update copyright date
|
|
|
|
2021-09-18 SNoiraud <Serge.Noiraud@free.fr>
|
|
|
|
* gramps/gui/views/pageview.py, gramps/gui/widgets/grampletbar.py:
|
|
Strange behavior for the scrollbar in the bottombar Fixes #012438
|
|
|
|
2022-02-04 romjerome <romjerome@yahoo.fr>
|
|
|
|
* data/grampsxml.dtd, data/grampsxml.rng: Fix place object element
|
|
order in DTD and RNG schemas Element placeobj content does not follow the DTD and RNG, expecting
|
|
(ptitle? , pname+) Fixes #12500
|
|
|
|
2022-01-31 Krystian Safjan <ksafjan@gmail.com>
|
|
|
|
* po/pl.po: Fixes suggested after review by @stojex
|
|
|
|
2022-01-07 Krystian Safjan <ksafjan@gmail.com>
|
|
|
|
* po/pl.po: Update Polish translation - Consistent usage of "Tag": was "Tag" or "Atrybut", note that "Attribute" (atrybut) is something different than tag - "Magazyn" (repository) renamed to "Repozytorium" - other fixes and addons
|
|
|
|
2021-09-04 SNoiraud <Serge.Noiraud@free.fr>
|
|
|
|
* gramps/gui/widgets/grampletpane.py: Solve InterpolationSyntaxError
|
|
if "%" in a string The grampletpane module save data in a config file for all the
|
|
gramplets added in the dashboard. The python configparser module
|
|
doesn't like if we have a "%" character in a string. Fixes #012423
|
|
|
|
2021-11-06 SNoiraud <Serge.Noiraud@free.fr>
|
|
|
|
* gramps/plugins/drawreport/calendarreport.py: '<' not supported
|
|
between 2 instances of IndexMark Fixes #012467
|
|
|
|
2022-01-29 Nick Hall <nick-h@gramps-project.org>
|
|
|
|
* gramps/gen/filters/rules/test/person_rules_test.py,
|
|
gramps/plugins/test/db_undo_and_signals_test.py: Remove debug
|
|
sattements in unit tests
|
|
|
|
2022-01-29 Nick Hall <nick-h@gramps-project.org>
|
|
|
|
* gramps/gen/lib/date.py, gramps/gen/lib/test/date_test.py: Fix
|
|
negative Span when dates are not Gregorian Fixes #12525
|
|
|
|
2022-01-29 Mirko Leonhaeuser <mirko@leonhaeuser.de>
|
|
|
|
* po/de.po: get German translation with manual in sync (Display name
|
|
editor)
|
|
|
|
2021-08-11 SNoiraud <Serge.Noiraud@free.fr>
|
|
|
|
* gramps/gen/display/name.py: Incorrect grouping if no ma/patronymic
|
|
surname
|
|
|
|
2021-08-07 SNoiraud <Serge.Noiraud@free.fr>
|
|
|
|
* gramps/gen/display/name.py: Group As override is ignored for
|
|
ma/patronymic surnames Fixes #12395 discourse:
|
|
|
|
https://gramps.discourse.group/t/patronymic-and-matronymic-name/1684/5
|
|
|
|
2021-07-29 SNoiraud <Serge.Noiraud@free.fr>
|
|
|
|
* gramps/gui/editors/editplace.py: Add comments for the lat-lon
|
|
field of editplace
|
|
|
|
2021-07-28 SNoiraud <Serge.Noiraud@free.fr>
|
|
|
|
* gramps/gui/editors/editplace.py,
|
|
gramps/gui/editors/editplaceref.py: Place editor, lat and long text
|
|
are swapped Fixes #012374
|
|
|
|
2021-07-28 prculley <paulr2787@gmail.com>
|
|
|
|
* gramps/gui/viewmanager.py: Fix Statusbar progress being shown
|
|
before use Fixes #12373
|
|
|
|
2021-07-26 prculley <paulr2787@gmail.com>
|
|
|
|
* gramps/plugins/db/dbapi/dbapi.py: Fix exception when removing a
|
|
group name in Sqlite db when group name is already missing. Fixes #12367
|
|
|
|
2021-07-26 prculley <paulr2787@gmail.com>
|
|
|
|
* gramps/gui/editors/editname.py: Fix error when trying to close
|
|
name editor during long name group mapping view rebuild. Fixes #12328
|
|
|
|
2021-07-19 SNoiraud <Serge.Noiraud@free.fr>
|
|
|
|
* gramps/plugins/lib/maps/geography.py,
|
|
gramps/plugins/lib/maps/osmgps.py, gramps/plugins/view/geoclose.py,
|
|
gramps/plugins/view/geofamclose.py: OsmGpsMap-CRITICAL: Map source
|
|
setup called twice Fixes #012352
|
|
|
|
2021-08-15 Ross Gammon <rossgammon@debian.org>
|
|
|
|
* gramps/gen/filters/rules/test/person_rules_test.py: Fix probably
|
|
alive test The probably alive funtion was fixed just prior to the Gramps 5.1.4
|
|
release. It appears the relevant unit test was not updated to match.
|
|
The relevant commit:
|
|
|
|
https://github.com/gramps-project/gramps/commit/a685b96f700dcfc6b953413cb3adc8be61d87438
|
|
|
|
2022-01-28 Nick Hall <nick-h@gramps-project.org>
|
|
|
|
* .github/workflows/gramps-ci.yml, setup.py: Use GitHub Actions to
|
|
run continuous integration checks
|
|
|
|
2022-01-27 John Ralls <jralls@ceridwen.us>
|
|
|
|
* mac/gramps.modules: Update Exiv2, PYExiv2, and json-glib.
|
|
|
|
2021-08-15 Ross Gammon <rossgammon@debian.org>
|
|
|
|
* debian/changelog, debian/copyright,
|
|
debian/patches/fix-probably_alive_test.patch,
|
|
debian/patches/series, debian/watch: Update Debian folder for Gramps
|
|
5.1.4 release
|
|
|
|
2022-01-25 pehlm <github1@m.pekholm.org>
|
|
|
|
* po/sv.po: Minor update of Swedish translation
|
|
|
|
2022-01-04 Tian Shixiong <tiansworld@fedoraproject.org>
|
|
|
|
* po/zh_CN.po: Minor update to zh_CN translation
|
|
|
|
2021-11-03 Mirko Leonhaeuser <mirko@leonhaeuser.de>
|
|
|
|
* po/de.po: small German translation fixes
|
|
|
|
2021-11-01 Mirko Leonhaeuser <mirko@leonhaeuser.de>
|
|
|
|
* po/de.po: Fixed German translation error of "Character set
|
|
encoding"
|
|
|
|
2021-10-25 Mirko Leonhaeuser <mirko@leonhaeuser.de>
|
|
|
|
* po/de.po: Fixed German translation error of "Graph generations"
|
|
|
|
2021-10-16 John Ralls <jralls@ceridwen.us>
|
|
|
|
* mac/Info.plist: Repackage Gramps.app to work with macOS 12.
|
|
|
|
2021-10-16 John Ralls <jralls@ceridwen.us>
|
|
|
|
* mac/gramps.bundle: [macOS]Add entitlements path to bundle-file so
|
|
Gramps.app is signed with it.
|
|
|
|
2021-09-19 Mirko Leonhaeuser <mirko@leonhaeuser.de>
|
|
|
|
* po/de.po: Fixed German translation error of "filter person"
|
|
|
|
2021-08-30 Mirko Leonhaeuser <mirko@leonhaeuser.de>
|
|
|
|
* po/de.po: fixed error in German translation found during manual
|
|
translation also fixed in master
|
|
|
|
2021-08-11 Mirko Leonhaeuser <mirko@leonhaeuser.de>
|
|
|
|
* po/de.po: fixed German translation of 'Descendant families of'
|
|
already done in trunk Weblate
|
|
|
|
2021-08-10 John Ralls <jralls@ceridwen.us>
|
|
|
|
* mac/gramps.modules, mac/patches/pyfontconfig-curexc.patch: Add
|
|
python-fontconfig to the macOS build. Needed to enable using genealogical symbols.
|
|
|
|
2021-07-29 John Ralls <jralls@ceridwen.us>
|
|
|
|
* mac/Info.plist, mac/gramps.bundle: Inlude fontconfig's etc/fonts
|
|
in macOS app bundle. Graphviz now uses fontconfig to find its fonts. Fixes #12370
|
|
|
|
2021-07-26 John Ralls <jralls@ceridwen.us>
|
|
|
|
* mac/Info.plist, mac/gramps.bundle, mac/gramps.modules,
|
|
mac/gramps_launcher.py: Bundle release of Gramps 5.1.4.
|
|
|
|
2021-07-26 Nick Hall <nick-h@gramps-project.org>
|
|
|
|
* Bump to 5.1.5
|
|
|