Skip to content

core, update to QtQuick Controls 2

Johnny Jazeix requested to merge work/calendar_2_0 into master

QtQuick Controls 2 + ship internal QtQuick Calendar which has been removed between Qt5.15 (in QtQuickControls1) until Qt6.3 (in QtQuickControls2)

To do:

  • Fix layout issues on calendar activities (especially when resizing)
  • Check on how to ship the QtQuickCalendar on Debian/Ubuntu. It requires qttemplates-private but no packages provide them. Maybe the same on other distributions, a mail has been sent to Debian packagers to look for a solution. (ok in the latest versions, it is shipped in the qtquickcontrols2-5-private-dev packages)
  • Better theme the GCProgressBar (border.color, border.width...), maybe GCSlider...?

Check packages:

  • Android 5.12 (seems to crash -> no issue)
  • Android 5.15 (needs to handle architecture same as box2d -> plugin still not found)
  • Windows (remove debug dll of QtQuick Controls 2 in the package)
  • Linux
  • MacOS (can't personnally test)
Edited by Johnny Jazeix

Merge request reports