aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: better example explaining use of tx.executeSql with parametersNico Vertriest2016-10-261-7/+24
* Change Import::type from quint8 to LEUInt32James McDonnell2016-10-251-2/+2
* QML: Hint LTO to never inline QQmlPropertyCache::resolveErik Verbruggen2016-10-251-2/+2
* Fix crash when loop peeling and basic block mergingSimon Hausmann2016-10-252-0/+22
* d3d12 plugin depends on quickSamuli Piippo2016-10-241-1/+1
* Cast enums to int before streaming into QDataStreamThiago Macieira2016-10-233-7/+7
* Add the ability to explicitly enable the code cache in qmljsSimon Hausmann2016-10-233-9/+74
* Fix crash with v4 lookups on changing objectsSimon Hausmann2016-10-222-1/+18
* Windows: Fix distance field rendering with fonts with broken cmapEskil Abrahamsen Blomfeldt2016-10-211-1/+1
* Fix bootstrap and qtquick compiler buildSimon Hausmann2016-10-211-2/+6
* Add "We mean it" comment to qquickdesignercustomparserobject_p.hFriedemann Kleint2016-10-211-0/+11
* QML: Create a fast-path for QV4::WeakValue::setErik Verbruggen2016-10-212-24/+27
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-2014-55/+56190
|\
| * Fix tst_rendernode::renderOrder() on high DPI displaysMitch Curtis2016-10-171-7/+9
| * Fix gcc6 buildAllan Sandfeld Jensen2016-10-161-6/+3
| * Row/Column/GridLayout: add missing margins properties to documentationMitch Curtis2016-10-142-27/+21
| * QQuickItem: eliminate repeated access to QQmlV4Function::v4engine()J-P Nurmi2016-10-131-10/+10
| * Item: sort out mapFromGlobal() and mapToGlobal()J-P Nurmi2016-10-135-2/+93
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-1216-40/+96
| |\
| * | Make tst_qqmlapplicationengine pass when JIT is not availableDmitry Shachnev2016-10-111-1/+1
| * | BC data files for QtDeclarative (5.7)Milla Pohjanheimo2016-10-104-0/+56053
* | | Doc: minor typo in doc TextInput QML typeNico Vertriest2016-10-191-1/+1
* | | Revert "Temporarily provide old Type enums in QSGGeometry"Laszlo Agocs2016-10-191-9/+1
* | | Improve QML development experienceSimon Hausmann2016-10-182-0/+42
* | | QML: Split two QQmlData methods into fast/slow pathsErik Verbruggen2016-10-182-10/+23
* | | Fix excessive invalidation of QML disk cachesSimon Hausmann2016-10-188-7/+149
* | | QML: allow QObjectWrapper::init to be inlinedErik Verbruggen2016-10-182-8/+7
* | | 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