Commit Graph

27380 Commits

Author SHA1 Message Date
1a94c7868a Add option name_format to treedoc
Implements #12136
2022-02-23 22:35:47 +00:00
de3648df39 Add a note gramplet for NoteView 2022-02-23 22:01:27 +00:00
84da4b896b Symbols enhancement
* Add the possibility to set all default value to a string.
* Gui configuration improvement.
* Possibility to drag and drop a symbol from the symbol list.  In this case, the glyph must be present in the current font to be displayed.
* Replace death symbol by buried, cremated or killed symbol depending on the event type.
2022-02-23 19:24:22 +00:00
2393c4bb41 Translated using Weblate (Indonesian)
Currently translated at 1.8% (130 of 6918 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/id/
2022-02-23 19:17:04 +01:00
959e21ad9f Translated using Weblate (German)
Currently translated at 100.0% (6918 of 6918 strings)

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

Translated using Weblate (German)

Currently translated at 100.0% (6918 of 6918 strings)

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

Translated using Weblate (German)

Currently translated at 100.0% (6918 of 6918 strings)

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

Translated using Weblate (German)

Currently translated at 100.0% (6918 of 6918 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/de/
2022-02-23 19:17:03 +01:00
5916f737a5 Add Italian holidays
Based on https://it.wikipedia.org/wiki/Festivit%C3%A0_in_Italia
2022-02-22 23:39:20 +00:00
f4df31188e Add Catalan holidays
Holiday file in Catalonia according to:
https://ajuntament.barcelona.cat/calendarifestius/ca/ and
https://beteve.cat/economia/calendari-laboral-2019-barcelona-catalunya/#festius-catalunya-2019
2022-02-22 23:15:04 +00:00
f290fd9bcf Use a contrasting text color in pedigree view
White text shows up better in boxes with a dark background color.

Fixes #11799
2022-02-22 22:39:46 +00:00
a6773e3612 Add Abbreviation column to source and citation selectors
Implements #11710
2022-02-22 22:02:43 +00:00
5b31272c7c Geography: better handling of bad tile path
Fixes #11629
2022-02-22 19:30:44 +00:00
d4d9107e6e Translated using Weblate (Swedish)
Currently translated at 100.0% (6918 of 6918 strings)

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

Translated using Weblate (Swedish)

Currently translated at 99.9% (6914 of 6918 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/sv/
2022-02-20 17:09:34 +00:00
2c86fd077b Translated using Weblate (Hebrew)
Currently translated at 99.8% (6911 of 6918 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2022-02-20 17:09:34 +00:00
8212fd283b Translated using Weblate (Croatian)
Currently translated at 100.0% (6918 of 6918 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/hr/
2022-02-20 17:09:34 +00:00
436c183775 Translated using Weblate (Finnish)
Currently translated at 100.0% (6918 of 6918 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/fi/
2022-02-20 17:09:34 +00:00
645d6268fa Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (6918 of 6918 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/pt_PT/
2022-02-20 17:09:34 +00:00
42d1b36dfa Translated using Weblate (German)
Currently translated at 100.0% (6918 of 6918 strings)

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

Translated using Weblate (German)

Currently translated at 100.0% (6918 of 6918 strings)

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

Translated using Weblate (German)

Currently translated at 99.9% (6912 of 6918 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/de/
2022-02-20 17:09:34 +00:00
183ef9c1ad Translated using Weblate (Turkish)
Currently translated at 100.0% (6918 of 6918 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/tr/
2022-02-20 17:09:34 +00:00
9af84f29bb 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/
2022-02-20 17:09:34 +00:00
3b15423032 Merge pull request #1056 from stevenyoungs/dateparser_quarter 2022-02-19 21:14:43 +00:00
183280b35a Add unit tests for quarter dates 2022-02-19 21:09:43 +00:00
76ee061b25 Teach DateParser about calendar quarter dates
The calendar year can be divided into four quarters, often abbreviated
as Q1, Q2, Q3, and Q4. Q1 is 1 January to 31 March, Q2 1 April to
30 June, Q3 is 1 July to 30 September and Q4 is 1 October to 31 December

This commit teaches DateParser to parse quarter dates and represet them
as a date range. An example quarter date is "Q2 2020" which is converted
to "between 1 April 2020 and 30 June 2020". This is a one way conversion
2022-02-19 21:08:36 +00:00
47b57d5b59 Enable "file:///" URI paths for addons location 2022-02-19 18:37:27 +00:00
b9d2c0f00e Increase information in database summary text report
Add type counts for events, places, sources, citations,
repositories and notes.
2022-02-18 23:29:10 +00:00
33e0345eb0 Fix presumed typo in menu item
"Sorts events" should be "Sort events".
2022-02-18 23:05:52 +00:00
e28a37ba14 Explicitly set birth name in GEDCOM export
Following discussion at https://gramps.discourse.group/t/distinguish-birth-and-married-names-in-ged-file/815/7 .
2022-02-18 22:49:17 +00:00
ba0c222c4e Relationship Graph: Add option for 'offset parents'
Replaces 'use subgraph' option
Fix extra node appearing when a spouse is filtered out

Fixes #11550, #11494
2022-02-18 20:40:08 +00:00
7bfbec139f Provide an option to "hide" the LDS tab
Immplements #3872.
2022-02-18 19:37:52 +00:00
ec5afcf45e Add new Indonesian translation
Only about 1% of strings have been translated, so we won't make
it active yet.  At some point we need to update the LINGUAS file
and add a classifier in the setup script.
2022-02-17 23:06:20 +00:00
471ddcbce7 Merge pull request #1161 from SNoiraud/FR11809 2022-02-15 22:37:36 +00:00
8de8e36095 editdate: better pylint score 2022-02-15 22:16:54 +00:00
42b71b23d6 Allow user to set default calendar in date editor
Fixes #11809
2022-02-15 22:16:28 +00:00
677d09e578 Update Preferences dialog
Clean up of existing Preferences tabs.

Implements #12049
2022-02-15 21:48:28 +00:00
f5a4e4829f Fix Place.get_text_data_child_list 2022-02-14 22:14:56 +00:00
c740aacce0 Add gramps_id to repository & note text data lists 2022-02-14 22:06:38 +00:00
1d56e7d47a Merge pull request #1120 from DavidMStraub/main 2022-02-14 21:55:49 +00:00
1849f11e5d Add unit test for python3 -m gramps 2022-02-14 21:52:00 +00:00
c0c491cffd Add __main__.py 2022-02-14 21:51:47 +00:00
2e8d22ea4a Merge pull request #1018 from prculley/no_magic 2022-02-14 21:19:53 +00:00
261f651f3b Fix Check&Repair progress meter for Duplicated Gramps_ID check 2022-02-14 21:19:19 +00:00
86c47156e6 Fix no_magic for dbapi 2022-02-14 21:19:15 +00:00
410a64b142 Add CopyAll functionality to Ancestor gramplet 2022-02-14 20:51:02 +00:00
0ff0104a68 Fix bug introduced when simplifying looping
Partially revert commit 7248f073f0.

Deleting items during list iteration can lead to problems. In this
case an infinite loop was introduced in PR #975.
2022-02-14 19:40:39 +00:00
e390bb7c5b Update gramps.pot 2022-02-14 17:44:19 +00:00
d88bb36ba7 Fix for renamed gramps.xml.in file
The file was renamed as part of PR #1143.
2022-02-14 17:44:19 +00:00
220633862c Translated using Weblate (Indonesian)
Currently translated at 1.8% (130 of 6915 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/id/
2022-02-14 17:44:05 +00:00
a353b2889f Translated using Weblate (German)
Currently translated at 100.0% (6915 of 6915 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/de/
2022-02-14 17:44:05 +00:00
e3262e2d40 Translated using Weblate (German (Austria))
Currently translated at 100.0% (6915 of 6915 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/
2022-02-14 17:44:05 +00:00
f13c53b5f7 Translated using Weblate (Hungarian)
Currently translated at 100.0% (6915 of 6915 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/hu/
2022-02-14 17:44:05 +00:00
26999c640a Translated using Weblate (Hebrew)
Currently translated at 100.0% (6915 of 6915 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/
2022-02-14 17:44:05 +00:00
ff6d4b2754 Translated using Weblate (German)
Currently translated at 100.0% (6915 of 6915 strings)

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

Translated using Weblate (German)

Currently translated at 100.0% (6915 of 6915 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/de/
2022-02-14 17:44:05 +00:00