- 16 May, 2022 3 commits
-
-
Volker Krause authored
-
Laurent Montel authored
-
Laurent Montel authored
-
- 12 May, 2022 1 commit
-
-
Volker Krause authored
This doesn't need to be a QObject anymore after rebasing this on KExtraColumnsProxyModel.
-
- 11 May, 2022 1 commit
-
-
Ahmad Samir authored
This should be connected to the returnPressed signal that takes no args, so the QLineEdit one. Apparently things broke because the signal is overriden in TodoViewQuickAddLine, overriding siganls is always a hassle. Found while using KOrganizer.
-
- 08 May, 2022 3 commits
-
-
Glen Ditchfield authored
-
Glen Ditchfield authored
-
Glen Ditchfield authored
Let the user edit start dates by right-clicking in the start date column. If the new start date is later than a pre-existing due date, the due date is adjusted. Note: to preserve TodoView's ABI, I put the new popup menu in TodoViewView.
-
- 07 May, 2022 1 commit
-
-
Volker Krause authored
-
- 06 May, 2022 3 commits
-
-
Glen Ditchfield authored
-
Glen Ditchfield authored
-
Glen Ditchfield authored
Use `standaloneMonthName()` to generate the month name in the Month View's header, as is done by KOrganizer's date navigator, because `QString::toString()` produces inappropriate month names for Slavic languages in this context. BUG: 453292 Related: calendarsupport!43
-
- 03 May, 2022 3 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
- 01 May, 2022 1 commit
-
-
Glen Ditchfield authored
-
- 30 Apr, 2022 2 commits
-
-
Glen Ditchfield authored
-
Glen Ditchfield authored
-
- 28 Apr, 2022 2 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
It is deprecated Use KPluginMetaData and KPluginFactory instead
-
- 27 Apr, 2022 1 commit
-
-
Glen Ditchfield authored
The Todo view lets the user "move" a todo by changing its due date-time. If the todo has a start date-time, it allowed dtDue to move to a time earlier than dtStart, which is disallowed by RFC 5545. This patch adjusts dtStart if necessary to make the todo valid.
-
- 24 Apr, 2022 1 commit
-
-
Laurent Montel authored
-
- 22 Apr, 2022 1 commit
-
-
Laurent Montel authored
-
- 21 Apr, 2022 2 commits
-
-
Volker Krause authored
Depends on akonadi-calendar!18.
-
Volker Krause authored
Add an error signal for the previous use instead. Using a widget message box isn't necessarily the desired way to communicate errors for all applications. This matters particularly for QML-based apps like Kalendar.
-
- 20 Apr, 2022 1 commit
-
-
Volker Krause authored
-
- 17 Apr, 2022 2 commits
-
-
Volker Krause authored
TodoModel predates the availability of that (and probably also QIdentityProxyModel), using those saves a ton of boilerplate here. The dependency on KF5::ItemModels isn't entirely new, a number of dependencies of this already use that anyway.
-
Volker Krause authored
-
- 15 Apr, 2022 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 13 Apr, 2022 1 commit
-
-
Laurent Montel authored
-
- 12 Apr, 2022 1 commit
-
-
Laurent Montel authored
-
- 09 Apr, 2022 1 commit
-
-
Laurent Montel authored
-
- 08 Apr, 2022 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 05 Apr, 2022 1 commit
-
-
Volker Krause authored
-
- 03 Apr, 2022 1 commit
-
-
Volker Krause authored
-
- 01 Apr, 2022 1 commit
-
-
Laurent Montel authored
-
- 28 Mar, 2022 1 commit
-
-
Volker Krause authored
-
- 25 Mar, 2022 1 commit
-
-
Laurent Montel authored
-