aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix layout issues with recently removed items.Andrew den Exter2011-10-111-12/+15
* fix canvas bugCharles Yin2011-10-112-14/+7
* Expand QSGImageParticle testAlan Alpert2011-10-113-0/+9
* Documentation AugmentationAlan Alpert2011-10-111-1/+2
* Initialize new particle data membersAlan Alpert2011-10-111-0/+8
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-104-16/+16
* Update SpriteImage to modern standardsAlan Alpert2011-10-1023-731/+425
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-101-4/+4
* Add "asynchronous" property to Loader.Martin Jones2011-10-105-75/+167
* Add DropArea item and Drag attached property.Andrew den Exter2011-10-1016-800/+1350
* Documentation AugmentationAlan Alpert2011-10-101-2/+2
* make it possible to run single qml test case file by passing a tst_*.qml file...Charles Yin2011-10-101-9/+14
* Fix crashes caused by handle management in worker threadsChris Adams2011-10-103-2/+31
* fix doc errorsCharles Yin2011-10-102-36/+36
* enable multisampling when paint on FBO with smooth = trueCharles Yin2011-10-102-13/+46
* Debugger: Fix lock when profilingKai Koehne2011-10-073-1/+25
* Debugger: Warn if we receive corrupted packetsKai Koehne2011-10-072-0/+7
* Remove redundant checks in qdeclarativestategroupKent Hansen2011-10-072-2/+2
* Say hello to QtQmlDevTools libraryKent Hansen2011-10-073-1/+27
* Fix possible crash with an empty handleAaron Kennedy2011-10-071-1/+1
* Fix ListView components being unable to access context properties.Andrew den Exter2011-10-073-3/+9
* QDeclarativeIncubator autotestsAaron Kennedy2011-10-074-30/+50
* Fix v8 handle management in QSGLoaderChris Adams2011-10-072-1/+7
* Debugger: Call removeEngine also for QV8DebugServiceKai Koehne2011-10-061-0/+1
* Fix missing inline imagesEskil Abrahamsen Blomfeldt2011-10-061-2/+1
* QV8Profiler serviceChristiaan Janssen2011-10-066-1/+417
* Fix QJSEngine::newQObject ownership behaviourSimon Hausmann2011-10-062-1/+20
* Add a get function to VisualDataGroup.Andrew den Exter2011-10-063-13/+240
* Ensure view delegates are object parented to the contentItemMartin Jones2011-10-061-0/+2
* Fix for qsgtext autotestsYann Bodson2011-10-061-1/+4
* Don't call componentComplete() on a VDM until its view is complete.Andrew den Exter2011-10-064-2/+27
* add canvas drawImage unit testsCharles Yin2011-10-061-11/+29
* QSGLoader shouldn't load component when active is falseChris Adams2011-10-062-14/+16
* Allow incubators to be driven recursivelyAaron Kennedy2011-10-066-8/+148
* Always delete object if incubator is cancelledAaron Kennedy2011-10-061-0/+2
* Add JavaScript "var" property type to QMLChris Adams2011-10-0612-90/+332
* Add support for filtering VisualDataModels.Andrew den Exter2011-10-068-222/+3256
* Add more unit tests for qsgcanvasitem and fix unstable testsCharles Yin2011-10-065-223/+394
* Don't overwrite block formats in QSGTextEskil Abrahamsen Blomfeldt2011-10-051-1/+1
* Don't accidentally use atlas images in particle nodesGunnar Sletta2011-10-052-2/+9
* Fix floating images in QSGTextNodeEskil Abrahamsen Blomfeldt2011-10-051-10/+16
* Make sure the Image texture provider does not return an atlassed textureGunnar Sletta2011-10-053-3/+30
* Support atlased textures in QSGNinePatchNodeGunnar Sletta2011-10-052-15/+22
* V8Debugger: Code beautificationKai Koehne2011-10-053-44/+38
* Ensure all persistent handles are disposed properlyChris Adams2011-10-053-1/+7
* Set isRoot correctly for value typesAaron Kennedy2011-10-051-5/+16
* Declarative: Compile on Windows.Friedemann Kleint2011-10-053-6/+9
* Sprites can now have varying width and heightAlan Alpert2011-10-059-61/+120
* Split GroupGoal out of SpriteGoalAlan Alpert2011-10-057-7/+240
* Missed a spot when refactoring activeGroupAlan Alpert2011-10-051-1/+1