aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a Safe<T> class and start using itLars Knoll2013-09-223-7/+12
* Start using StringRef for parameter passingLars Knoll2013-09-221-3/+3
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-10/+4
* Further work towards an exact GCLars Knoll2013-09-222-21/+24
* dialog-private: replace QJSValue with QQmlV4Handle in js functionsLiang Qi2013-09-205-37/+54
* Adding QtQuick.Dialogs.MessageDialogShawn Rutledge2013-09-1923-5/+1683
* Add FontDialog to QtQuick.DialogsLiang Qi2013-09-1825-3/+2433
* rerun qmlplugindump for QtQuick.Dialogs, now including QML typesShawn Rutledge2013-09-181-14/+29
* Convert some methods to use Returned<>Lars Knoll2013-09-181-6/+16
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-182-9/+11
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-22/+22
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-4/+4
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-3/+3
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-3/+7
* Qt Quick Dialogs: can see and control geometry of QML implementationsShawn Rutledge2013-09-172-13/+50
* Add currentColor property to ColorDialog.Mitch Curtis2013-09-175-23/+55
* fixed warnings in dialog module when PURE_QML_ONLY is definedShawn Rutledge2013-09-171-1/+4
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-6/+6
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-123-5/+5
* DefaultColorDialog bugfix: binding color to a TextFieldShawn Rutledge2013-09-121-1/+1
* Move CallData onto the JS stackLars Knoll2013-09-111-12/+13
* Merge branch 'stable' into devSergio Ahumada2013-09-061-2/+1
|\
| * Fix compiler warning about unused variableKai Koehne2013-09-041-1/+1