aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-2623-131/+141
* Fix performance issues when handling layout changed in Quick item views.Milian Wolff2016-04-264-43/+1
* QML: Drop unnecessary includeUlf Hermann2016-04-251-2/+0
* QmlDebug: Adapt to renaming of Qt Creators "QML/JS" consoleUlf Hermann2016-04-221-1/+1
* QQuickTextInput: Listen for changes to cursorFlashTimeRichard Moe Gustavsen2016-04-212-41/+42
* QQuickTextControlPrivate: Listen for changes to cursorFlashTimeRichard Moe Gustavsen2016-04-212-5/+24
* Allow target path version in a parent moduleJ-P Nurmi2016-04-213-41/+72
* Minor cleanup: Remove unused forward declarationEskil Abrahamsen Blomfeldt2016-04-201-1/+0
* Fix assertion in qt_create_image_data()Peter Varga2016-04-191-1/+1
* 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
* 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
* | | 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
* | 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