aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix calls to TableModel functions in manual testMitch Curtis2019-02-131-5/+5
* Rename tablemodel manual test to "form", move into tablemodel subdirMitch Curtis2019-02-135-10/+12
* Make QQmlTypePrivate::name safe for usage from different threadsUlf Hermann2019-02-113-18/+14
* Eliminate excessive friendlyness of QQmlTypeUlf Hermann2019-02-087-163/+183
* Add TableModelMitch Curtis2019-02-0818-2/+3047
* Make QQmlRefCount usable for immutable typesUlf Hermann2019-02-081-13/+8
* Move registration functions from qqmlimport.cpp to qqmlmetatype.cppUlf Hermann2019-02-087-324/+208
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-0816-37/+189
|\
| * 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 public methods to query and set allowed revisions of property cachesUlf Hermann2019-02-072-3/+9
* | | | Tighten the interface of QQmlTypeModuleUlf Hermann2019-02-074-108/+123
* | | | Remove debug code from QStringHashUlf Hermann2019-02-074-26/+0
* | | | Add a mutable iterator to QStringHashUlf Hermann2019-02-074-16/+58
* | | | Split QStringHash and QLinked(Multi)StringHash apartUlf Hermann2019-02-074-238/+301
* | | | V4: Add label for loop in spread in ArrayPatternErik Verbruggen2019-02-061-12/+6
* | | | QQmlMetaType: Only provide access to the singleton through the lockUlf Hermann2019-02-061-109/+96
* | | | Move QStringHash into its own fileUlf Hermann2019-02-0613-987/+1091
* | | | V4: Fix unwind handling when destructuring listsErik Verbruggen2019-02-061-14/+1
* | | | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-0625-1935/+2751
* | | | V4: Add more flags to runtime methodsErik Verbruggen2019-02-051-19/+30
* | | | V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-0524-914/+978
* | | | Remove outdated methodUlf Hermann2019-02-042-4/+2
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-0212-30/+98
|\| | |
| * | | 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: Change ByteCodeHandler::startInstruction to return an enumErik Verbruggen2019-02-014-6/+9
* | | | QML: Split propertyCache into multiple filesUlf Hermann2019-02-0129-934/+1623
|/ / /
* | | 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