aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adjust decarative after qtConfig changes in qtbaseLars Knoll2016-08-1917-35/+26
* Remove unused delete watcher classSimon Hausmann2016-08-183-113/+0
* Flickable: Fixed rounding errors with contentX/YRiku Palomäki2016-08-183-9/+53
* QML: Remove hasAccessors flag from QQmlPropertyRawDataErik Verbruggen2016-08-182-6/+2
* qmlimportscanner: fix MSVC buildAnton Kudryavtsev2016-08-181-32/+40
* Quick: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-1825-88/+97
* Minor binding code cleanupSimon Hausmann2016-08-182-6/+7
* QML: Change storage types of QQmlPropertyRawData fieldsErik Verbruggen2016-08-181-41/+55
* qmlimportscanner: use QStringLiteral more judiciouslyAnton Kudryavtsev2016-08-181-2/+2
* QQuickPathView: optimize releasing of cache itemsAnton Kudryavtsev2016-08-181-4/+6
* QQuickPathView: de-duplicate calls and cache resultsAnton Kudryavtsev2016-08-181-4/+6
* QQuickPathView: de-duplicate code of indexAt()Anton Kudryavtsev2016-08-171-10/+2
* softwarerenderer example: fix ambiguous reference to QQuickItemShawn Rutledge2016-08-171-2/+1
* QQuickPathView: port some loops to 'range for'Anton Kudryavtsev2016-08-171-11/+5
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-1735-587/+680
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1735-587/+680
| |\
| | * Doc: mention when Flickable.AutoFlickIfNeeded was addedJ-P Nurmi2016-08-151-1/+1
| | * autotests: remove qWait(1) in touch sequencesShawn Rutledge2016-08-133-22/+0
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1334-582/+644
| | |\
| | | * PathView: fix infinite construction/destruction loopAnton Kudryavtsev2016-08-123-18/+129
| | | * Fix test failure: wait between mouse events the proper wayJan Arve Saether2016-08-121-19/+12
| | | * PathView: fix item creationAnton Kudryavtsev2016-08-123-3/+114
| | | * Move the moth stack slot allocator into qmldevtoolsSimon Hausmann2016-08-122-162/+164
| | | * Shader examples: initialize all membersEdward Welbourne2016-08-112-2/+2
| | | * QQmlObjectCreator: prefer initializer syntax over assignmentEdward Welbourne2016-08-111-5/+4
| | | * QQmlObjectCreator: initialize _bindingTargetEdward Welbourne2016-08-111-0/+1
| | | * Fix char conversions in QMLChristian Strømme2016-08-094-66/+43
| | | * Don't accept left clicks when text format is plain.Eike Hein2016-08-091-0/+1
| | | * Clarify doc on modification of the global object in JS imported by QMLMitch Curtis2016-08-081-1/+4
| | | * Fix crash with Component.onDestructionSimon Hausmann2016-08-053-1/+117
| | | * Remove artifacts in font renderingEirik Aavitsland2016-08-051-1/+2
| | | * Fix crash when cache property can not be foundFilipe Azevedo2016-08-051-1/+1
| | | * tst_librarymetrics_performance: Use QBENCHMARK macro instead of rolling our ownRobin Burchell2016-08-051-133/+14
| | | * benchmarks: Remove odd qqmlimage benchmarkRobin Burchell2016-08-054-113/+0
| | | * tst_creation: Remove tst_creation::elementsRobin Burchell2016-08-051-25/+0
| | | * tst_creation: Remove qobject_alloc benchmarkRobin Burchell2016-08-051-30/+0
| | | * tst_creation: Remove redundant widgets dependencyRobin Burchell2016-08-053-5/+3
| | | * Flickable: avoid infinite velocity during release after dragShawn Rutledge2016-08-055-2/+32
| | | * Fix QQuickDefaultClipNode::updateGeometry()J-P Nurmi2016-08-051-1/+1
| | * | TextInput: fix horizontal alignment when implicit resizing is disabledJ-P Nurmi2016-08-102-1/+36
| | * | qmlplugindump: fix regexp for plugins.qmltypesJ-P Nurmi2016-08-091-1/+1
| | * | V4: Align stack on 16 byte boundaries in the YarrJITErik Verbruggen2016-08-091-2/+20
* | | | QML: Get rid of propTypeName in QQmlPropertyRawDataErik Verbruggen2016-08-172-12/+13
* | | | Prospective fix for invalidating caches for qml files from resourcesSimon Hausmann2016-08-171-1/+11
* | | | Fix return valueMaurice Kalinowski2016-08-171-2/+2
* | | | Enable QML disk cache on WinRT 10Simon Hausmann2016-08-171-5/+5
* | | | Make the unit mapping on Windows configurable with regards to executable mappingSimon Hausmann2016-08-178-8/+15
* | | | stabilize tst_TouchMouse::hoverEnabledShawn Rutledge2016-08-171-9/+12
* | | | D3D12: Convert 8-bit glyphs to 32-bit to prevent using R8 formatsLaszlo Agocs2016-08-175-26/+59
|/ / /
* | | Do not override QT_QPA_PLATFORM env variablesAndreas Cord-Landwehr2016-08-161-1/+1