- 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>
-
- 09 Nov, 2012 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: Ife5806f1c1ebd9fbc9627130d543d960c35eba33 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 15 Oct, 2012 - 1 commit
-
-
J-P Nurmi authored
Makes it possible to pass the local imports tree to qmlviewer: $ qmlviewer -I imports/ examples/Gallery.qml Change-Id: I6b43414a5573ea6cfef45169b2d11aa4ea53b80c Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 10 Aug, 2012 - 1 commit
-
-
J-P Nurmi authored
Makes it possible to pass the local imports tree to qmlscene: $ qmlscene -I imports/ examples/Gallery.qml Later on, auto tests can run against the local imports tree instead of having to depend on the install step. Change-Id: I1874a5862e8c54463473843befd09097e8563e9c Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-
- 02 Jul, 2012 - 1 commit
-
-
Jens Bache-Wiig authored
- Made ScrollBar, TabFrame, Tab, Frame styleable - Renamed background delegates to delegate - Removed redundant sizing code - Removed backgroundItem Change-Id: I30904047d203e404b90ae01eaab2e8c4431879ed Reviewed-by:
Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
-
- 29 Jun, 2012 - 1 commit
-
-
Jens Bache-Wiig authored
The custom subdirectory doesnt make much sense for desktop and adds an uneccessary abstraction layer. This patch removes it and removes some of the properties that are no longer required. Change-Id: I65c44db54f6f97bbc1e69d85d35d55464dac794e Reviewed-by:
Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
-
- 04 Jun, 2012 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: Ibd0a89a071ed54da7146dc8e7a7f67c93df570da Reviewed-by:
Morten Johan Sørvig <morten.sorvig@nokia.com>
-
- 21 May, 2012 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: I834dfc98f6a3a60859af08fd555a6c741a9d8288 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@nokia.com>
-
- 16 Apr, 2012 - 1 commit
-
-
Benoit Walter authored
Merge-request: 19 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-
- 06 Dec, 2011 - 1 commit
-
-
Alan Alpert authored
Well, a little. At least one person can now run Gallery.qml again. Removes all menu related stuff, removes Window (uses the Window in QtQuick.Window instead, despite reduced functionality now). Updates to work with the quick module split, and the xmllistmodel module split. Updates version number to 0.2 as well.
-
- 25 Sep, 2011 - 1 commit
-
-
Jens Bache-Wiig authored
We need this for SplitterRow and it has been released for a while.
-