aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates
Commit message (Expand)AuthorAgeFilesLines
* QQDA: Make it easier to find the focus item when there's no active focusDoris Verria9 days1-18/+4
* QQuickTableView: support unselecting cellsRichard Moe Gustavsen2024-04-171-8/+8
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-126-12/+11
* Take into account inactive window when restoring focus after popup closeDoris Verria2024-04-121-2/+21
* Controls: Bypass bindings when setting x and y in resizeBackgroundOlivier De Cannière2024-04-041-2/+12
* Popup: Don't transpose bounds based on contentOrientationSze Howe Koh2024-04-041-2/+0
* Shortcut: Match window shortcut when its window is activeMohammadHossein Qanbari2024-04-021-1/+1
* SelectionRectangle: ensure we remove or update selection handles if selection...Richard Moe Gustavsen2024-03-261-15/+25
* QQuickSelectionRectangle: Fix crash when target is nullNicolas Fella2024-03-221-1/+1
* QtQml: Assert on ddata and ddata->propertyCache in doPopulateDeferred()Ulf Hermann2024-03-181-0/+3
* Warn about missing default rolesSami Varanka2024-03-182-3/+22
* SwipeDelegate: forward 'move' events to the child itemsRichard Moe Gustavsen2024-03-131-0/+7
* ApplicationWindow: explicitly set background size if not explicitly setMitch Curtis2024-03-131-15/+26
* fix crash in qquickspinbox.cppTim Jenssen2024-03-121-1/+2
* QQuickPopup: always run exit transition on hiding a popupVladimir Belyavsky2024-03-051-6/+7
* QtQml: Make QLocale an actual value typeUlf Hermann2024-03-021-2/+4
* StackView: Fix and clarify pushItems documentationFabian Kosmale2024-02-271-4/+6
* Partially revert "Make properties in Qt Quick Controls FINAL"Fabian Kosmale2024-02-161-1/+1
* Clear tooltip transition manager state when its parent window destroyedSanthosh Kumar2024-02-141-1/+9
* Set default layout size policies for quick itemsSanthosh Kumar2024-02-0916-26/+67
* Drawer: respect content rotation also for touch eventsVolker Hilsheimer2024-01-291-2/+3
* Remove margin adjustment in QQuickHeaderViewPrivate during syncViewSanthosh Kumar2024-01-261-11/+0
* doc: explain the visual parent hierarchy of popup betterOliver Eftevaag2024-01-251-0/+41
* Doc: explain how Dialog's padding worksMitch Curtis2024-01-221-0/+4
* QQuickSelectionRectangle: only start a new selection if no selection is ongoingRichard Moe Gustavsen2024-01-171-6/+4
* TableView: start a new selection when using Qt::ShiftModifier (PressAndHold)Richard Moe Gustavsen2024-01-151-3/+8
* API Cleanup: Remove focusReason from QQuickItem's public API and add docsDoris Verria2024-01-136-4/+119
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-111-2/+1
* TableView: start a new selection when using Qt::ShiftModifierRichard Moe Gustavsen2024-01-091-3/+8
* Remove the use of Q_QUICKTEMPLATES2_PRIVATE_EXPORTAlexey Edelev2024-01-0991-117/+117
* QtQml: Make QQmlNullableValue somewhat saferUlf Hermann2024-01-081-6/+6
* QQuickItem: Respect focusPolicy when delivering eventsDoris Verria2023-12-161-23/+1
* Don't call visualFocusChanged() in non-virtual overridden methodDoris Verria2023-12-162-13/+10
* Set focus reason in QQuickItem's focusIn/Out eventsDoris Verria2023-12-162-4/+0
* Set correct first child in quick scroll viewSanthosh Kumar2023-12-143-6/+18
* QQuickMenu: change signature for 'setText' to take a constrefRichard Moe Gustavsen2023-12-122-2/+2
* Remove focus-related duplicated members from subclassesDoris Verria2023-12-086-54/+2
* Move focusPolicy from QQuickControl to QQuickItemDoris Verria2023-12-083-37/+1
* Move focusReason from QQuickControl to QQuickItemVolker Hilsheimer2023-12-084-29/+8
* doc: Mention that TextBesideIcon is the default display modeJoshua Goins2023-12-081-1/+1
* QQuickPopup: Fix crash in createOverlayCarl Schwan2023-12-041-0/+2
* Popup: keep popup and overlay centered for all orientationsVolker Hilsheimer2023-11-242-31/+19
* Drawer: adjust opening edge to the rotation of the window's content itemVolker Hilsheimer2023-11-232-23/+59
* Fix resizing in Wearable exampleWladimir Leuschner2023-11-211-1/+6
* Remove all QML_DECLARE_TYPE from src and toolsUlf Hermann2023-11-1867-136/+0
* Popup: resize the dimmer to match the overlay, not the windowVolker Hilsheimer2023-11-162-3/+8
* QQuickPopup: fix setVisible() when a window is not yet assignedVladimir Belyavsky2023-11-161-1/+1
* Popup: rename show/hide/resizeOverlay to show/hide/resizeDimmerVolker Hilsheimer2023-11-155-20/+20
* Page: Always reset header.y position to 0Ivan Tkachenko2023-11-151-1/+3
* Popup: fix fading in and out of the dimmerVolker Hilsheimer2023-11-092-3/+13