aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for QTBUG-23862 - Blank screen in ViewportChristopher Ham2012-02-101-5/+4
* Remove clang warnings in particlesYann Bodson2012-02-102-7/+8
* Update SmoothedAnimation and SpringAnimation to accept default target.Michael Brasser2012-02-104-6/+10
* Use use touch events to generate mouse events in Quick canvas.Martin Jones2012-02-104-19/+184
* Added new convenience readonly visibleChildren property to ItemMathias Malmqvist2012-02-105-6/+278
* Doc fixAlan Alpert2012-02-091-3/+3
* Remove deprecated builtin sql database API.Charles Yin2012-02-096-631/+2
* Debugger: Allow trace service to send data on exitKai Koehne2012-02-0911-30/+133
* QmlProfiler: add filename to "Compiling" events locationChristiaan Janssen2012-02-091-0/+1
* Pass the QQuickCanvas to texture factories.Gunnar Sletta2012-02-098-11/+12
* Add linkColor property to Text.Andrew den Exter2012-02-099-19/+157
* Check dynamic slot function for nullness before evaluationChris Adams2012-02-094-3/+63
* Use QDeclarativePixmap in the Particle SystemAlan Alpert2012-02-099-97/+326
* Remove code related to test location.Jason McDonald2012-02-094-40/+1
* Make use of the new maybeAdvance animation logic inside the animation systemGunnar Sletta2012-02-091-1/+1
* Handle exceptions while compiling v8 bindingsChris Adams2012-02-094-9/+70
* Fix error in qdeclarativeecmascript autotest.Jason McDonald2012-02-091-5/+2
* UI improvement for TwitterFriends exampleDamian Jansen2012-02-091-8/+22
* Fix warnings reported by clang.Michael Brasser2012-02-094-8/+9
* Don't crash if focus issues arise.Alan Alpert2012-02-091-0/+2
* Rewrite multiline strings properlyAlan Alpert2012-02-099-13/+182
* qmltest: Perform extra checks after each data row is executed.Jason McDonald2012-02-094-1/+11
* Add missing interface declarationCharles Yin2012-02-081-0/+2
* Update documentation on QJSEngine::newQObject to match implementation.Jamey Hicks2012-02-081-1/+1
* Use a singleton for the plugin.Gunnar Sletta2012-02-081-8/+8
* CodeCoverage: Fix wrong type passed to saveCoverageTool.Caroline Chao2012-02-081-1/+1
* Switch to QMetaType::TypeAlan Alpert2012-02-081-12/+15
* Provide determinant accessor in render state structure.Glenn Watson2012-02-086-1/+28
* Disable broken testGunnar Sletta2012-02-081-0/+2
* Added QQuickCanvas::setRenderTarget(uint fbo, const QSize &size)Gunnar Sletta2012-02-087-7/+85
* Accept default targets for transitionsBea Lam2012-02-088-39/+76
* Don't hide virtual method.Michael Brasser2012-02-084-16/+16
* Let Item.layer.samplerName be a QByteArray instead of QString.Kim Motoyoshi Kalland2012-02-072-10/+10
* Allow Item components to be assigned to Item.layer.effect.Kim Motoyoshi Kalland2012-02-076-5/+81
* Initialize value.Michael Brasser2012-02-071-1/+1
* Resolve StyledText img tags relative to baseUrl.Andrew den Exter2012-02-075-9/+106
* Fixed some Item.layer bugs and added auto-tests.Kim Motoyoshi Kalland2012-02-079-45/+362
* Mark constructor of QJSValue as deletable.Jędrzej Nowacki2012-02-072-11/+2
* Separate out some of the common test codeBea Lam2012-02-0725-1205/+858
* Add additional animation autotests.Michael Brasser2012-02-074-1/+279
* Avoid recursive parent chains in QQuickItemGunnar Sletta2012-02-071-0/+11
* Fix example to clear rect before painting.Michael Brasser2012-02-071-0/+1
* Add contentWidth and contentHeight properties to Text elements.Andrew den Exter2012-02-0711-145/+289
* Add and use new animation backend.Michael Brasser2012-02-0765-802/+7407
* Remove warnings with clangYann Bodson2012-02-0712-16/+22
* Update test files to API changesAlan Alpert2012-02-073-4/+4
* More fixes for QDeclarativeListModelWorkerAgent cleanupCharles Yin2012-02-071-1/+2
* Fix symbol clashAlan Alpert2012-02-072-16/+15
* Ensure Flickable moving and flicking properties are correct.Martin Jones2012-02-072-7/+58
* Section header is not made visible when changing currentIndex.Martin Jones2012-02-072-3/+12