aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add shared Label for examples, and use in the Window exampleShawn Rutledge2016-10-106-21/+70
* LocalStorage plugin: fix warning with debug buildAnton Kudryavtsev2016-10-101-1/+1
* Qml: add missing 'override'Anton Kudryavtsev2016-10-0723-131/+135
* Quick: add missing 'override'Anton Kudryavtsev2016-10-079-39/+39
* Qml types: replace 'foreach' with 'range for'Anton Kudryavtsev2016-10-075-10/+12
* QQmlProfilerService: reduce allocationsAnton Kudryavtsev2016-10-071-7/+18
* QQEventPoint debug operator: show pointId in hexShawn Rutledge2016-10-071-1/+1
* QQuickDirection: drop const from sample() result typeAnton Kudryavtsev2016-10-0610-10/+10
* QmlListModel: proper construction of vectorAnton Kudryavtsev2016-10-061-35/+14
* Particles: add missing 'override'Anton Kudryavtsev2016-10-0622-44/+50
* Imports: add missing 'override'Anton Kudryavtsev2016-10-0610-29/+29
* Plugins: add missing 'override'Anton Kudryavtsev2016-10-062-20/+20
* Qml: add missing 'override'Anton Kudryavtsev2016-10-0614-343/+343
* QQuickContext2DCommandBuffer: mark makePen() method as staticAnton Kudryavtsev2016-10-061-1/+1
* Mark some methods as constAnton Kudryavtsev2016-10-0621-29/+29
* QQuickItemView: Extract Method fxViewItemAtPosition()Anton Kudryavtsev2016-10-041-13/+12
* Remove a statement from the documentation that is now false.Jake Petroules2016-10-041-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-0160-198/+743
|\
| * Add some notes to mouse and touch ungrab docsFrederik Gladhorn2016-10-011-0/+15
| * QML: Make all context objects trivialErik Verbruggen2016-09-3018-78/+123
| * Do not crash in debug operator<< when QQuickPointerDevice is nullptrFrederik Gladhorn2016-09-291-0/+4
| * winrt: Fix crash on ARM in release modeMaurice Kalinowski2016-09-281-0/+6
| * QML: Make QV4::Heap::Pointer trivialErik Verbruggen2016-09-287-27/+26
| * Don't crash when delivering stationary touchpoint as mouse releaseShawn Rutledge2016-09-271-0/+2
| * QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-2712-52/+135
| * Remove unused notifier for parent accessorSimon Hausmann2016-09-272-3/+0
| * QML: Replace a QVector with a plain old C-style arrayErik Verbruggen2016-09-222-14/+26
| * Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-09-2125-27/+409
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-2125-27/+409
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-1617-15/+189
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-163-2/+86
| | | | |\
| | | | | * Correctly update the geometry of QSGDefaultPainterNodev5.6.2Yoann Lopes2016-09-121-2/+2
| | | | | * Add changes file for 5.6.2Jani Heikkinen2016-09-121-0/+80
| | | | | * QtQml: Disable new optimizer of MSVC2015/Update 3Friedemann Kleint2016-09-021-0/+4
| | | | * | Propagate window enter event as hover enter event in QQuickWindowEike Hein2016-09-152-0/+13
| | | | * | QQuickTextInput: avoid emitting editingFinished twiceRichard Moe Gustavsen2016-09-151-1/+6
| | | | * | Destroy an incubating delegate if it is removed before incubation completesMartin Jones2016-09-152-6/+21
| | | | * | Fix grammar in "Keyboard Focus in Qt Quick" documentationMitch Curtis2016-09-061-1/+1
| | | | * | Document that attached properties are created in C++Mitch Curtis2016-09-051-1/+2
| | | | |/
| | | | * Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-306-2/+58
| | | | * Workaround crashes in QtQml code related to dead-store eliminationJonathan Liu2016-08-281-1/+1
| | | | * QQuickDragAttached: set actual drag source when instantiating QDragAlberto Mardegan2016-08-261-1/+1
| | | * | Fix crash on exit when using default property aliases with layoutsMitch Curtis2016-09-154-0/+124
| | | * | Fix smooth scaling for Qt Quick Text itemsJake Petroules2016-09-141-0/+8
| | | * | Fix V4 on big-endianAllan Sandfeld Jensen2016-09-121-8/+5
| | | * | Doc: Updated Local Storage QML Types documentationNico Vertriest2016-09-122-4/+82
* | | | | check QML_NO_TOUCH_COMPRESSION during first touch eventJeremy Katz2016-09-261-2/+2
* | | | | FolderListModel/FileProperty: Use member initializationFriedemann Kleint2016-09-231-10/+10
* | | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-2166-1672/+547
|\| | | |
| * | | | QML: Cleanup prefix/suffixes for plug-in resolvingErik Verbruggen2016-09-191-15/+18