aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-266-15/+40
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-266-15/+40
| |\
| | * Fix crash with early QObject property accessSimon Hausmann2014-08-252-5/+15
| | * Protect some members in QQmlObjectCreatorLars Knoll2014-08-252-5/+7
| | * Protect incubation against its creator being deleted.Gunnar Sletta2014-08-231-1/+1
| | * Fix crash with recursively loading cached compilation unitsSimon Hausmann2014-08-222-4/+17
* | | QSM: Reintroduce guard argument evaluationSebastian Sauer2014-08-252-0/+41
|/ /
* | Update license headers and add new licensesJani Heikkinen2014-08-25160-3030/+1750
* | Add const & to argumentsAlbert Astals Cid2014-08-242-1/+14
* | v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-221-0/+4
* | Fix setContextObject to re-evaluate bindingsAlex Montgomery2014-08-151-0/+1
* | CleanupSimon Hausmann2014-08-157-40/+36
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-122-9/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-122-9/+7
| |\|
| | * Avoid double deletion when deleting an incubating component.Martin Jones2014-08-111-4/+3
| | * Clarify Component.onCompleted/onDestruction docsGunnar Sletta2014-08-061-5/+4
* | | Doc: Remove duplicated wordsTopi Reinio2014-08-121-1/+1
|/ /
* | Merge "Merge branch '5.3' into dev" into refs/staging/devGunnar Sletta2014-08-081-1/+0
|\ \
| * | Merge branch '5.3' into devGunnar Sletta2014-08-071-1/+0
| |\|
| | * Fix assertion: ASSERT: "hasException" in file jsruntime/qv4engine.cpp, line 933Robin Burchell2014-07-311-1/+0
* | | Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-073-1/+16
|/ /
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-293-7/+23
|\|
| * Don't dereference null pointer.Sérgio Martins2014-07-281-1/+1
| * Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-262-6/+22
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-261-0/+5
|\|
| * QQmlComponent::create(): visual items must have a visual parent.Mitch Curtis2014-07-241-0/+5
* | qmlRegisterCustomExtendedType, qmlRegisterExtendedUncreatableTypePaul Lemire2014-07-251-0/+77
* | QQmlError::toString: improve handling of empty urls.David Faure2014-07-242-6/+7
* | Cleanup: Get rid of __data membersSimon Hausmann2014-07-229-89/+0
* | Fix Managed::as<>() methodLars Knoll2014-07-229-17/+17
* | Change the object allocation schemeSimon Hausmann2014-07-229-29/+29
* | Convert String to new constructor syntaxLars Knoll2014-07-222-3/+3
* | Convert regexpsLars Knoll2014-07-223-28/+27
* | Convert context and list wrapperLars Knoll2014-07-224-37/+33
* | New construction scheme for the binding wrapperLars Knoll2014-07-221-2/+2
* | Convert TypeWrapper and ValueTypeWrapperLars Knoll2014-07-224-73/+83
* | Construct xhr objects the new wayLars Knoll2014-07-221-120/+101
* | Remove unused methodLars Knoll2014-07-222-7/+0
* | Convert constructors for builtin functionsLars Knoll2014-07-222-73/+75
* | Get rid of all uses of ObjectRefLars Knoll2014-07-224-7/+6
* | Remove the less often used Ref classesLars Knoll2014-07-223-5/+4
* | Get rid of StringRefLars Knoll2014-07-2212-64/+62
* | Fix compiler warningLars Knoll2014-07-221-0/+1
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-2210-457/+457
* | Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-221-1/+1
* | Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-228-15/+15
* | Convert xmlhttprequest to new data layoutLars Knoll2014-07-221-124/+151
* | Convert qqmlbuiltinfunctions to the new storage layoutLars Knoll2014-07-223-22/+34
* | Convert QQmlValueTypeWrapper to the new storage schemeLars Knoll2014-07-222-60/+67
* | Convert type wrapper to new data layoutLars Knoll2014-07-222-35/+47