aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Correctly initialize ListView section attached properties.Martin Jones2015-06-251-13/+17
* Fix missing images when alpha and shader effects are involvedLaszlo Agocs2015-06-251-0/+11
* Doc: resize tables with overflowNico Vertriest2015-06-2510-59/+103
* Support 32-bit color bitmap glyphs in native text rendering.Eli Fidler2015-06-234-6/+67
* QSGDefaultRectangleNode: Fix gradient position calculationsSanttu Lakkala2015-06-171-4/+4
* Android: Another work around bug of Vertex ShaderTakumi ASAKI2015-06-121-2/+5
* Fix performance regression in Image construction.Gunnar Sletta2015-06-084-5/+9
* Document the render loops a bit moreLaszlo Agocs2015-05-281-6/+29
* 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
* Fix basic and windows render loops to use the correct screenLaszlo Agocs2015-05-212-0/+2
* Optionally apply orientation on imagesAllan Sandfeld Jensen2015-05-199-38/+131
* Fix render loop warning about invalid geometry of exposed windows.Friedemann Kleint2015-05-191-2/+4
* QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-1310-24/+29
* Hide cursor when text fields becomes read onlySanttu Lakkala2015-05-122-4/+17
* Add QtQuick::Text::font.weight enum valuesShawn Rutledge2015-05-115-5/+33
* 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
|/ /
* | Create QOpenGLContext with the correct screenv5.5.0-beta1Jan Arne Petersen2015-05-021-0/+1
* | 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-235-5/+39
* | 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-162-4/+4
* | Fix regressed atlas texture log output. Broken since: a49b0ad786Gunnar Sletta2015-04-161-2/+2
* | Make sure we have enough precision to run animations for years.Gunnar Sletta2015-04-161-3/+3
* | Avoid running anims at 3x speed on WindowsLaszlo Agocs2015-04-131-0/+8
* | Do not stall loading of local images if network is slowAlbert Astals Cid2015-04-091-10/+29
* | 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 formatting of QAbstractAnimationJob and related classes.Friedemann Kleint2015-04-022-0/+17
* | Improve debug operator for QQuickItem.Friedemann Kleint2015-04-021-6/+15
* | Fix Text item linkColor updateMarko Kangas2015-04-011-1/+4
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-013-10/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-313-10/+6
| |\|
| | * Don't send deferred delete events from windowDestroyed()Andy Shaw2015-03-302-7/+1
| | * Always remove reply from replies when processing cancelledAlbert Astals Cid2015-03-301-3/+5
* | | Android: Work around bug on Samsung Galaxy Tab 3 10.1Eskil Abrahamsen Blomfeldt2015-03-311-1/+4
* | | Add inheritance documentation markup to animator classes.Friedemann Kleint2015-03-311-0/+6
|/ /
* | Honor setFocusOnTouchRelease in QQuickTextInputKai Uwe Broulik2015-03-302-9/+20
* | add qt.quick.touch.target logging categoryShawn Rutledge2015-03-301-6/+19