aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* FluentWinUI3: Resolve palette against platform theme and app's palette when u...Doris Verria2025-07-223-25/+35
* Make AnimatedNodes use afterSynchronizingInho Lee2025-07-181-2/+2
* qmltyperegistrar: Do not process duplicate metatypes.json filesUlf Hermann2025-07-182-0/+9
* QmlPreview: Drop existing CUs on main thread, not on debug server threadUlf Hermann2025-07-174-5/+14
* 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-151-1/+1
* Doc: qt_add_qml_module misses information about find_packageAlexei Cazacov2025-07-154-0/+8
* QML language: Document numeric separator supportFabian Kosmale2025-07-141-0/+2
* QtQml: Look for existing imports even without redirectionUlf Hermann2025-07-121-13/+26
* Propagate ignored shortcut key events in quick text edit to parentSanthosh Kumar2025-07-123-7/+12
* A11y: Send a11y events on Accessible.ignored changesJens Trillmann2025-07-111-0/+3
* iOS Style: Resolve UIColor-s with appropriate trait collectionDoris Verria2025-07-101-12/+18
* Fix missing translation in FileDialogCarl Schwan2025-07-093-27/+9
* MonthGrid: fix dates being incorrect for certain timezonesMitch Curtis2025-07-096-18/+70
* Change one phrase in the documentation of qqmltablemodelMate Barany2025-07-091-1/+1
* Fix heap-use-after-free in Container when using ListView transitionsMitch Curtis2025-07-092-16/+80
* Change order of menuBar/header/footer to match visual orderJan Moeller2025-07-081-0/+9
* qmltyperegistrar: Manually register names for Q_ENUMSUlf Hermann2025-07-082-2/+18
* Include what you need: qquaternion.hMarc Mutz2025-07-071-0/+3
* Doc: Clarify FontDialog.selectedFont and options documentationDheerendra Purohit2025-07-071-3/+5
* Doc: Clarify misleading even if phrasing in TreeView DocumentationDheerendra Purohit2025-07-071-2/+2
* Doc: Improve imperative Menu API documentationAlexei Cazacov2025-07-071-7/+19
* QQuickApplication: fix typo in code snippetAurélien Brooke2025-07-051-1/+1
* Doc: Fix missing return types in Item QML method documentationDheerendra Purohit2025-07-041-2/+2
* Doc: Fix incorrect use of attached property in documentationDheerendra Purohit2025-07-041-7/+7
* Loader: Also drop engine when clearing contexts recursivelyUlf Hermann2025-07-031-3/+4
* Doc: Capitalize first letter in QML Color type documentationDheerendra Purohit2025-07-031-1/+1
* qmlformat: Fix comment handling around enumsOlivier De Cannière2025-07-035-15/+19
* Dom: Prefer writeRegion over write where possible in the OutWriterOlivier De Cannière2025-07-032-7/+8
* Dom: Create region for the colon token in signal param type annotationsOlivier De Cannière2025-07-031-1/+4
* qmlformat: Prevent superfluous space after Object name with commentOlivier De Cannière2025-07-031-1/+2
* revisit semantic highligher: add pragma check for outer idsSemih Yavuz2025-07-031-3/+29
* revisit semantic highlighter: property chainsSemih Yavuz2025-07-032-4/+80
* revisit semantic highligher: Restructure the entry pointSemih Yavuz2025-07-032-20/+33
* Doc: remove outdated reference to QQuickRenderControl::grab()David Faure2025-07-021-4/+0
* Remove stray } from documentationNicolas Fella2025-07-011-1/+1
* Templates: Disconnect menu bar items when clearingUlf Hermann2025-07-011-1/+2
* QtQml: Don't check binding bit when searching value type proxy bindingsUlf Hermann2025-07-011-8/+7
* Fix handling of animations in QQuickTransitionUlf Hermann2025-07-011-19/+48
* QQuickAbstractButton a11y: Strip mnemonic for accessible nameMichael Weghorn2025-07-011-2/+7
* QtQml: Avoid infinite recursion in Array.joinFabian Kosmale2025-06-301-0/+1
* qmllint: Catch JS variable declarations in QML elementsFabian Kosmale2025-06-302-11/+49
* QmlCompiler: Preserve external side effects across jumpsUlf Hermann2025-06-292-17/+35
* QML: Work around nvcc compiler bugUlf Hermann2025-06-291-1/+1
* CMake: Export more properties about qml modules and pluginsAlexandru Croitor2025-06-272-4/+110
* Mark QML's JSON parser as criticalFabian Kosmale2025-06-271-0/+1
* compiler: Avoid invalid C++ code generationFabian Kosmale2025-06-271-2/+2
* Only activate DragHandler if drag starts within itShawn Rutledge2025-06-262-0/+18
* Docs: Add tutorial on using QtQuickViews in Android FragmentsNicholas Bennett2025-06-263-0/+97
* QtQml: Do not evaluate bindings in invalid contextsUlf Hermann2025-06-261-0/+3