- 27 May, 2013 - 1 commit
-
-
J-P Nurmi authored
Change-Id: I16eb186a2b1f706bbc961d34a614bf2f9a9a0646 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 24 May, 2013 - 2 commits
-
-
Jens Bache-Wiig authored
We want padding to be a grouped property as the existing Margins property looks rather odd and insconsistent. Change-Id: I9e614f9161aaf01af200b19a1fb46a51beec6fb4 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
J-P Nurmi authored
Change-Id: I9f1690524e29cd7fe0ab35be216aca9a6edd35ca Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 14 May, 2013 - 1 commit
-
-
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>
-
- 08 May, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: I10271c860abd9b45a262e3548628e6a3026e1a4f Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 06 May, 2013 - 1 commit
-
-
Nico Vertriest authored
Task-number: QTBUG-30318 Change-Id: I9839470fbac1d14c1788766d275aba3fac6ec8b1 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 04 May, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: If09c39341833e6162921c280bcc7583cca2fb15f Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 26 Apr, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Making ScrollBar harmonize with other styles by using Style and panel. Change-Id: Ic3bbae6d3a5d456ba3b3668c71ede3b3e11d2dc7 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 24 Apr, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: I22403a7deac19b614f08475a2b29696a5698811f Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 15 Apr, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: I1fabb4efcc931f12f0a65ac5c66e6e085108269b Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 13 Apr, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
This is another step towards making controls work without the widgets module. Change-Id: I7066d79f42d90199cfd1a5d6f6ce6cf6cae381d6 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 12 Apr, 2013 - 1 commit
-
-
Jan Arve Saether authored
Change-Id: Iccb50c20e7a5806bf4a72956eeb7097c1bf0ccc2 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 08 Apr, 2013 - 1 commit
-
-
J-P Nurmi authored
Change-Id: I2eaaf7e82351e70a742eeadc32b8e1f8655a02c1 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 05 Apr, 2013 - 1 commit
-
-
Nico Vertriest authored
Concerning vocab., punctuation, syntax and/or Writing Guidelines. Corrected whitespace issues. Replaced "if" with "whether" in Slider.qml Task-number: QTBUG-30318 Change-Id: I0e0e8d2b807f0a6534deb2caa6dbee7eb206f43b Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Martin Smith <martin.smith@digia.com> Reviewed-by:
Laszlo Papp <lpapp@kde.org>
-
- 28 Mar, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: Idfd9c14b0b955cc9ccfc19ebd51686909d04875d Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 25 Mar, 2013 - 1 commit
-
-
Gabriel de Dietrich authored
This saves a parent change when creating the flickable item. Partially amends f36f562a . Change-Id: I2f76ea329c86e8754712b97cd87e41f56c791183 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 23 Mar, 2013 - 1 commit
-
-
Gabriel de Dietrich authored
Reproducible with the gallery example application, Launch it, select the TextField, and quit the application. The following short example also reproduces the crash in the same way, but selecting the TextInput instead. import QtQuick 2.1 import QtQuick.Window 2.1 import QtQuick.Controls 1.0 Window { property bool blah: !!activeFocusItem && !!activeFocusItem["copy"] Column { TextInput { width: 200 height: 30 } TextArea { width: 200 height: 200 } } } Whether the real cause is in ScrollView or deeper in QtQuick is yet to be throughly investigated. But, hey, that's one crash less right now. Change-Id: Idf358775b8b0333261ecfec7a2fefd3c5b931cc8 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 19 Mar, 2013 - 1 commit
-
-
Liang Qi authored
Change-Id: Ie23b504f590e6c4e7f2a1a9090c2dd8671389937 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 14 Mar, 2013 - 1 commit
-
-
Caroline Chao authored
Change-Id: If9df032c76e36f385aacd30cc31d6f02574c6f11 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 11 Mar, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
The regression was introduced in 060a6afd The parent of our contentItem should really be the flickables contentItem. Otherwise we don't scroll at all. Change-Id: I75a9b68134bb2098f59436d23ff79ec600321963 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 07 Mar, 2013 - 1 commit
-
-
Caroline Chao authored
The Flickable item created becomes the parent of the ScrollView contentItem. Change-Id: I488d9f8ffc02a1de1158b279e0971473a3386e2c Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 01 Mar, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: I6b10f539b036811243676f34c0fabe403c263923 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 27 Feb, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Improved group labels and added direct links from the index page. Change-Id: I856df138880b1aac8c574f676424ac4644e298f9 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 22 Feb, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
We want to introduce View as a common name for items that are not simple controlss but views controlling other items Change-Id: I13ffc096742ec13023c58b4744ad53084e11cc67 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 21 Feb, 2013 - 2 commits
-
-
Shawn Rutledge authored
We want to use the same license as the other Qt modules. QML files stay as BSD for now. Change-Id: I10b1484f5ab0dfe2138ff7e045d0ecfd85556aa1 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jens Bache-Wiig authored
Change-Id: Icc61dbfc74cc2a303b9847e7d2c7ace4a9002046 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 20 Feb, 2013 - 1 commit
-
-
J-P Nurmi authored
Change-Id: Ie469345d993cb776a1eafafc6eb9b7fc791dc72c Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 14 Feb, 2013 - 2 commits
-
-
Jens Bache-Wiig authored
Change-Id: I2d462547de5baf635a54be3baf9e503c5bb20c42 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
J-P Nurmi authored
Change-Id: I5e0bad17c1aabdf1a3572d33a9b15fe757786704 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 08 Feb, 2013 - 2 commits
-
-
Jerome Pasion authored
-added components into their groups -made group overviews -added links to overviews from landing pages -added a place holder image Change-Id: I099de1f8ef3a89cd5f61220874fc69f781704799 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jens Bache-Wiig authored
Change-Id: I4beedc773df5b9b207554b55e86aa1439cb4d06e Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 01 Feb, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: I330ed019ae341915f8413318fb65d41cf24824d7 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 31 Jan, 2013 - 1 commit
-
-
J-P Nurmi authored
Change-Id: I90dae2f9efa466db704a9c0a6cb64d0835a7ab5b Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 30 Jan, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
ScrollArea can now be used together with a flicakble. The patch also adds some new documentation ScrollArea, TableView and TextArea Change-Id: Ic2651966d42aadece3a6b919ea1f24e5905c665a Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 18 Jan, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
This was a regression after making scrollbar private. Change-Id: I28858ccebacf2f2572a61af7c558e7e257a45061 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 17 Jan, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: Ifeaa4aeaa01c0c274eed7c794e7bed273d40092c Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 20 Dec, 2012 - 1 commit
-
-
Liang Qi authored
Change-Id: Ibf752d64399c6bd4bf5519aab330a9eacf6bb91b Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 05 Dec, 2012 - 1 commit
-
-
Liang Qi authored
Still missing sth from qmake, it doesn't support non c++ module correctly yet(there is no CXX_MODULE in our project). Change-Id: I9a6a754e863b51b3e3a4b1eaf864ddab24e92f75 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 20 Nov, 2012 - 2 commits
-
-
Sergio Ahumada authored
Added some licenses and fixed some QT_BEGIN_LICENSE tags Change-Id: I4077ccc9a3505c055c56dcb07da85e19523695b5 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
Frederik Gladhorn authored
Change-Id: I5588d78135d367cc4f07680323c40700bd5d5b2d Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-