camper/src
jordi fita mas c49135247a Add TimelineDayRow and set it as header of timeline list
This is the equivalent control to Qt Quick Controls’ own DayOfWeekRow,
but for the number of each day in the visible range, instead of day of
the week.

Qt Quick Controls has this component written in C++, and also has a
separate, internal, model for the days in different formats, but i had
to implement the control in QML, because QtQuickControl is private.
However, as far as i understand, it is not much more than a container
for the delegate and the model that is used as a template.
2025-01-08 09:54:13 +01:00
..
CMakeLists.txt Add TimelineDayRow and set it as header of timeline list 2025-01-08 09:54:13 +01:00
ErrorNotification.qml Focus on the alert text when there is an error 2024-12-30 10:31:14 +01:00
Expander.qml Add Expander control to show “advanced controls” on login 2024-12-22 04:18:56 +01:00
LoginPage.qml Move the Form role from LoginPage to its ColumnLayout 2024-12-30 10:09:14 +01:00
Main.qml Add automatic login feature 2024-12-27 19:28:31 +01:00
MnemonicAction.qml Add MnemonicLabel and MnemonicAction components 2024-12-21 05:13:46 +01:00
MnemonicLabel.qml Bind MnemonicLabel’s “plain” label to buddy’s Accessible.name 2024-12-30 09:50:36 +01:00
ReservationsPage.qml Add TimelineDayRow and set it as header of timeline list 2025-01-08 09:54:13 +01:00
SelectableLabel.qml Focus on the alert text when there is an error 2024-12-30 10:31:14 +01:00
TimelineDayRow.qml Add TimelineDayRow and set it as header of timeline list 2025-01-08 09:54:13 +01:00
database.cpp List the labels of all lodgings in QML 2024-12-24 03:46:20 +01:00
database.h List the labels of all lodgings in QML 2024-12-24 03:46:20 +01:00
main.cpp List the labels of all lodgings in QML 2024-12-24 03:46:20 +01:00
mnemonicattached.cpp Bind MnemonicLabel’s “plain” label to buddy’s Accessible.name 2024-12-30 09:50:36 +01:00
mnemonicattached.h Bind MnemonicLabel’s “plain” label to buddy’s Accessible.name 2024-12-30 09:50:36 +01:00
timelinedaymodel.cpp Add TimelineDayRow and set it as header of timeline list 2025-01-08 09:54:13 +01:00
timelinedaymodel.h Add TimelineDayRow and set it as header of timeline list 2025-01-08 09:54:13 +01:00
timelineview.cpp Rename struct TimelineViewItem to TimelineView::Item 2025-01-07 17:46:50 +01:00
timelineview.h Rename struct TimelineViewItem to TimelineView::Item 2025-01-07 17:46:50 +01:00