aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1921-35/+46
|\
| * 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-1813-15/+24
| |\|
| | * 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
| | * 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
* | | QQuickItemView: use reverse iterators moreAnton Kudryavtsev2016-08-191-9/+8
* | | Adjust decarative after qtConfig changes in qtbaseLars Knoll2016-08-196-15/+10
* | | Remove unused delete watcher classSimon Hausmann2016-08-183-113/+0
* | | Flickable: Fixed rounding errors with contentX/YRiku Palomäki2016-08-181-9/+26
* | | QML: Remove hasAccessors flag from QQmlPropertyRawDataErik Verbruggen2016-08-182-6/+2
* | | 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
* | | 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
* | | 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-1715-226/+268
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1715-226/+268
| |\| |
| | * | Doc: mention when Flickable.AutoFlickIfNeeded was addedJ-P Nurmi2016-08-151-1/+1
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1313-222/+246
| | |\|
| | | * PathView: fix infinite construction/destruction loopAnton Kudryavtsev2016-08-121-18/+26
| | | * PathView: fix item creationAnton Kudryavtsev2016-08-121-3/+13
| | | * Move the moth stack slot allocator into qmldevtoolsSimon Hausmann2016-08-122-162/+164
| | | * 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-092-27/+11
| | | * 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-051-1/+12
| | | * Remove artifacts in font renderingEirik Aavitsland2016-08-051-1/+2
| | | * Fix crash when cache property can not be foundFilipe Azevedo2016-08-051-1/+1
| | | * Flickable: avoid infinite velocity during release after dragShawn Rutledge2016-08-051-2/+6
| | | * Fix QQuickDefaultClipNode::updateGeometry()J-P Nurmi2016-08-051-1/+1
| | * | TextInput: fix horizontal alignment when implicit resizing is disabledJ-P Nurmi2016-08-101-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