aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-1036-273/+439
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-057-13/+25
| |\
| | * Use QElapsedTimer instead of QTime to measure elapsed timeMilian Wolff2016-10-051-5/+4
| | * Canvas: Implement high-DPI render modeMorten Johan Sørvig2016-10-051-2/+10
| | * QML: Clear weak references on Object destruction for C++-owned QObjectsErik Verbruggen2016-10-051-0/+4
| | * QQuickPositioners: fix sentence structure in apidocFrederik Schwarzer2016-10-041-4/+4
| | * QQuickRectangle: fix typo in apidocFrederik Schwarzer2016-10-041-1/+1
| | * Fix crash on cancel QQuickImageResponseAlbert Astals Cid2016-10-032-1/+2
| * | Doc: add spec on parameter imageNico Vertriest2016-10-041-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-0413-80/+90
| |\|
| | * qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-301-0/+5
| | * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-3012-80/+83
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7J-P Nurmi2016-09-3018-181/+334
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-3018-181/+334
| | |\|
| | | * Fix incorrectly aligned text whose size depends on its implicit sizeMitch Curtis2016-09-291-2/+2
| | | * QQuickText: fix paddings when wrapping or eliding is usedJ-P Nurmi2016-09-291-1/+1
| | | * Flickable: do not emit movementEnded until it really doesShawn Rutledge2016-09-291-1/+1
| | | * Fix crash on Array.prototype.join.call(0)Robin Burchell2016-09-291-5/+8
| | | * Flickable: don't activate velocityTimeline if scroll phase availableShawn Rutledge2016-09-291-1/+1
| | | * V4: Free up 2 address bits in 64bit modeErik Verbruggen2016-09-288-152/+269
| | | * QSGRenderContext: Add null-checks for stringsFlorian Bruhin2016-09-261-3/+3
| | | * Quick: Do not send SG updates when AnimatedSprite is not visibleErik Verbruggen2016-09-232-12/+21
| | | * Fix MouseArea sticky grab with drag.filterChildren enabledMartin Jones2016-09-221-0/+2
| | | * Add a facility to version type information for debugginghjk2016-09-221-0/+18
| | | * Give SquareButton types a side property to mediate being square.Edward Welbourne2016-09-213-5/+9
| * | | Remove dead codeJake Petroules2016-09-301-4/+0
| |/ /
| * | Fix Flickable state being reset when it replays a delayed press.Andrew den Exter2016-09-231-2/+3
* | | V4: Move zero-initialization of heap items into the header fileErik Verbruggen2016-10-072-1/+2
* | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-0624-22/+85
* | | QQmlTypeLoader: Clean up trimCache()Ulf Hermann2016-10-061-6/+5
* | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-0673-446/+576
* | | QML: Make Heap::RegExp and Heap::String trivialErik Verbruggen2016-10-059-29/+36
* | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-0533-196/+243
* | | QML: Move the ScarceResourceData from VariantObject onto the heapErik Verbruggen2016-10-056-43/+55
* | | Adding QQuickDesignerSupportMetaInfo::registerMockupObject()Thomas Hartmann2016-10-055-2/+138
* | | Fix mouse and touch grabbing issuesFrederik Gladhorn2016-10-042-14/+36
* | | Rename parameter i to receiver in QQuickMultiPointTouchArea::childMouseEventF...Frederik Gladhorn2016-10-042-4/+4
* | | Fix behavior of Flickable::setPressDelayFrederik Gladhorn2016-10-041-1/+5
* | | add qt.quick.pointer.grab logging category to track pointer grabShawn Rutledge2016-10-031-0/+9
* | | Fix release event delivery in deliverTouchAsMouseFrederik Gladhorn2016-10-031-2/+3
* | | Flickable: respect keepMouseGrab againFrederik Gladhorn2016-10-022-13/+19
* | | 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