aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow redirecting QRhi-based rendering via QQuickRenderControlLaszlo Agocs2020-04-1119-117/+1545
* QQuickTableView: add functions to get current rows and columnsRichard Moe Gustavsen2020-04-093-8/+129
* QQuickTableView: add cellAtPos() functionsRichard Moe Gustavsen2020-04-092-0/+78
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-0937-145/+341
|\
| * 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
* | | CMake: Fix QML_MODULE_INSTALL_DIR directory for non-prefix buildsLeander Beernaert2020-04-081-0/+10
* | | QQuickTableView: add function: itemAtCell(const QPoint)Richard Moe Gustavsen2020-04-082-0/+33
* | | QQuickTableView: add positionViewAtRow()/Column()Richard Moe Gustavsen2020-04-083-21/+338
* | | Implement URL objectMaximilian Goldstein2020-04-0810-0/+936
* | | Remove QSGSimpleMaterialLaszlo Agocs2020-04-077-482/+2
* | | Drop some dead codeUlf Hermann2020-04-071-5/+0
* | | Regenerate CMake project file after QSGEngine removalLaszlo Agocs2020-04-071-6/+7
* | | Remove QSGEngine and move QSGAbstractRenderer back to privateLaszlo Agocs2020-04-0710-554/+93
* | | Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-04-071-1/+1
* | | Remove convert from ASCII warningFawzi Mohamed2020-04-061-2/+2
* | | Fix compile error with latest qtbase due to removed bearer managementAlexandru Croitor2020-04-061-1/+0
* | | Remove QRegExp support from QtQmlLars Knoll2020-04-037-59/+3
* | | Improve conversion between JS RegExp and QRegularExpressionLars Knoll2020-04-031-43/+54