aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-042-4/+10
* Doc: replace "textEdit" with "TextEdit" in lineCount documentationMitch Curtis2016-10-311-1/+1
* Fix crash when trying to allocate in a filled atlas textureJohn Brooks2016-10-271-1/+2
* Fix documentation for dragFinished signalAndy Shaw2016-10-261-1/+1
* Fix QML Compiler crashSimon Hausmann2016-10-251-4/+1
* Fix TextInput::selectByMouse documentationMitch Curtis2016-10-191-2/+2
* QQuickWindow: don't discard timestamps for wheel eventsJ-P Nurmi2016-10-151-0/+1
* Fix docs about ownership when QObject has a parentSérgio Martins2016-10-141-2/+2
* Remove superfluous warning statement in QAccessibleQuickItem::rect()Alexandru Croitor2016-10-131-4/+0
* Check qgl_current_fbo_invalid before using qgl_current_fboAlexandru Croitor2016-10-131-1/+2
* V4: Fix usage of QV4::Value tags/typesErik Verbruggen2016-10-135-17/+41
* testlib: Add timestamp to mouse click eventsPeter Varga2016-10-111-1/+9
* Fix V4 on big-endianAllan Sandfeld Jensen2016-10-101-8/+5
* Fix corruption when adding or changing properties of JS objectsArnaud Vrac2016-10-101-4/+8
* Fix developer-build with gcc 6Allan Sandfeld Jensen2016-10-104-19/+37
* Fix FastFBOResizing hint for QQuickPaintedItemYoann Lopes2016-10-062-3/+15
* QQListView: use dot for property syntaxFrederik Schwarzer2016-10-061-1/+1
* Fix linking against static build in Visual Studio 2015Pavol Markovic2016-10-061-1/+1
* QDoc: fix several typos an minor wording issues in documentationFrederik Schwarzer2016-10-063-4/+4
* focus.qdoc: fix grammar in documentationFrederik Schwarzer2016-10-061-1/+1
* Fix some minor issues in documentationFrederik Schwarzer2016-10-062-6/+6
* 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
* qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-301-0/+5
* Fix crash with window-less QQuickItemsSimon Hausmann2016-09-3012-80/+83
* 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
* Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-162-2/+6
|\
| * Correctly update the geometry of QSGDefaultPainterNodev5.6.2Yoann Lopes2016-09-121-2/+2
| * 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-151-0/+9
* | QQuickTextInput: avoid emitting editingFinished twiceRichard Moe Gustavsen2016-09-151-1/+6
* | Destroy an incubating delegate if it is removed before incubation completesMartin Jones2016-09-151-3/+17
* | 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-301-2/+4
* Workaround crashes in QtQml code related to dead-store eliminationJonathan Liu2016-08-281-1/+1