aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Add missing Q_REVISIONAlan Alpert2013-06-231-1/+1
* Fix compiler warning about unused parameterKai Koehne2013-06-101-1/+1
* Set incubation controller when a Window{} is loaded via QQmlApplicationEngineAlan Alpert2013-06-073-17/+47
* doc fixAlan Alpert2013-06-061-1/+1
* Added QQuickWindow::setDefaultAlphaBuffer()Shawn Rutledge2013-05-303-2/+34
* Doc fixes to the Positioners/Layouts documentationJan Arve Saether2013-05-302-9/+9
* Do not draw negative-size ShaderEffect(Source) items.Gunnar Sletta2013-05-282-3/+3
* Prevent tab focus from wrapping endlesslyLiang Qi2013-05-271-4/+28
* Fix TextEdit content size calculationJ-P Nurmi2013-05-221-1/+3
* QQuickTextControl: emit cursorPositionChanged() only if it changedJ-P Nurmi2013-05-221-1/+4
* Doc: Fix some broken linksSze Howe Koh2013-05-203-21/+21
* Respond appropriately to textFormat changedAlan Alpert2013-05-171-0/+1
* Fix a warning when setActiveFocusOnTab(false) for root itemLiang Qi2013-05-171-1/+1
* Fix a crash in QQuickRepeater::clear()J-P Nurmi2013-05-161-5/+6
* Document Flickable.pixelAligned.Mitch Curtis2013-05-161-0/+12
* Make Canvas respect smooth: true/falseGunnar Sletta2013-05-151-0/+1
* Fix warnings about unused parameters.Friedemann Kleint2013-05-152-0/+4
* Fix documentation of QtQuick2::DragEvent::accepted, it's a bool.Sérgio Martins2013-05-151-1/+1
* Doc: corrections, spelling, and ListView requirements commentsDavid Fries2013-05-151-1/+1
* Fix typos in QQuickDrag documentation.Sérgio Martins2013-05-141-5/+5
* Mac: respect the system settings in Full Keyboard AccessLiang Qi2013-05-142-1/+43
* Fix assertion in qt_create_image_data().Mitch Curtis2013-05-101-1/+1
* Don't fix up x/y while initializingAlan Alpert2013-05-101-0/+4
* Revert "Mac: respect the system settings in Full Keyboard Access"Liang Qi2013-05-082-37/+1
* 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
* Doc: Fix some broken snippet pathsSze Howe Koh2013-05-061-1/+1
* 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