aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | 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-224-2/+12
* | | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2225-100/+289
|\| | | |
| * | | | 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-154-0/+24
| * | | StorageModel manual test: use DelegateChoices to show data graphicallyShawn Rutledge2019-01-153-32/+149
| * | | QQmlMetaType: Erase attached properties in dtorUlf Hermann2019-01-152-4/+51
| * | | Stabilize tst_QQuickPathView::package()Friedemann Kleint2019-01-141-0/+1
| * | | tst_qquickapplication: Don't assume app activation is tied to window activationTor Arne Vestbø2019-01-141-25/+31
| * | | Fix crash with qt.qml.binding.removal.info=trueNils Jeisecke2019-01-141-5/+8
| * | | Bump versionKari Oikarinen2019-01-141-1/+1
| * | | Fix build error when building with -no-feature-translationUlf Hermann2019-01-111-1/+1
* | | | Do a better job of respecting the default surface formatMichael Brasser2019-01-211-2/+8
* | | | QML: Special case null as binding typeUlf Hermann2019-01-2113-4/+52
* | | | QML: Consider all possible metatypes when looking for attached propsUlf Hermann2019-01-211-5/+8
* | | | Doc: Use correct \inqmlmodule for WorkerScript QML Type documentationPaul Wicking2019-01-181-1/+1
* | | | Add itemAtIndex to quick viewsPaolo Angelelli2019-01-1710-0/+107
* | | | QQmlApplicationEngine: Drop unused memberUlf Hermann2019-01-171-1/+0
* | | | qml runtime: Don't assume there is a window, verify itShawn Rutledge2019-01-151-4/+5
* | | | Clean up LoadWatcher in the Qml RuntimeShawn Rutledge2019-01-151-37/+35