aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-18282-1571/+57936
|\
| * d3d12: Use qtConfig() in place of config_d3d12 for the pluginLaszlo Agocs2016-10-171-1/+2
| * Search for configure tests in the correct directoryLars Knoll2016-10-141-0/+1
| * Fix written time stamp in QML cache files for QRC sourcesSimon Hausmann2016-10-142-3/+18
| * QML: Prevent unnecessary QUrl->QString->QByteArray conversionsErik Verbruggen2016-10-142-30/+55
| * Fix d3d12 plugin compilation after QSGGeometry API reviewLaszlo Agocs2016-10-141-3/+4
| * Temporarily provide old Type enums in QSGGeometryLaszlo Agocs2016-10-131-1/+9
| * qmltest: Fix build on Windows 32bitFriedemann Kleint2016-10-131-0/+5
| * Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-1321-58/+138
| |\
| | * Example: Use TextInput's displayText property instead of lengthVenugopal Shivashankar2016-10-131-1/+1
| | * V4: Fix usage of QV4::Value tags/typesErik Verbruggen2016-10-135-17/+41
| | * testlib: Add timestamp to mouse click eventsPeter Varga2016-10-111-1/+9
| | * Fix V4 on big-endianAllan Sandfeld Jensen2016-10-101-8/+5
| | * Fix corruption when adding or changing properties of JS objectsArnaud Vrac2016-10-102-4/+22
| | * Fix developer-build with gcc 6Allan Sandfeld Jensen2016-10-104-19/+37
| | * Fix FastFBOResizing hint for QQuickPaintedItemYoann Lopes2016-10-062-3/+15
| | * QQListView: use dot for property syntaxFrederik Schwarzer2016-10-061-1/+1
| | * Fix linking against static build in Visual Studio 2015Pavol Markovic2016-10-061-1/+1
| | * QDoc: fix several typos an minor wording issues in documentationFrederik Schwarzer2016-10-063-4/+4
| | * focus.qdoc: fix grammar in documentationFrederik Schwarzer2016-10-061-1/+1
| | * Fix some minor issues in documentationFrederik Schwarzer2016-10-062-6/+6
| * | Fix enums in QSGGeometryLaszlo Agocs2016-10-1212-111/+131
| * | Doc: corrected reference to category nameNico Vertriest2016-10-121-1/+1
| * | Use d3d12 feature in rendernode exampleLaszlo Agocs2016-10-115-8/+7
| * | QML: Turn DSE back onErik Verbruggen2016-10-111-5/+0
| * | QML: Align CompiledData::Function fields betterErik Verbruggen2016-10-111-6/+8
| * | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-1053-312/+55361
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-1053-312/+55361
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-058-13/+70
| | | |\|
| | | | * Use QElapsedTimer instead of QTime to measure elapsed timeMilian Wolff2016-10-051-5/+4
| | | | * Canvas: Implement high-DPI render modeMorten Johan Sørvig2016-10-051-2/+10
| | | | * QML: Clear weak references on Object destruction for C++-owned QObjectsErik Verbruggen2016-10-051-0/+4
| | | | * QQuickPositioners: fix sentence structure in apidocFrederik Schwarzer2016-10-041-4/+4
| | | | * QQuickRectangle: fix typo in apidocFrederik Schwarzer2016-10-041-1/+1
| | | | * Flickable: add a trackpad (touchpad) autotestShawn Rutledge2016-10-041-0/+45
| | | | * Fix crash on cancel QQuickImageResponseAlbert Astals Cid2016-10-032-1/+2
| | | * | Doc: add spec on parameter imageNico Vertriest2016-10-041-1/+1
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-0420-93/+54600
| | | |\|
| | | | * Fix vtable for QQuickPaintedItemSimon Hausmann2016-09-302-2/+2
| | | | * BC test data files for Qt 5.6 for QtDeclarativeMilla Pohjanheimo2016-09-304-0/+54475
| | | | * qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-303-0/+27
| | | | * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-3013-93/+96
| | | * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7J-P Nurmi2016-09-3027-190/+617
| | | |\ \
| | | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-3027-190/+617
| | | | |\|
| | | | | * Fix incorrectly aligned text whose size depends on its implicit sizeMitch Curtis2016-09-293-2/+75
| | | | | * QQuickText: fix paddings when wrapping or eliding is usedJ-P Nurmi2016-09-292-1/+13
| | | | | * Flickable: do not emit movementEnded until it really doesShawn Rutledge2016-09-293-2/+25
| | | | | * Fix crash on Array.prototype.join.call(0)Robin Burchell2016-09-292-5/+17
| | | | | * Flickable: don't activate velocityTimeline if scroll phase availableShawn Rutledge2016-09-291-1/+1
| | | | | * V4: Free up 2 address bits in 64bit modeErik Verbruggen2016-09-288-152/+269