aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* mouse synthesis: don't say the left button is pressed during a releaseShawn Rutledge2013-05-041-1/+1
* 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
* QQuickScreen.name can change at runtimeShawn Rutledge2013-04-302-1/+4
* TextEdit: Better support of QTextTable and inline imagesPierre Rossi2013-04-303-39/+72
* 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
* 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-253-3/+6
* Doc: Replace some references to NokiaSze Howe Koh2013-04-241-2/+2
* Doc: Create links to Qt Quick 1Sze Howe Koh2013-04-242-5/+5
* 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: Qt Quick: Fix module name format (Pt 2/2)Sze Howe Koh2013-04-231-1/+1
* Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-236-18/+18
* Use the platform theme's password mask character for text input fields.Mitch Curtis2013-04-232-4/+6
* Expose nextItemInFocusChain in QQuickItemLiang Qi2013-04-233-6/+37
* TextInput: Fix cursor navigation with maskFrederik Gladhorn2013-04-231-1/+1
* Fixed crash in QQuickCanvasItem.Samuel Rødal2013-04-231-15/+14
* Fix lupdate-warning "Cannot invoke tr() like this".Friedemann Kleint2013-04-233-3/+3
* Fix crash in repeater when model gets deletedFrederik Gladhorn2013-04-182-3/+3
* docs: Remove warning that is no longer applicable.Frederik Gladhorn2013-04-181-2/+0
* Silence a warning for unused variable in QQuickTextNode.Pierre Rossi2013-04-172-5/+5
* Remove dead code.Gunnar Sletta2013-04-172-35/+2
* Fix for Positioner attached propertyFilip Piechocki2013-04-161-13/+31
* fix typo in warningGunnar Sletta2013-04-161-1/+1
* TextInput: Fix cursor heightGabriel de Dietrich2013-04-161-4/+10
* Don't relayout if item is removed from sceneAlan Alpert2013-04-151-1/+2
* a nested Window automatically becomes transient for its parentShawn Rutledge2013-04-105-5/+115
* Fix new warnings in qtdeclarative (found by GCC 4.8)Thiago Macieira2013-04-091-0/+1
* Version new property and signalLiang Qi2013-04-082-2/+3
* Remove resize hook from QSGRenderLoop, exposureChanged is enough.Gunnar Sletta2013-04-041-2/+0
* QQuickTextEdit: render inline images after change 48798Pierre Rossi2013-04-041-1/+14
* Version new signalsAlan Alpert2013-04-021-2/+2
* Use distance fields for text on retina displaysGunnar Sletta2013-04-023-4/+10
* Fix distance field antialiasing for retina displays.Gunnar Sletta2013-04-023-3/+11