aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.12.2v5.12.2Antti Kokko2019-02-251-0/+101
* Update plugins.qmltypes for Qt.labs.settingsKai Koehne2019-02-221-6/+3
* Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-213-39/+48
* Fix PropertyKey::isArrayIndexErik Verbruggen2019-02-191-1/+1
* Doc: elaborate on default values for Layout.alignmentMitch Curtis2019-02-191-1/+5
* Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-1812-57/+100
* QQuickTableView: use correct WRITE function for contentHeightRichard Moe Gustavsen2019-02-181-1/+1
* QML: Don't crash the parser on certain kinds of bad inputUlf Hermann2019-02-182-2/+16
* Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-173-35/+61
* V4: Fix failing assert on all 32bit platformsErik Verbruggen2019-02-141-1/+1
* V4: Fix JS tail call crashes on win32/linux32Erik Verbruggen2019-02-142-11/+6
* PropertCache: Don't pass Q_GADGET value types as integersUlf Hermann2019-02-143-2/+53
* DelegateModel: Zero foreign context objects when they are deletedUlf Hermann2019-02-144-1/+150
* Canvas: Handle switching between object and string based colorsAndy Shaw2019-02-142-2/+42
* Make test more robust in case we have interleaved update eventsJan Arve Saether2019-02-131-6/+10
* Connect quit() and exit() signals with queued connectionsMichal Policht2019-02-138-15/+69
* Don't optimize global lookups if fast QML lookups are disabledUlf Hermann2019-02-135-2/+43
* Defer QML testing until event loop has startedTor Arne Vestbø2019-02-121-1/+5
* Fix background color of some QML lancelot test scenesEirik Aavitsland2019-02-1214-14/+14
* Move initView() to tests/auto/quick/sharedJan Arve Sæther2019-02-113-67/+73
* Un-blacklist tst_qquickanimationsShawn Rutledge2019-02-101-4/+0
* Un-blacklist tst_qquickflickable::reboundShawn Rutledge2019-02-101-3/+0
* Remove blacklisting of several tests that are passingShawn Rutledge2019-02-107-19/+0
* Try to fix flakiness in flickableinterop testUlf Hermann2019-02-071-1/+1
* Doc: explain when the move velocity and duration properties are usedMitch Curtis2019-02-071-0/+5
* Try to stabilize tst_qquickwindow::defaultSurfaceFormatUlf Hermann2019-02-061-2/+4
* Fix bug where QQMPH kept an exclusive grab when no buttons were pressedJan Arve Sæther2019-02-063-0/+111
* QQuickWindow: don't give exclusive grab to invisible or disabled ItemsShawn Rutledge2019-02-051-1/+1
* QMLJS: Have ScanFunctions iterate over ArrayPattern nodesErik Verbruggen2019-02-052-0/+9
* Improve error messageRainer Keller2019-02-043-3/+7
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Liang Qi2019-02-013-27/+54
|\
| * Fix axis constraints API and documentation:v5.12.1Jan Arve Sæther2019-01-213-27/+54
* | doc: Two class members can not have the same nameRainer Keller2019-02-011-1/+1
* | V4: Fix unwind handler reset after for-in loopErik Verbruggen2019-01-311-5/+2
* | TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-303-5/+9
* | Remove revisions from Qt.labs.settings methods and propertiesPaolo Angelelli2019-01-304-13/+10
* | Correctly scope unwind handlers for try blocksLars Knoll2019-01-302-6/+44
* | TextInput: Stop leaking password values to process memoryIvan Čukić2019-01-292-0/+11
* | Fix byte code register dump outputSimon Hausmann2019-01-291-1/+1
* | PinchHandler: fix pedantic warningsShawn Rutledge2019-01-282-20/+19
* | PinchHandler: Avoid unwanted translations when axes are disabledShawn Rutledge2019-01-283-7/+93
* | Add *.pro.user.* to .gitignoreMitch Curtis2019-01-281-0/+2
* | Bring behavior of String.replace() in line with other enginesLars Knoll2019-01-252-14/+84
* | Silent -Wdouble-promotion warningJesus Fernandez2019-01-251-2/+2
* | Canvas: Guard context pointer against external deletionUlf Hermann2019-01-233-145/+254
* | MemoryManager: Only clear weak values onceUlf Hermann2019-01-235-5/+90
* | QQmlNotifier: Always keep the isNotifying flag when updating senderPtrUlf Hermann2019-01-234-20/+94
* | Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-2214-5/+751
* | Skip shadersource-dynamic-shadersource test on XCB platformUlf Hermann2019-01-222-1/+8
* | TestLib: Remove outdated note from TestCase.mouseDragJoerg Bornemann2019-01-221-3/+0