aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QQuickRectangle: fix typo in apidocFrederik Schwarzer2016-10-041-1/+1
* Flickable: add a trackpad (touchpad) autotestShawn Rutledge2016-10-041-0/+45
* Fix crash on cancel QQuickImageResponseAlbert Astals Cid2016-10-032-1/+2
* Fix vtable for QQuickPaintedItemSimon Hausmann2016-09-302-2/+2
* BC test data files for Qt 5.6 for QtDeclarativeMilla Pohjanheimo2016-09-304-0/+54475
* qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-303-0/+27
* Fix crash with window-less QQuickItemsSimon Hausmann2016-09-3013-93/+96
* Fix incorrectly aligned text whose size depends on its implicit sizeMitch Curtis2016-09-293-2/+75
* QQuickText: fix paddings when wrapping or eliding is usedJ-P Nurmi2016-09-292-1/+13
* Flickable: do not emit movementEnded until it really doesShawn Rutledge2016-09-293-2/+25
* Fix crash on Array.prototype.join.call(0)Robin Burchell2016-09-292-5/+17
* 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-223-0/+139
* Add a facility to version type information for debugginghjk2016-09-221-0/+18
* Enhance quickwidget example with all grabbing casesLaszlo Agocs2016-09-222-8/+28
* Give SquareButton types a side property to mediate being square.Edward Welbourne2016-09-213-5/+9
* 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 in tst_qqmlextensionplugin on shutdownSimon Hausmann2016-08-251-1/+6
* Prospective fix for the plugin check on Apple platformsSimon Hausmann2016-08-251-0/+4
* macOS: Check if sRGB is supported before activating the shaderSérgio Martins2016-08-241-3/+20
* 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
* 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
* 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
* PathView: fix item creationAnton Kudryavtsev2016-08-123-3/+114
* Move the moth stack slot allocator into qmldevtoolsSimon Hausmann2016-08-122-162/+164
* Shader examples: initialize all membersEdward Welbourne2016-08-112-2/+2
* QQmlObjectCreator: prefer initializer syntax over assignmentEdward Welbourne2016-08-111-5/+4