summaryrefslogtreecommitdiffstats
path: root/src/plugins/platformthemes/xdgdesktopportal/qxdgdesktopportalfiledialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* FileChooser portal: Make sure filter.name is not emptyAlbert Astals Cid2023-10-011-0/+3
* qxdgdesktopportalfiledialog: avoid implicit detachAnton Kudryavtsev2023-09-081-2/+2
* Add support for setting the initial directory in portal file dialogDavid Redondo2023-07-121-13/+12
* FileChooser portal: set current_file only when file already existsIlya Fedin2022-09-101-3/+6
* Send parent_window handle to desktop portalDavid Redondo2022-07-251-3/+12
* QXdgDesktopPortalFileDialog: fix C++20 buildGiuseppe D'Angelo2022-06-201-1/+1
* Fallback to another file dialog implementation when XDP is inaccessibleIlya Fedin2022-06-091-27/+41
* Add QXdgDesktopPortalFileDialog::useNativeFileDialog()Ilya Fedin2022-06-081-4/+14
* Fix a leak of fallback dialog helper in xdgdesktopportalIlya Fedin2022-06-071-3/+3
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-20/+22
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-021-1/+1
* QXdgDesktopPortalThemePlugin: includemocsMarc Mutz2022-04-291-0/+2
* FileChooser portal: set current_nameIlya Fedin2022-04-141-1/+6
* Fix memory leakJiDe Zhang2021-09-291-0/+1
* FileChooser portal: send window id in hexJan Grulich2021-03-081-1/+1
* Remove QtDBus includesDavid Skoland2021-01-121-3/+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
* xdgdesktopportal: Avoid dangling pointerMichael Weghorn2020-08-201-2/+2
* Filechooser portal: Implement "current_filter"Michael Weghorn2020-08-101-5/+56
* Support opening directories over portalJan Grulich2020-05-141-0/+5
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* Properly convert filename to bytearray when sending over portalJan Grulich2019-02-211-2/+3
* Add terminating character when sending byte arrays in FileChooser portalJan Grulich2018-10-311-2/+2
* Make flatpak portal support to be used also by Snap applicationsJan Grulich2018-09-021-0/+407