aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Introduce BorderImageMesh.Michael Brasser2016-05-067-264/+562
* CleanupSimon Hausmann2016-05-063-14/+0
* Introduce delegating constructors.Friedemann Kleint2016-05-0612-57/+19
* qv4runtimeapi_p.h: Add "We mean it" comment.Friedemann Kleint2016-05-041-0/+11
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-0411-37/+98
|\
| * QQmlPropertyCache: Fix developer build with MinGW.Friedemann Kleint2016-04-191-8/+8
| * V4: Use std::copysign instead of home-grown bit twiddling.Erik Verbruggen2016-04-191-9/+10
| * Fix changing QML Window visibility in Component.onCompletedRobert Griebl2016-04-181-6/+4
| * QQmlEasingValueType: replace QList<qreal> with QVector<qreal>Anton Kudryavtsev2016-04-141-1/+1
| * QQmlEasingValueType: use reserve() to optimize memory allocationAnton Kudryavtsev2016-04-141-3/+4
| * Add support for input method selection handlesJan Arve Sæther2016-04-146-9/+71
| * Remove useless using clause that prevents building on INTEGRITY.v5.7.0-beta1Rolland Dudemaine2016-04-121-1/+0
* | Allow the use of uncreatable types for propertiesSimon Hausmann2016-04-291-1/+0
* | Document Number value properties in functionlistKai Uwe Broulik2016-04-281-0/+11
* | Add some ECMAScript 6 Number and Math methods and propertiesKai Uwe Broulik2016-04-285-0/+50
* | Remove leftover define fooFrank Meerkoetter2016-04-281-3/+0
* | Add string search functions from ECMAScript 2015.Michael Brasser2016-04-253-0/+86
* | V4: make QQmlEnginePrivate::dereferenceScarceResources inlinable.Erik Verbruggen2016-04-212-22/+32
* | Remove empty methodFrank Meerkoetter2016-04-191-4/+0
* | Mark overrides of QQmlExtensionPluginFrank Meerkoetter2016-04-1911-11/+11
* | Remove unused QPointerValuePair templateFrank Meerkoetter2016-04-186-199/+0
* | Replace handwritten loops with qDeleteAllFrank Meerkoetter2016-04-181-4/+2
* | Cleanup dead fwd declarationFrank Meerkoetter2016-04-181-2/+0
* | QQuickTextInput: Add some QChar::unicode() calls to brush over deprecation wa...Friedemann Kleint2016-04-181-1/+1
* | Cleanup. It is fine to call delete(0)Frank Meerkoetter2016-04-181-1/+1
* | Update DelayedFunctionCall to use an array object.Michael Brasser2016-04-132-7/+15
* | Do not convert from latin1 over and over againFrank Meerkoetter2016-04-131-4/+7
* | QML: When available, use QQmlAccessors to read properties.Erik Verbruggen2016-04-1215-22/+529
* | Fix invocations of methods taking a QByteArraySimon Hausmann2016-04-121-6/+0
* | Make the moth representation relocatableLars Knoll2016-04-113-26/+28
* | Removed unused typedefsLars Knoll2016-04-111-2/+0
* | Save some memoryLars Knoll2016-04-112-11/+8
* | CleanupLars Knoll2016-04-113-31/+20
* | Convert the remaining runtime methods to new calling conventionLars Knoll2016-04-118-110/+129
* | Convert comparison methods to the new runtime syntaxLars Knoll2016-04-118-54/+67
* | Convert unary operations to new calling conventionLars Knoll2016-04-116-42/+47
* | Convert 3rd batch of runtime methodsLars Knoll2016-04-115-76/+94
* | Convert second batch of runtime methodsLars Knoll2016-04-114-55/+69
* | Convert the first batch of runtime functionsLars Knoll2016-04-117-123/+150
* | Start converting Runtime calls to 'vtable' callsLars Knoll2016-04-117-5/+46
* | Remove some unused codeLars Knoll2016-04-111-22/+1
* | Move the Runtime API into it's own fileLars Knoll2016-04-114-145/+203
* | 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