aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix scenegraph backend API for material shaders."old/5.2Michael Brasser2014-02-192-17/+0
* Ensure m_opacityChange is cleared at the beginning of each frame.Michael Brasser2014-02-151-0/+1
* Update scenegraph docs to be in line with Qt 5.2 behavior changes.Michael Brasser2014-02-152-10/+1
* Provide scenegraph backend API for marking scenegraph nodes dirty.Michael Brasser2014-02-152-0/+2
* Enable program binary support through QSGRenderContext API.Gunnar Sletta2014-02-134-16/+45
* Fix wrong calculation of viewPort for transitionsFlorian Hänel2014-02-121-1/+1
* Expose Qt Quick gradient conversion code privately.Mitch Curtis2014-02-122-9/+17
* Warn when attaching Keys to an invalid itemFrederik Gladhorn2014-02-111-0/+2
* Fix origin for short reversed item viewsJohn Brooks2014-02-101-2/+2
* Doc: note about visible and enabled in PropertyChangesFrederik Gladhorn2014-02-101-0/+5
* Fix scenegraph backend API for material shaders.Michael Brasser2014-02-063-1/+18
* Doc: Merge duplicated example directoriesSze Howe Koh2014-02-063-3/+3
* Avoid renderlist rebuilds in the scene graph renderer.Gunnar Sletta2014-02-062-30/+42
* Fix backend API, broken since 5.2.0Gunnar Sletta2014-02-045-3/+9
* Fix crash in header when regenerating view.Michael Brasser2014-01-301-0/+1
* Docs: add a working example to Text::fontSizeMode docsJ-P Nurmi2014-01-291-0/+4
* Fix leak-on-exit of QSGRenderLoop::s_instanceAlex Montgomery2014-01-282-13/+11
* Flickable: fix crash in delayed press handlingJ-P Nurmi2014-01-251-1/+1
* Positioners: fix layout mirroringJ-P Nurmi2014-01-253-22/+70
* Dont define CAN_BACKTRACE_EXECINFO when building on uClibcJorgen Lind2014-01-241-1/+1
* QQuickText: fix layout mirroringJ-P Nurmi2014-01-221-4/+4
* Only look at alpha to decide if rectangle has fill or not.Gunnar Sletta2014-01-221-2/+2
* Enforce texture cleanup to happen at the end of the sync phase.Gunnar Sletta2014-01-223-3/+14
* Revert QSGRenderNode to the old "in context" behaviorGunnar Sletta2014-01-222-90/+56
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-01-226-54/+84
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-226-54/+84
| |\
| | * Work around missing BGRA texture format on Samsung Galaxy Tab 3Eskil Abrahamsen Blomfeldt2014-01-172-5/+30
| | * Improve Mac OS X touch event enabling.Morten Johan Sørvig2014-01-174-49/+54
* | | Make it possible to render without a depth buffer.Gunnar Sletta2014-01-223-27/+53
|/ /
* | Ensure Flickable bounds detection is executed at the end of animation.Martin Jones2014-01-211-0/+1
* | 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
* 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
* 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
* 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
* 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