jordi fita mas 94b5faa9d8 Add TimelineModel and use it to feed each TimelineView
I have my doubts whether this model should be QAbstractListModel-derived
or not.  At first i thought i could not be, because i need to be able to
get a “view” (i.e., a [begin, end) pair of iterators) based on the
segment of TimelineView that becomes exposed due to scroll.  However,
QAbstractItemModel::match returns a QModelIndexList, and that could also
be used for the same purpose, except that there is no QDateRange….

Until i have more needs for this model, the current coupling between
TimelineModel and TimelineView is OK, as i do not expect TimelineView to
be used for anything else.

I also renamed CalendarModel to TimelineListModel, since this is the
important part—the timeline—, and there is no “calendar” thing anywhere
in the application—at least, not what traditionally is understood as a
calendar, that is.
2025-01-09 20:08:40 +01:00
2024-03-05 12:05:00 +01:00
2024-11-20 19:43:59 +01:00
2024-07-15 23:12:12 +02:00
2024-12-14 01:19:20 +01:00
2024-04-28 20:28:45 +02:00
2024-04-28 20:28:45 +02:00
2024-12-24 04:04:39 +01:00
Description
No description provided
13 MiB
Languages
PLpgSQL 67.5%
Go 24.3%
CSS 3.9%
C++ 1.8%
QML 1.2%
Other 1.1%