aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Accessibility: Use factory function instead of pluginFrederik Gladhorn2014-03-2711-0/+1305
* doc: Minor group/module page changes.Martin Smith2014-03-262-5/+2
* Document the window property for qml and register the revisionLaszlo Agocs2014-03-242-0/+8
* Try to simplify the threaded render loop.Gunnar Sletta2014-03-242-157/+98
* Expose QQuickItem::window as a propertyLaszlo Agocs2014-03-201-0/+2
* Add defaultSurfaceFormat to QQuickWindowLaszlo Agocs2014-03-203-2/+139
* Fix obvious logic errorNiels Ole Salscheider2014-03-131-1/+1
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-1328-309/+483
|\
| * Fix rendering issue with material changes from opaque <-> alphaGunnar Sletta2014-03-132-6/+18
| * 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-136-48/+76
| * 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
| * Doc: Re-organized Qt Quick's examples page.Jerome Pasion2014-03-121-90/+119
| * QQuickWindow cleanup: Remove forceRendering flagPaul Olav Tvete2014-03-123-6/+4
| * Remove redundant QQmlBinding members.Michael Brasser2014-03-111-1/+1
| * Doc: Fix issues in QQuickWidget documentationTopi Reinio2014-03-111-1/+1
| * Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-111-0/+3
| * Doc: Adding QQuickWidget's path to the qtquick.qdocconfJerome Pasion2014-03-111-2/+5
| * Stack size increase for x86 QNX systemsJames McDonnell2014-03-101-0/+4
| * Fix TextEdit::lineCount to update as appropriateJ-P Nurmi2014-03-101-1/+1
| * Remove several uses of module includesAndrew Knight2014-03-102-2/+2
| * MultiPointTouchArea: handles mouse too, unless mouseEnabled is falseShawn Rutledge2014-03-102-10/+156
| * Use fuzzy comparison for another Flickable StopAtBounds case.Michael Brasser2014-03-071-4/+4
| * Remove old compiler and VMESimon Hausmann2014-03-072-74/+0
| * MouseArea: make clear containsMouse requires the cursor to be insideShawn Rutledge2014-03-071-1/+2
| * QSGBatchRenderer: return when a shader is not returned by the managerAndrew Knight2014-03-061-0/+4
| * Doc: Fix "Right-to-left User Interfaces"Takumi Asaki2014-03-061-8/+8
| * Fix GridView flow enum docsJ-P Nurmi2014-03-061-13/+13
| * Reset the expose cycle when polishAndSync aborts.Gunnar Sletta2014-03-052-16/+27
| * Fix MSVC2012 compiler warnings.Erik Verbruggen2014-03-051-4/+4
| * Don't sort batches when there are no changes.Gunnar Sletta2014-03-051-8/+11
| * Remove isES() usage in scenegraphLaszlo Agocs2014-03-043-3/+3
| * Fix some typosSergio Ahumada2014-03-034-5/+5
| * Doc: Renamed Qt Quick Code Samples page.Jerome Pasion2014-03-033-3/+3
* | Makes PasswordMaskDelay configurable through TextInputRisto Avila2014-03-124-6/+41
|/
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-031-1/+1
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-022-2/+3
* Glyph node: Those null coords are useful after allGabriel de Dietrich2014-02-281-2/+0
* QQuickWindow: fix content item sizeJ-P Nurmi2014-02-282-14/+4
* Fixed regression from fd5c629f4336b1f79Björn Breitmeyer2014-02-282-8/+19
* QQuickWidget: handle hide and show events properlyPaul Olav Tvete2014-02-282-0/+21
* Tidy up DropArea documentation.Mitch Curtis2014-02-281-6/+3
* Ensure that ShaderEffectSource's texture has correct parameters.Gunnar Sletta2014-02-281-0/+6
* Threaded render loop should block until the frame is swapped.Gunnar Sletta2014-02-281-1/+36
* Fix renderType: Text.NativeRendering on retina screensTor Arne Vestbø2014-02-281-12/+39
* Canvas: do not emit paint signal when invisibleJ-P Nurmi2014-02-281-0/+2
* Revert "Fix item polishing"J-P Nurmi2014-02-281-3/+1
* Make GridView/ListView attached "view" property available to all delegate typesNils Jeisecke2014-02-267-44/+36
* Fix crashes and incorrect extension queries on GL3+Laszlo Agocs2014-02-254-10/+10