aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* don't rely on qtbase sourcesOswald Buddenhagen2012-06-261-1/+3
* Fix build: include the necessary headers properly.Thiago Macieira2012-06-221-0/+2
* Handle enum values of -1 correctly.Michael Brasser2012-06-225-15/+22
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-223-3/+65
* Report clashing qmldir entries for components and scriptsMatthew Vogt2012-06-221-7/+33
* Create new documentation structureChris Adams2012-06-2180-7633/+5433
* Put basic language types into QtQml importChris Adams2012-06-214-17/+25
* Disallow signal-handler-specification for non-signal methodsChris Adams2012-06-212-2/+2
* Enable literal Qt enum assignment to enum properties.Michael Brasser2012-06-211-9/+9
* Fix some of the bundle test failures on Windows.Glenn Watson2012-06-202-12/+12
* QtQuick: Fix warnings about unused variables.Friedemann Kleint2012-06-131-2/+0
* Remove non-templated qobject module api registration functionChris Adams2012-06-123-26/+0
* Check for null ptr in qmlobject_cast definitionChris Adams2012-06-121-1/+1
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-1215-59/+182
* Avoid string-based lookup in IS_SIGNAL_CONNECTEDKent Hansen2012-06-101-8/+6
* Export QQuickListModel (marked private)Martin Jones2012-06-081-1/+1
* put private Qt dependencies below load(qt_module_config)Oswald Buddenhagen2012-06-071-1/+4
* Don't double emit threaded signalsAaron Kennedy2012-06-072-1/+28
* Disallow parent changes for QML created objectsAaron Kennedy2012-06-066-27/+36
* QQmlXmlHttpRequest - use readyread signal not downloadProgressShane Kearns2012-06-061-5/+4
* Fixed compile error in qqmlscript.cpp due to narrowing conversion.Samuel Rødal2012-06-061-3/+3
* Fix filesystem case sensitivity of QML directory cacheMartin Jones2012-06-061-101/+45
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-2/+2
* Avoid unnecessary QByteArray creationKent Hansen2012-06-051-1/+1
* Allow the global JS UTC offset to be invalidatedMatthew Vogt2012-06-053-0/+45
* Delay conversion of v8 exceptions to QQmlErrors.Michael Brasser2012-06-0512-52/+106
* Send valueTypeIndex to setBindingNoEnable in the expected format.Michael Brasser2012-06-041-2/+3
* Fix crash in lazy meta object generation.Aaron Kennedy2012-06-041-1/+1
* Remove dead codeKent Hansen2012-06-011-28/+0
* Avoid copy-and-paste of property cache resolution codeKent Hansen2012-06-012-24/+15
* Avoid string-based lookup of signalsKent Hansen2012-06-011-5/+5
* Fix another crash due to unregistered enum typesChris Adams2012-06-011-0/+2
* Fix doc snippets paths and parsing errorsBea Lam2012-05-31120-5587/+408
* Debugger: Clearing the ObjectReferenceHashSimjees Abraham2012-05-302-0/+8
* Doc: Changed title of "QML Plugins and C++ Bindings" articleJerome Pasion2012-05-301-3/+3
* Ensure that variant property references keep QObjects aliveChris Adams2012-05-302-7/+39
* Add internal API for accessing V8 handles of QJS typesKent Hansen2012-05-294-0/+61
* Avoid using previously declared variablesCharles Yin2012-05-291-3/+3
* Avoid using previously declared variablesCharles Yin2012-05-291-2/+2
* Remove obsolete overload of QQmlEngine::importPlugin()Matthew Vogt2012-05-292-26/+0
* Fix potential buffer overrun.Martin Jones2012-05-292-3/+3
* Initialize data members in QML engineMartin Jones2012-05-294-3/+4
* Fix warnings about truncation from size_t to int (MSVC2010/64bit).Friedemann Kleint2012-05-291-2/+2
* Fix crash caused by unregistered enum typesChris Adams2012-05-282-5/+16
* Store QQmlMetaObject in V4Aaron Kennedy2012-05-251-4/+4
* QQmlEngineDebugService: Property Data of type QVariantAurindam Jana2012-05-252-1/+3
* Add an v8 object template for visual data model change sets.Andrew den Exter2012-05-253-2/+2
* Don't rewrite the body of function expressionsRoberto Raggi2012-05-252-0/+13
* Remove exceptions support from QtQmlChris Adams2012-05-252-15/+3
* Add more RETURN_IF_DELETED checking in animation codeCharles Yin2012-05-251-1/+1