aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates
Commit message (Expand)AuthorAgeFilesLines
* MonthGrid: address post-merge review feedback on timezone patchMitch Curtis22 hours2-13/+8
* Change order of menuBar/header/footer to match visual orderJan Moeller2 days1-0/+9
* MonthGrid: fix dates being incorrect for certain timezonesMitch Curtis5 days4-18/+44
* Templates: Disconnect menu bar items when clearingUlf Hermann8 days1-1/+2
* Doc: Improve imperative Menu API documentationAlexei Cazacov8 days1-7/+19
* QQuickAbstractButton a11y: Strip mnemonic for accessible nameMichael Weghorn9 days1-2/+7
* Don't delete component delegatesMitch Curtis10 days10-3/+20
* QQuickVelocityCalculator: Write reset() in terms of its default constructorSze Howe Koh11 days2-9/+1
* QQuickVelocityCalculator: Remove unused QElapsedTimerSze Howe Koh11 days2-19/+9
* Doc: Fix self-referencing "see also" linksDavid Boddie14 days1-1/+1
* Allow SelectionRectangle dragging if TableView doesn't flick via mouseShawn Rutledge2025-06-201-9/+32
* Doc: link to Event Calendar example in MonthGrid's docsMitch Curtis2025-06-181-1/+2
* QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngineUlf Hermann2025-06-172-9/+6
* a11y: Report QQuickControl localeMichael Weghorn2025-06-166-3/+94
* Fix tooltip wrapping on macOS when using native windowMagdalena Stojek2025-06-131-1/+1
* QQuickSlider: Normalize near-zero values when setting slider valueDoris Verria2025-06-051-0/+3
* Fix null pointer dereferenceDilek Akcay2025-06-021-3/+3
* Introduce SearchField for Quick ControlsDilek Akcay2025-06-013-0/+1161
* Popup/Overlay: Filter no events for non-popup children of OverlayOliver Eftevaag2025-05-302-33/+25
* doc: Discourage users from abusing the overlay in unintended waysOliver Eftevaag2025-05-301-7/+12
* doc: Make the overlay less confusing by documenting what's going onOliver Eftevaag2025-05-301-0/+28
* Popup window: disable window "fitting" on WaylandOliver Eftevaag2025-05-261-1/+4
* Doc: Remove transparent backgrounds from calendar imagesKai Köhne2025-05-223-6/+6
* Doc: Remove transparent backgrounds from wireframe imagesKai Köhne2025-05-214-4/+4
* Doc: Fix Linking issuesTopi Reinio2025-05-201-2/+2
* ComboBox: fix crash when setting modelMitch Curtis2025-05-151-12/+31
* Menu: force contentItem ListView layout before starting enter transitionMitch Curtis2025-05-131-0/+17
* qquickpopup: Minimize overlay calls in finalizeExitTransitionJarkko Koivikko2025-05-091-23/+19
* qquickpopup: Guard finalizeExitTransition against overlay nullptrJarkko Koivikko2025-05-091-2/+1
* qquickpopup: Clear stale last active focusJarkko Koivikko2025-05-082-2/+15
* qquickpopup: Capture activeFocusItem before reparenting popupJarkko Koivikko2025-05-081-9/+8
* Fix broken hover in ApplicationWindow's backgroundMitch Curtis2025-04-234-82/+116
* Internally document QQuickApplicationWindow's item hierarchyMitch Curtis2025-04-181-3/+15
* Fix compilation when quicktemplates2_hover feature is disabledJuha Vuolle2025-04-171-0/+2
* QQuickMenu: fix infinite loop with Action shortcut in nested sub-menusMitch Curtis2025-04-161-1/+6
* Doc: improve "Context Menus" section of Menu's documentationMitch Curtis2025-04-141-2/+2
* Don't overwrite Accessible.description when it was explicitly setJan Arve Sæther2025-04-101-2/+2
* Fix compilation when draganddrop support is disabledJuha Vuolle2025-04-101-0/+4
* Close all other Menus when showing non-sub-menuMitch Curtis2025-04-091-8/+40
* SwipeDelegate: Compare against QLastCursorPosition for default mouse posShawn Rutledge2025-04-011-2/+3
* Doc: move Menu's detailed description snippets into snippet filesMitch Curtis2025-03-241-65/+4
* Button: don't allow pressing if already pressedShawn Rutledge2025-03-191-0/+2
* SwipeDelegate: check for believable mouse pos rather than qInfShawn Rutledge2025-03-191-2/+2
* QQuickPopupItem: Set tabFence to be true by defaultDoris Verria2025-03-173-2/+7
* Fix ambiguous qBound usage when qreal is floatDennis Oberst2025-03-145-6/+16
* Control: fix regression where hoverEnabled defaulted to falseMitch Curtis2025-03-141-0/+7
* QQuickDialog: Don't shadow title member of QQuickPopupKai Uwe Broulik2025-03-111-1/+0
* Make sure hitting a menubar item opens the menuEven Oscar Andersen2025-03-064-1/+21
* HeaderViewDelegate: Add documentationMohammadHossein Qanbari2025-03-061-0/+71
* QuickControls: Add vertical and horizontal header view delegatesMohammadHossein Qanbari2025-03-068-23/+213