aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | | Consistent use of syntax in V4 Register classMatthew Vogt2012-06-271-16/+16
* | | Add enum values from related typesMatthew Vogt2012-06-274-27/+74
* | | Support JS Date object in ListModel with static roles.Glenn Watson2012-06-262-3/+76
|/ /
* | Add warning if defining a ListModel with no roles.Glenn Watson2012-06-261-0/+6
* | Remove default allocation size for PODVector.Glenn Watson2012-06-261-6/+6
* | Don't AssertAlan Alpert2012-06-251-1/+2
* | Correctly resolve qrc:/ URLs in type loadingMatthew Vogt2012-06-251-11/+11
* | qmlRegisterRevision clashes with qmlRegisterUncreatableTypeMartin Jones2012-06-251-0/+31
* | Decode directory separators in source URLsMatthew Vogt2012-06-253-4/+14
|/
* 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-217-20/+14
* 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-122-17/+0
* Check for null ptr in qmlobject_cast definitionChris Adams2012-06-121-1/+1
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-1214-58/+180
* Avoid string-based lookup in IS_SIGNAL_CONNECTEDKent Hansen2012-06-101-8/+6
* Export QQuickListModel (marked private)Martin Jones2012-06-081-1/+1
* 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-052-0/+19
* 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-3110-34/+34
* 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
* 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
* 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