aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* QtQuick.Dialogs MessageDialog docsShawn Rutledge2013-11-226-15/+203
* Doc: Fixed QtQuick.Window documentationJerome Pasion2013-11-151-1/+1
* Doc: Adding FontDialog type to group "dialogs".Jerome Pasion2013-11-131-0/+1
* Update .qmltypes files for 5.2Alan Alpert2013-11-129-64/+1028
* QtQuick.Dialogs: hide internal functions and propertiesShawn Rutledge2013-11-122-75/+74
* Simplify & speed up function callingLars Knoll2013-11-091-10/+10
* MessageDialog: handle clicked(button, role) signal properlyShawn Rutledge2013-11-087-88/+158
* DefaultMessageDialog: use gadget StandardButton typeShawn Rutledge2013-11-081-36/+36
* Fix FolderListModel versioningJ-P Nurmi2013-11-075-15/+23
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
* Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-051-0/+7
* Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
* Replace Message attached property with gadget typesShawn Rutledge2013-11-053-17/+16
* QtQuick.Dialogs DefaultFontDialog: visual improvementsShawn Rutledge2013-10-311-329/+334
* QtQuick.Dialogs DefaultFileDialog: visual improvementsShawn Rutledge2013-10-301-4/+5
* QtQuick.Dialogs MessageDialog: use Flow for button layoutShawn Rutledge2013-10-301-7/+18
* QtQuick.Dialogs: fake window decoration clips, is opaque for touchShawn Rutledge2013-10-301-0/+3
* QtQuick.Dialogs: handle more keyboard shortcutsShawn Rutledge2013-10-305-42/+129
* Add support of hidden files to folder list model.kakadu2013-10-295-3/+48
* QQmlSettings: fix loading of initial valuesJ-P Nurmi2013-10-291-3/+2
* QQmlSettings: fix indentationJ-P Nurmi2013-10-291-2/+2
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-4/+14
* QtQuick.Dialogs: resolution-independent controls use actual resolutionShawn Rutledge2013-10-263-5/+6
* Doc: Added a QML module page for Qt Quick TestVenu2013-10-232-0/+2
* Make LocalStorage more verboseGatis Paeglis2013-10-221-1/+3
* QtQuick.Dialogs: deploy qml files only for debug buildsShawn Rutledge2013-10-171-2/+5
* Fix crash in FolderListModelFabian Bumberger2013-10-171-3/+5
* Speed up exception propagationSimon Hausmann2013-10-161-19/+36
* Dialogs: use resources for QML and imagesShawn Rutledge2013-10-162-15/+64
* QtQuick.Dialogs: on single-window platforms, don't resize the windowShawn Rutledge2013-10-151-1/+4
* Add classnames for QML import plugins.Morten Johan Sørvig2013-10-1411-0/+11
* qdoc: Added excludedirs to qtquickdialogs.qdocconfMartin Smith2013-10-101-0/+2
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Change exception handling APISimon Hausmann2013-10-022-6/+6
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-1/+1
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-4/+3
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-14/+14
* Remove some uses of raw Object pointersLars Knoll2013-09-301-3/+5
* Remove Value::fromString()Lars Knoll2013-09-281-2/+2
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-1/+1
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-285-12/+12
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-282-4/+4
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-24/+21
* Move more API over to use ValueRefLars Knoll2013-09-261-5/+7
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-9/+10
* Fix API of QQmlV4HandleLars Knoll2013-09-264-9/+14
* Fix Persistent/WeakValue APILars Knoll2013-09-261-4/+8
* Doc: Made \since command in Dialog QML types consistent.Jerome Pasion2013-09-253-3/+3
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-9/+9
* Cleanup Object::define*Property APILars Knoll2013-09-221-8/+8