aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Minor cleanupLars Knoll2015-09-251-1/+1
* | Speed up QQmlEngine constructorLars Knoll2015-09-254-37/+48
* | Fix baseline of text with vertical align != TopEskil Abrahamsen Blomfeldt2015-09-241-4/+5
* | Improve warning for QtQml.BindingTobias Koenig2015-09-241-3/+33
* | Factor out method to get pretty QML type nameTobias Koenig2015-09-243-27/+42
* | Fix read of uninitialized value (undefined behavior)Thiago Macieira2015-09-241-2/+2
* | Add a \sinceLars Knoll2015-09-231-0/+2
* | Use V4 double-to-string conversion instead of QVariant'sUlf Hermann2015-09-231-1/+7
* | Cleanup: remove HP-UX and AIX specific code pathsLars Knoll2015-09-221-30/+3
* | Fix function signatureLars Knoll2015-09-223-11/+11
* | Fixes to Error objectsLars Knoll2015-09-225-138/+121
* | Avoid a function call when allocation new objectsLars Knoll2015-09-222-48/+44
* | Move remaining objects to new constructor syntaxLars Knoll2015-09-2235-226/+145
* | Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-2215-72/+63
* | Simplify new construction schemeLars Knoll2015-09-2210-57/+133
* | move error objects over to new construction schemeLars Knoll2015-09-225-94/+147
* | Convert variant object and ObjectProtoLars Knoll2015-09-225-14/+25
* | Use the new construction scheme for RegExpObjectsLars Knoll2015-09-225-56/+46
* | Move more objects over to the new allocation schemeLars Knoll2015-09-2211-85/+66
* | Inline property data into the objectLars Knoll2015-09-225-35/+114
* | QV4_MM_STATS was missing largeItem detailsFrank Meerkoetter2015-09-221-0/+5
* | Make QML composite types inherit enumsJ-P Nurmi2015-09-219-15/+48
* | Remove some dead codeSimon Hausmann2015-09-214-56/+10
* | TextEdit: selectedTextChanged not emitted when calling select 2nd timeDan Cape2015-09-212-4/+17
* | Add DataView unsigned integer getter/setters with correct casingsNobuaki Sukegawa2015-09-211-6/+14
* | ListView: Set currentItem's culled state on geometry changeGabriel de Dietrich2015-09-211-0/+9
* | Fix typo in scenegraph documentationMitch Curtis2015-09-211-1/+1
* | QmlDebug: Make sure debug server knows connection before any messagesUlf Hermann2015-09-211-15/+9
* | Add const & to a few iteratorsAlbert Astals Cid2015-09-211-6/+6
* | Improve QQuickTextureFactory::textureFactoryForImage docuAlbert Astals Cid2015-09-211-1/+3
* | Remove getterFrank Meerkoetter2015-09-162-3/+2
* | Adapt to the new QV4::MemberData APIFrank Meerkoetter2015-09-161-2/+1
* | Adapt to the new QV4::MemberData APIFrank Meerkoetter2015-09-161-1/+1
* | Get rid of propertyAt in ObjectLars Knoll2015-09-153-17/+53
* | Replace __getPropertyDescriptor__ with a getValueOrSetter callLars Knoll2015-09-153-37/+46
* | Don't return Property * from ArrayData::insertLars Knoll2015-09-153-10/+9
* | Further reduce usage of PropertyLars Knoll2015-09-154-30/+35
* | Simplify Object::getValueLars Knoll2015-09-156-20/+24
* | Simplify Object::putValue()Lars Knoll2015-09-154-5/+8
* | CleanupLars Knoll2015-09-153-8/+8
* | Encapsulate the remaining direct accesses to Object::memberDataLars Knoll2015-09-152-6/+18
* | CleanupsLars Knoll2015-09-159-80/+79
* | Further cleanupsLars Knoll2015-09-1512-36/+29
* | Don't compute the QString whenever we need to know the v4 string lengthAleix Pol2015-09-151-1/+1
* | Remove quotes from debug connector error messagesUlf Hermann2015-09-151-3/+3
* | Introduce QQuickPaintedItem::textureSize and support HighDpi.Gunnar Sletta2015-09-156-42/+137
* | Fix typoLars Knoll2015-09-152-4/+4
* | Rename currentExecutionContext to currentContextLars Knoll2015-09-1513-53/+53
* | Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-1519-134/+113
* | Get rid of Scope.sizeLars Knoll2015-09-151-57/+0