aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicknativestyle
Commit message (Expand)AuthorAgeFilesLines
* QuickControls: Move NativeStyle into src/quickcontrolsUlf Hermann2026-02-1195-29777/+0
* Turn QuickNativeStyle into a proper moduleUlf Hermann2026-02-1176-576/+1018
* Windows style: merge the light system palette into the current paletteVolker Hilsheimer2026-01-291-1/+3
* Replace QVector with QListShawn Rutledge2026-01-094-5/+5
* macOS: Fix styling issues in SearchFieldDilek Akcay2026-01-052-4/+16
* Native styles: Use lower case file names for headersVolker Hilsheimer2025-12-201-1/+1
* qquickstyleconstants: notify that native colors may have changed after a them...Richard Moe Gustavsen2025-12-182-4/+27
* macOS: adjust the button margins to ensure the title is centeredRichard Moe Gustavsen2025-12-181-2/+6
* macOS: adjust SearchField focus rect and radiusRichard Moe Gustavsen2025-12-181-7/+17
* macOS: adjust button layout margins according to macOS 26Richard Moe Gustavsen2025-12-181-4/+11
* macOS: draw ComboBox correctly on macOS 26Richard Moe Gustavsen2025-12-181-11/+29
* Windows style: override the application palette when in dark modeVolker Hilsheimer2025-12-051-0/+1
* Qt Quick Controls: add DoubleSpinBoxXavier BESSON2025-12-044-0/+212
* SearchField: Prevent clipped search icon on macOS 26(Tahoe)Dilek Akcay2025-11-281-6/+32
* Add spacing between label and icon in native stylesMitch Curtis2025-11-181-0/+2
* Fix QQuickIconLabel action icon color being overridden by style defaultMitch Curtis2025-11-181-2/+2
* macOS, TextField: update the focus frame radius for a TextFieldRichard Moe Gustavsen2025-11-181-1/+1
* SpinBox, macOS: make the stepper smallerRichard Moe Gustavsen2025-10-271-0/+5
* Native Style: rework style and focus window initializationTim Blechmann2025-10-215-115/+154
* Silence MSVC compiler warningMate Barany2025-10-171-1/+1
* QQuickMacStyle: tweak NSTextFieldCell's drawingRichard Moe Gustavsen2025-10-081-1/+9
* Native Style: simplify implementation of QQuickNativeStyleTim Blechmann2025-09-233-28/+6
* Set explicit default security level of all files with default securityJan Arve Sæther2025-09-1789-0/+89
* mac style: fall back to draw ProgressBar manually on macOS Tahoe 26Richard Moe Gustavsen2025-09-093-0/+71
* SearchField: Add Windows styleDilek Akçay Öztüzün2025-08-143-1/+78
* Add set_source_files_properties for SearchFieldDilek Akcay2025-08-061-0/+4
* SearchField: Add highlightedIndex and fix ambiguous currentIndex behaviourDilek Akcay2025-07-181-2/+2
* Add macOS style for SearchFieldDilek Akcay2025-06-0310-1/+469
* macOS: Port from deprecated NSAppearance.currentAppearanceTor Arne Vestbø2025-05-233-42/+14
* Use QStyleHints::colorScheme() instead of qt_mac_applicationIsInDarkMode()Tor Arne Vestbø2025-04-241-7/+8
* Update Mac style when platform theme's colorScheme changesTor Arne Vestbø2025-04-224-13/+21
* Include qpainterpath.h explicitlyJuha Vuolle2025-04-222-0/+8
* qml: remove unused headerZhao Yuhang2025-04-131-2/+0
* Port away from QPairZhao Yuhang2025-04-121-1/+2
* Fix unused variable warnings in QQuickMacStyleTor Arne Vestbø2025-04-101-4/+4
* FocusFrame: Don't remove binding on visible propertyDoris Verria2024-12-202-4/+0
* Focus frame: Don't delete focus frame whenever new focus item is nullDoris Verria2024-12-181-1/+4
* FocusFrame: Remove the kludge with the invisible root itemJan Arve Sæther2024-12-182-35/+29
* Mark the focus frame as transparent for positionersJan Arve Sæther2024-12-033-8/+3
* Replace deprecated QImage::mirror(ed) with flip(ped)Volker Hilsheimer2024-12-022-6/+7
* Windows style: set painter brush and palette entries using the existing brushVolker Hilsheimer2024-11-301-17/+17
* Common Style: set painter brush using the existing brushVolker Hilsheimer2024-11-301-3/+3
* QQuickFocusFrame: Fix showing focus frame inside embedded qquickwidgetDoris Verria2024-09-181-2/+4
* Native style: Fix qtp004 warningFabian Kosmale2024-09-021-0/+2
* Controls: Don't explicitly set font in QDefaultSpinBoxOlivier De Cannière2024-06-241-1/+0
* Replace all occurrences of Q_OS_MAC with more appropriate definesTor Arne Vestbø2024-06-041-3/+3
* Remove native style customization warnings for ItemDelegateMitch Curtis2024-04-153-6/+3
* Mac style: draw dock widget titles and status bar without gradientVolker Hilsheimer2024-04-101-57/+3
* Mac style: draw MDI window title bar without gradientVolker Hilsheimer2024-04-101-10/+1
* Silence -Wimplicit-fallthrough for clangTim Blechmann2024-03-031-0/+1