b6ea771ded
Translated using Weblate (German)
...
Currently translated at 99.8% (7062 of 7071 strings)
Translation: Gramps/Program
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/de/
2023-08-05 21:48:40 +01:00
70a83534e2
Translated using Weblate (Catalan)
...
Currently translated at 98.0% (6930 of 7071 strings)
Translation: Gramps/Program
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/ca/
2023-08-05 21:48:40 +01:00
6c54e8a734
Update DEV_VERSION to include git revision in version
2023-08-04 22:48:59 +01:00
6f98fa07fc
Package release of Gramps-5.2.0-beta1.
2023-08-03 15:04:01 -07:00
7507736cfb
Use tarball for osm-gps-map instead of git repo.
2023-08-03 15:04:01 -07:00
e919d7de84
Update po files from master
2023-08-03 21:24:06 +01:00
27d690e6b8
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (7071 of 7071 strings)
Translation: Gramps/v5.2
Translate-URL: https://hosted.weblate.org/projects/gramps-project/v5-2/sv/
2023-08-03 17:47:34 +01:00
b2638b1dac
Translated using Weblate (Polish)
...
Currently translated at 97.6% (6907 of 7071 strings)
Translation: Gramps/v5.2
Translate-URL: https://hosted.weblate.org/projects/gramps-project/v5-2/pl/
2023-08-03 17:47:34 +01:00
e5b4d86b34
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (7071 of 7071 strings)
Translation: Gramps/v5.2
Translate-URL: https://hosted.weblate.org/projects/gramps-project/v5-2/nl/
2023-08-03 17:47:34 +01:00
3552c2d710
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 99.3% (7027 of 7071 strings)
Translation: Gramps/v5.2
Translate-URL: https://hosted.weblate.org/projects/gramps-project/v5-2/nb_NO/
2023-08-03 17:47:34 +01:00
539ded82a7
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (7071 of 7071 strings)
Translation: Gramps/v5.2
Translate-URL: https://hosted.weblate.org/projects/gramps-project/v5-2/he/
2023-08-03 17:47:34 +01:00
0be44fba42
Translated using Weblate (English (United Kingdom))
...
Currently translated at 100.0% (7071 of 7071 strings)
Translation: Gramps/v5.2
Translate-URL: https://hosted.weblate.org/projects/gramps-project/v5-2/en_GB/
2023-08-03 17:47:34 +01:00
61ea1c9a10
Translated using Weblate (German)
...
Currently translated at 99.8% (7062 of 7071 strings)
Translation: Gramps/v5.2
Translate-URL: https://hosted.weblate.org/projects/gramps-project/v5-2/de/
2023-08-03 17:47:34 +01:00
e9d2975df0
Changes for Black integration
2023-08-02 15:44:37 +01:00
2b5a95135c
Update CI workflow to run on all branches
2023-08-02 15:44:26 +01:00
4a1322a970
Bump to 5.2.0-beta2
2023-08-01 14:01:15 +01:00
b08034f14d
Release Gramps 5.2.0-beta1
v5.2.0-beta1
2023-08-01 13:51:15 +01:00
bb0ec9d45b
Update Changelog and NEWS files
2023-08-01 13:48:23 +01:00
121a345c7b
Update minimum python version
2023-07-31 18:38:52 +01:00
4bdf38c831
Update copyright dates
2023-07-31 18:36:48 +01:00
448bbe7caa
Fix fatal errors in po files
2023-07-31 17:55:49 +01:00
ab5d12bf34
Update check_po to support msgctxt strings
2023-07-31 17:43:54 +01:00
41720c5a7e
Migrate code style to Black
2023-07-31 14:40:59 +01:00
6cb4380d01
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (7071 of 7071 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/sv/
2023-07-31 14:25:57 +01:00
606111892d
Translated using Weblate (Finnish)
...
Currently translated at 99.9% (7070 of 7071 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/fi/
2023-07-31 14:25:57 +01:00
4871b2265e
Translated using Weblate (Portuguese (Portugal))
...
Currently translated at 100.0% (7071 of 7071 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/pt_PT/
2023-07-31 14:25:57 +01:00
5f6d87478d
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (7071 of 7071 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2023-07-31 14:25:57 +01:00
3805bec5f3
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/
2023-07-31 14:25:57 +01:00
36ef045f02
Remove old Windows directory
2023-07-31 14:21:57 +01:00
0f73812b2e
Add source files for Windows AIO
2023-07-31 14:02:12 +01:00
ac8ea95d24
Fix for panes that are unable to be resized
2023-07-31 13:58:49 +01:00
6d8b93ce84
Allow custom undo managers in database plugins
...
Add a _create_undo_manager method in DbGeneric which can be
overridden to supply a custom undo manager rather than the
default DbGenericUndo.
2023-07-30 22:30:22 +01:00
626a96580a
Use XDG pictures directory as the default media path
...
If the "Base path for relative media paths" is left empty then
use the XDG pictures directory as the default rather than the home
directory.
This is a better default for our Flatpak distribution.
Fixes #12217 .
2023-07-30 22:19:29 +01:00
9ad4b2d8ac
Update gramps.pot
2023-07-30 22:09:25 +01:00
b699d2f7c0
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (7025 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2023-07-30 22:02:58 +01:00
1619e35fa2
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (7025 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2023-07-30 22:02:58 +01:00
868324fc99
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (7025 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/sv/
2023-07-30 22:02:58 +01:00
67631dda0a
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (7025 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
Translated using Weblate (Hebrew)
Currently translated at 100.0% (7025 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2023-07-30 22:02:58 +01:00
cf7fdf1eef
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (7025 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
Translated using Weblate (Hebrew)
Currently translated at 99.8% (7014 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2023-07-30 22:02:58 +01:00
5a26f71c66
Translated using Weblate (Finnish)
...
Currently translated at 99.9% (7023 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/fi/
Translated using Weblate (Finnish)
Currently translated at 99.9% (7023 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/fi/
2023-07-30 22:02:58 +01:00
eb2edb5fe6
Translated using Weblate (German)
...
Currently translated at 100.0% (7025 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/de/
Translated using Weblate (German)
Currently translated at 99.4% (6985 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/de/
Translated using Weblate (German)
Currently translated at 99.4% (6985 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/de/
2023-07-30 22:02:58 +01:00
6b52bccea9
Add citations to event references
2023-07-30 18:57:29 +01:00
3a8b087969
CI: Upgrade actions/checkout to v3
2023-07-30 17:08:36 +01:00
57477b3da8
Tidy up Addon Manager project editor dialog
...
Set entry widgets to expand, align labels and adjust margins
and spacing.
2023-07-29 18:07:51 +01:00
d443017375
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (7025 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/nl/
2023-07-29 15:47:28 +01:00
771c062320
Translated using Weblate (German)
...
Currently translated at 99.4% (6984 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/de/
2023-07-29 15:47:28 +01:00
eda139caee
Translated using Weblate (Turkish)
...
Currently translated at 97.8% (6877 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/tr/
Translated using Weblate (Turkish)
Currently translated at 97.7% (6869 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/tr/
2023-07-29 15:47:28 +01:00
3a4079cf84
Translated using Weblate (Hebrew)
...
Currently translated at 99.5% (6991 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2023-07-29 15:47:28 +01:00
2e6c6f1df8
Translated using Weblate (Hebrew)
...
Currently translated at 99.5% (6991 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2023-07-29 15:47:28 +01:00
d536411a15
Translated using Weblate (Finnish)
...
Currently translated at 99.9% (7023 of 7025 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/fi/
2023-07-29 15:47:28 +01:00