aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TypeDescriptionReader: Read alias and isFlag for enumsv5.15.0-beta4Ulf Hermann2020-04-092-1/+13
* qmltyperegistrar: Retain alias and isFlag information for enumsUlf Hermann2020-04-093-0/+23
* Avoid deprecated TouchPoint rect accessors in MPTA and QQWinPrivShawn Rutledge2020-04-072-3/+4
* QQuickTableView: fix crash in tableLayoutToString()Richard Moe Gustavsen2020-04-072-0/+2
* Add missing include to d3d11underqml exampleLaszlo Agocs2020-04-071-0/+1
* 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-023-0/+80
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Frederik Gladhorn2020-04-013-0/+80
| |\
| | * Fix QQuickMouseArea getting stuck in pressed state when hiding in pressFrederik Gladhorn2020-03-313-0/+80
* | | fix -no-feature-translation buildTim Jenssen2020-04-022-2/+2
* | | Do not match for line numbers in the source code in ignoreWarning()Jan Arve Sæther2020-04-021-3/+3
* | | 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-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