summaryrefslogtreecommitdiff
path: root/src/dialogs/qmldir
Commit message (Collapse)AuthorAgeFilesLines
* Enable using the module in a statically built applicationAndy Shaw2016-03-151-0/+1
| | | | | | | Task-number: QTBUG-35754 Task-number: QTBUG-45868 Change-Id: I9bb332bc85713a17f02f3e7e768592e3234edfe3 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* qmldir: Dialogs depends on ControlsShawn Rutledge2015-03-171-0/+1
| | | | | | | | qmlimportscanner does not check Default*Dialog.qml to discover this. Change-Id: I2385f403b385ee370e6616aaecb75098b2fa9652 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@theqtcompany.com>
* dialogs: let QtQuick.Dialogs depend on QtQuick.Dialogs.PrivateRichard Moe Gustavsen2014-10-161-0/+1
| | | | | | | | | With need to add an explicit dependency on QtQuick.Dialogs.Private in qmldir, since plugin.cpp decides run-time if it needs to load private qml files. Change-Id: I324858586a6c0b67c00eb7f8160c812a81caa21d Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
* QtQuick.Dialogs depends on Qt.labs.folderlistmodel, Qt.labs.settingsShawn Rutledge2014-10-011-0/+2
| | | | | | | | | | But the dependency is hidden behind dynamic loading in plugin.cpp; so for qmlimportscanner to know about it, we have to declare it, and qmlimportscanner needs to react to the "depends" line in qmldir. Task-number: QTBUG-41489 Change-Id: I739791e07a72d628f8c08d067566631c59c7375e Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
* move QtQuick.Dialogs from qtdeclarative to qtquickcontrolsShawn Rutledge2014-01-031-0/+4
This will enable using Controls in the QML dialog implementations. For now, Controls are used only as drop-in replacements for the Button, Checkbox, and TextField which were custom implementations in the qtdeclarative module before. Change-Id: Ic79e9e8e5715a72ce51f4c724bfdfd33653300f2 Reviewed-by: Liang Qi <liang.qi@digia.com>