summaryrefslogtreecommitdiffstats
path: root/src/plugins/platformthemes
Commit message (Expand)AuthorAgeFilesLines
* QGtk3Theme: Fix QGtk3Interface::fileIconThorbjørn Lindeijer2024-02-161-6/+6
* QGtk3Theme: define light, midlight, mid, dark and shadow colorsAxel Spoerl2023-10-191-0/+12
* Fix tooltip palette issue in gtk3 themeSanthosh Kumar2023-10-181-1/+0
* Fix inactive palette in gtk3 themeSanthosh Kumar2023-10-111-87/+123
* Fix disabled button color in Linux (X11/Wayland)Santhosh Kumar2023-10-091-0/+3
* FileChooser portal: Make sure filter.name is not emptyAlbert Astals Cid2023-10-011-0/+3
* qxdgdesktopportalfiledialog: avoid implicit detachAnton Kudryavtsev2023-09-081-2/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-1/+0
* Deprecate Q_ASSUME()Thiago Macieira2023-08-141-2/+2
* Mark GTK theme plugin as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-092-0/+5
* Fix memory leak in QGtk3Interface::themeNameThorbjørn Lindeijer2023-08-032-8/+11
* Add support for setting the initial directory in portal file dialogDavid Redondo2023-07-121-13/+12
* QGtk3Theme: Do not default Active WindowText to button foregroundAxel Spoerl2023-06-281-1/+1
* QtGui: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-281-1/+1
* QGtk3Interface: Explicitly add monospace font providerAxel Spoerl2023-06-131-1/+2
* xdgdesktopportal: Fallback to base theme if color scheme is unknownIlya Fedin2023-05-301-0/+2
* QGtk3Theme: Improve fixed font deliveryAxel Spoerl2023-04-201-2/+21
* Revert "Gtk3Theme: set XCURSOR_SIZE and XCURSOR_THEME for wayland sessions"Ilya Fedin2023-04-141-14/+0
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-1310-81/+81
* Fix build with -no-feature-actionTasuku Suzuki2023-02-121-0/+1
* Fix build with -no-feature-libraryTasuku Suzuki2023-02-111-1/+0
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-103-15/+4
* Remove redundant include statement from qgtk3theme.cppAxel Spoerl2023-02-041-1/+0
* Document QGtk3StorageAxel Spoerl2023-01-052-39/+193
* Document QGtk3InterfaceAxel Spoerl2023-01-052-21/+183
* Change parsing log output in QGtk3Json from qCDebug to qCInfoAxel Spoerl2023-01-031-11/+11
* Detect appearance by colors unless GTK theme name contains "dark"Axel Spoerl2022-12-283-1/+20
* Add Q_UNUSED to avoid compilation errorsTang Haixiang2022-12-221-0/+1
* Cleanup QGtk3ThemeYuhang Zhao2022-12-211-45/+10
* Fix checkbox and radiobutton background in QGtk3ThemeAxel Spoerl2022-12-161-2/+2
* GTK3 theme: simplify codeYuhang Zhao2022-12-161-1/+1
* Re-implement palette, standardPixmap, file icons, fonts in QGtk3ThemeAxel Spoerl2022-12-029-3/+1960
* Add QPlatformTheme::MouseCursorTheme and MouseCursorSizeLiang Qi2022-11-181-0/+10
* Gtk3: fix stack smashing on mismatch between bool and gbooleanThiago Macieira2022-11-111-1/+1
* Gtk3Theme: set XCURSOR_SIZE and XCURSOR_THEME for wayland sessionsJan Grulich2022-11-081-0/+14
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-204-14/+14
* FileChooser portal: set current_file only when file already existsIlya Fedin2022-09-101-3/+6
* QGtk3Dialog: remove the #include for empty mocThiago Macieira2022-09-011-2/+0
* QGtk3Theme: subscribe to theme hint changesIlya Fedin2022-08-271-0/+20
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-233-3/+3
* Move PreselectFirstFileInDirectory theme hint from QGtk3Theme to QGnomeThemeIlya Fedin2022-08-221-2/+0
* QGtk3Theme: Support setting dialog parent on WaylandIlya Fedin2022-08-191-2/+21
* Remove unneeded QWindow from QGtk3DialogIlya Fedin2022-08-172-71/+20
* Add license headers to cmake filesLucie Gérard2022-08-033-0/+9
* Send parent_window handle to desktop portalDavid Redondo2022-07-251-3/+12
* QGtk3Theme: Respect xcb_xlib config optionIlya Fedin2022-07-072-0/+7
* QGtk3Theme: Ensure gtk uses the same windowing system as QtIlya Fedin2022-07-071-0/+11
* QGtk3Theme: Use GDK X11-specific API only built with X11Ilya Fedin2022-07-062-2/+14