aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix scenegraph backend API for material shaders."old/5.2Michael Brasser2014-02-192-17/+0
* Fix spurious binding loop errors in QtQuick Controls and other placesSimon Hausmann2014-02-161-7/+12
* Fix crash when the currently running binding is deleted.Michael Brasser2014-02-152-57/+61
* 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
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-02-122-2/+4
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-112-2/+4
| |\
| | * Remove static initialization of QObjectsv5.2.1Eskil Abrahamsen Blomfeldt2014-01-292-2/+4
* | | Fix wrong calculation of viewPort for transitionsFlorian Hänel2014-02-121-1/+1
* | | Doc: Added information about classname in qmldirVenu2014-02-121-1/+13
* | | 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 exception thrown in slot without Qml EngineSimon Hausmann2014-02-071-5/+7
* | Updated documentation for QML Locale.measurementSystemAnders Gunnarsson2014-02-071-3/+6
* | Fix scenegraph backend API for material shaders.Michael Brasser2014-02-063-1/+18
* | Doc: Merge duplicated example directoriesSze Howe Koh2014-02-064-4/+4
* | Avoid renderlist rebuilds in the scene graph renderer.Gunnar Sletta2014-02-062-30/+42
* | Fix alignment exception in newCallContext on ARMSamuli Piippo2014-02-062-2/+2
* | [Regression] Fix lazy binding evaluationSimon Hausmann2014-02-063-3/+10
* | Fix backend API, broken since 5.2.0Gunnar Sletta2014-02-045-3/+9
* | V4 regalloc: fix interval splitting when register pressure is high.Erik Verbruggen2014-01-311-7/+27
* | V4: fix range sortingErik Verbruggen2014-01-311-3/+6
* | V4 JIT: save/restore ebx (GOT ptr) on linux/x86.Erik Verbruggen2014-01-312-1/+5
* | Fix crash in header when regenerating view.Michael Brasser2014-01-301-0/+1
* | V4: remove unused field.Erik Verbruggen2014-01-292-9/+6
* | 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
* | V4: Array.push() on QStringList should invoke putIndexed()Alberto Mardegan2014-01-281-1/+1
* | Flickable: fix crash in delayed press handlingJ-P Nurmi2014-01-251-1/+1
* | Positioners: fix layout mirroringJ-P Nurmi2014-01-253-22/+70
* | Fix QNX 6.6 buildFrank Osterfeld2014-01-241-2/+2
* | Dont define CAN_BACKTRACE_EXECINFO when building on uClibcJorgen Lind2014-01-241-1/+1
* | Don't write into the callers stack frameLars Knoll2014-01-242-5/+16
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Simon Hausmann2014-01-241-3/+0
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2014-01-241-3/+0
| |\|
| | * V4: remove more superfluous spills.Erik Verbruggen2014-01-231-3/+0
* | | V4: fix life-time hole check.Erik Verbruggen2014-01-241-7/+6
|/ /
* | Fix compile error with clang 3.4Lars Knoll2014-01-231-1/+1
* | Fix warning about comparing double to boolean in js_equal().Friedemann Kleint2014-01-231-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-229-103/+88
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-229-103/+88
| |\|
| | * Remove redundant button clicked handler in QQuickMessageBoxBerthold Krevert2014-01-202-49/+0