aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QML: Check for failing realloc/malloc in the QmlJS memory poolErik Verbruggen2016-11-151-1/+4
* Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-153-2/+38
* Fix QtQuickTest::mouseMove not having timestampsFrederik Gladhorn2016-11-111-0/+1
* Fix more cases where DSE would optimize out too many storesErik Verbruggen2016-11-103-0/+15
* Add checking "before" as child nodeInhye Seo2016-11-091-2/+4
* Fix crash when using custom OpenGL functionsJesus Fernandez2016-11-071-2/+4
* remove dependencies from sync.profileOswald Buddenhagen2016-11-051-11/+0
* QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-044-4/+39
* Doc: replace "textEdit" with "TextEdit" in lineCount documentationMitch Curtis2016-10-311-1/+1
* Example: Enable auto scaling on HighDPI screensVenugopal Shivashankar2016-10-281-0/+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
* Add a test for bitmap font rendering in Qt QuickEskil Abrahamsen Blomfeldt2016-10-251-0/+18
* Fix QML Compiler crashSimon Hausmann2016-10-251-4/+1
* Make tst_qquicktextedit::mouseSelection() passJ-P Nurmi2016-10-242-7/+8
* tst_qquicktextedit: remove mouseDoubleClickInterval waitJ-P Nurmi2016-10-231-3/+0
* tst_qquicktext: remove bogus blacklistingJ-P Nurmi2016-10-231-2/+0
* Fix TextInput::selectByMouse documentationMitch Curtis2016-10-191-2/+2
* QQuickWindow: don't discard timestamps for wheel eventsJ-P Nurmi2016-10-152-2/+6
* 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
* Example: Use TextInput's displayText property instead of lengthVenugopal Shivashankar2016-10-131-1/+1
* 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-102-4/+22
* 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
* 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