summaryrefslogtreecommitdiff
path: root/src/controls/qmldir
Commit message (Collapse)AuthorAgeFilesLines
* QtQuick.Controls depends on QtQuick.WindowCaroline Chao2015-01-221-0/+1
| | | | | | | | | | | ApplicationWindow.qml depends on QtQuick.Window. But when qml files are in resources, this dependency can be hidden. Explicitly add the dependency to QtQuick.Window in qmldir so qmlimportscanner is always aware of it. Change-Id: I020bb145253640177d92154390a85aa6cedf6f86 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Adding designersupported to pluginsThomas Hartmann2014-09-181-0/+1
| | | | | | | | This patch adds designersupported to the plugins supported by QtQuick Designer. Change-Id: I021bdeab6ef1e29d5ffd7e1e95b296217aaf10eb Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Add classnames for QML plugins.Morten Johan Sørvig2013-10-281-0/+1
| | | | | | | | Needed for static builds on iOS Change-Id: I77a0f9b9dc0531a321227b6f618558f31d0dd2da Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com> Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Add missing infotype to qmldir of controlsCaroline Chao2013-09-171-0/+1
| | | | | Change-Id: I58737969bb271f1f239aecd580735bdc9c97f447 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Add qml/js files in resourceCaroline Chao2013-08-211-26/+0
| | | | | | | | | | | | | | | | | | | | | | All the qml and js files are embedded in the Qt Quick Controls plugin (for Controls, Styles and Private). If ApplicationWindow.qml is missing, loading the files from resource will be enabled. Otherwise, the files will be loaded from the local path. The purpose of this change is to make the deployment of Qt Quick Controls easier while keeping the development tasks convenient. With this solution: - It is only necessary to deploy the qmldir and the plugin qtquickcontrolsplugin found in the QtQuick/Controls folder. - By default the files used are the ones found in the local folder. Autocompletion and debugging capabilities remain unchanged. Task-number: QTBUG-31565 Change-Id: I938ebe261c3c35f9e3b066d82c81accd9750edc9 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Yet another plugin renameJens Bache-Wiig2013-05-271-1/+1
| | | | | | | | | For consistency we should use "plugin" as suffix on plugin names. Change-Id: Ieea483cc1d7642e4fcd7d0907de8efd7e00743e1 Reviewed-by: Caroline Chao <caroline.chao@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Rename generic plugin namesJens Bache-Wiig2013-05-271-1/+1
| | | | | | | | | We should not use names as generic as "plugin.dll" and "private.dll". This will cause a lot of confusion when deploying. Task-number: QTBUG-31348 Change-Id: Iee18e4d0cd713b63ff1b99dc0db31123b90666ec Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* PageStack: rename PageStack to StackViewRichard Moe Gustavsen2013-03-281-1/+1
| | | | | Change-Id: Idd859547ca7c7a87cfafc882bf7593246efc58e7 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* PageStack: rename PageAnimation to StackViewTransitionRichard Moe Gustavsen2013-03-281-1/+1
| | | | | Change-Id: I38698118b469bfbb64d16d562a4c67f5b27a761a Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* PageStack: rename PageTransition to StackViewDelegateRichard Moe Gustavsen2013-03-281-1/+1
| | | | | | | | | A 'PageTransition' is more a 'delegate' that is asked when the PageStack needs to create a new transition. So it feels more correct to name it this way. Change-Id: I1359592690d76b59f2d76baaf83455ae634fa4cc Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Remove the Page control - use attached properties insteadJ-P Nurmi2013-03-201-1/+0
| | | | | | 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-1/+0
| | | | | | | | | | | | | | | 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>
* Rename Splitter to SplitViewJ-P Nurmi2013-02-221-1/+1
| | | | | Change-Id: I1db05195ada0b798a632da04fb256f030c894560 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Rename TabFrame to TabViewJens Bache-Wiig2013-02-221-1/+1
| | | | | Change-Id: I367758fe97656fb5c4aab79c87e80ead2430c69b Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Rename ScrollArea to ScrollViewJens Bache-Wiig2013-02-221-1/+1
| | | | | | | | We want to introduce View as a common name for items that are not simple controlss but views controlling other items Change-Id: I13ffc096742ec13023c58b4744ad53084e11cc67 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Rename QtDesktop to QtQuick.ControlsJens Bache-Wiig2013-02-211-0/+30
Change-Id: Icc61dbfc74cc2a303b9847e7d2c7ace4a9002046 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>