aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed qml tests to work from install directoryKurt Korbatits2012-03-0735-101/+50
* Change the default renderTarget and renderStrategyCharles Yin2012-03-0717-21/+23
* Repaint the canvas item properly when canvas resizedCharles Yin2012-03-072-13/+13
* prepareTransition() must cancel current transitionBea Lam2012-03-075-35/+12
* Fix texture leaks in QQuickCanvasItemCharles Yin2012-03-071-2/+9
* Check for parent item before calling functions on it.Frederik Gladhorn2012-03-061-1/+1
* Fix missing glyphs when using shared distance-field cacheEskil Abrahamsen Blomfeldt2012-03-063-14/+24
* Cleanup QQuickCanvas and QQuickView docs.Martin Jones2012-03-062-1/+19
* Continue refactor of Canvas rendering.Justin McPherson2012-03-067-50/+50
* Use NPOT support if available.Justin McPherson2012-03-062-52/+43
* Remove QQuickCanvasItemNode.Justin McPherson2012-03-064-206/+4
* Remove incorrect line from performance docsChris Adams2012-03-061-1/+0
* Fixed QQuickCanvas header with QT_NO_KEYWORDSRohan McGovern2012-03-061-1/+1
* Fix renaming merge with examplesAlan Alpert2012-03-06737-40892/+0
* Handle MouseArea.enabled = false after mouse is pressed.Martin Jones2012-03-052-6/+111
* Do not store an explicit QImage in the declarative pixmap cache.Gunnar Sletta2012-03-054-73/+65
* Made QQuickWindowManager pluggable via QSGContext.Gunnar Sletta2012-03-056-29/+45
* Fix crash with AnimatedImage caused by race condition.Gunnar Sletta2012-03-051-4/+23
* Use premultiplied format because it's fasterAlan Alpert2012-03-051-1/+1
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-051-1/+1
* Merge remote branch 'gerrit/api_changes' into merge-masterMatthew Vogt2012-03-056502-232061/+276790
|\
| * Merge master <-> api_changesMatthew Vogt2012-03-051107-4207/+51141
| |\ | |/ |/|
* | More documentation about importing LocalStorage module from JavascriptCharles Yin2012-03-051-1/+16
* | Profiler: Use RAII helper structs for rangesKai Koehne2012-03-028-92/+180
* | Fix when animating items that are already movingBea Lam2012-03-026-15/+121
* | Use view transitions in drag'n'drop exampleBea Lam2012-03-021-1/+5
* | Use velocity from touch events only when they are validLaszlo Agocs2012-03-023-8/+27
* | Treat parentless items as focus scopesAlan Alpert2012-03-021-1/+1
* | Add QColor support to v4.Michael Brasser2012-03-0210-1/+151
* | Return correct propertyIndex for v4 bindings.Michael Brasser2012-03-022-1/+4
* | Improved transitions for Row, Column, Grid, FlowBea Lam2012-03-029-183/+908
* | Fix if transitioner is deleted before transition job finishesBea Lam2012-03-022-62/+111
* | Correct QDeclarativeInspectorInterface iidMartin Jones2012-03-021-1/+1
* | V4 handles a maximum of 32 temporary registers.Martin Jones2012-03-022-2/+4
* | Reenable value type binding auto removal tests.Michael Brasser2012-03-021-2/+2
* | More verbose compiler stats.Michael Brasser2012-03-022-3/+26
* | Pin to a working qtbase SHA1Alan Alpert2012-03-021-1/+1
* | Profiler: Avoid QString->QUrl->QString conversionKai Koehne2012-03-011-1/+1
* | Profiler: Remove unused methodKai Koehne2012-03-012-6/+0
* | Set bind options before uploading to give hints to the driverGunnar Sletta2012-03-011-1/+2
* | Avoid unnecessary updates when using in-process cacheEskil Abrahamsen Blomfeldt2012-03-012-5/+36
* | No double click event in QML_TRANSLATE_TOUCH_TO_MOUSE modeMartin Jones2012-03-011-5/+13
* | Fix material compare for distance field glyph nodes.Glenn Watson2012-03-011-1/+5
* | Allow styled text to be elided.Andrew den Exter2012-03-014-283/+314
* | Update item position in parent change atomically.Andrew den Exter2012-03-011-2/+1
* | Check item before notifying transition has finishedBea Lam2012-03-011-4/+5
* | Fix crash when transition finishes after view is deletedBea Lam2012-03-011-0/+2
* | Update ImageElement examplesAlan Alpert2012-03-0110-46/+214
* | Reduce size of QQuickTextPrivateYann Bodson2012-03-013-106/+137
* | Fix QQuickDropArea test compilation.Andrew den Exter2012-03-012-37/+40