aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | Remove two more places where we used v8Lars Knoll2013-06-102-6/+6
| * | | | | | Remove v8 usage in a few placesLars Knoll2013-06-063-13/+13
| * | | | | | Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-052-2/+3
| * | | | | | Remove unused variableLars Knoll2013-06-031-2/+0
| * | | | | | Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-032-11/+18
| * | | | | | Convert more subclasses of Managed to the new casting schemeLars Knoll2013-05-311-78/+77
| * | | | | | Remove the remaining dependencies onto the binding rewriterLars Knoll2013-05-242-4/+3
| * | | | | | Fix build on WindowsSimon Hausmann2013-05-222-1/+4
| * | | | | | Get rid of v8::String::(Ascii)ValueLars Knoll2013-05-222-3/+3
| * | | | | | Get rid of v8::NumberLars Knoll2013-05-212-18/+18
| * | | | | | Get rid of v8::IntegerLars Knoll2013-05-211-9/+9
| * | | | | | Initial port of JS canvas bindings to use QV4::Object subclass instead of V8 ...Simon Hausmann2013-05-106-92/+128