-
Notifications
You must be signed in to change notification settings - Fork 485
New calendar #2001
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
base: master
Are you sure you want to change the base?
New calendar #2001
Conversation
|
@SNoiraud You need to upgrade your copy black to version 25.1.0 to avoid the linting errors. |
|
Upgrading black make nothing. All my files are correct, but if I look at in the log the problem is in: import unittest Oh no! 💥 💔 💥 |
|
I also had to merge the new formatting in the gramps60 branch into master. This should be fixed now. |
For the active person, if you use the "Person Calendar" gramplet, the birth date will be shown on the calendar. For the active family, if you use the "Family Calendar" gramplet, the marriage date will be shown on the calendar. For the active event, if you use the "Event Calendar" gramplet, the event date will be shown on the calendar. You can always us the calendar in the dashboard. The double click will do the same things as before.
1 - Addition of person's death calendar. 2 - Sometimes the first use does not work. 3 - Separate all classes. 4 - Added a copyright
|
Rebased. |
|
Serge, Is it possible to add a similar expansion in the Date Selection dialog? Or if this PR just has variants of the Calendar gramplet rather than tabs, then your experience in this PR may not be applicable. (Either way, such a feature will need a new enhancement request.) I just want your opinion about whether it is a reasonable request. Dual tabbed Calendars ("Date" and "Second date") that poll and push dates from the associated fields would be a huge improvement. (I often find newspaper articles that refer to a birth/death "last Thursday" or funeral/wedding that will be "next Tuesday" ... where the current day of the week was not recorded.) |
It seems reasonable. I can look at this and will post a snapshot example. second problem: Glade will not exist in Gtk4. As I don't know what will be the future, I'll add these widget into the table48 grid. |
Glade the UI designer does not exist (though you can use its replacement Cambalache), but the UI-in-XML building still exists and will work just fine. |
|
I am not sure Cambalache will be the glade replacement. |
|
Thank you for the reception, feedback and suggestions. |








Using the calendar for old dates is very tedious.
Going back to 1625 can take some time.
I added the possibility to select directly the person's birth, the person's death, the family marriage or the event date when you change the active object.
I'll show some screenshot for that.