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
8fe63826
Commit
8fe63826
authored
Dec 09, 2021
by
Claudio Cambra
Browse files
Background load for month view no longer async, accelerating startup significantly
parent
f9f9041e
Pipeline
#107609
passed with stage
in 5 minutes and 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/HourlyView.qml
View file @
8fe63826
...
...
@@ -139,6 +139,7 @@ Kirigami.Page {
flickDeceleration
:
Kirigami
.
Units
.
longDuration
preferredHighlightBegin
:
0.5
preferredHighlightEnd
:
0.5
highlightRangeMode
:
PathView
.
StrictlyEnforceRange
snapMode
:
PathView
.
SnapToItem
focus
:
true
interactive
:
Kirigami
.
Settings
.
tabletMode
...
...
src/contents/ui/MultiDayView.qml
View file @
8fe63826
...
...
@@ -74,7 +74,7 @@ Item {
id
:
backgroundLoader
anchors.fill
:
parent
active
:
true
asynchronous
:
true
//
asynchronous: true
sourceComponent
:
Column
{
id
:
rootBackgroundColumn
spacing
:
root
.
spacing
...
...
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