summaryrefslogtreecommitdiff
path: root/src/dialogs/Private
Commit message (Collapse)AuthorAgeFilesLines
* QtQuick.Dialogs.Private needs classname in its qmldirShawn Rutledge2014-01-101-0/+1
| | | | | | | | | | Add classname entry to qmldir, otherwise qmlimportscanner cannot utilize it when doing static builds (on iOS). (same as change 6dbb25f944249f7b846be8b4d77165f054c5483f in qtdeclarative) Task-number: QTBUG-35369 Change-Id: Id4dcd3e2193cd9f76db72f3244b1bde39a0d1a63 Reviewed-by: Liang Qi <liang.qi@digia.com>
* Revert "dialog-private: replace QJSValue with QQmlV4Handle in js functions"Simon Hausmann2014-01-085-61/+38
| | | | | | | | | | This reverts commit b365471f0abc79f08bf0d852aea3be0a601c6901. We need to be able to change the internal API in QtQml, which is difficult if other modules are using it. It's much easier here to simply use QJSValue. Change-Id: Ibbc078d8deffcf4f5a96a4cfe50c836d6653d666 Reviewed-by: Liang Qi <liang.qi@digia.com>
* Move array data into its own structShawn Rutledge2014-01-061-2/+2
| | | | | | | | | Re-applying changes from c83b9cdd584c459ecaaae5c04c314aad50585754 in the qtdeclarative repository which were done after beginning to move the dialogs into qtquickcontrols. Change-Id: I29798b88268a965aa66ba78f8f730bcac00576af Reviewed-by: Liang Qi <liang.qi@digia.com>
* move QtQuick.Dialogs from qtdeclarative to qtquickcontrolsShawn Rutledge2014-01-037-0/+777
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>