aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-0623-1928/+2744
* V4: Add more flags to runtime methodsErik Verbruggen2019-02-051-19/+30
* V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-0523-912/+976
* Remove outdated methodUlf Hermann2019-02-042-4/+2
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-0210-24/+47
|\
| * Add Settings.sync methodPaolo Angelelli2019-02-012-0/+20
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-0110-24/+27
| |\
| | * 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-302-2/+2
| | * Remove revisions from Qt.labs.settings methods and propertiesPaolo Angelelli2019-01-304-13/+10
| | * Correctly scope unwind handlers for try blocksLars Knoll2019-01-301-3/+0
| | * 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-302-83/+125
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2924-252/+360
|\|
| * 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-281-6/+4
| * Bring behavior of String.replace() in line with other enginesLars Knoll2019-01-251-14/+25
| * Silent -Wdouble-promotion warningJesus Fernandez2019-01-251-2/+2
| * Canvas: Guard context pointer against external deletionUlf Hermann2019-01-231-144/+166
| * MemoryManager: Only clear weak values onceUlf Hermann2019-01-231-2/+0
| * QQmlNotifier: Always keep the isNotifying flag when updating senderPtrUlf Hermann2019-01-232-20/+53
| * Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-225-5/+21
| * 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-2211-38/+70
| |\
| | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-2111-38/+70
| | |\
| | | * Fix cacheFlush ManageCaches flags for INTEGRITYJanne Koskinen2019-01-201-1/+1
| | | * V4: Fix stack alignment in JITted codeErik Verbruggen2019-01-152-13/+33
| | | * When matching RegExps catch JIT failuresUlf Hermann2019-01-093-24/+52
| | | * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-0839-62/+198
| | | |\
| | | * | Fix regression in border-top with high-dpiAllan Sandfeld Jensen2019-01-071-1/+1
| | | * | TapHandler: clean up when wantsEventPoint returns falseShawn Rutledge2018-12-132-2/+5
| | | * | PointHandler: distribute simultaneous touch presses properlyShawn Rutledge2018-12-131-1/+1
| | | * | 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-2526-208/+619
* | | | | V4: Move the FixedPoolArray into the MemoryPool headerErik Verbruggen2019-01-254-69/+83
* | | | | QML: Don't accept assignment of Component to properties of other typesUlf Hermann2019-01-221-2/+0
* | | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2218-43/+53
|\| | | |
| * | | | Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-217-18/+16
| * | | | Remove reference to OpenGL from distance field cache superclassEskil Abrahamsen Blomfeldt2019-01-215-15/+8
| |/ / /
| * | | Annotate stack traces when frames are elided through tail callsErik Verbruggen2019-01-153-0/+8
| * | | QQmlMetaType: Erase attached properties in dtorUlf Hermann2019-01-151-4/+12
| * | | Fix crash with qt.qml.binding.removal.info=trueNils Jeisecke2019-01-141-5/+8