aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle -no-feature-shortcutFriedemann Kleint2019-10-186-8/+59
* Increment Q_QML_PRIVATE_API_VERSIONFabian Kosmale2019-10-171-1/+1
* Extend typeloader file cache to also cover resourcesUlf Hermann2019-10-171-32/+40
* JSRuntime: Provide an optional symbol tableUlf Hermann2019-10-166-54/+175
* Provide methods to query and remove a dynamically loaded pluginUlf Hermann2019-10-163-1/+58
* QQmlObjectCreator: Unify deferred setup of bindingsUlf Hermann2019-10-164-79/+64
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1618-76/+173
|\
| * Clarify some rhi related QQuickWindow docsLaszlo Agocs2019-10-151-22/+23
| * qmlplugindump: Fix prototype and name for composite typesUlf Hermann2019-10-155-21/+44
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-158-18/+67
| |\
| | * Fix image particle flickering due to broken state machine logicLaszlo Agocs2019-10-142-2/+17
| | * Fix updating of text nodes in QQuickTextEditLars Knoll2019-10-141-5/+4
| | * QQuickTextInput::remove: Fix selection logicFabian Kosmale2019-10-113-2/+37
| | * Doc: Add "Using" to other sections for consistencyNico Vertriest2019-10-111-7/+7
| | * Doc: Modify area.pressed to windowShown in TestCaseNico Vertriest2019-10-101-1/+1
| | * Doc: Rename section ObjectModel in Qt Quick Views exampleNico Vertriest2019-10-101-1/+1
| * | qqmlprivate.h: Fix include directiveFriedemann Kleint2019-10-141-1/+1
| * | qmlplugindump: Drop defaultReachableNamesUlf Hermann2019-10-121-12/+10
| * | Fix float value binding to an integerTeemu Holappa2019-10-113-2/+28
* | | Move type declarations for QtQuick.Window* into imports/windowUlf Hermann2019-10-158-37/+137
* | | qmllint: Parse .mjs files as JavaScript rather than QMLUlf Hermann2019-10-153-2/+7
* | | Models: Move labs classes into src/imports/labsmodelsUlf Hermann2019-10-1516-95/+212
* | | Make twotextureproviders work on the rhi rendering pathLaszlo Agocs2019-10-1412-73/+274
* | | VDMAbstractItemModelDataType: ensure meta-type is initializedRichard Moe Gustavsen2019-10-146-1/+275
* | | Add support for semi-automatic QML type registrationsUlf Hermann2019-10-1429-81/+1458
* | | Avoid compile warning in QuickTestUtilUlf Hermann2019-10-111-1/+1
* | | ParentChange: Restore old position correctlyFabian Kosmale2019-10-113-38/+140
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1138-51/+431
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-10-1030-31/+363
| |\ \
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-1030-31/+363
| | |\|
| | | * Fix QQuickWindow::afterAnimating with QQuickRenderControlPaul Lemire2019-10-101-0/+1
| | | * QQuickImage: Fix an odd 1px offset on 'fillMode: PreserveAspectFit'Alexander Akulich2019-10-091-2/+2
| | | * Add signal spies to tst_QQuickPathView::flickNClick testShawn Rutledge2019-10-091-0/+39
| | | * PathView: grab mouse on press if already movingShawn Rutledge2019-10-094-3/+132
| | | * Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-0814-5/+258
| | | * Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-082-4/+38
| | | * Doc: Add example on how to access types in imported QML from javascriptNico Vertriest2019-10-071-2/+5
| | | * Fix sprites leaking textures in SW and OpenVG backendsEirik Aavitsland2019-10-074-3/+9
| | | * OpenVG: Fix delivery of touch eventsEirik Aavitsland2019-10-071-0/+1
| | | * OpenVG: Fix emitting of sceneGraphInitialized and -InvalidatedEirik Aavitsland2019-10-071-0/+2
| | | * OpenVG: Fix rendering of non-affine transformed rectanglesEirik Aavitsland2019-10-071-12/+5
| | | * Doc: Correct reference to StackViewNico Vertriest2019-10-022-2/+2
| | | * Doc: Correct link error Package typeNico Vertriest2019-10-011-1/+1
| * | | QML ListModel: Emit a warning when adding an object with undefined or null me...Fabian Kosmale2019-10-103-8/+47
| * | | Fix signed/unsigned comparison warningsEdward Welbourne2019-10-101-12/+13
| * | | Add guards in .pro of platform/api-specific scenegraph examplesLaszlo Agocs2019-10-104-0/+8
| |/ /
* | | Remove QQmlJS::AST::UiImport::versionTokenUlf Hermann2019-10-103-18/+8
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1037-219/+791
|\| |
| * | QQuickWindow: Higher z-order items now steal drop targetStephen D'Angelo2019-10-097-48/+338
| * | Send ShortcutOverride event when receiving a non-spontaneous key pressTeemu Holappa2019-10-093-0/+83