- 31 May, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
We want to use more layouts in our examples as it is the recommended way to create tool bars etc. Change-Id: Ib3b1e8e907cc5277d522557a19d2c294a7d251b1 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 29 May, 2013 - 1 commit
-
-
Caroline Chao authored
Change-Id: I3f97de79c8afed44f7b01778d94cc40bed8cc603 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 27 May, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
We now implicitly add the margins to GroupBox so that you can easily add them to a layout. This also gets rid of the silly Sidebar example and adds a much more useful Layout tab for effective testing. Change-Id: I6026c32b2a198062d9b11a67245df0529aa61f8a Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 10 May, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: I4038afc1cb22102f8873014d90dedec79cbaa376 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 30 Apr, 2013 - 1 commit
-
-
Kai Koehne authored
This makes sure all examples are in a separate directory for the Qt source packages. It also is in line with how the other repositories are structured. Task-number: QTBUG-30886 Change-Id: Idc2856e5dfaf467c8cb9764aee327a3b20c7b2d0 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 24 Mar, 2013 - 3 commits
-
-
Caroline Chao authored
And fix one import QtQuick 2.0 -> QtQuick 2.1 Change-Id: If22ef7c4c47923f4cd84c1c8c232c10c79b110e7 Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
-
Gabriel de Dietrich authored
This should work the all same, but with one hack less. Change-Id: Ia2deccc31a89baf414fbd6eb11979c6d85fb0cb9 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
Shawn Rutledge authored
Change-Id: I37e9a3c4c165525b0c785a47584fd62c17841e8f Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
- 21 Mar, 2013 - 2 commits
-
-
Jens Bache-Wiig authored
Change-Id: Icf8e689fc35ee3a73ae91989eb65a3ae6172db53 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
Gabriel de Dietrich authored
Support is minimal, but increases the API elegance significantly. Other controls, such as MenuItem, still need to have their exclusiveGroup property set. Change-Id: I31c4321c18dc788091e572fb15eb14c0cbb33520 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 15 Mar, 2013 - 1 commit
-
-
J-P Nurmi authored
Change-Id: I8b6af1c4c59cfcad513108e42c0e206320ee2b66 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>
-
- 13 Mar, 2013 - 2 commits
-
-
J-P Nurmi authored
To get the new properties (minimum/maximum width/height etc.) that were introduced in 2.1. Note: uncommented also minimum width/height in gallery now that the properties exist in AppWindow. Change-Id: I2976dea3aa55cc63b91ef79687ac3504a62c0b15 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
Gabriel de Dietrich authored
In the near future, we hope that QML types like Creator/Instantiator (currently under review) will help simplify model binding, and object creation and deletion. Also, given the differences between QML models and QAbstractItemModel APIs, it's hard to provide a unified and elegant solution for this right now. ComboBox gets the part of the logic that ContextMenu was responsible for, extended to support string list and number models. Auto-tests updated and XFAIL removed where applicable. Change-Id: I9f5d4059644c495bffff76fb7c353e6fe7fde62e Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
- 11 Mar, 2013 - 1 commit
-
-
Gabriel de Dietrich authored
Change-Id: Ib0b1445593ff48df56cd8d4d20122880c2dacca5 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 06 Mar, 2013 - 1 commit
-
-
Jan Arve Saether authored
It now uses the gridlayoutengine from graphicsview, which also gives us a well tested grid layout engine almost for free. Change-Id: I939ae4d2b321c8079935ff3374e8e5d10d02384b Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 04 Mar, 2013 - 1 commit
-
-
Caroline Chao authored
Save the last item with focus to reuse while using shortcuts at the application level. Call the function (if it exists) on the last item with focus when the related shortcut is triggered. This way a shortcut works both when it is called directly or when it is called from the menu. Change-Id: I5fb26a8793fa07c75da6c737cff4701291e0c1bc Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 01 Mar, 2013 - 4 commits
-
-
Gabriel de Dietrich authored
Change-Id: I1a48f0d1d69373ce141c029f69e53d62d650a943 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jens Bache-Wiig authored
Change-Id: I6b10f539b036811243676f34c0fabe403c263923 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
Gabriel de Dietrich authored
Note that currently, invisible Menus in MenuBars are not supported because of the QPA backend. To be decided whether we want this... Change-Id: Ide01c0ddc12f07969a5466a77b5c5c67b265ec87 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>
-
- 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>
-
- 25 Feb, 2013 - 1 commit
-
-
Gabriel de Dietrich authored
Some limitations in MouseArea force us to abandon the "one mouse area per menu item" implementation in favor of a menu-wide mouse area, where we track the position changes to highlight the menu item under the mouse cursor. This makes possible updating the highlighted menu item while keeping the mouse pressed. Also, we need to emit an extra mouse press event, from the menu popup window, so that the menu mouse area will receive any mouse release event the user may have triggered. This is because the initial mouse press event popping up the menu was made in another window, and MouseArea would only emit 'released' signals if the released button was already pressed. Change-Id: Id10dd61fcf9e38ef3d34a61b7172301802e9646c Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 22 Feb, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: I367758fe97656fb5c4aab79c87e80ead2430c69b Reviewed-by:
J-P Nurmi <jpnurmi@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>
-
- 13 Feb, 2013 - 1 commit
-
-
Gabriel de Dietrich authored
Change-Id: I3f6df4a0a799c85fe16354e03b466e34575a0785 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 11 Feb, 2013 - 1 commit
-
-
Gabriel de Dietrich authored
Before, they were created at construction time, possibly to be removed right after assigning the 'action' property. Also, added back some feedback for the open action in gallery. Change-Id: Ifcf83d707ad1b36a0b246aec904fe6a429e7aa54 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 08 Feb, 2013 - 1 commit
-
-
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>
-
- 05 Feb, 2013 - 2 commits
-
-
Jens Bache-Wiig authored
Since this functionality is moved out of components, we can remove it. Change-Id: I4b1c9e7e705253bd3f220e9681bee40ebfe20dba Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
Jens Bache-Wiig authored
Change-Id: I860f8c947cc417e0a55ba089a48d6fdcb33bbd00 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 17 Jan, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
I moved all the examples into subdirectories and added a qmlproject for each. Change-Id: I080182a43c3a518efc5f65b43460624bbb45e226 Reviewed-by:
Thomas Zander <zander@kde.org> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 14 Jan, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Just like ScrollBar, we do not need to expose the tabbar directly. This also merges the styling attributes and improves the styling API. Change-Id: I3ea10fa943e10661fbeca7fd5aae96fde83c6b14 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 11 Jan, 2013 - 1 commit
-
-
Gabriel de Dietrich authored
Action is loosely inspired by QAction in a simple, minimalistic way. Change-Id: I2f018699f9233ad29488606b87dbb4da46160f10 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 21 Dec, 2012 - 1 commit
-
-
Jens Bache-Wiig authored
This makes it possible to treat it as a Row layout before you anchor it to something. Change-Id: Id3477304dee831a38bdd651342fd277f202e8caa Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 20 Nov, 2012 - 1 commit
-
-
Sergio Ahumada authored
Added some licenses and fixed some QT_BEGIN_LICENSE tags Change-Id: I4077ccc9a3505c055c56dcb07da85e19523695b5 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@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 - 2 commits
-
-
Jens Bache-Wiig authored
Change-Id: Ife5806f1c1ebd9fbc9627130d543d960c35eba33 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Frederik Gladhorn authored
With Qt Quick 2 these are no longer needed, so unclutter. Change-Id: I92565190c2d4ea4b246767a7b8b89b8a6f12b83c Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-