aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Don't set opacity when we are not toldGunnar Sletta2013-08-121-1/+1
* Public API for creating atlas textures, when available.Gunnar Sletta2013-08-124-10/+36
* Fix QSGSimpleTextureNode's dirty signals for atlas texturesGunnar Sletta2013-08-121-1/+12
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-125-25/+28
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-125-25/+28
| |\
| | * Stop the update timer when no windows are visibleGunnar Sletta2013-08-071-1/+4
| | * Remove C-style casts from public headers.Thiago Macieira2013-08-062-16/+16
| | * Improve memory usage of QQuickTextNode.Michael Brasser2013-08-062-8/+8
* | | Support opt-in QSGNode descriptions without breaking binary compat.Gunnar Sletta2013-08-1213-65/+89
* | | Introduce QSGMaterial::CustomCompileStepGunnar Sletta2013-08-122-1/+8
|/ /
* | Document parenting behaviour of delegates in QML ListView and Component.Tomasz Siekierda (sierdzio)2013-08-101-0/+2
* | Avoid redundant state changes in distancefield text shaderGunnar Sletta2013-08-081-5/+37
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-069-49/+41
|\ \
| * | Merge branch 'stable' into devSergio Ahumada2013-08-059-49/+41
| |\|
| | * Avoid using connect in QQuickImplicitSizeItem.Michael Brasser2013-08-011-14/+2
| | * Fix crash when changing non-cached source of image during animationMichael Brasser2013-08-011-2/+2
| | * Remove comment that QQuickPaintedItem is only useful for porting.Gunnar Sletta2013-08-011-3/+0
| | * Fixed distance field text getting clipped at small sizes.Yoann Lopes2013-08-011-1/+1
| | * Doc: Clean up docs for PathView.highlightRangeMode enum valuesTopi Reinio2013-08-011-16/+19
| | * Rectangle which only draw an opaque border should not be blended.Gunnar Sletta2013-08-011-1/+1
| | * Correctly update flickable visibleArea.heightRatio when geometry changesNils Jeisecke2013-07-311-5/+5
| | * QQuickListViewPrivate::updateStickySections(): add missing null checkJ-P Nurmi2013-07-291-1/+1
| | * Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-261-2/+4
| | |\
| | | * Workaround for distance field glyph upload problem.Yoann Lopes2013-07-261-2/+4
| | * | Resizing items out of the list viewport should not change the viewportAlbert Astals Cid2013-07-241-4/+6
| | |/
* | | Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-0636-1052/+1204
|\ \ \
| * \ \ Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into m...Simon Hausmann2013-07-263-17/+8
| |\ \ \
| * \ \ \ Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-2236-191/+449
| |\ \ \ \
| * | | | | Fix failing QQuickCanvas auto-testsSimon Hausmann2013-07-171-1/+3
| * | | | | Get rid of the first half of QQmlGuard usageLars Knoll2013-07-0517-33/+27
| * | | | | Get rid of the signal expression rewriterSimon Hausmann2013-07-031-1/+1
| * | | | | Fix warning from clang.Erik Verbruggen2013-07-021-1/+1
| * | | | | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-24181-6327/+3132
| |\ \ \ \ \
| * | | | | | Remove context parameter from Manged::put.Lars Knoll2013-06-221-1/+1
| * | | | | | Remove the context argument from Managed::putIndexedLars Knoll2013-06-221-3/+3
| * | | | | | Remove context parameter from Managed::getIndexedLars Knoll2013-06-221-3/+3
| * | | | | | Stop using v4classgen in the context2d bindingsSimon Hausmann2013-06-133-25/+66
| * | | | | | Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-123-5/+0
| * | | | | | Convert most getter methods over to v4Lars Knoll2013-06-121-1/+0
| * | | | | | Remove unused stuff from qv8objectresource.Lars Knoll2013-06-111-2/+0
| * | | | | | Remove the last bits of v8 usage in context2dLars Knoll2013-06-111-60/+98
| * | | | | | Convert the prototype method of context2d to v4Lars Knoll2013-06-111-364/+377
| * | | | | | Convert the instance methods of context2d to v4Lars Knoll2013-06-111-195/+218
| * | | | | | Convert some of the subobjects of context2d to v4Lars Knoll2013-06-111-65/+58
| * | | | | | Convert the first canvas subobject over to v4 styleLars Knoll2013-06-111-36/+51
| * | | | | | Use QStringLiteral instead of QLatin1StringLars Knoll2013-06-101-96/+96
| * | | | | | Don't include v8.h from qv8engine_p.h anymoreLars Knoll2013-06-101-0/+2
| * | | | | | Remove usage of v8 from the context2d headerLars Knoll2013-06-102-13/+14
| * | | | | | Remove v8 usage from qquickglobalLars Knoll2013-06-101-42/+51
| * | | | | | Remove v8 API usage in qquickitemLars Knoll2013-06-101-26/+31