aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a URL interceptor to the QML engineAlan Alpert2013-05-071-0/+5
* Stabilize CodeAlan Alpert2013-04-021-1/+1
* Add Composite Types to QQmlTypeAlan Alpert2013-02-181-23/+24
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-041-1/+0
* Enable mobule build with QT_NO_TRANSLATIONTasuku Suzuki2012-11-261-1/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-291-1/+4
* Refactor singleton type registration codeChris Adams2012-08-281-1/+1
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-3/+3
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-241-1/+19
* Fix signal offset in dynamic sig param lookupChris Adams2012-08-221-3/+2
* Reduce memory consumption in QV4Bindings::BindingMatthew Vogt2012-08-171-5/+0
* Fix crash in signal change notification overrideChris Adams2012-08-161-7/+45
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-101-17/+16
* Allow signal parameters which are custom QML object-typesChris Adams2012-08-081-3/+27
* Make QQmlScriptString opaque.Michael Brasser2012-08-031-0/+3
* Fix broken value-type support by allowing property definitionChris Adams2012-07-111-0/+8
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-7/+34
* Make Behaviors work correctly with value types.Glenn Watson2012-07-041-5/+30
* Add enum values from related typesMatthew Vogt2012-06-271-13/+15
* Decode directory separators in source URLsMatthew Vogt2012-06-251-0/+2
* Handle enum values of -1 correctly.Michael Brasser2012-06-221-6/+8
* Disallow signal-handler-specification for non-signal methodsChris Adams2012-06-211-1/+1
* Enable literal Qt enum assignment to enum properties.Michael Brasser2012-06-211-9/+9
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-121-12/+12
* Disallow parent changes for QML created objectsAaron Kennedy2012-06-061-13/+9
* Avoid copy-and-paste of property cache resolution codeKent Hansen2012-06-011-24/+14
* Initialize data members in QML engineMartin Jones2012-05-291-1/+1
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-538/+511
* Optimize QML enum resolutionMartin Jones2012-05-241-23/+25
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-241-0/+29
* Simplify a type name query.Jędrzej Nowacki2012-05-211-1/+1
* QtDeclarative: Fix warnings about uninitialized variables.Friedemann Kleint2012-05-211-1/+1
* Optimize type resolutionMartin Jones2012-05-171-5/+6
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-171-6/+4
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-14/+14
* Allow V4 bindings to be assigned to aliasesMichael Brasser2012-05-101-15/+13
* Add rect property typeMichael Brasser2012-05-101-0/+1
* Minor optimizations and cleanupAaron Kennedy2012-05-041-21/+10
* Initial bundle supportAaron Kennedy2012-05-041-5/+5
* Use QUrl constructor directly.Michael Brasser2012-04-201-10/+2
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-111-16/+15
|\
| * Allow V8 bindings to be assigned to aliasesAaron Kennedy2012-03-301-16/+15
* | Merge master into api_changesKent Hansen2012-03-231-3/+15
|\|
| * Allow literal enum to int property assignmentsChris Adams2012-03-211-3/+15
* | Migrate gui dependencies from QtQml to QtQuick.Matthew Vogt2012-03-201-20/+9
* | Crash fix after QMetaType change.Jędrzej Nowacki2012-03-131-3/+5
* | Make QFastMetaBuilder generate revision 7 meta-objectsKent Hansen2012-03-131-113/+87
|/
* Use StringRef::load() to initialize DefaultProperty stringKent Hansen2012-03-071-1/+1