summaryrefslogtreecommitdiff
path: root/src/controls/plugin.pri
Commit message (Collapse)AuthorAgeFilesLines
* Fix ApplicationWindow state / content sizeJ-P Nurmi2014-08-061-2/+0
| | | | | | | | | | | | | | | | QML Window is not a plain QQuickWindow, but QQuickWindowQmlImpl that does delayed visibility handling and shows the window in appropriate state. Thus, ApplicationWindow cannot inherit QQuickWindow or it would lose all that magic. QQuickApplicationWindow was added in order for ApplicationWindowStyle to be able to know whether a custom window color had been set. This change gets rid of the QQuickWindow subclass and simply compares the window color to white, which is the default fill color of QQuickWindow. Change-Id: Ibd95ef0717c2db51246c6a71585e9286e61cef0b Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Introduce ApplicationWindowStyleJ-P Nurmi2014-08-051-0/+2
| | | | | Change-Id: If96bfc8185883ff523ca4242f8ab04b5fccb8999 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Menu: Extract QQuickMenuPopupWindow core popup behaviorGabriel de Dietrich2013-10-181-0/+2
| | | | | | | ... and put it in QQuickPopupWindow. Change-Id: I6920f5c13904483310faae990c7199db9f1c4708 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Enable TableView multi-row selectionJens Bache-Wiig2013-09-201-0/+1
| | | | | | | | | | | | | | | | This adds a new read-only property selection and selectionMode to TableView with the following features: selection.selectAll() selection.select(from, to) selection.deselect(from, to) selection.forEach(callback) selection.contains(index) selection.selectionChanged() selection.count Change-Id: I3cbd433851354bb68a6075f0b31f46dab8c83fd4 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Move plugin.cpp out of plugin.priCaroline Chao2013-06-241-1/+0
| | | | | | | So plugin.pri only contains the module specific files. Change-Id: I2f5d73da5d328ca1a5bee445e09d4dec7fa8682e Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Rename DesktopIconProvider to QQuickDesktopIconProviderCaroline Chao2013-06-241-1/+2
| | | | | | | | And move the QQuickDesktopIconProvider class to a separate header. Change-Id: I16fb1d5f286ccf8ba6c671a12b843565c2b52a22 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Rename QtStack to QQuickStackJ-P Nurmi2013-04-151-2/+2
| | | | | Change-Id: Ifd2353b2e5183871900df919c2ca162dde4747e8 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Rename QtMenuXxx to QQuickMenuXxxJ-P Nurmi2013-04-151-9/+9
| | | | | Change-Id: I89aa205686f0bdf2b267ad17a8ae0470c2f4751f Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Rename QtExclusiveGroup to QQuickExclusiveGroupJ-P Nurmi2013-04-121-2/+2
| | | | | Change-Id: Ic3b95c40d2698343fdeed30db5ad8a0ec3f8df22 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Rename QtAction to QQuickActionJ-P Nurmi2013-04-121-2/+2
| | | | | Change-Id: I6e55938749cac6177d3c7f3628aba52ea661873f Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Cleanup the C++ plugin implementationJ-P Nurmi2013-04-111-4/+0
| | | | | Change-Id: Icf67d7d4804fa1d0a4ea8cbd2c982f1385c437d3 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* Remove the Page control - use attached properties insteadJ-P Nurmi2013-03-201-2/+3
| | | | | | Change-Id: I69599daeea4ba49689fbbbe58c5d4a60fccc8824 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Menu: Remove 'model' property, ContextMenuGabriel de Dietrich2013-03-131-0/+1
| | | | | | | | | | | | | | | 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>
* Change the layout engine of RowLayout and ColumnLayout.Jan Arve Saether2013-03-061-6/+0
| | | | | | | | | 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>
* Rename QtDesktop to QtQuick.ControlsJens Bache-Wiig2013-02-211-0/+27
Change-Id: Icc61dbfc74cc2a303b9847e7d2c7ace4a9002046 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>