- 01 Mar, 2013 - 4 commits
-
-
Gabriel de Dietrich authored
This avoids needing to duplicate some logic, in particular icon source and name changes triggering icon updates. Change-Id: Id8b34fa365db6d31eb6855f690c13073fd589a2c Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Frederik Gladhorn authored
Change-Id: I676b75c984373d18439e57da9b31178fcea295b0 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
Gabriel de Dietrich authored
Also removed Menu.visibleParent since it had no apparent use. Likewise, trigger(), and the triggered() signal are now only in MenuItem. Change-Id: Ide194505664c60906019422a503b189250d6a86e Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Gabriel de Dietrich authored
Change-Id: Ic018c0d9c61ddf6fdf05750bf172cf5e306d0508 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 27 Feb, 2013 - 2 commits
-
-
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>
-
Gabriel de Dietrich authored
Also removed popupOpen property since it was not doing what the documentation said anyway. Change-Id: I0bb50890000d8305ebc2d668a8ba3fd628bd5e78 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 26 Feb, 2013 - 1 commit
-
-
Mitch Curtis authored
Also removes the RangeTab from the Gallery example, since its controls use containsMouse and are no longer different from the same set of sliders on the control tab. Adding MouseAreas to each control in RangeTab to achieve the same animation would clutter the example with boilerplate code. Change-Id: I80d6f3bbf1b73229f4d0ae99dd2a65bc083e7099 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 21 Feb, 2013 - 5 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>
-
Gabriel de Dietrich authored
The binding loop looked like this, ButtonBehavior.effectivePressed = true BasicButton.pressed = true call Menu.showPopup() ButtonBehavior.containsMouse = false (mouse grabbed by popup) ButtonBehavior.effectivePressed = false We remove any dependency to ButtonBehaviour and BasicButton, thus also cleaning the ComboBox API to the bare minimum. Change-Id: I1cfedcfe63b2835a982a66928b840fe726e89931 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
Gabriel de Dietrich authored
Change-Id: I2e3ee5f812df1993220917a1cf754a852217105c Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Gabriel de Dietrich authored
It puts the right workaround at the right place. Also ports the "simple" ComboBoxStyle to the new API. Change-Id: I1671db670bca43c699744dede00473a283c31fe9 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 20 Feb, 2013 - 2 commits
-
-
Gabriel de Dietrich authored
Change-Id: I1d2fd2d324907e57fc9991e12bdba04721138eea Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Caroline Chao authored
Change-Id: I6147ab2bf4d808364e5c45f3b5e0120d3ccd5a26 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 19 Feb, 2013 - 2 commits
-
-
Frederik Gladhorn authored
This is needed to deal with C++ models that have the data in a role that is not labelled "text". Change-Id: I20f8792a010673575b0995b0575a8488d064e4b7 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
Jens Bache-Wiig authored
Introducing new Control and Style items to share some code and making sure no styles are Items. Change-Id: Iced031dc03803c381a39d6b4d1987ba4890ec2ef Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 13 Feb, 2013 - 1 commit
-
-
J-P Nurmi authored
qdoc actually parses the code between \qml and \endqml. there should be one and only one root element, so move ListModel definition inline to make qdoc happy. ComboBox.qml:78: warning: Unable to parse QML snippet: "Syntax error" at line 7, column 1 Change-Id: I94a4ac8bb91b2fd639c53a1574f436d50eba0096 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 12 Feb, 2013 - 2 commits
-
-
Gabriel de Dietrich authored
These are purely visual, and should not be part of the model side. Change-Id: Ice701787a072b606d2d0d76a5d17c7f75066a041 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
Gabriel de Dietrich authored
Added '__visualItem' private property to QtMenuBase, pointing to the actual QtQuick item representing the menu item. We use this to get the window an item belongs to, and its position inside the menu popup. Also, moved some logic from ContextMenu into ComboBox, where it looks more appropriate. Change-Id: Idbed0497359457a696c7cac8703ae9d47f5e2003 Reviewed-by:
J-P Nurmi <jpnurmi@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>
-
- 07 Feb, 2013 - 1 commit
-
-
Gabriel de Dietrich authored
This removes one dependency from QtWidgets. QPA is only implemented for Mac so far, and depends on qt/qtbase's I5f83f260602f55b9409ad69abf670afb59b2d33a change. This means, it will only work with Qt 5.1 and older. Other QPA implementations will follow, like Android. The QML-only implementation has been tested mostly on Linux. On Mac, we need I4716b4c0b6187d14adb34c46b848ca0a16370b5a to be integrated in qt/qtbase dev branch if we want to enforce non-QPA menus. Updated ComboBox, ContextMenu to new QPA menu behavior Includes preliminary documentation for Action, ExclusiveGroup, MenuBar, MenuItem, MenuSeparator, and Menu. Change-Id: I6f38849a03a51386465156f8be3034df0d29e40d Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 23 Jan, 2013 - 1 commit
-
-
J-P Nurmi authored
This way the style components will be deleted together with the parent instead of as "JS owned weak QObjects". The latter has been causing problems in terms of crashes during the application close. Change-Id: Ifc476cec446bd961e457406724fd543ff81e6815 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@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>
-
- 12 Nov, 2012 - 1 commit
-
-
Jens Bache-Wiig authored
This introduces the new QtDestkop.Styles module. There is a new example in the Gallery. Change-Id: I8b42943af3c623456a70c04a8e578c1535d31105 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@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>
-
- 04 Feb, 2012 - 1 commit
-
-
Jens Bache-Wiig authored
-
- 23 Jan, 2012 - 1 commit
-
-
Jens Bache-Wiig authored
This adds some basic support for C++ item models. I also added a textRole property to be consistent with other model based components.
-
- 20 Dec, 2011 - 1 commit
-
-
Morten Johan Sorvig authored
-
- 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.
-
- 16 Oct, 2011 - 1 commit
-
-
Jens Bache-Wiig authored
-