aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.5.10-lts-lgpl' into 6.56.5Tarja Sundqvist11 days283-945/+3519
|\
| * Merge "Merge tag 'v6.5.10-lts' into tqtc/lts-6.5-opensource"v6.5.10-lts-lgplTarja Sundqvist2026-08-26282-945/+3518
| |\
| | * Merge tag 'v6.5.10-lts' into tqtc/lts-6.5-opensourceTarja Sundqvist2026-08-20282-945/+3518
| | |\
| | | * Update dependencies on 'tqtc/lts-6.5.10' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2025-08-231-5/+5
| | | * QQmlValueTypeWrapper: fix stack-use-after-return and missing destructorAurélien Brooke2025-08-181-5/+7
| | | * Update dependencies on 'tqtc/lts-6.5' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2025-08-181-5/+5
| | | * Dialogs: only return valid QPlatformDialogHelper if Qt Quick dialog isMitch Curtis2025-08-181-5/+15
| | | * Skip reordering content model if items aren't reparented to item viewSanthosh Kumar2025-08-143-9/+119
| | | * Update dependencies on 'tqtc/lts-6.5' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2025-08-141-5/+5
| | | * qt_generate_deploy_app_script: Handle executable names with spacesKai Köhne2025-08-131-3/+3
| | | * graph example: Generate version 8 .qsb files for 6.5Laszlo Agocs2025-08-114-0/+0
| | | * Doc: Mention all_qmllint in the doc for qmllintOlivier De Cannière2025-08-111-4/+9
| | | * Update dependencies on 'tqtc/lts-6.5' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2025-08-111-5/+5
| | | * Fix invalid access to enginePriv in QQmlIncubatorPrivate::clear()Dheerendra Purohit2025-08-091-0/+2
| | | * Make qmlscenegrabber manual test directly openable in CreatorMitch Curtis2025-08-091-0/+6
| | | * Acknowlege touch event state within the popup as similar to mouseSanthosh Kumar2025-08-083-1/+48
| | | * QtQml: Allow eval() in global contextUlf Hermann2025-08-072-9/+19
| | | * tst_qquickmenu: fix another "cannot show menu: parent is null" warningMitch Curtis2025-08-071-1/+1
| | | * Update dependencies on 'tqtc/lts-6.5' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2025-08-071-5/+5
| | | * tst_qquickmenu: fix "cannot show menu: parent is null" warningMitch Curtis2025-08-051-1/+0
| | | * Update dependencies on 'tqtc/lts-6.5' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2025-08-041-5/+5
| | | * A11y: Send a11y events on Accessible.ignored changesJens Trillmann2025-07-311-0/+3
| | | * Update dependencies on 'tqtc/lts-6.5' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2025-07-311-5/+5
| | | * Doc: Remove link to deprecated method QQmlEngine::importPluginKai Köhne2025-07-301-1/+1
| | | * tst_qquickmaterialstyle: add test for popup propagation to child itemMitch Curtis2025-07-291-0/+29
| | | * QQuickAttachedPropertyPropagator: fix incorrect logging outputMitch Curtis2025-07-281-2/+2
| | | * Document that qmlAttachedPropertiesObject only creates object if it's missingMitch Curtis2025-07-281-4/+4
| | | * QQuickApplication: fix typo in code snippetAurélien Brooke2025-07-241-1/+1
| | | * Doc: link to TextInput's signals in more placesMitch Curtis2025-07-161-1/+15
| | | * JIT: Always zero out the accumulator when an exception is thrownLuca Di Sera2025-07-163-1/+62
| | | * Update dependencies on 'tqtc/lts-6.5' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2025-07-141-5/+5
| | | * Propagate ignored shortcut key events in quick text edit to parentSanthosh Kumar2025-07-135-9/+82
| | | * QQuickAbstractButton a11y: Strip mnemonic for accessible nameMichael Weghorn2025-07-115-2/+79
| | | * Fix flaky dragHandlerInSiblingStealingGrabFromMouseAreaViaMouseFrédéric Lefebvre2025-07-102-4/+4
| | | * Fix flaky dragHandlerInSiblingStealingGrabFromMouseAreaViaTouchFrédéric Lefebvre2025-07-101-0/+4
| | | * Update dependencies on 'tqtc/lts-6.5' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2025-07-091-5/+5
| | | * Include what you need: qquaternion.hMarc Mutz2025-07-085-0/+12
| | | * Loader: Also drop engine when clearing contexts recursivelyUlf Hermann2025-07-043-3/+87
| | | * Templates: Disconnect menu bar items when clearingUlf Hermann2025-07-043-1/+48
| | | * Set flag FramelessWindowHint to tst_mouseAreaInterop::createViewFrédéric Lefebvre2025-07-031-0/+1
| | | * QtQml: Don't check binding bit when searching value type proxy bindingsUlf Hermann2025-07-033-8/+41
| | | * Fix handling of animations in QQuickTransitionUlf Hermann2025-07-033-19/+99
| | | * QtQml: Avoid infinite recursion in Array.joinFabian Kosmale2025-07-012-0/+16
| | | * QmlCompiler: Discern between different kinds of side effectsUlf Hermann2025-07-018-62/+193
| | | * QmlCompiler: Preserve external side effects across jumpsUlf Hermann2025-07-015-15/+59
| | | * Update dependencies on 'tqtc/lts-6.5' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2025-06-271-5/+5
| | | * Bump version to 6.5.10Tarja Sundqvist2025-06-271-1/+1
| | | * QtQml: Do not evaluate bindings in invalid contextsUlf Hermann2025-06-273-0/+56
| | | * Fix qqmlcpptypehelpers_p.h header guard nameMarc Mutz2025-06-261-3/+3
| | | * Update dependencies on 'tqtc/lts-6.5' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2025-06-231-5/+5