Skip to content

timeline: Simplify code

Kévin Commaille requested to merge (removed):timeline-flatten into main

Thanks to these two commits:

  • Use the SDK timeline event filter. Avoids the need to filter events locally. Also fix a small bug where day dividers could appear without events between them.
  • Use GtkFlattenListModel, avoids to have to handle manually the difference of position between the SDK's timeline and our timeline.

Merge request reports