Commits (26)
-
Caroline Chao authored
Change-Id: I7046e9aeab5efe8bd32fcfb0d1bf571892921e30 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
c6ffca16 -
Caroline Chao authored
This is not needed. Change-Id: Ic65f2a1f7cf71d658bef194c05385aa34f3160b7 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
130f8d92 -
Jens Bache-Wiig authored
It seems pure qml projects don't really work in our examples architecture at the moment. This change adds a simple main file and resource bundle to each of the example folders. Change-Id: I4758242e71a2cb053252cbb09bf5c4439415691d Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
89de921c -
Caroline Chao authored
Change-Id: I5d9b39531a866d7fc5765332d364e6e2793b5b13 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
ebf104a6 -
Caroline Chao authored
Change-Id: Iba0ac98509bc634dbcc9a7a8da22a5dbec8e77ae Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
7bd49d4a -
Caroline Chao authored
Qt Quick Layouts is a module by itself and it is misleading to list its items here. Add a note instead to say that Qt Quick Controls can be used with Qt Quick Layouts. Change-Id: I0e0a506f5ff7f2702126388fa60ff075ee2cbb4e Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
8b1a05e8 -
Jan Arve Saether authored
Positioning an item to a sub-pixel position might cause the item to not appear as crisp as it should be. To prevent this, the layout will round off the position and size to the nearest integer. Task-number: QTBUG-31038 Change-Id: Id07b9ed5adc64e07f08f1abe0f37716101b01456 Reviewed-by:
Caroline Chao <caroline.chao@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
05b75bce -
Caroline Chao authored
Remove useless set of MOC_DIR, OBJECT_DIR, RCC_DIR and UI_DIR. Change-Id: Iba08d517e096a982f2bae9701083ebc40ee78ea2 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
eac7a36f -
Jens Bache-Wiig authored
task-number: QTBUG-31121 We already handle MouseWheel events separately and we do generally not want to interact with the flickable. I don't know if we should somehow handle this differently on a mobile device but for now it seems sensible to disable it. Change-Id: I7dc30050efcedd8f670b3ecdc0a9915a692fd475 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
72232a9b -
Liang Qi authored
Because we use TableView as ListView, then only SpinBox, TextField, TextAre and TableView could be selected. Change-Id: I65ca106e60a57d86e029647653ae110fd81edaa4 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
795b9fdc -
Jan Arve Saether authored
This broke with commit 24bbdab9 Task-number: QTBUG-31175 Change-Id: I684e9b09c4cdd39492b4859b5f46dacbca72bae5 Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
dd901e25 -
Jan Arve Saether authored
This reverts commit 91fc9b18 . This patch got reverted because it broke the basiclayouts example on Mac OS. However, the bug was in the basiclayouts example, so we can still add this patch. Change-Id: I97c3cf30dd5a5c97916b4811d8be0b5b5a7ebb4e Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
de0a87bf -
Jan Arve Saether authored
They are strictly not needed... As a consequence of this, do not limit the size of the TextArea Change-Id: I3c152e7e8f749d7b5b2a0b9887664a11fb7d3b04 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
ec2d1831 -
Jan Arve Saether authored
This reverts commit a454ff7f. This patch should follow patch 91fc9b18 Change-Id: I5e26da1d967f8880d73e32ad5a76c59bedf7a065 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
caaeec47 -
Jens Bache-Wiig authored
- Adds Menus to the front page so that we can actually find essential types like Menu and Action. - Added a basic example for Action - I also added ExclusiveGroup to the Controls category to make it accessible. Change-Id: Ife980b786870d2bf07d709e024cb97396870e6c7 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
bb7ba4d6 -
Jens Bache-Wiig authored
I was really confused because after assigning a model it looked like the table view was showing the data, while in reality it was just filling up with alternating row colors. I think it is better not to draw anything to ensure that people correctly add a TableViewColumn. Change-Id: I353b478f4af80410aca3f94439a02ed7ab53f6d6 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
b0c0cbbc -
Jens Bache-Wiig authored
We are removing all references to index in the api and sortColumnIndex should be renamed as well. Change-Id: Ia8f0758e3ee4df161488aefff52bdb7b518a1f50 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
68a778e1 -
Jens Bache-Wiig authored
Again trying to make the api a bit more consistent at using row vs. index. Change-Id: I769ca34c7bde628757a19fd47744b5cb1054a154 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
e06cf6ea -
Jens Bache-Wiig authored
Just aligning our delegate api with the rest. Change-Id: Ia8dc3c6dbf87431ff850a3e91f28c129072e2ee3 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
7a7c9338 -
Caroline Chao authored
Task-number: QTBUG-31160 Change-Id: I7dc6e0d755093786e079f526e5ff5f6cbcfa94e0 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
69a95722 -
J-P Nurmi authored
To avoid accidentally instantiating all rows at construction time, make sure the rows have a valid (but arbitrary) height meanwhile the row delegates haven't yet been loaded. Change-Id: I1afc6bfa920886260717b3cb172fa0d858c0a8d5 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
75642c48 -
J-P Nurmi authored
Change-Id: I87a6a582824363197f66f6b7f6f29aa603123458 Reviewed-by:
Caroline Chao <caroline.chao@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
47a8b89b -
Caroline Chao authored
Task-number: QTBUG-31160 Change-Id: Ife5837645636be1b2b2ee5cf9b0aa27ac04c2dc0 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
7366ee95 -
Caroline Chao authored
Change-Id: I1ee810dfcd57fd9ff7ddf65c87208c8b457f755e Reviewed-by:
Nico Vertriest <nico.vertriest@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
403ceea1 -
Jens Bache-Wiig authored
- Fixed missing press appearance of slider handle - Removed drag threshold when pulling handle - Ensure handle stays connected to mouse cursor by giving the fake handle size Task-number: QTBUG-31042 Change-Id: I289a48b5fa67dde2792590645b8630a7ae6518d9 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
dedc1135 -
Jan Arve Saether authored
The initialization of ignoreItem was simply wrong. Task-number: QTBUG-31128 Change-Id: I67b41bc30099222d64aa6efb3c28e87a0ce043ca Reviewed-by:
Richard Moe Gustavsen <richard.gustavsen@digia.com>
41a3aa4b
Showing
6.25 KB