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
4428a5da
Commit
4428a5da
authored
Oct 07, 2022
by
Claudio Cambra
Browse files
Fix bad references to incidenceInfoDrawer in views
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
93f31373
Pipeline
#243604
passed with stage
in 2 minutes and 19 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/MainViews/DayGridView.qml
View file @
4428a5da
...
...
@@ -145,7 +145,7 @@ Item {
anchors.fill
:
parent
addDate
:
gridItem
.
date
onAddNewIncidence
:
KalendarUiUtils
.
setUpAdd
(
type
,
addDate
)
onDeselect
:
KalendarUiUtils
.
appMain
.
incidenceInfo
Dra
wer
.
close
()
onDeselect
:
KalendarUiUtils
.
appMain
.
incidenceInfo
Vie
wer
.
close
()
DropArea
{
id
:
incidenceDropArea
...
...
@@ -296,7 +296,7 @@ Item {
}
onAddNewIncidence
:
useGridSquareDate
(
type
,
applicationWindow
().
contentItem
,
this
.
mapToGlobal
(
clickX
,
clickY
))
onDeselect
:
KalendarUiUtils
.
appMain
.
incidenceInfo
Dra
wer
.
close
()
onDeselect
:
KalendarUiUtils
.
appMain
.
incidenceInfo
Vie
wer
.
close
()
}
model
:
incidences
...
...
src/contents/ui/MainViews/HourlyView.qml
View file @
4428a5da
...
...
@@ -512,7 +512,7 @@ Kirigami.Page {
addDate
:
parent
.
date
onAddNewIncidence
:
root
.
addIncidence
(
type
,
addDate
,
false
)
onDeselect
:
KalendarUiUtils
.
appMain
.
incidenceInfo
Dra
wer
.
close
()
onDeselect
:
KalendarUiUtils
.
appMain
.
incidenceInfo
Vie
wer
.
close
()
DropArea
{
id
:
multiDayViewIncidenceDropArea
...
...
src/contents/ui/MainViews/ScheduleView.qml
View file @
4428a5da
...
...
@@ -249,7 +249,7 @@ Kirigami.Page {
addDate
:
periodStartDate
onAddNewIncidence
:
addIncidence
(
type
,
addDate
)
onDeselect
:
KalendarUiUtils
.
appMain
.
incidenceInfo
Dra
wer
.
close
()
onDeselect
:
KalendarUiUtils
.
appMain
.
incidenceInfo
Vie
wer
.
close
()
Rectangle
{
id
:
backgroundRectangle
...
...
src/contents/ui/MainViews/TodoTreeView.qml
View file @
4428a5da
...
...
@@ -93,7 +93,7 @@ TreeListView {
anchors.fill
:
parent
enabled
:
!
Kirigami
.
Settings
.
isMobile
parent
:
background
onClicked
:
KalendarUiUtils
.
appMain
.
incidenceInfo
Dra
wer
.
close
()
onClicked
:
KalendarUiUtils
.
appMain
.
incidenceInfo
Vie
wer
.
close
()
propagateComposedEvents
:
true
}
...
...
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