- May 16, 2013
-
-
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>
-
- Apr 15, 2013
-
-
Frederik Gladhorn authored
Window shortcuts need to be only handled in their respective windows. Before having two windows with the same shortcut defined would simply bail out without triggering either of them. Change-Id: Ice6c695d4b8f77f8bb7fcce6397fb26f216cc6ed Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Apr 12, 2013
-
-
J-P Nurmi authored
Change-Id: Ic3b95c40d2698343fdeed30db5ad8a0ec3f8df22 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
J-P Nurmi authored
Change-Id: I6e55938749cac6177d3c7f3628aba52ea661873f Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Mar 21, 2013
-
-
Gabriel de Dietrich authored
The 'checked' property should appear as false while 'checkable' is false. Change-Id: I55acc899ac54b8548c11619a102b4af9eff34f3b Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
Gabriel de Dietrich authored
Includes Menu, MenuItem, Action, and ExclusiveGroup. Change-Id: I447c36fe361bbad2f5a31584f242601a150832fa Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- Mar 13, 2013
-
-
Frederik Gladhorn authored
When the current item gets removed we need to properly clean up. Change-Id: I2a844319bbf8513b6ed5e40eccb15b6d03b73df9 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Mar 12, 2013
-
-
Gabriel de Dietrich authored
Task-number: QTBUG-30150 Change-Id: Iec9142089cb59e8c66554005ff693f9fa6f70293 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Mar 06, 2013
-
-
Debao Zhang authored
Change-Id: If1b47e16b0add48a1bda1476408ea31f6872b0ef Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Mar 05, 2013
-
-
Frederik Gladhorn authored
Change-Id: Ibe64b7be1c8661be973663130c007901b6222f3d Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Mar 01, 2013
-
-
Gabriel de Dietrich authored
Make sure this is true after we trigger any action. Setting checked manually doesn't enforce this behavior. Change-Id: I75c8648cfab5d2c8b7cd11472256e6dc49d3fcb4 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Gabriel de Dietrich authored
Change-Id: Iafac1dcb89dc8fe2eb9cd3613ec05328efab445c 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>
-
- Feb 26, 2013
-
-
Frederik Gladhorn authored
Change-Id: I633412c403de80681f955e4af91c50597bb6e3d4 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Feb 22, 2013
-
-
Gabriel de Dietrich authored
- Moved 'exclusiveGroup' property from ButtonBehaviour to BasicButton. - Renamed registerCheckable() to bindCheckable(), unregisterCheckable() to unbindCheckable(). - Improved and updated documentation. Change-Id: I74cdea37cb8fcdf5cce22f58981cfb3a7dafaf8f Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Feb 21, 2013
-
-
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>
-
- Feb 13, 2013
-
-
Gabriel de Dietrich authored
Change-Id: I3f6df4a0a799c85fe16354e03b466e34575a0785 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
Gabriel de Dietrich authored
Change-Id: Id39619c1a13e5453bebfc8469c287d94693ad428 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Feb 07, 2013
-
-
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>
-
- Jan 17, 2013
-
-
Frederik Gladhorn authored
Using QGuiApplication's shortcut mapper we can register shortcuts and get notifications when they are triggered. Change-Id: I501dea1cb53ca1614911be70a10ddf36c273d2b9 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Jan 11, 2013
-
-
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>
-
- Jan 04, 2013
-
-
Liang Qi authored
Including QT_BEGIN_NAMESPACE, QT_END_NAMESPACE, QT_BEGIN_HEADER and QT_END_HEADER. Change-Id: I9040bdf097d229ba897ada799f72cd9bfc80c844 Reviewed-by:
Liang Qi <liang.qi@digia.com>
-
Liang Qi authored
Change-Id: I58c6f143de8d074fe2b382eff524500c6a8270ea Reviewed-by:
Liang Qi <liang.qi@digia.com>
-
- Dec 05, 2012
-
-
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>
-
- Nov 20, 2012
-
-
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>
-
- Oct 17, 2012
-
-
J-P Nurmi authored
Change-Id: Icdca889d33e82a4ab9dcf7cea06a200ae63877a9 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
- Jul 03, 2012
-
-
Adriano Rezende authored
Change-Id: I099aa93a8ee28c5e7e76ef8e316449266acbadd2 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-
- Jun 29, 2012
-
-
Jens Bache-Wiig authored
Not used for anytning so lets kill it Change-Id: If68efb4c6e90f5c88e33728cee23df12bb7fb1d1 Reviewed-by:
Leonardo Sobral Cunha <leo.cunha@nokia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-
- May 21, 2012
-
-
Jens Bache-Wiig authored
Change-Id: I7ab9a8e64495c5586499f826e865550347778249 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@nokia.com>
-
Jens Bache-Wiig authored
Change-Id: I7ab9a8e64495c5586499f826e865550347778249 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@nokia.com>
-
- Apr 23, 2012
-
-
Debao Zhang authored
Change-Id: Ibd3a5870945fcd2d78e0f2c8282f34f1bebd54b2 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Morten Johan Sørvig <morten.sorvig@nokia.com>
-
Debao Zhang authored
Change-Id: I0c600fe57dc9e6a61d348cd6f4fc7dcf21fa2b70 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Dec 06, 2011
-
-
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.
-
- Sep 21, 2011
-
-
Jens Bache-Wiig authored
-
- Jun 23, 2011
-
-
Marco Bubke authored
-
- Apr 18, 2011
-
-
Jens Bache-Wiig authored
-
- Feb 21, 2011
-
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
-