aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add QQuickWindow::closing signal, and ability to ignore the eventShawn Rutledge2013-05-084-0/+85
* Mac: respect the system settings in Full Keyboard AccessLiang Qi2013-05-082-1/+37
* Move xmlrole.qml to the correct locationJan Arve Saether2013-05-081-0/+0
* Fix Instantiator response to model changev5.1.0-beta1Alan Alpert2013-05-082-3/+8
* Add qmlClearRegisteredTypes FunctionAlan Alpert2013-05-078-3/+58
* Add a URL interceptor to the QML engineAlan Alpert2013-05-0710-20/+240
* Doc: Make Qt Quick demos accessible from Qt documentationSze Howe Koh2013-05-071-1/+4
* pixelIndex -> pixel since image is now 32-bitGunnar Sletta2013-05-071-1/+1
* Doc: Fix some broken snippet pathsSze Howe Koh2013-05-067-71/+71
* QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-069-120/+321
* mouse synthesis: don't say the left button is pressed during a releaseShawn Rutledge2013-05-041-1/+1
* 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-031-48/+48
* 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-031-1/+0
* 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-301-2/+4
* Added doc and test for active and requestActivate in QQuickWindowLiang Qi2013-04-301-0/+16
* Don't eat Back button in TextEditPaul Olav Tvete2013-04-302-0/+20
* QmlProfiler: Pixmap CacheChristiaan Janssen2013-04-303-5/+118
* 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-291-1/+1
* Doc: Moved "QML Application Developer Resources" to qtdoc repository.Jerome Pasion2013-04-2959-5383/+2
* 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-271-1/+2
* No longer apply pending changes when accessing ItemView propertiesAlan Alpert2013-04-265-7/+41
* Avoid modifying cacheCount while iterating over itAlan Alpert2013-04-261-13/+16
* Implement QQuickWindow::grabWindow() for isVisible=falseGunnar Sletta2013-04-261-1/+36
* 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
* Doc: corrections (Writing Guidelines) and language editsNico Vertriest2013-04-266-139/+144
* Re-implemented itemChange must always call QQuickItem::itemChangeShawn Rutledge2013-04-262-5/+15
* Fix spelling error.Morten Johan Sørvig2013-04-261-1/+1
* Implement a basic accessible text interfaceFrederik Gladhorn2013-04-264-21/+170
* Initialize lastPosAlbert Astals Cid2013-04-261-1/+1
* Mark the canvas texture dirty when we change it.Gunnar Sletta2013-04-261-0/+1