aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Correctly initialize ListView section attached properties.Martin Jones2015-06-251-13/+17
* Doc: resize tables with overflowNico Vertriest2015-06-252-8/+14
* Fix performance regression in Image construction.Gunnar Sletta2015-06-084-5/+9
* Makes it possible to extract all data from a QML DropAreaAleix Pol2015-05-232-0/+21
* Fix the implicitSize of SVG Images on retina displayJocelyn Turcotte2015-05-221-1/+1
* qquickwindow: ensure we delete the correct delayed touch event after deliveryRichard Moe Gustavsen2015-05-222-16/+17
* Optionally apply orientation on imagesAllan Sandfeld Jensen2015-05-196-2/+49
* QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-131-1/+1
* Hide cursor when text fields becomes read onlySanttu Lakkala2015-05-122-4/+17
* Add QtQuick::Text::font.weight enum valuesShawn Rutledge2015-05-113-0/+12
* Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-081-3/+1
* BorderImage support for @2x assetsAndy Nichols2015-05-061-32/+39
* Enhance QQuickFramebufferObject docs regarding the stateLaszlo Agocs2015-05-061-0/+11
* QQuickWindow: Replace assert() on unreleased touch points by warning.Friedemann Kleint2015-05-061-1/+6
* Fix implicitHeight for Text items bindings dependent on implicitWidth.Andrew den Exter2015-05-041-0/+35
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Simon Hausmann2015-05-041-18/+9
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-05-041-18/+9
| |\
| | * Avoid calling potentially pure virtual methodDavid Edmundson2015-04-271-18/+9
* | | Avoid QQuickItem in materials's compare() on the render threadGunnar Sletta2015-05-041-5/+21
|/ /
* | Doc: Fix linking issues in Item QML type documentationTopi Reinio2015-04-291-5/+5
* | Fix rendercontrol example for screens with different dprLaszlo Agocs2015-04-281-0/+5
* | Fix a memory leak in the material shader cache.Robert Griebl2015-04-232-5/+27
* | XCB: respect QPlatformDrag::ownsDragObject().Mitch Curtis2015-04-211-1/+5
* | Doc: corrected some language issuesNico Vertriest2015-04-171-1/+1
* | Speed up object creationSimon Hausmann2015-04-161-2/+2
* | Fix TextEdit when vertical alignment != AlignTopEskil Abrahamsen Blomfeldt2015-04-091-4/+7
* | Return the correct type from Item::mapToItem/Item::mapFromItem.Mitch Curtis2015-04-081-77/+62
* | Improve debug operator for QQuickItem.Friedemann Kleint2015-04-021-6/+15
* | Fix Text item linkColor updateMarko Kangas2015-04-011-1/+4
* | Honor setFocusOnTouchRelease in QQuickTextInputKai Uwe Broulik2015-03-302-9/+20
* | add qt.quick.touch.target logging categoryShawn Rutledge2015-03-301-6/+19
* | Fix disappearing text in selectionsEskil Abrahamsen Blomfeldt2015-03-242-34/+29
* | QQuickWindow touch event compression: retain previous positionsShawn Rutledge2015-03-201-6/+9
* | Allow Flickable's grab to be stolen if dragging over bounds.Andrew den Exter2015-03-191-1/+15
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Frederik Gladhorn2015-03-171-3/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-171-3/+2
| |\|
| | * Make sure we deref an item from its window.Gunnar Sletta2015-03-061-3/+2
* | | Repeater: Don't rely on the createFrom variableJørgen Lind2015-03-172-51/+45
|/ /
* | Fix usage of QtQmlDevTools private headers on OSX with framework buildsSimon Hausmann2015-03-161-1/+1
* | PathView: use qt.quick.itemview.lifecycle logging categoryShawn Rutledge2015-03-131-3/+17
* | Handle context loss in the threaded render loopLaszlo Agocs2015-03-122-0/+7
* | Fix flickable stealing gestures when height >= contentHeight.Andrew den Exter2015-03-111-4/+4
* | Reduce number of allocations when constructing text nodesEskil Abrahamsen Blomfeldt2015-03-092-36/+90
* | Implement cache property for QQuickAnimatedImageDaiwei Li2015-03-062-2/+32
* | TextEdit: Block's update should update paint nodeRuslan Nigmatullin2015-03-051-0/+7
* | Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-0514-43/+44
* | Avoid assert in rich text when img width is invalidEskil Abrahamsen Blomfeldt2015-03-021-2/+2
* | QQuickWindow: rename deliverGestureEvent to deliverNativeGestureEventShawn Rutledge2015-02-272-4/+4
* | QQuickWindow: move deliverGestureEvent outside QT_NO_WHEELEVENT sectionShawn Rutledge2015-02-271-17/+16
* | QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-264-9/+12