aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix signal emission order for zero-duration animationsJan Arve Saether2020-03-314-8/+92
* qmltyperegistrar: Record header file names in qmltypes filesUlf Hermann2020-03-306-3/+22
* qmltyperegistrar: Accept more file extensions as headersUlf Hermann2020-03-306-11/+163
* QQuickPointerTouchEvent::touchEventForItem(): avoid deprecated accessorsShawn Rutledge2020-03-301-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-289-29/+39
|\
| * Flickable: add nullptr check (crash seen only in release mode on windows)Nick Shaforostov2020-03-261-0/+3
| * PinchArea: document the pinch parameter for its signalsGiuseppe D'Angelo2020-03-211-4/+4
| * QV4Engine: Avoid memory leak in toVariant conversionFabian Kosmale2020-03-091-1/+5
| * Make tst_qquickcanvasitem significant again; fix image size roundingShawn Rutledge2020-03-056-23/+24
| * Blacklist a few more canvas testsShawn Rutledge2020-03-051-2/+8
* | QQmlTableInstanceModel: Restore draining behavior of Qt 5.14Ulf Hermann2020-03-272-5/+15
* | Remove comments about renaming and removing properties for Qt6Jan Arve Sæther2020-03-261-2/+0
* | qmltyperegistrar: Use target instead of template nameMaximilian Goldstein2020-03-264-17/+53
* | tst_qqmllanguage: Avoid use after freeUlf Hermann2020-03-261-5/+12
* | Doc: Fix typo in linkPaul Wicking2020-03-261-1/+1
* | qmltyperegistrar: Accept extra foreign types filesUlf Hermann2020-03-269-5/+225
* | qmlformat: Fix inconsistent if statementsMaximilian Goldstein2020-03-254-6/+166
* | QML: Avoid cyclic references between ResolvedTypeRefence and CUUlf Hermann2020-03-257-51/+105
* | qmlformat: Improve comment attachmentMaximilian Goldstein2020-03-256-5/+29
* | qmlformat: Add option for alternative line endingsMaximilian Goldstein2020-03-252-10/+69
* | Check that QJSValue to set conversion worksFabian Kosmale2020-03-243-2/+10
* | tst_qqmllanguage: Don't leak malloc()'d unit dataUlf Hermann2020-03-241-2/+6
* | Add standard casing for FolderListModel::fileUrlMichael Brasser2020-03-242-4/+9
* | Resize offscreen window when QQuickWidget is resizedMitch Curtis2020-03-243-9/+109
* | rhi: Remove broken assertLaszlo Agocs2020-03-241-2/+0
* | Remove mindless cast, 'errorOccurred' was never ambiguousTimur Pocheptsov2020-03-241-2/+1
* | qmllint: Fix typoFabian Kosmale2020-03-241-1/+1
* | Trade memory for performance in PropertyUpdater::doUpdateFabian Kosmale2020-03-242-11/+8
* | PropertyUpdater: Do not crash on invalid contextFabian Kosmale2020-03-231-2/+5
* | QNetworkReply: fix use of deprecated error signalMårten Nordheim2020-03-231-1/+1
* | QQuickTableView: add private support for transposing the viewRichard Moe Gustavsen2020-03-232-13/+32
* | Add autotest for QQuickRenderControlLaszlo Agocs2020-03-234-1/+263
* | QQmlValueTypeWrapper: Avoid compile warningsUlf Hermann2020-03-231-4/+4
* | QQuickViewTestUtil: Don't leak on matchAgainst()Ulf Hermann2020-03-231-2/+16
* | tst_qquicklistview: Fix a few memory leaksUlf Hermann2020-03-231-123/+75
* | QQmlDelegateModel: Don't require a delegate to cancel an incubationUlf Hermann2020-03-231-1/+1
* | QQmlDelegateModel: On deletion, cancel any remaining incubationsUlf Hermann2020-03-231-2/+12
* | tst_qquicklistview: Don't use QTest::toString()Ulf Hermann2020-03-201-25/+25
* | QQuickView: Don't leak root object in error caseUlf Hermann2020-03-201-2/+4
* | qmllint: Break inheritance cyclesUlf Hermann2020-03-195-0/+27
* | Doc: Add missing documentations of Window Type signalsNorihito Tohge2020-03-191-1/+84
* | Fix copy-pasted typo minimimal -> minimalAllan Sandfeld Jensen2020-03-1813-39/+39
* | qmlRegisterSingletonInstance: show user-friendly signature in documentationFabian Kosmale2020-03-182-1/+6
* | rhi: Enable layer updateTexture(), and so grabs, in the sync phaseLaszlo Agocs2020-03-186-8/+18
* | qmllint: Check for unknown types in JavaScript accessUlf Hermann2020-03-174-2/+30
* | qmllint: Don't crash on IDs that aren't scopesUlf Hermann2020-03-173-3/+24
* | Fix some network related deprecation warningsFabian Kosmale2020-03-163-4/+4
* | qmllint: Use fully qualified QML type names as superClassUlf Hermann2020-03-165-9/+28
* | qmllint: Add QFont to the list of unknown builtinsUlf Hermann2020-03-163-11/+28
* | Inline components: Abort if two IC's with same name existFabian Kosmale2020-03-164-0/+27