Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-20 | Allow to specify week of month for repetitionmain | Joris | |
2024-01-20 | Fix current date to local time instead of UTC time | Joris | |
2022-12-18 | Format sources | Joris | |
2022-12-18 | Fix changing week | Joris | |
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-18 | Upgrade dependencies | Joris | |
2022-04-24 | Allow to attach categories to events | Joris | |
2022-03-19 | Allow to repeat an event until a specific date | Joris | |
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-12 | Only refresh visible dates | Joris | |
Otherwise, adding a date outside of the visible ones, it created a cell outside of the calendar. | |||
2022-03-12 | Reload non recurring events when changing weeks | Joris | |
2022-03-12 | Update and delete recurring events | Joris | |
2022-02-27 | Make change of months clearer in calendar | Joris | |
2022-02-27 | Change week with arrow keys | Joris | |
2022-02-27 | Don’t create an event if repetition is not valid | Joris | |
2022-02-26 | Give database path from argument | Joris | |
2022-02-26 | Apply linter advices | Joris | |