aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | D3D12: Convert 8-bit glyphs to 32-bit to prevent using R8 formatsLaszlo Agocs2016-08-175-26/+59
|/ / /
* | | Enable disk cache for files coming from resourcesSimon Hausmann2016-08-124-13/+24
* | | Private export the Particle EmitterAriel Molina2016-08-121-1/+1
* | | Quick: use const (and const APIs) moreAnton Kudryavtsev2016-08-1220-153/+154
* | | Fix 'lighter' compositionmode in Context2DGunnar Sletta2016-08-121-2/+2
* | | QuickWidgets: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-122-7/+7
* | | QmlTest: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-112-7/+8
* | | QQmlXMLHttpRequest: optimize header()Anton Kudryavtsev2016-08-111-5/+6
* | | QML: Move flag from QQmlPropertyRawData fields into its flagsErik Verbruggen2016-08-111-9/+8
* | | V4: Handle QTime->DateObject conversion betterErik Verbruggen2016-08-105-1/+45
* | | Fix qmldevtools for QML compilerSimon Hausmann2016-08-102-3/+3
* | | QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-1019-436/+483
* | | QSG: Fix inconsistent use of 'override'Erik Verbruggen2016-08-101-5/+5
* | | V4: Correctly enable the arm64/aarch64 disassemblerErik Verbruggen2016-08-101-1/+2
* | | Fix import with qualifier of remote directory with qmldirArnaud Vrac2016-08-101-7/+4