aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-0713-33/+186
|\
| * 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
* | | Fix warning about deprecated QPainter::setMatrix in QSGSoftwareInternalImageNodeFriedemann Kleint2019-02-051-2/+1
* | | Tools: Fix deprecation warnings about QProcess::finished(int)Friedemann Kleint2019-02-052-2/+2
* | | Add Settings.sync methodPaolo Angelelli2019-02-012-0/+20
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-0112-30/+78
|\| |
| * | 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
* | | V4: Move relative-to-absolute offset calculation to base classErik Verbruggen2019-01-313-11/+28
* | | V4: Generate labels for backward jumpsErik Verbruggen2019-01-3113-544/+104
* | | QQuickTableView: use QMap instead of a QRect to keep track of loaded columnsRichard Moe Gustavsen2019-01-303-162/+201
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2962-269/+60242
|\| |
| * | 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
| * | Merge "Merge remote-tracking branch 'origin/5.12.1' into 5.12" into refs/stag...Liang Qi2019-01-2226-49/+58845
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-2126-49/+58845
| | |\|
| | | * Fix cacheFlush ManageCaches flags for INTEGRITYJanne Koskinen2019-01-201-1/+1
| | | * V4: Fix stack alignment in JITted codeErik Verbruggen2019-01-152-13/+33
| | | * Add changes file for Qt 5.12.1Antti Kokko2019-01-151-0/+78
| | | * When matching RegExps catch JIT failuresUlf Hermann2019-01-096-24/+114
| | | * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-0861-192/+501
| | | |\
| | | * | Fix regression in border-top with high-dpiAllan Sandfeld Jensen2019-01-071-1/+1
| | | * | Add binary compatibility files for 5.12 for QtDeclarativeMilla Pohjanheimo2018-12-204-0/+58401
| | | * | CMake: Don't handle empty resource filesAndy Shaw2018-12-173-11/+13
| | | * | TapHandler: clean up when wantsEventPoint returns falseShawn Rutledge2018-12-134-2/+61
| | | * | PointHandler: distribute simultaneous touch presses properlyShawn Rutledge2018-12-133-1/+166
| | | * | Fix typo in notify signal emissionRobert Griebl2018-12-101-1/+1
| | | * | Doc: Restore QtQuick.Shapes documentationTopi Reinio2018-12-102-8/+9
* | | | | Tooling: Use fprintf rather than qDebug() for debug warningUlf Hermann2019-01-281-4/+4
* | | | | V4: Collect trace information in the interpreterErik Verbruggen2019-01-2529-208/+953