aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qmltyperegistrar: Retain alias and isFlag information for enumsUlf Hermann2020-04-091-0/+6
* Avoid deprecated TouchPoint rect accessors in MPTA and QQWinPrivShawn Rutledge2020-04-072-3/+4
* QQuickTableView: fix crash in tableLayoutToString()Richard Moe Gustavsen2020-04-071-0/+2
* Add qmltypes for Qt.test.qtestrootUlf Hermann2020-04-064-52/+130
* qmltyperegistrar: Follow the private includes setting in qmltypesUlf Hermann2020-04-062-9/+11
* CMake: Fix double inclusion of CMake plugin targetsAlexandru Croitor2020-04-031-4/+6
* TableView: Clarify the rows/columns docs about inserting/removingAndy Shaw2020-04-031-6/+11
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Frederik Gladhorn2020-04-021-0/+6
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Frederik Gladhorn2020-04-011-0/+6
| |\
| | * Fix QQuickMouseArea getting stuck in pressed state when hiding in pressFrederik Gladhorn2020-03-311-0/+6
* | | fix -no-feature-translation buildTim Jenssen2020-04-022-2/+2
* | | Add doumentation for nullish coalescingMaximilian Goldstein2020-04-022-0/+6
|/ /
* | Doc: explain how to receive mouse press and release eventsv5.15.0-beta3Mitch Curtis2020-03-311-0/+11
* | Fix signal emission order for zero-duration animationsJan Arve Saether2020-03-311-8/+12
* | qmltyperegistrar: Record header file names in qmltypes filesUlf Hermann2020-03-304-3/+14
* | qmltyperegistrar: Accept more file extensions as headersUlf Hermann2020-03-301-8/+11
* | QQuickPointerTouchEvent::touchEventForItem(): avoid deprecated accessorsShawn Rutledge2020-03-301-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-283-6/+10
|\|
| * 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-051-2/+3
* | 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-261-1/+1
* | Doc: Fix typo in linkPaul Wicking2020-03-261-1/+1
* | qmltyperegistrar: Accept extra foreign types filesUlf Hermann2020-03-261-5/+5
* | QML: Avoid cyclic references between ResolvedTypeRefence and CUUlf Hermann2020-03-257-51/+105
* | 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