Commit Graph

27604 Commits

Author SHA1 Message Date
Avi Markovitz eee3602f2f Translated using Weblate (Hebrew)
Currently translated at 100.0% (6939 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2023-07-05 17:13:55 +01:00
Yaron Shahrabani c96c5f15af Translated using Weblate (Hebrew)
Currently translated at 100.0% (6939 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2023-07-05 17:13:55 +01:00
Avi Markovitz 8023324758 Translated using Weblate (Hebrew)
Currently translated at 100.0% (6939 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2023-07-05 17:13:55 +01:00
Yaron Shahrabani 67cbcc69c6 Translated using Weblate (Hebrew)
Currently translated at 100.0% (6939 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2023-07-05 17:13:55 +01:00
快乐的老鼠宝宝 3861a63900 Translated using Weblate (Chinese (Simplified))
Currently translated at 91.8% (6374 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/zh_Hans/
2023-07-05 17:13:55 +01:00
Avi Markovitz 701a0c03c5 Translated using Weblate (Hebrew)
Currently translated at 100.0% (6939 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/

Translated using Weblate (Hebrew)

Currently translated at 100.0% (6939 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2023-07-05 17:13:55 +01:00
Nick Hall 1e16360b47 Merge pull request #1263 from brucejackson/Imagemetadata-grampet 2023-07-05 16:47:11 +01:00
Bruce Jackson 2978df113e Update sample images to include new metadata 2023-07-04 23:00:02 +01:00
Bruce Jackson 9257d6de0b Add namespace to metadata table 2023-07-04 22:59:57 +01:00
Bruce Jackson 35306bc68c Image Metadata Gramplet expand metadata support
- Enable showing XMP and IPTC metadata,
- Add additional metadata fields that contain tags and text descriptions.
- Display thumbnails for XMP-mwg-rs Regions
2023-07-04 22:35:02 +01:00
Jan Skarvall 70520be80c Add support for open spans 2023-07-04 20:37:42 +01:00
Nick Hall 1af35153d9 Add strikethrough and superscript/subscript support 2023-07-04 16:56:54 +01:00
Nick Hall 06446a4ba9 Add new gender option of "Other" 2023-07-03 18:32:43 +01:00
Nick Hall b33c94a0d2 Replace import removed in error 2023-07-03 15:09:14 +01:00
Nick Hall 53bfeb66ca Remove redundant code since Gtk 3.24 required 2023-07-02 23:54:23 +01:00
Derek Keeler c3a0b330cc Add .venv environments 2023-07-02 23:32:54 +01:00
Daniel Norton 2b4a84b2c5 Update Creative Commons license version to 4.0 2023-07-02 23:28:04 +01:00
Allan Nordhøy bcd72f136d Correct spelling of "vCard" in importer 2023-07-02 23:09:04 +01:00
Nick Hall 0631d84181 Merge pull request #1384 from pintotree/mimetypes-improvements 2023-07-02 22:50:06 +01:00
Pino Toscano 203d3179c7 application/x-geneweb: Drop uppercase pattern
The glob patterns are case-insensitive by default, except when the
"case-sensitive" attribute is set to true [1]. Since it is not the case
for application/x-geneweb, drop the uppercase pattern, as it is
effectively redundant.

[1] https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.21.html#idm46280686438768
2023-07-02 22:48:25 +01:00
Pino Toscano 19f4cdeb76 application/x-gedcom: Drop own definition
shared-mime-info (i.e. the freedesktop.org implementation of XDG MIME
types) ships application/x-gedcom since version 0.17, released in 2006.

Hence, we can safely assume that even not that recent distributions have
application/x-gedcom provided by shared-mime-info.
2023-07-02 22:47:44 +01:00
André Apitzsch 08e9101089 Support XDG base directory specification
Fixes #8025
2023-07-02 22:32:07 +01:00
André Apitzsch c5564bcd19 Test: Use temporary directory to test bsddb 2023-07-02 22:29:42 +01:00
André Apitzsch 21e94dec99 Geography: Use path from constants 2023-07-02 22:19:21 +01:00
André Apitzsch 8b0e5dac6f Remove unused constant ENV_DIR 2023-07-02 22:09:31 +01:00
Nick Hall 21c7952dc8 Add option to hide ages for events after death 2023-07-01 23:40:48 +01:00
Nick Hall 6eedf4a142 Use ObjEntry to select a person as an association
Uses existing code to make the user interface consistent with
similar object selections.

Adds person add and remove buttons.
2023-07-01 23:32:02 +01:00
Matthias Balk d830918289 Calendar report enhancements
* Added symbols for birth, marriage and death
* Added symbols for dead spouse in anniversaries
* Optionally include death dates
* Refactored method `collect_data`
2023-07-01 23:13:46 +01:00
Nick Hall b23a2138b0 Increase minimum version requirements for Python and Gtk
Python: 3.8
Gtk: 3.24
2023-07-01 22:54:00 +01:00
Nick Hall b41969c4c2 Merge branch 'gramps51' 2023-06-28 22:45:00 +01:00
SNoiraud e40b727a57 Narrative web: problem with small pictures.
Fixes #012884
2023-06-28 21:50:08 +01:00
SNoiraud 160d5952f2 Implement the "<CTRL>J" for the family view
Fixes #012882
2023-06-28 21:42:08 +01:00
Jon Schewe 482199d29c Avoid application crash on invalid user input
If the user inputs an invalid date this change keeps the application
from crashing when such a date is found. The invalid date
information is reported to the user in the log.

Fixes #12658.
2023-06-28 20:58:37 +01:00
Nick Hall bfa7c0c9f4 Fix export where private citations are excluded 2023-06-28 19:05:25 +01:00
Milo Ivir fa8c0c6d9a Translated using Weblate (Croatian)
Currently translated at 100.0% (6939 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/hr/
2023-06-27 14:17:33 +01:00
Avi Markovitz cb8dc30ac7 Translated using Weblate (Hebrew)
Currently translated at 100.0% (6939 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2023-06-27 14:17:33 +01:00
Mirko Leonhaeuser 8c863e4792 Translated using Weblate (German)
Currently translated at 100.0% (6939 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/de/
2023-06-27 14:17:33 +01:00
WaldiS 4b9d7ebec6 Translated using Weblate (Polish)
Currently translated at 95.7% (6646 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/pl/
2023-06-27 14:17:33 +01:00
Mikal Thunold-Olsen 02d6e04462 Translated using Weblate (Norwegian Bokmål)
Currently translated at 97.6% (6774 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/
2023-06-27 14:17:33 +01:00
Pedro Albuquerque b5e8d51a34 Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (6939 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/pt_PT/
2023-06-27 14:17:33 +01:00
Stephan Paternotte 9535b9c758 Translated using Weblate (Dutch)
Currently translated at 100.0% (6939 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/nl/

Translated using Weblate (Dutch)

Currently translated at 100.0% (6939 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/nl/
2023-06-27 14:17:33 +01:00
Medic Momcilo 1569561ceb Translated using Weblate (Serbian)
Currently translated at 80.7% (5606 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/sr/

Translated using Weblate (Serbian)

Currently translated at 80.7% (5606 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/sr/
2023-06-27 14:17:33 +01:00
Jean-Marc 99288d3e24 Translated using Weblate (French)
Currently translated at 97.4% (6765 of 6939 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/fr/
2023-06-27 14:17:33 +01:00
SNoiraud e5ec6bd7c9 Add option to control display format of Lat/Lon
Add an option in the preferences diplay tab for views.
Add the possibility to select a different choice in the reports.

Fixes : #11248
2023-05-22 14:30:47 +02:00
prculley 614332aac8 Fix Event compare tool to display enclosed places properly 2023-05-14 22:50:01 +01:00
SNoiraud 0a981f0ca6 Check that view exists before calling post_create method
Avoids 'NoneType' object has no attribute 'post_create' error.

Fixes #12638
2023-05-14 22:47:55 +01:00
Jingxuan He 9e81014fc6 Fix a wrong operator bug in the web calendar report 2023-05-14 22:27:59 +01:00
Himanshu Gohel 2da93aad1f Revert "Enclose tree report image path and file name in braces"
Fixes #12437 by reverting commit 75921ceaf4 due to
reports of regression where processing of the generated TeX file fails due to
bad path specificiation for image files.

Change was introduced in bug fix for #10495.

Bugs #12437 and #12697 reported the regression and confirmed that reverting the
change fixes the regression.
2023-05-14 22:13:38 +01:00
SNoiraud 97434a0136 Geography View: Fix number of arguments in add_bookmark method
add_bookmark() takes 2 positional arguments but 3 were given

Fixes #12718
2023-05-14 21:54:33 +01:00
GaryGriffin 181e2d8540 Use date-specific place in report substitution variables
Fix place title in graphical reports which have user-defined display formats
to use date-specific alternate name.

This impacts Ancestor Tree, Descendant Tree, and Family Descendant Tree.

Fixes #12763.
2023-05-14 21:38:49 +01:00