- Mar 06, 2013
-
-
Debao Zhang authored
Change-Id: If1b47e16b0add48a1bda1476408ea31f6872b0ef Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Mar 01, 2013
-
-
Gabriel de Dietrich authored
Change-Id: I98c4c6aa39f9a947f0610ac976ed74447252d06b Reviewed-by:
J-P Nurmi <jpnurmi@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>
-
- 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 20, 2013
-
-
Martin Smith authored
When documenting a QML component, each qdoc comment must immediately precede the element being documented. In this file, that rule was violated. The property and method comments should be removed, because they don't apply to anything in the Menu. Or, if they should be there, they should be reintroduced so that each one immediately precedes the element being documented. The \qmltype comment is probably out of date now as well. Task-number: QTBUG-29740 Change-Id: Id8048e5f9d6d158305110a7c561224a8033ab088 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Feb 14, 2013
-
-
Jens Bache-Wiig authored
Change-Id: I2686f1d2245d5757f4ef947403e4ddd6284ad53b Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Feb 08, 2013
-
-
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>
-
- 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 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 20, 2012
-
-
Liang Qi authored
Change-Id: Ibf752d64399c6bd4bf5519aab330a9eacf6bb91b Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@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>
-
- Nov 09, 2012
-
-
Jens Bache-Wiig authored
Still buggy but better than nothing Change-Id: Iad978925b742dc95dd1b51f0aba5e39f9857f1f1 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Nov 08, 2012
-
-
Shawn Rutledge authored
Change-Id: If2df6d44be12e2e8c876f499319ccd42fe878833 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Nov 04, 2012
-
-
Jens Bache-Wiig authored
This is not a complete solution but enough for at least a useful demonstration :) Change-Id: I86b944a6d894d5db63163850fbb092cc290bc8ea Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Oct 29, 2012
-
-
Frederik Gladhorn authored
In order to make the code readable, get rid of the Qt 4 ifdefs. Change-Id: Ia3a18e840e4201fa2d43aefe01c66ea75a53aa25 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Oct 25, 2012
-
-
Frederik Gladhorn authored
Note that this is not the proper fix for menus. But at least it should compile and not crash the menu example any more (the window there is not necessarily a QTopLevelWindow so the cast may fail). Change-Id: Ice0dcd2331c69068ce1fcc5ee9dfab4be1b550b4 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.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>
-
- May 15, 2012
-
-
Morten Johan Sorvig authored
Copy over qtmenu and qtmenuitem from the Qt 4 branch. Register types in qstyleplugin.cpp. Delete Menu.qml MenuItem.qml - no longer in use and replaced by C++ code. Some porting was necessary, in particular changing QtMenuBase's base class from QObject to QtQuickItem. Bugs: On OS X the menu bar is displayed only ~50% if the time. Other platforms are not tested. Context menus do not work. Change-Id: I4e9cc6952ec1c70dc28cfda2352ba9962b539b17 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@nokia.com>
-
- May 14, 2012
-
-
Morten Johan Sorvig authored
Add ifdefs to the Qt 4 version. Depending on what branching strategy we chose we either merge this back to the master branch or strip out the Qt 4 code later on. Add QWindowWidget for embedding QWindows in QWidget hierarchies. QTopLevelWindow is still a QMainWindow (we want to re-use the menu implementation), but the center widget is now a QWidnowWidget with an embedded QQuickView. Change-Id: I173878efc869d8224e7330a13b37e85730d8ecbf Reviewed-by:
Morten Johan Sørvig <morten.sorvig@nokia.com>
-
- May 06, 2012
-
-
Jens Bache-Wiig authored
Change-Id: I0126e90c96cf400661acd503300524788755eef0 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@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.
-
- Nov 18, 2011
-
-
João Abecasis authored
The application instantiates a Settings element and adds properties to it. These properties can alias other fields in the graph or be bound to externally -- like regular QML properties. Item { id: main height: 480 width: 640 color: settings.color Settings { id: settings property string color: "blue" property alias height: main.height property alias width: main.width } } Behind the scenes, the element will grab saved state when loaded and save it back as the application state changes. * Implementation notes This is a proof of concept. The initial implementation is using QSettings and is sub-optimal. At the very least, a QSettings object could be shared across all Settings instances and I/O should be kept outside the main thread. It is also worth noting that QSettings does not support notifications for dynamically updating the UI. A different backend could. * Bugs/Issues Data is not saved in the destructor because I was gettings width and height properties set to 0 when the window closes. Currently using "group" property to map to QSettings group. Applications can't use a "group" property. Merge-request: 11 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-
- Nov 15, 2011
-
-
Adriano Rezende authored
Most of the developers are already used with the Row/Column behavior, so it should be better to keep the API more aligned with this idea. Signed-off-by:
Adriano Rezende <adriano.rezende@openbossa.org> Merge-request: 10 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-
Adriano Rezende authored
This component provides a more advanced layout capability compared to Row and Column elements. It supports element stretching, individual item spacing and minimum/maximum size hints. Any visual QML element can be inserted into this layout. Each element should provide size policy information through attached properties. Follows an example: LinearLayout { spacing: 2 orientation: LinearLayout.Horizontal Rectangle { color: "red" height: 50 Layout.minimumWidth: 100 } Rectangle { color: "green" height: 50 Layout.maximumWidth: 200 Layout.stretchFactor: 2.0 } } Signed-off-by:
Adriano Rezende <adriano.rezende@openbossa.org> Merge-request: 10 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-
- Nov 02, 2011
-
-
Samuel Rødal authored
-
- Oct 19, 2011
-
-
Jens Bache-Wiig authored
- Use minimumWidth/Height to align a bit more with row/column - Fix import issue
-
- Oct 16, 2011
-
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
- updated docs - Fixed itemIndex
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
-
- Oct 03, 2011
-
-
Jens Bache-Wiig authored
-
- Sep 25, 2011
-
-
Jens Bache-Wiig authored
We need this for SplitterRow and it has been released for a while.
-