aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Check that QJSValue to set conversion worksFabian Kosmale2020-03-241-1/+1
* Add standard casing for FolderListModel::fileUrlMichael Brasser2020-03-242-4/+9
* Resize offscreen window when QQuickWidget is resizedMitch Curtis2020-03-241-9/+24
* rhi: Remove broken assertLaszlo Agocs2020-03-241-2/+0
* Remove mindless cast, 'errorOccurred' was never ambiguousTimur Pocheptsov2020-03-241-2/+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
* QQmlValueTypeWrapper: Avoid compile warningsUlf Hermann2020-03-231-4/+4
* 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
* QQuickView: Don't leak root object in error caseUlf Hermann2020-03-201-2/+4
* Doc: Add missing documentations of Window Type signalsNorihito Tohge2020-03-191-1/+84
* 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
* Fix some network related deprecation warningsFabian Kosmale2020-03-163-4/+4
* Inline components: Abort if two IC's with same name existFabian Kosmale2020-03-162-0/+7
* Prefer Inline Components over any other imported nameFabian Kosmale2020-03-162-0/+23
* Doc: Remove \contentspage commandsTopi Reinio2020-03-153-11/+0
* Check that value type exists before creating wrapperFabian Kosmale2020-03-121-2/+12
* Remove unused defineNorihito Tohge2020-03-121-2/+0
* rhi: Make QSGRenderNode usable in Quick3Dv5.15.0-beta2Laszlo Agocs2020-03-113-41/+56
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-1033-270/+5
* Add missing QPainterPath includesUlf Hermann2020-03-091-0/+1
* Add missing QPainterPath includesMitch Curtis2020-03-091-0/+1
* Avoid using deprecated QTabletEvent::device()Simon Hausmann2020-03-071-1/+1
* Doc: clarify the fontSizeMode property in terms of Rich and Styled textAndy Shaw2020-03-061-0/+6
* Remove duplicate add of qqmljsengine_p.h to HEADERS in parser.priFawzi Mohamed2020-03-031-2/+1
* Get rid of extra spaceFawzi Mohamed2020-03-031-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-039-8/+74
|\
| * QQuickItem: prevent endless loop in focus tab chainWang Chuan2020-03-031-1/+7
| * QQuickTableView: Immediately delete delegates when possibleUlf Hermann2020-02-283-1/+30
| * QQmlTableInstanceModel: Fix refcounting of metatypesUlf Hermann2020-02-272-4/+14
| * Doc: Add section about QVariantList and QVariantMap as C++ propertiesUlf Hermann2020-02-241-0/+19
| * Fix build with -no-feature-networkUlf Hermann2020-02-243-0/+12
| * Fix texture coords for the compressed texture atlasMichael Brasser2020-02-211-5/+5
* | Fix building qtdeclarative without QMovie supportJean-Michaël Celerier2020-03-021-1/+1
* | qmltyperegistrar: Mark non-QObject types as uncreatableUlf Hermann2020-03-022-6/+18
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-024-10/+10
* | doc: fix typo in signal nameRolf Eike Beer2020-03-021-1/+1
* | Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-0246-252/+266
* | Deprecate non-const version of saveToFile()Jan Arve Sæther2020-02-282-1/+6
* | Properly deprecate QQuickText::doLayout() and get rid of it for Qt6Jan Arve Sæther2020-02-282-1/+10
* | Revert "error -> networkError to fix deprecation warning"Timur Pocheptsov2020-02-282-3/+3
* | error -> networkError to fix deprecation warningFawzi Mohamed2020-02-272-3/+3
* | V4: Fix mark stack overrunsUlf Hermann2020-02-277-62/+51
* | QQmlDelegateModel: Avoid use-after-freeUlf Hermann2020-02-271-4/+6
* | Revision properties and methods added in 5.15Ulf Hermann2020-02-275-9/+9
* | Add revision to QQmlTypeNotAvailableUlf Hermann2020-02-261-0/+1