Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
0b3e512e
Commit
0b3e512e
authored
Sep 27, 2021
by
Claudio Cambra
Browse files
Fixed collection picker in all tasks page quick add field
parent
35fc66e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/TodoPage.qml
View file @
0b3e512e
...
...
@@ -8,6 +8,7 @@ import QtQuick.Layouts 1.1
import
QtQuick
.
Controls
1.4
as
QQC1
import
QtQuick
.
Controls
2.15
as
QQC2
import
org
.
kde
.
kirigami
2.14
as
Kirigami
import
org
.
kde
.
kitemmodels
1.0
import
org
.
kde
.
kalendar
1.0
as
Kalendar
import
"
dateutils.js
"
as
DateUtils
...
...
@@ -246,7 +247,9 @@ Kirigami.Page {
}
model
:
Kalendar
.
CalendarManager
.
todoCollections
model
:
KDescendantsProxyModel
{
model
:
Kalendar
.
CalendarManager
.
todoCollections
}
delegate
:
Kirigami.BasicListItem
{
leftPadding
:
model
.
kDescendantLevel
?
((
Kirigami
.
Units
.
gridUnit
*
2
)
*
(
kDescendantLevel
-
1
))
+
Kirigami
.
Units
.
largeSpacing
:
0
enabled
:
model
.
checkState
!=
null
...
...
Claudio Cambra
@clau-cambra
mentioned in issue
#25
·
Sep 27, 2021
mentioned in issue
#25
mentioned in issue #25
Toggle commit list
Claudio Cambra
@clau-cambra
mentioned in issue
#28 (closed)
·
Sep 30, 2021
mentioned in issue
#28 (closed)
mentioned in issue #28
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment