aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Instantiator response to model changev5.1.0-beta1Alan Alpert2013-05-082-3/+8
* Add qmlClearRegisteredTypes FunctionAlan Alpert2013-05-0720-3/+467
* Add a URL interceptor to the QML engineAlan Alpert2013-05-0732-20/+456
* Doc: Make Qt Quick demos accessible from Qt documentationSze Howe Koh2013-05-0718-1/+252
* Fix canvas transformation.Leonard Lee2013-05-070-0/+0
* pixelIndex -> pixel since image is now 32-bitGunnar Sletta2013-05-071-1/+1
* Doc: Fix some broken snippet pathsSze Howe Koh2013-05-0626-194/+194
* Doc: Make the titles of example pages consistentSze Howe Koh2013-05-065-6/+6
* QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-0611-120/+418
* Doc: Move full apps from "qtquickexamples" to "qtquickdemos"Sze Howe Koh2013-05-064-10/+8
* Add new Item.Screen properties to screenInfo exampleShawn Rutledge2013-05-041-34/+35
* mouse synthesis: don't say the left button is pressed during a releaseShawn Rutledge2013-05-041-1/+1
* Tests: add qmlCreateWindow in tst_qqmlcomponentLiang Qi2013-05-042-0/+39
* Make sure correct files are bundled on AndroidEskil Abrahamsen Blomfeldt2013-05-041-0/+4
* Only use emitCap when we run into infinite particlesAlan Alpert2013-05-041-1/+3
* Avoid rare crashAlan Alpert2013-05-041-10/+12
* Doc: Move example docs related to QtQml under the correct moduleTopi Reinio2013-05-0341-64/+64
* Better handle GL errors in EtcTexture::bind().Michael Brasser2013-05-031-0/+6
* Fix crash in QQmlDelegateModelAlbert Astals Cid2013-05-031-3/+23
* Made Canvas blur better match the one in HTML 5 Canvas.Samuel Rødal2013-05-032-34/+70
* Fixed wrong rendering offset / clipping with shadowBlur in Canvas.Samuel Rødal2013-05-031-74/+125
* Canvas: Do not apply transform to text twiceFrederik Gladhorn2013-05-032-4/+2
* Enable touch events on Mac for MultiPointTouchAreaMorten Johan Sørvig2013-05-032-0/+30
* Enable touch events on Mac for PinchAreaShawn Rutledge2013-05-032-0/+30
* Remove from hover list on destructionAlan Alpert2013-05-031-2/+1
* Document percieved memory leakAlan Alpert2013-05-012-0/+6
* Elaborate on versioning docsAlan Alpert2013-05-011-0/+5
* Fix VS2010 compile warningAlan Alpert2013-05-011-1/+1
* Protect against null item at QQuickItemView::destroyingItemAlbert Astals Cid2013-04-303-3/+120
* Added doc and test for active and requestActivate in QQuickWindowLiang Qi2013-04-304-0/+98
* Don't eat Back button in TextEditPaul Olav Tvete2013-04-302-0/+20
* Fix MaskedMouseArea exampleFrederik Gladhorn2013-04-301-2/+2
* QmlProfiler: Pixmap CacheChristiaan Janssen2013-04-309-5/+213
* QQuickScreen.name can change at runtimeShawn Rutledge2013-04-302-1/+4
* Doc: Changed order of pages in QML reference.Jerome Pasion2013-04-301-9/+10
* TextEdit: Better support of QTextTable and inline imagesPierre Rossi2013-04-303-39/+72
* Don't crash if QQuickPath has less than 4 elementsShawn Rutledge2013-04-301-1/+1
* QQmlVMEGuard is not ok if one of the context engines is goneAlbert Astals Cid2013-04-293-1/+104
* Doc: Moved "QML Application Developer Resources" to qtdoc repository.Jerome Pasion2013-04-2959-5383/+2
* Doc: Fix example path for Qt Quick scenegraph examplesTopi Reinio2013-04-292-2/+2
* Doc: Remove "qmldemos" groupSze Howe Koh2013-04-291-1/+1
* Add more geometry properties to the Screen attached propertyShawn Rutledge2013-04-292-3/+91
* Be more strict about accessible text selectionFrederik Gladhorn2013-04-291-2/+7
* Fix hover after press eventFrederik Gladhorn2013-04-273-1/+59
* No longer apply pending changes when accessing ItemView propertiesAlan Alpert2013-04-2611-46/+198
* Avoid modifying cacheCount while iterating over itAlan Alpert2013-04-261-13/+16
* Implement QQuickWindow::grabWindow() for isVisible=falseGunnar Sletta2013-04-262-3/+52
* Optimize particle mask extruderGunnar Sletta2013-04-261-11/+24
* Simplify setting of hoverFrederik Gladhorn2013-04-261-5/+1
* Fixed segmentation fault when setting shadowBlur in Canvas element.Samuel Rødal2013-04-261-1/+1