Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New det ancestor report #1809

Open
wants to merge 54 commits into
base: maintenance/gramps52
Choose a base branch
from

Conversation

dave-khuon
Copy link

Add an option to insert the gender symbol before the person's name

Leonhaeuser and others added 30 commits August 3, 2023 17:47
Currently translated at 99.8% (7062 of 7071 strings)

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

Translated using Weblate (German)

Currently translated at 100.0% (7071 of 7071 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/de/
Currently translated at 100.0% (7071 of 7071 strings)

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

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/
Currently translated at 100.0% (7071 of 7071 strings)

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

Translated using Weblate (Dutch)

Currently translated at 100.0% (7071 of 7071 strings)

Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/nl/
Currently translated at 100.0% (7071 of 7071 strings)

Translation: Gramps/Development
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/en_GB/
Currently translated at 99.3% (7027 of 7071 strings)

Translation: Gramps/Development
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/
Currently translated at 97.6% (6907 of 7071 strings)

Translation: Gramps/Development
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/pl/
Currently translated at 97.7% (6913 of 7071 strings)

Translation: Gramps/Development
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/sk/
* Glade files regenerated using 3.40.0
* Required Gtk version set to 3.24
It's strange to me to use a context menu *anywhere in the window* for
this, and in the space used for the label suggesting how to use it, we
can fit the two buttons instead.

Also, GtkMenu is gone in GTK4, so removing one of its usages will make
such a port easier.
The former was deprecated in GTK 3.14, and removed in GTK4.
AFAICT, this close button has been commented out since 2010.
This removes the need to track menu visibility, or manually create an
arrow symbol.
The latter does not need to be homogeneous, so there's no need to fiddle
around with hiding/showing children to auto-resize. It also has a name
for each child, so the link with the combo box can be done automatically
with a binding.

The only downside is that the signal for page changes doesn't tell us
the old page, so we need to track that in order to deactivate it.
These are not used with Git and are clearly outdated, as these files
have all been touched since the indicated dates.
Instead of generating paths twice, once for filling and once for
stroking, use the path-preserving `fill_preserve` operator instead. As
well, do the filling before stroking for consistency, or else the stroke
might be accidentally covered, as occurred with the child rings.

Also, simplify the map marker which seems to have drawn the elliptical
portion twice.
* intltool and subversion are unneeded
* mingw-w64-x86_64-osm-gps-map was there twice
carlesalbasboix and others added 24 commits April 15, 2024 18:48
Make "Alternative names" context menu match "Preferred name"
GUI label in Names tab of Person Editor.

Fixes #13256.
* Only output the ADDR structure for addresses, not places.
* Remove empty lines from the ADDR structure.
The commit adds pycountry as an extra optional dependency.

Fixes #12772.
They have been deprecated since GTK 3.2.
@Call-Me-Dave
Copy link

Please see my other comments on your other two pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.