aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates
Commit message (Expand)AuthorAgeFilesLines
* QQuickOverlay: fix compilation with -no-feature-quick-shadereffectAurélien Brooke6 days1-0/+4
* SearchField: Don't clear text when suggestion list becomes emptyDilek Akcay14 days1-5/+13
* Pass arguments to QMarginsF in the correct orderOliver Eftevaag2026-04-231-1/+1
* Action: Fix unity buildFriedemann Kleint2026-04-221-2/+2
* Use sourceModel property in the QML SFPM instead of modelSanthosh Kumar2026-04-221-1/+1
* Add highlightOnHover to prevent changing highlightedIndex by hoveringMorteza Jamshidi2026-04-212-1/+36
* Block Tablet event propagation through popup windowKonsta Alajärvi2026-04-171-9/+18
* QQuickOverlay: block external drag-and-drop behind modal PopupsShawn Rutledge2026-04-166-2/+175
* Block mouse events behind native-window modal PopupShawn Rutledge2026-04-161-3/+12
* Handle Tablet events in QQuickOverlay and QQuickPopupKonsta Alajärvi2026-04-153-42/+84
* QQuickAbstractButton: don't switch check state in release if not pressedShawn Rutledge2026-04-151-1/+1
* Fix popup window positioning when implicit size changesMorteza Jamshidi2026-04-151-6/+21
* Action: add test that checks that hidden actions don't triggerMitch Curtis2026-04-152-2/+20
* ScrollView: fix binding loop caused by stale scroll bar dimensionsRichard Moe Gustavsen2026-04-131-0/+14
* Doc: add example of standard keys to Action's shortcut propertyMitch Curtis2026-04-011-4/+5
* Fix popup positioning on waylandOliver Eftevaag2026-03-2510-5/+67
* QtQuick: Revert resizeBackground patch and implement a proper fixMorteza Jamshidi2026-03-181-5/+2
* SearchField: Expose selection and cursor APIs from TextFieldDilek Akcay2026-03-182-2/+230
* Doc: link to DoubleSpinBox in SpinBox's docsMitch Curtis2026-03-181-1/+4
* SearchField: Emit accepted() independently of suggestionModel and textDilek Akcay2026-03-121-12/+19
* Do not connect() (and hence warn) if item is nullptrJan Arve Sæther2026-03-111-1/+2
* Remove the 'Destroyed' change handler from the correct itemJan Arve Sæther2026-03-091-1/+1
* SearchField: only open popup on left clickMitch Curtis2026-03-091-3/+4
* SearchField: Add selectAll() methodDilek Akcay2026-03-062-9/+19
* QtQuick: Call resizeBackground only when component is completeMorteza Jamshidi2026-03-061-2/+5
* QtQml: Fix leaks in QQmlIncubatorUlf Hermann2026-03-051-0/+3
* SearchField: Preserve shortcut focus without breaking popup navigationDilek Akcay2026-02-271-4/+15
* SearchField: use get_if() instead of testing the type + get()Thiago Macieira2026-02-241-3/+5
* Controls: remove unused palette data membersVolker Hilsheimer2026-02-242-3/+0
* Doc: Add return types to \qmlmethod signaturesTopi Reinio2026-02-201-1/+1
* Add window flag setter to the qquickpopup and use it in dialogsMorteza Jamshidi2026-02-186-18/+13
* Doc: Fix QDoc warnings in qtdeclarativeJerome Pasion2026-02-162-6/+6
* Reset last active focus item in the overlay for multiple popup caseSanthoshKumar Selvaraj2026-02-133-7/+35
* SearchField: Add placeholderText propertyDilek Akcay2026-02-122-0/+30
* QQuickToolTip: Use better API to create componentNicolas Fella2026-02-111-3/+1
* a11y: Make QAccessibleQuickItem report the application's localeJan Moeller2026-02-112-16/+9
* Set control's font resolveMask to the requestedFont's only if allocatedDoris Verria2026-02-104-8/+16
* RangeSlider: add property to allow crossing handlesXavier BESSON2026-02-102-44/+309
* Doc: Fix QDoc warnings by adding new documentation and linkJerome Pasion2026-02-091-0/+16
* QtQuick: Popup: forward spacingChange and insetChangeChris Adams2026-02-093-5/+16
* Attached ToolTip: show automatically if visible not setMitch Curtis2026-02-068-44/+409
* Move a copy of QQuickAttachedPropertyPropagator to Qt QuickMitch Curtis2026-02-064-1/+98
* a11y: Report QQuickApplicationWindow localeJan Moeller2026-02-054-0/+91
* Revert "Fix flakiness in tst_QQuickContextMenu::textEditingContextMenuSelectAll"Mitch Curtis2026-02-052-10/+2
* Make defaultButton in DialogButtonBox also default for a11y clientsOliver Eftevaag2026-02-041-0/+7
* QQmlPropertyCache expand Override Semantics. MetaObject pathDmitrii Akshintsev2026-02-046-6/+6
* Fix flakiness in tst_QQuickContextMenu::textEditingContextMenuSelectAllMitch Curtis2026-02-032-2/+10
* QQuickPopupWindow: include popup in size and position debug outputMitch Curtis2026-02-031-2/+4
* SearchField: Clarify SearchField indicators and correct indicator typeDilek Akcay2026-01-291-6/+56
* Doc: Move indicator grouped-property snippet to shared includeDilek Akcay2026-01-282-4/+10