Skip to content
Verified Commit eabcbe7a authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

Blanket refactoring of QML

- Port components with delegates to pragma ComponentBehavior: Bound;
- Add import aliases to QtQuick.Controls and discover (lib & app);
- Drop QML import versions;
- Override default spacing with Kirigami.Units.smallSpacing in layouts;
- Other code style changes and fixes;
- Remove remnants of the CompactMode feature;
- Port navigation.js (which relied on a magical context property lookup)
  to a global singleton which is preloaded with main window set via
  QQmlComponent::beginCreate multi-step initialization.
- Refactor some memory management surrounding DiscoverObject and its
  main window object. Engine's rootObjects are no longer used for this.
parent 8b0b5ed8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment