aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Revert "macOS: Use sRGB when doing native font rendering into FBO"Sérgio Martins2016-07-291-27/+4
* Doc: Describe how to implement custom SQL models for QMLVenugopal Shivashankar2016-07-281-0/+105
* Work around ICC bug about C++11 noexcept inheritanceThiago Macieira2016-07-231-21/+21
* Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-211-0/+6
* Remove vsync sleep before rendering first frameMilian Wolff2016-07-181-1/+1
* Avoid crashing when failing to query GL_EXTENSIONSJoni Poikelin2016-07-151-2/+2
* Fix missing closing parenthesis in TextEdit docsMitch Curtis2016-07-141-2/+2
* QQuickWindow: Fill out timestamps in QHoverEvents sent to QQuickItemsDaniel d'Andrada2016-07-122-16/+18
* macOS: Use sRGB when doing native font rendering into FBOSérgio Martins2016-07-111-4/+27
* Fix crash in QQuickShaderEffect::updatePaintNodeAlbert Astals Cid2016-07-051-1/+1
* Flickable: fix minXExtent/minYExtent when content is smaller than viewAndrea Bernabei2016-07-011-2/+2
* Remove misleading out of date comments in QQuickWindowPrivateLaszlo Agocs2016-06-231-2/+0
* Rename qt.scenegraph.info to qt.scenegraph.generalKai Koehne2016-06-232-3/+3
* ungrab touch points if the MultiPointTouchArea is hidden or disabledJan Arve Saether2016-06-231-0/+4
* QQuickSpriteEngine: avoid entering infinite loop in assembledImage()Daniel d'Andrada2016-06-211-0/+9
* Report changes correctly when inserting into a ListViewStephen Kelly2016-06-211-2/+6
* Fix positioning of inline images in StyledText.Michael Brasser2016-06-163-7/+16
* ItemViews: Make the wording of the warning on cache properties slightly sterner.Robin Burchell2016-06-163-12/+18
* Remove erronous setTextureSize() as it is already set previouslyAndy Shaw2016-06-151-1/+0
* Support glyphs outside em square in distance field cacheEskil Abrahamsen Blomfeldt2016-06-151-4/+8
* QAccessibleQuickItem: Add Q_DECL_OVERRIDERobert Loehning2016-06-111-34/+34
* Fix spelling error in QSGNode docsMitch Curtis2016-06-081-3/+3
* Fix 'Threaded Render Loop' docsMitch Curtis2016-06-081-1/+1
* KeyNavigation: fix the documentation for its propertiesGiuseppe D'Angelo2016-06-071-5/+28
* Item: mention the actual type of the grab resultMitch Curtis2016-06-031-1/+2
* Revert removal of "Fixed MouseArea threshold with preventStealing"Filippo Cucchetto2016-06-032-8/+14
* QQuickTextNodeEngine: early out if no document layout.Edward Welbourne2016-06-011-1/+4
* Fix grammar in PathView docsMitch Curtis2016-05-271-1/+1
* scene graph: document the qt.scenegraph.info category not env QSG_INFOShawn Rutledge2016-05-261-2/+2
* Flickable: MovementEndingTimerInterval is used only on OS XShawn Rutledge2016-05-251-0/+2
* Avoid Canvas crashes with qtquickcompilerLaszlo Agocs2016-05-241-3/+7
* QQuickWindow: Only send focus events to items that actually gain focusRobin Burchell2016-05-231-6/+25
* Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-182-1/+4
* Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-131-1/+1
* Flickable: start movementEndingTimer consistently only on OSXShawn Rutledge2016-05-111-4/+4
* QAccessibleQuickItem: Implement QAccessibleInterface::window().Friedemann Kleint2016-05-062-0/+7
* QQuickItem: force clear subFocusItem from ancestorsJ-P Nurmi2016-05-041-1/+1
* AnimatedImage: Fix value of sourceSize propertyTobias Koenig2016-05-022-10/+17
* Fix EnterKey::type docsJ-P Nurmi2016-04-291-1/+1
* Doc: Document Window.contentItem QML propertyTopi Reinio2016-04-281-0/+6
* Make some of the shader manager privateUlf Hermann2016-04-281-2/+4
* Revert "Avoid rebuiding batches during a material animation"Gunnar Sletta2016-04-271-6/+4
* QQuickDragAttached: fix updating of "active" propertyAlberto Mardegan2016-04-261-5/+6
* QML: Access QQuickItemPrivate data (like x/y/etc) directly.Erik Verbruggen2016-04-211-68/+116
* QML: Remove baselineOffsetValid flag from QQuickItem.Erik Verbruggen2016-04-202-11/+4
* Revert "Fixed MouseArea threshold with preventStealing"Michal Klocek2016-04-202-14/+8
* Drop the class name from shader effect material keysUlf Hermann2016-04-203-5/+1
* Allow more control over memory/speed tradeoff in the atlas.Michael Brasser2016-04-192-1/+12
* Fixed MouseArea threshold with preventStealingFilippo Cucchetto2016-04-192-8/+14
* Make sure QQuickPathPercent::value is initializedAleix Pol2016-04-191-1/+1