summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove leftover source fileMavridis Philippe2024-10-061-39/+0
| | | | | | | I was initially going to put implementation in a separate CPP file but due to DialogResultRender being a class template the implementation details need to be part of the header. Signed-off-by: Mavridis Philippe <[email protected]>
* Port TDEFileChooserPortal::SaveFiles and TDEAccountPortal to DialogResultSenderMavridis Philippe2024-10-028-181/+481
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* FileDialog: Use Async methods and result sender threadMavridis Philippe2024-10-025-61/+96
| | | | | | | | | | | | The thread waits until the non-modal dialog is done and then sends the result without blocking the main thread. The dialog itself is initialized in the main thread. This should fix high CPU usage while a dialog is open, not being able to open multiple instances of a dialog at once and the DBus service locking down while a dialog is open. xdg-desktop-portal-tde might yet make it into R14.1.3 ;-) Signed-off-by: Mavridis Philippe <[email protected]>
* Initialize DBus object pointers with nullptrMavridis Philippe2024-10-011-1/+6
| | | | | | | This should fix a crash when the daemon is terminated before it can establish connection and initialize the objects. Signed-off-by: Mavridis Philippe <[email protected]>
* Added Account portal, permission dialog class, moved some code to utilMavridis Philippe2024-07-0810-23/+514
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Added Email interface, minor refactoringMavridis Philippe2024-07-089-115/+344
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Implement TDEFileChooserPortal::SaveFilesMavridis Philippe2024-07-071-1/+79
| | | | | | | Allows selecting a directory to save multiple files while checking for existing files with similar filenames. Signed-off-by: Mavridis Philippe <[email protected]>
* Code reorganization and some improvements borrowed from kdbusnotificationMavridis Philippe2024-07-078-52/+390
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Improve DBus XML code generationMavridis Philippe2024-07-071-1/+0
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Remove unneeded filesMavridis Philippe2024-02-032-85/+0
| | | | | | | Leftovers from an older attempt at an implementation which didn't quite work out. Signed-off-by: Mavridis Philippe <[email protected]>
* Initial commitMavridis Philippe2024-02-019-0/+823
Adds implementation of FileChooser interface Signed-off-by: Mavridis Philippe <[email protected]>