Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM EventViews
Commits
1ca45f25
Commit
1ca45f25
authored
Nov 03, 2021
by
Friedrich W. H. Kossebau
Browse files
AgendaView: fix misaligned layout of header & footer columns
parent
613ded11
Pipeline
#95361
canceled with stage
Changes
2
Pipelines
4
Expand all
Hide whitespace changes
Inline
Side-by-side
src/agenda/agendaview.cpp
View file @
1ca45f25
This diff is collapsed.
Click to expand it.
src/agenda/agendaview.h
View file @
1ca45f25
...
...
@@ -186,8 +186,6 @@ protected:
void
removeIncidence
(
const
KCalendarCore
::
Incidence
::
Ptr
&
inc
);
void
resizeEvent
(
QResizeEvent
*
resizeEvent
)
override
;
public
Q_SLOTS
:
void
updateView
()
override
;
void
updateConfig
()
override
;
...
...
@@ -211,10 +209,12 @@ protected Q_SLOTS:
*/
void
updateEventIndicators
();
void
scheduleUpdateEventIndicators
();
void
updateDayLabelSizes
();
void
alignAgendas
();
protected:
void
showEvent
(
QShowEvent
*
showEvent
)
override
;
private
Q_SLOTS
:
void
slotIncidenceSelected
(
const
KCalendarCore
::
Incidence
::
Ptr
&
incidence
,
QDate
date
);
void
slotShowIncidencePopup
(
const
KCalendarCore
::
Incidence
::
Ptr
&
incidence
,
QDate
date
);
...
...
@@ -228,11 +228,6 @@ private:
void
setupTimeLabel
(
TimeLabels
*
timeLabel
);
bool
displayIncidence
(
const
KCalendarCore
::
Incidence
::
Ptr
&
incidence
,
bool
createSelected
);
using
DecorationList
=
QList
<
EventViews
::
CalendarDecoration
::
Decoration
*>
;
bool
loadDecorations
(
const
QStringList
&
decorations
,
DecorationList
&
decoList
);
void
placeDecorationsFrame
(
QWidget
*
frame
,
bool
decorationsFound
,
bool
isTop
);
void
placeDecorations
(
EventViews
::
AgendaView
::
DecorationList
&
decoList
,
QDate
date
,
QWidget
*
labelBox
,
bool
forWeek
);
friend
class
TimeLabelsZone
;
friend
class
MultiAgendaViewPrivate
;
friend
class
MultiAgendaView
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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