aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* The resources property should be independent from QObjectThomas Hartmann2013-05-083-15/+35
* 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/+81
* Doc: Make Qt Quick demos accessible from Qt documentationSze Howe Koh2013-05-071-1/+4
* Doc: Fix some broken snippet pathsSze Howe Koh2013-05-065-68/+68
* QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-067-91/+208
* 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
* 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
* 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-301-2/+22
* QQuickScreen.name can change at runtimeShawn Rutledge2013-04-302-1/+4
* 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
* Doc: Moved "QML Application Developer Resources" to qtdoc repository.Jerome Pasion2013-04-2955-5275/+1
* Add more geometry properties to the Screen attached propertyShawn Rutledge2013-04-292-3/+91
* Fix hover after press eventFrederik Gladhorn2013-04-271-1/+2
* No longer apply pending changes when accessing ItemView propertiesAlan Alpert2013-04-265-7/+41
* Implement QQuickWindow::grabWindow() for isVisible=falseGunnar Sletta2013-04-261-1/+36
* 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-261-4/+14
* Implement a basic accessible text interfaceFrederik Gladhorn2013-04-262-0/+7
* Initialize lastPosAlbert Astals Cid2013-04-261-1/+1
* Mark the canvas texture dirty when we change it.Gunnar Sletta2013-04-261-0/+1
* Disable native glyph rendering on embeddedGunnar Sletta2013-04-254-3/+10
* Doc: corrected snippet issue by changing extension snippet file.Nico Vertriest2013-04-251-1/+1
* Make pathElements designer readyMarco Bubke2013-04-241-0/+20
* Refactor the pathElements property in QQuickPathMarco Bubke2013-04-242-2/+47
* Refactor QQuickPath componentCompleteMarco Bubke2013-04-243-11/+39
* Doc: Replace some references to NokiaSze Howe Koh2013-04-243-5/+5
* Renderloop for WindowsGunnar Sletta2013-04-244-24/+593
* Doc: Un-overload the word "module"Sze Howe Koh2013-04-242-7/+5
* Doc: Create links to Qt Quick 1Sze Howe Koh2013-04-245-16/+18
* QQuickTextEdit: make the update logic work with multiple text framesPierre Rossi2013-04-241-2/+5
* Doc: Fix module name formatSze Howe Koh2013-04-232-2/+2
* Doc: Fix module name formatSze Howe Koh2013-04-237-10/+10
* Doc: Qt Quick: Fix module name format (Pt 2/2)Sze Howe Koh2013-04-237-12/+12
* Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-2317-68/+68
* Clear the pendingUpdate flag every frame.Gunnar Sletta2013-04-231-2/+3
* Use the platform theme's password mask character for text input fields.Mitch Curtis2013-04-232-4/+6