summaryrefslogtreecommitdiffstats
path: root/src/plugins/platformthemes
Commit message (Expand)AuthorAgeFilesLines
* 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
* QXdgDesktopPortalFileDialog: fix C++20 buildGiuseppe D'Angelo2022-06-201-1/+1
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Fallback to another file dialog implementation when XDP is inaccessibleIlya Fedin2022-06-093-33/+53
* Add QXdgDesktopPortalFileDialog::useNativeFileDialog()Ilya Fedin2022-06-082-4/+15
* Fix a leak of fallback dialog helper in xdgdesktopportalIlya Fedin2022-06-071-3/+3
* Initialize m_exclusive in QGtk3MenuItem constructorElias Rudberg2022-06-011-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-1612-456/+24
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-041-1/+1
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-044-34/+42
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-023-10/+10
* QGtk3ThemePlugin: includemocsMarc Mutz2022-04-292-0/+4
* QXdgDesktopPortalThemePlugin: includemocsMarc Mutz2022-04-291-0/+2
* FileChooser portal: set current_nameIlya Fedin2022-04-141-1/+6
* xdgdesktopportal theme: Implement appearance()Magnus Groß2022-03-042-0/+55
* Add PreselectFirstFileInDirectory platform theme hintMitch Curtis2022-01-071-0/+2
* QGtk3Theme: implement appearance function to detect dark themesMitch Curtis2021-10-112-0/+44
* Implement preview support for GTK file dialogIlya Fedin2021-09-292-0/+43
* Fix memory leakJiDe Zhang2021-09-292-0/+2
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-062-2/+2
* FileChooser portal: send window id in hexJan Grulich2021-03-081-1/+1
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-242-3/+2
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-27/+0
* Remove QtDBus includesDavid Skoland2021-01-121-3/+3
* Remove the qmake project filesJoerg Bornemann2021-01-073-46/+0
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-1/+1
* CMake: Add handling of PLUGIN_EXTENDS for generic pluginsAlexey Edelev2020-11-093-0/+3
* FileChooser portal: skip empty filters to avoid rejection from portalsJan Grulich2020-10-121-0/+5
* xdgdesktopportal: properly fix a dangling pointerGiuseppe D'Angelo2020-10-061-6/+5
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-2/+2
* Use OpenType font weightsJonas Karlsson2020-08-281-2/+1
* xdgdesktopportal: Avoid dangling pointerMichael Weghorn2020-08-201-2/+2
* Filechooser portal: Implement "current_filter"Michael Weghorn2020-08-102-5/+58