summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace ksimpleconfig.h with tdeconfig.hMichele Calgaro2025-07-121-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Get rid of INTERFACE macroMavridis Philippe2025-04-184-10/+0
| | | | | | TDE/dbus-1-tqt#42 adds support for interface() method so we don't need this anymore. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Use tdestandarddirs.hMichele Calgaro2025-02-251-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeAppMichele Calgaro2025-01-211-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename KUniqueApplication to TDEUniqueApplicationMichele Calgaro2024-11-093-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <mavridisf@gmail.com>
* Port TDEFileChooserPortal::SaveFiles and TDEAccountPortal to DialogResultSenderMavridis Philippe2024-10-028-181/+481
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* 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 <mavridisf@gmail.com>
* 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 <mavridisf@gmail.com>
* Added Account portal, permission dialog class, moved some code to utilMavridis Philippe2024-07-0810-23/+514
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Added Email interface, minor refactoringMavridis Philippe2024-07-089-115/+344
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* 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 <mavridisf@gmail.com>
* Code reorganization and some improvements borrowed from kdbusnotificationMavridis Philippe2024-07-078-52/+390
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Improve DBus XML code generationMavridis Philippe2024-07-071-1/+0
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* 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 <mavridisf@gmail.com>
* Initial commitMavridis Philippe2024-02-019-0/+823
Adds implementation of FileChooser interface Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>