aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Avoid double deletion of QQuickWindowShawn Rutledge2014-06-301-0/+1
* Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-252-4/+6
|\
| * Update QtQuick import value to 2.3Samuel Gaist2014-06-231-4/+4
| * Set locked state while locking for grab.Gunnar Sletta2014-06-201-0/+2
* | Initialize velocityAlbert Astals Cid2014-06-201-1/+1
* | Initialize QSGPaintedNode with an empty size.Gunnar Sletta2014-06-121-1/+0
* | Add node description to painted items.Gunnar Sletta2014-06-121-0/+4
* | Make sure shader rewriter stops immediately on an empty string.Gunnar Sletta2014-06-121-3/+1
* | Fix forwarding of keyboard events to multiple target itemsJoni Poikelin2014-06-111-0/+2
|/
* Stop polish-and-sync timer when the window is destroyedLaszlo Agocs2014-06-101-0/+2
* Fix opacity issue in the renderer.Gunnar Sletta2014-06-051-1/+3
* Doc: Removed redundant link to section in the same page.Jerome Pasion2014-06-051-5/+3
* Use the correct precision specifier in visualizer GLSL.Gunnar Sletta2014-06-041-1/+1
* Make ItemViews displayMargin work correctly when set to negative valuesAlbert Astals Cid2014-06-042-3/+3
* Make QQuickRenderControl usable (still private)Paul Olav Tvete2014-06-033-1/+21
* Fix crash in QSGRenderContext::invalidate().Yoann Lopes2014-06-031-0/+3
* Prevent initial clipping in Context2DUlf Hermann2014-06-033-11/+9
* Recognize "in" keyword in vertex shadersLaszlo Agocs2014-06-031-2/+8
* Fix QQuickWidget cleanup and invalidation sequenceLaszlo Agocs2014-06-031-2/+2
* Keep the internal state about the bound fbo up to dateLaszlo Agocs2014-06-021-1/+3
* Fix potential null pointer dereferencingFrederik Gladhorn2014-05-303-3/+3
* Fix copy and paste errorFrederik Gladhorn2014-05-301-5/+0
* Fix AccessibleAttached property documentationFrederik Gladhorn2014-05-301-55/+102
* Fix QSGPlainTexture object leakLiang Jian2014-05-281-0/+1
* Fix type of AnimationController::animation in documentation.Mitch Curtis2014-05-271-1/+1
* Fix crash when sharing data structures between 32-bit and 64-bitSimon Hausmann2014-05-261-1/+5
* Mark clip node dirty regardless of how its geometry was changed.Gunnar Sletta2014-05-221-1/+1
* Fix copy and paste errorFrederik Gladhorn2014-05-211-1/+3
* Fix copy and paste errorFrederik Gladhorn2014-05-211-1/+1
* Focus event fix for QQuickWidgetPaul Olav Tvete2014-05-211-1/+8
* Merge remote-tracking branch 'origin/release' into stableIikka Eklund2014-05-203-2/+3
|\
| * Update qmltypes filesAlan Alpert2014-05-063-2/+3
| * Always implement text input "canPaste" propertyBernd Weimer2014-05-022-6/+4
* | Fix improper antialiasing property behaviorOleg Shparber2014-05-191-3/+5
* | Fix crash with running animators on re-shown windows.Gunnar Sletta2014-05-195-9/+68
* | TextEdit: fix cursor rectangle positioningJ-P Nurmi2014-05-161-2/+5
* | Doc: Describe property bindings in terms of relationshipsSze Howe Koh2014-05-161-8/+5
* | Fix typo in Image documentation.Mitch Curtis2014-05-151-1/+1
* | Doc: Fix invalid cross-referenceKevin Funk2014-05-121-1/+1
* | Android: Add support for new input method query APIPaul Olav Tvete2014-05-082-3/+12
* | 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
* | Remove references of QML as a 'declarative' languageKai Koehne2014-05-071-2/+2
* | 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-0114-26/+71
|\|
| * Fix translations in states causing failing assertionsSimon Hausmann2014-04-281-12/+25
| * Follow QOpenGLContext API renamingLaszlo Agocs2014-04-2511-14/+14
| * Getting the render window of an offscreen windowPaul Olav Tvete2014-04-242-0/+32