aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates
Commit message (Expand)AuthorAgeFilesLines
* QQuickPressHandler: c++23 compile fixTim Blechmann2025-08-051-1/+1
* Doc: Improve the documentation of effectiveScrollBarHeight/WidthDheerendra Purohit2025-07-281-4/+6
* MonthGrid: address post-merge review feedback on timezone patchMitch Curtis2025-07-232-13/+8
* MonthGrid: fix dates being incorrect for certain timezonesMitch Curtis2025-07-094-18/+44
* Change order of menuBar/header/footer to match visual orderJan Moeller2025-07-081-0/+9
* Doc: Improve imperative Menu API documentationAlexei Cazacov2025-07-071-7/+19
* Templates: Disconnect menu bar items when clearingUlf Hermann2025-07-011-1/+2
* QQuickAbstractButton a11y: Strip mnemonic for accessible nameMichael Weghorn2025-07-011-2/+7
* QQuickVelocityCalculator: Write reset() in terms of its default constructorSze Howe Koh2025-06-242-9/+1
* QQuickVelocityCalculator: Remove unused QElapsedTimerSze Howe Koh2025-06-242-19/+9
* Doc: Fix self-referencing "see also" linksDavid Boddie2025-06-241-1/+1
* Allow SelectionRectangle dragging if TableView doesn't flick via mouseShawn Rutledge2025-06-231-9/+32
* Doc: link to Event Calendar example in MonthGrid's docsMitch Curtis2025-06-191-1/+2
* Fix tooltip wrapping on macOS when using native windowMagdalena Stojek2025-06-161-1/+1
* QQuickSlider: Normalize near-zero values when setting slider valueDoris Verria2025-06-061-0/+3
* doc: Discourage users from abusing the overlay in unintended waysOliver Eftevaag2025-05-301-7/+12
* Popup/Overlay: Filter no events for non-popup children of OverlayOliver Eftevaag2025-05-302-33/+25
* qquickpopup: Guard finalizeExitTransition against overlay nullptrJarkko Koivikko2025-05-271-2/+1
* qquickpopup: Clear stale last active focusJarkko Koivikko2025-05-272-2/+15
* qquickpopup: Capture activeFocusItem before reparenting popupJarkko Koivikko2025-05-271-9/+8
* 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
* Revert "ContextMenu: add to text editing controls"Mitch Curtis2025-05-194-20/+1
* Revert "Close all other Menus when showing non-sub-menu"Mitch Curtis2025-05-191-40/+8
* 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
* 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-151-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
* QQuickPopupItem: Set tabFence to be true by defaultDoris Verria2025-03-273-2/+7
* Button: don't allow pressing if already pressedShawn Rutledge2025-03-241-0/+2
* Doc: move Menu's detailed description snippets into snippet filesMitch Curtis2025-03-241-65/+4
* Fix ambiguous qBound usage when qreal is floatDennis Oberst2025-03-175-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-121-1/+0
* StackView: Use PushTransition for pushItem(s)Kai Uwe Broulik2025-03-031-4/+4
* Doc: In 'Menu QML Type', add missing ')'Alexei Cazacov2025-02-281-2/+2
* Menu: don't trigger a menu item on release if it's not highlightedShawn Rutledge2025-02-283-4/+11
* Don't synthesize QContextMenuEvent if right-button opens a MenuShawn Rutledge2025-02-282-0/+12
* Popup window: Don't try to grab keyboard or mouse on offscreen platformShawn Rutledge2025-02-281-0/+2
* ContextMenu: add to text editing controlsMitch Curtis2025-02-284-1/+20
* Overlay: ignore right button clicksMitch Curtis2025-02-211-6/+22
* Use leftPadding of parent menus when flipping submenusOliver Eftevaag2025-02-211-3/+9
* MenuItem: Fix types of implicitTextPadding and textPadding propertiesJoshua Goins2025-02-191-2/+2