aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Optimize type resolutionMartin Jones2012-05-179-119/+147
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-1719-141/+304
* Fix signal handlers for signals with default arguments.Michael Brasser2012-05-171-0/+12
* More defense programming in animation codeCharles Yin2012-05-171-2/+5
* Fix incorrect text alignment in TextEdit.Andrew den Exter2012-05-171-1/+1
* Only genereate new texture if texture id is 0Charles Yin2012-05-171-1/+1
* Using QStringLiteral or QLatin1String instead of QLatin1LiteralDebao Zhang2012-05-161-15/+15
* Removed ### from scenegraphGunnar Sletta2012-05-164-50/+5
* Accessibility: Do not look for the "text" property as a last resort.Jan-Arve Saether2012-05-161-5/+0
* Local Storage: Moving local storage documentation from doc to srcJerome Pasion2012-05-161-0/+138
* Document the dangers of executing the event loop in QML APIMartin Jones2012-05-161-0/+8
* Fix documentation for QSGGeometry::allocate()Glenn Watson2012-05-161-0/+3
* Ensure that we don't attempt to dispose handle twiceChris Adams2012-05-162-9/+18
* Fix composite type property supportChris Adams2012-05-161-19/+16
* Document inconsistency with JS-to-Qt date/time conversionMatthew Vogt2012-05-161-0/+10
* Enable memory profiler symbol lookup.Glenn Watson2012-05-161-1/+1
* More efficient property interceptor implementationAaron Kennedy2012-05-153-15/+22
* Optimize cross-thread calls into the shared graphics cacheEskil Abrahamsen Blomfeldt2012-05-151-18/+119
* Remove usage of deprecated plugin loader functionality.Friedemann Kleint2012-05-151-1/+3
* Revert "Allow function assignment to cause binding for non-var props"Chris Adams2012-05-151-24/+4
* Add hooks for declarative memory profiler.Glenn Watson2012-05-159-0/+262
* doc: Remove references to QScript*Girish Ramakrishnan2012-05-152-20/+4
* Don't pass the expression string to the signal handler profiler.Michael Brasser2012-05-142-5/+2
* Inspector:Modified Apply changes on Save for unsync. changesSimjees Abraham2012-05-146-3/+117
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-1430-216/+215
* Explicitly enable exceptions for QtQmlLars Knoll2012-05-141-1/+1
* Remove QtDeclarative compatibility moduleKent Hansen2012-05-142-35/+0
* Fix invalid qdoc inputAlan Alpert2012-05-141-1/+2
* Calculate vertex positions on CPUAlan Alpert2012-05-144-32/+71
* PathView was moving view too soon on dragMartin Jones2012-05-141-4/+2
* Print sprite errors only onceAlan Alpert2012-05-142-1/+5
* Flesh out the sprite documentationAlan Alpert2012-05-148-11/+194
* Avoid accessing sprites until they finish loadingAlan Alpert2012-05-142-5/+22
* Reload image on source changedAlan Alpert2012-05-141-0/+1
* End the deprecation period of SpriteImageAlan Alpert2012-05-145-633/+3
* Fix setting drag properties in mousePress.Andrew den Exter2012-05-141-5/+5
* Handle Var instructions in instruction dumperKent Hansen2012-05-141-0/+15
* Fix xOrigin and yOrigin to always be top-left posBea Lam2012-05-141-8/+12
* Defer construction of TextEdit/TextInput delegates.Andrew den Exter2012-05-149-114/+266
* QQmlDebugService: Fetch Objects for location infoAurindam Jana2012-05-124-0/+69
* Fix case where visible wasn't marked as dirty.Alan Alpert2012-05-121-0/+2
* Dispose the v8object handle in QQmlData::destroy()Chris Adams2012-05-121-1/+6
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-1112-17/+82
* Allow image providers to force their loading to be asynchronousTor Arne Vestbø2012-05-115-7/+42
* Improve variable nameFrederik Gladhorn2012-05-111-4/+4
* Fix axis locking for AutoFlickDirectionAndras Becsi2012-05-111-2/+2
* Make unaligned centered alignment optional.Martin Jones2012-05-114-3/+58
* AnimatedSprite framespeed properties now restart animation.Alan Alpert2012-05-112-3/+18
* Keep m_states and m_sprites synchronizedAlan Alpert2012-05-111-2/+9
* Debug mode for SpriteEngineAlan Alpert2012-05-111-1/+17