aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Now android has only one platform plugin.BogDan Vatra2014-01-171-2/+0
* [new compiler] Initial support for QQuick state changesSimon Hausmann2014-01-172-0/+63
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-175-34/+82
|\
| * Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2014-01-161-5/+6
| |\
| | * Revert "Support batching of rotated antialiased elements."Gunnar Sletta2014-01-161-5/+6
| * | Remove the two default role names listed in cppmodels documentation.Mitch Curtis2014-01-161-14/+1
| * | Add support for a separate index bufferLaszlo Agocs2014-01-153-14/+70
| * | Fix warning about cast from char* to QStringThiago Macieira2014-01-141-2/+2
| |/
| * On Mac only editable ComboBox should receive tab focusFrederik Gladhorn2014-01-111-1/+5
* | QQuickWindow: Make sure popups receive key events on MacGabriel de Dietrich2014-01-152-11/+32
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-145-11/+25
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-105-11/+25
| |\|
| | * Support batching of rotated antialiased elements.Gunnar Sletta2014-01-101-6/+5
| | * Doc: Fix current QtQuick module version.Takumi Asaki2014-01-101-2/+2
| | * Doc: QtTest - Fix documentation for TestCase and SignalSpyCaroline Chao2014-01-093-2/+13
| | * Fix Flickable generated release event with pressDelay.Martin Jones2014-01-091-1/+5
* | | Use QSGGeometry::lineWidth() when drawing GL_POINTSAlex Montgomery2014-01-132-4/+10
|/ /
* | Rework array handling for JS objectsLars Knoll2014-01-092-2/+2
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-01-088-12/+13
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-088-12/+13
| |\|
| | * Keys Attached Property: Fix doc reference to nonexistent propertiesGabriel de Dietrich2014-01-081-2/+2
| | * Use qDebug for all debug under src/quick/scenegraph.Gunnar Sletta2014-01-077-10/+11
* | | Dont call updatePolish if an item is not visibleFabian Bumberger2014-01-081-2/+4
|/ /
* | Add QQuickMatrix4x4, a way to specify a matrix transform in QML.Erik Larsson2014-01-073-0/+99
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-0629-50/+48
|\|
| * Doc: Fix broken linksSze Howe Koh2013-12-3028-50/+48
| * Context2D: don't use an arrow to illustrate scaling in the docs.Mitch Curtis2013-12-261-0/+0
* | Fix interaction of QQuickItems with the garbage collectorSimon Hausmann2014-01-064-0/+63
* | Fix a warning about casting from asciiLars Knoll2014-01-031-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-2417-39/+52
|\|
| * Doc: Fixed a few broken links and snippetsVenu2013-12-231-2/+2
| * QtQuick docs: add missing \qmlpropertygroup commandsJ-P Nurmi2013-12-2012-0/+16
| * use private linkage where possibleOswald Buddenhagen2013-12-191-1/+1
| * remove obsolete workarounds for qmake processing order problemsOswald Buddenhagen2013-12-191-14/+0
| * Fix positioning of item when first cacheBuffer item is removed.Andrew den Exter2013-12-193-1/+14
| * Docs: fix Drag::onDragStarted() and onDragFinished() signalsJ-P Nurmi2013-12-181-2/+2
| * Fix & cleanup whitespace in qquickdrag.cpp docsJ-P Nurmi2013-12-181-21/+19
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-1638-437/+738
|\|
| * Fix touch to mouse synthesis/propagation.Robin Burchell2013-12-134-14/+36
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-125-33/+49
| |\
| | * Set the format for the fallback offscreen surfacev5.2.0Laszlo Agocs2013-12-051-0/+1
| | * Fix broken visibility property assignment after d0644b040eTor Arne Vestbø2013-12-051-1/+1
| | * Don't leave the GL context current after cleanup.Gunnar Sletta2013-12-041-18/+34
| | * Revert "Load "@2x" images on high-dpi "retina" systems."Morten Johan Sørvig2013-12-031-11/+0
| | * Release GL resources of ShaderEffectSource while we still have GL.Gunnar Sletta2013-12-032-3/+13
| * | Don't crash when QCoreApplication is currently being deleted.Sérgio Martins2013-12-121-0/+3
| * | Safeguard QQuickWindow::hide() against other GL contexts.Gunnar Sletta2013-12-122-0/+6
| * | Size changes do not warrant a transform update.Gunnar Sletta2013-12-111-1/+1
| * | Set highlight size for both dimensions, irrespective of ListView orientationRobin Burchell2013-12-111-18/+34
| * | Flickable: Use increased default flick parameters on BB10Oleg Shparber2013-12-114-62/+108