aboutsummaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
2024-01-20Allow to specify week of month for repetitionmainJoris
2024-01-20Fix current date to local time instead of UTC timeJoris
2022-12-18Format sourcesJoris
2022-12-18Fix changing weekJoris
After changing 1 week, we could not move anymore afterward. I didn’t find the source of the bug, but after removing one row from the grid, we lost the key event handler, albeit the application still working fine otherwise.
2022-12-18Upgrade dependenciesJoris
2022-04-24Allow to attach categories to eventsJoris
2022-03-19Allow to repeat an event until a specific dateJoris
Also provide a shortcut to modify a repetead event from a specific occurence. This set the end repetition date under the hood and create a new repeated event.
2022-03-12Only refresh visible datesJoris
Otherwise, adding a date outside of the visible ones, it created a cell outside of the calendar.
2022-03-12Reload non recurring events when changing weeksJoris
2022-03-12Update and delete recurring eventsJoris
2022-02-27Make change of months clearer in calendarJoris
2022-02-27Change week with arrow keysJoris
2022-02-27Don’t create an event if repetition is not validJoris
2022-02-26Give database path from argumentJoris
2022-02-26Apply linter advicesJoris