aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-0842-188/+97
|\
| * Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-0842-188/+97
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-0842-188/+97
| | |\
| | | * qml: Remove unused QHashField class.Robin Burchell2016-04-062-113/+0
| | | * Move Qt Quick scenegraph resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-019-34/+34
| | | * Move Qt Quick resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-015-9/+9
| | | * Give a nicer error if the passed item doesn't existAlbert Astals Cid2016-04-011-0/+24
| | | * Documentation: fix vector3danimation property type names.Vladimir Moolle2016-04-011-2/+2
| | | * Fix crash in hasAtlasTextureAlbert Astals Cid2016-03-291-1/+1
| | | * Fix Image.Pad on high DPIJ-P Nurmi2016-03-241-6/+6
| | | * Purge sRGB chunks from PNG in documentation.Edward Welbourne2016-03-2411-0/+0
| | | * Purge sRGB chunks from PNG.Edward Welbourne2016-03-241-0/+0
| | | * Fix qmlRegisterSingletonType documentationBogDan Vatra2016-03-241-3/+2
| | | * Fix build with -no-guiTasuku Suzuki2016-03-241-1/+1
| | | * Use pixel() instead of scanLine() to check the colorAndy Shaw2016-03-241-3/+1
| | | * Handle duration of zero in QML animatorsDavid Edmundson2016-03-172-6/+13
| | | * qmltime: Remove widgets dependency.Robin Burchell2016-03-111-1/+1
| | | * Prevent worker thread of FolderListModel from starting immediatelyJoni Poikelin2016-03-112-1/+1
| | | * Remove unused variableThiago Macieira2016-03-101-1/+0
| | | * Doc: Modified qtquick.qdocconf to exclude private header fileNico Vertriest2016-03-091-0/+1
| | | * Doc: Replace the reference to QQmlComponent::endCreateVenugopal Shivashankar2016-03-091-1/+1
* | | | Add delayed property to Binding.Michael Brasser2016-04-083-3/+60
* | | | QML: fix inconsistent use of Q_DECL_OVERRIDE.Erik Verbruggen2016-04-081-1/+1
* | | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-04-0833-217/+326
|\| | |
| * | | Ensure the resources are initialized when used staticallyAndy Shaw2016-04-071-0/+11
| |/ /
| * | qsgbatchrenderer: memset nodes instead of using a constructor.Robin Burchell2016-04-061-17/+10
| * | QML: make QmlContext::qml{Context,Scope} inlinable.Erik Verbruggen2016-04-054-19/+86
| * | QML: Convert the PropertyDependencyMap to a QVarLengthArray.Erik Verbruggen2016-04-052-5/+28
| * | QML: add some hot-path hints for the compiler.Erik Verbruggen2016-04-052-6/+6
| * | QML: allow more methods to get inlined.Erik Verbruggen2016-04-057-49/+47
| * | QML: directly access private data instead of calling accessors.Erik Verbruggen2016-04-051-18/+18
| * | Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-0518-101/+104
| * | QML: add type info for the built-in qml context.Erik Verbruggen2016-04-052-2/+16
* | | Replace QPODVector with a std::vector in QAbstractAnimationJobFrank Meerkoetter2016-04-072-14/+11
* | | Replace custom loop with qDeleteAllFrank Meerkoetter2016-04-061-5/+2
* | | Remove superfluous null checksFrank Meerkoetter2016-04-061-6/+3
* | | Make the expression more compactFrank Meerkoetter2016-04-061-9/+1
* | | replace handwritten loop with qDeleteAllFrank Meerkoetter2016-04-061-3/+2
* | | Fix outdated commentFrank Meerkoetter2016-04-061-1/+1
* | | Ensure we actually overrideFrank Meerkoetter2016-04-061-2/+2
* | | Add a QChar::unicode() calls to brush over deprecation warninghjk2016-04-061-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-04-05115-1433/+1855
|\| |
| * | QML: do not re-use the resolver data for members.Erik Verbruggen2016-04-043-47/+71
| * | Remove dummy implementation for Pass*Ptr operator=().Rolland Dudemaine2016-04-042-4/+3
| * | Add a note saying that QQuickWidget::rootObject can return nullAlbert Astals Cid2016-04-041-1/+3
| * | Remove traces of the discontinued android-no-sdk platformEirik Aavitsland2016-04-012-2/+2
| * | Minor link issue in qquickpropertychangesNico Vertriest2016-03-311-2/+1
| * | V4: Allow some more functions to be inlined.Erik Verbruggen2016-03-318-34/+34
| * | QQuick: remove property index from the accessor functions.Erik Verbruggen2016-03-315-8/+6
| * | V4: prevent re-adding currentStmt to the worklist in type inference.Erik Verbruggen2016-03-301-2/+10