aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
* | Item views: prevent negative cache bufferJ-P Nurmi2014-05-073-4/+9
* | Fix typo in QQuickText documentation.Mitch Curtis2014-05-071-1/+1
* | QWindowsFontEnginge uses GetGlyphOutline which seems to failJørgen Lind2014-05-071-2/+9
* | QQuickRenderControl: Fix compilation with MSVC compilerLouai Al-Khanji2014-05-051-1/+1
* | Invalidate text painting nodes when document text block is updatedSarunas Valaskevicius2014-05-052-0/+9
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-012-0/+32
|\|
| * Getting the render window of an offscreen windowPaul Olav Tvete2014-04-242-0/+32
* | Don't forcibly accept touch events if mouse event synthesis is disabledGiuseppe D'Angelo2014-04-251-3/+5
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Tony Sarajärvi2014-04-246-6/+61
|\|
| * Implement the new inputmethod query API for Qt QuickPaul Olav Tvete2014-04-222-0/+47
| * If a popup window is opened, do not change the focusShawn Rutledge2014-04-221-4/+6
| * QQuickItemView/QQuickPathView: Fix creation of delegatesAlbert Astals Cid2014-04-182-0/+4
| * Make sure the clipPath is retained as state of Context2DUlf Hermann2014-04-181-0/+2
| * Avoid event propagation with Keys.forwardToJ-P Nurmi2014-04-121-2/+2
* | Always implement text input "canPaste" propertyBernd Weimer2014-04-242-6/+4
|/
* Fix unreliable behavior of array methods on qml list propertiesSimon Hausmann2014-04-091-1/+4
* ListView: fix rounding errorsJ-P Nurmi2014-04-092-7/+7
* Doc: Fix apidoc for QQuickLoader::sourceComponentKevin Funk2014-04-071-2/+1
* Use global context sharing from QtGui instead of QSGContextJocelyn Turcotte2014-04-041-1/+1
* Doc: Fix some code snippet warningsSergio Ahumada2014-04-032-6/+6
* On Mac only editable text input should receive tab focusLiang Qi2014-04-021-5/+6
* PinchArea docs: elaborate on confusing aspectsShawn Rutledge2014-04-011-11/+22
* Remove dead codeSimon Hausmann2014-03-291-8/+0
* Fix visual parent ownership with scenes that create windowsSimon Hausmann2014-03-283-8/+17
* Fix a link in QQuickDragAttached::dragType documentationJędrzej Nowacki2014-03-281-1/+1
* Doc: Document signals (not handlers) under \qmlattachedsignalSze Howe Koh2014-03-283-18/+30
* Document limitations of QQuickWindow::createTextureXxx functions.Gunnar Sletta2014-03-271-2/+10
* Use an offscreen surface in CanvasLaszlo Agocs2014-03-272-3/+6
* Fix warnings about deprecated construction of QStrings from ASCII.Friedemann Kleint2014-03-271-2/+2
* Fix some documentation errors.Friedemann Kleint2014-03-241-4/+3
* Fix QQuickView::grabWindow() on retina displaysMorten Johan Sørvig2014-03-202-2/+2
* Implement high-dpi "@2x" image handling.Morten Johan Sørvig2014-03-204-8/+85
* Clearly point out the distinction between GUI and Render threads.Gunnar Sletta2014-03-203-6/+10
* Behavior fix when creating QML windowsFabian Bumberger2014-03-191-1/+19
* Release the mouse grab from PinchArea when it's not needed anymoreUlf Hermann2014-03-181-5/+8
* Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-186-20/+19
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-1814-219/+399
* PinchArea: zooming requires pinch distance to exceed the thresholdShawn Rutledge2014-03-181-32/+39
* Item views: improve initial Z-value handlingJ-P Nurmi2014-03-183-9/+32
* Fix potential crash during shutdown for QQuickWindowsGunnar Sletta2014-03-171-2/+5
* Fix AnimatedSprite interpolation when looping and/or reversing.Michael Brasser2014-03-171-11/+47
* Fix context creation failure message.Friedemann Kleint2014-03-171-2/+2
* Canvas: do not emit paint when resized but hiddenJ-P Nurmi2014-03-161-5/+4
* Make sure QSGRenderLoop is cleaned up cleanly.Gunnar Sletta2014-03-141-6/+8
* Ensure TextEdit's text is vertically aligned after resizing its height.Mitch Curtis2014-03-131-1/+2
* Consolidate context creation failure handling in Quick.Friedemann Kleint2014-03-132-0/+36
* QQuickWindow: let clearFocusObject actually clear the focus objectRichard Moe Gustavsen2014-03-131-1/+2
* Item views: avoid fixing up the position while moving/flickingJ-P Nurmi2014-03-131-4/+8
* QQuickWindow cleanup: Remove forceRendering flagPaul Olav Tvete2014-03-123-6/+4
* Doc: Fix issues in QQuickWidget documentationTopi Reinio2014-03-111-1/+1