aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch remote-tracking branch '5.8' into wip/pointerhandlerShawn Rutledge2016-08-23162-1067/+1504
|\
| * Merge dev into 5.8Oswald Buddenhagen2016-08-22164-1179/+1291
| |\
| | * tools: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-2010-53/+53
| | * manual tests: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-203-9/+12
| | * auto tests: Particles: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-2023-38/+38
| | * Quick: fix incorrect usage of 'range for' with Qt containersAnton Kudryavtsev2016-08-203-10/+11
| | * QQuickWidget: fix incorrect usage of 'range for' with Qt containersAnton Kudryavtsev2016-08-201-1/+2
| | * Particles: fix incorrect usage of 'range for' with Qt containersAnton Kudryavtsev2016-08-201-1/+2
| | * Imports: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-201-3/+2
| | * benchmarks: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-203-5/+5
| | * Exclude tests that require features not present on UIKit platformsJake Petroules2016-08-192-3/+5
| | * Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-1922-35/+51
| | |\
| | | * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1922-35/+51
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-197-14/+22
| | | | |\
| | | | | * TestCase::mouseDrag: set mouse move delay >= 1 msShawn Rutledge2016-08-193-8/+16
| | | | | * Remove some double-meaning text from documentationFrederik Schwarzer2016-08-181-1/+1
| | | | | * QML: Do not register dependencies of deleted bindingErik Verbruggen2016-08-181-1/+1
| | | | | * QQuickGridView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-181-2/+2
| | | | | * QQuickListView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-181-2/+2
| | | | * | Revert "localstorage: disable warning about tautological comparison"Shawn Rutledge2016-08-181-5/+0
| | | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1814-15/+29
| | | | |\|
| | | | | * QQuickPathView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-171-2/+2
| | | | | * QV4Object: fix GCC 6.1 tautologial compare warningMarc Mutz2016-08-171-1/+3
| | | | | * Fix throwing an exception inside a finally block with a return in catchSimon Hausmann2016-08-162-3/+10
| | | | | * Update .gitignoreSimon Hausmann2016-08-151-0/+5
| | | | | * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-159-9/+9
| | | | * | Doc: Remove references to Windows CEVenugopal Shivashankar2016-08-171-1/+0
| | * | | | Fix crash in tst_qqmlextensionplugin on shutdownSimon Hausmann2016-08-191-1/+5
| | |/ / /
| | * | | QQuickItemView: use reverse iterators moreAnton Kudryavtsev2016-08-191-9/+8
| | * | | 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