aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/qml/qml.qrc
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2022-02-11 17:05:40 +0200
committerMarius Vlad <marius.vlad@collabora.com>2022-02-18 12:58:06 +0200
commitfd578508fe8f59a0bf11916ea99561125dcfc4ba (patch)
tree09c9adcf3e45a6828ec56b93a8889a0c1233a431 /launcher/qml/qml.qrc
parentcd7744af494a3399eca3e19fe6d0e134f36c21e7 (diff)
launcher: Enable scrolling for the GridView to display more appsneedlefish_13.93.0needlefish/13.93.013.93.0
This enables the GridView to allow scrolling and implicitly be able to display more than a dozen of applications. The interactive mode controls whether this is enabled or not, if the items is higher than what the grid can contain (which is 4x3 in our current item cell dimension). If interactive is enabled we use vertical scrolling, with some commented out examples on how to enable horizontal scrolling. In tests, horizontal scrolling caused some animation artefacts while vertical seemed to behave much more reliable. With it, we simplify the QML considerably by removing IconItem. Most of the functionality has been retained, being copy-pasted from IconItem like displaying icons, or using the first letter of the application name in case there's no icon. Note that this change removes The icon movement entirely, which seemed to cause quite a bit of issues while draging/dropping scrolling in the the grid itself. This seems to remove one feature for another, but by just enabling interactive resulted in a jerky inconsistent animation. Bug-AGL: SPEC-3028 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I64810dbd7ef014ed0473fd92df67807d10cc36ba
Diffstat (limited to 'launcher/qml/qml.qrc')
-rw-r--r--launcher/qml/qml.qrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/qml/qml.qrc b/launcher/qml/qml.qrc
index d132fed..3094f71 100644
--- a/launcher/qml/qml.qrc
+++ b/launcher/qml/qml.qrc
@@ -1,6 +1,5 @@
<RCC>
<qresource prefix="/">
<file>Launcher.qml</file>
- <file>IconItem.qml</file>
</qresource>
</RCC>