aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Add 28 QList::reserve() callsSérgio Martins2015-06-084-2/+8
* QQuickWindow: Don't use an intermediate vector when diffing SG nodes.Robin Burchell2015-06-071-26/+19
* QQuickText: Don't store node engine per node.Robin Burchell2015-06-064-40/+48
* QSGDistanceFieldGlyphNode: Use QVarLengthArray to avoid frequent allocation.Robin Burchell2015-06-061-2/+4
* QQuickWindow: Move itemsToPolish from a QSet to QVector.Robin Burchell2015-06-063-6/+5
* Remove bogus dynamic and static casts.Sérgio Martins2015-06-061-6/+3
* QQuickTextNodeEngine: Remove unused member.Robin Burchell2015-06-051-2/+0
* QSGBatchRenderer: Store the last known free page index.Robin Burchell2015-06-051-1/+13
* Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-06-056-15/+15
* Some cleanups to QQmlRefCountLars Knoll2015-06-052-3/+3
* Add missing QVector::reserve() callsSérgio Martins2015-06-052-2/+6
* QQuickFlickable: Send synthetic release event through QCoreApplicationUlf Hermann2015-06-051-1/+1
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0436-161/+418
|\
| * 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
* | | Make it possible to grab() a window after it has been hidden.Gunnar Sletta2015-05-222-12/+8
* | | Don't doneCurrent() on hide().Gunnar Sletta2015-05-221-1/+0
* | | Keep cursor visible during keyboard interactionKai Uwe Broulik2015-05-211-0/+15
* | | Remove ordered list assumptions in PathViewAlan Alpert2015-05-182-48/+112
* | | Column, Row, Grid, Flow: add support for paddingLiang Qi2015-05-184-31/+336
* | | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-153-3/+3
* | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-04-285-5/+39
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-285-5/+39
| |\| |
| | * | Fix a memory leak in the material shader cache.Robert Griebl2015-04-235-5/+39
* | | | Make Repeater emit items with right stacking orderJan Arve Saether2015-04-281-10/+10
|/ / /
* | | Add some timing breakdown to QSG_RENDERER_DEBUG=renderGunnar Sletta2015-04-281-1/+29
* | | Get rid of QQmlBinding::property()Lars Knoll2015-04-271-14/+14
* | | Simplify binding setup code furtherLars Knoll2015-04-273-39/+14
* | | Make removal of bindings explicitLars Knoll2015-04-254-31/+31
* | | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-244-4/+4