summaryrefslogtreecommitdiffstats
path: root/src/appimpl.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-201-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Specify TDE config folder through CMAKE parameters.Michele Calgaro2022-05-081-18/+10
| | | | | | More code clean up. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added XDG config folder.Michele Calgaro2022-05-081-4/+2
| | | | | | | Fixed up folder/file lookup for TDE config. Removed unused code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improve user experience when requesting the list of availableMichele Calgaro2022-05-081-2/+4
| | | | | | | applications with 'appinfo:/' (makes Konqueror less irresponsive). Some code renaming for better clarity. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed functionality.Michele Calgaro2022-05-071-3/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Overall code clean up. Functionality still to be fixed up.Michele Calgaro2022-05-051-65/+48
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raw KDE->TDE conversion using ↵Michele Calgaro2022-05-011-17/+17
| | | | | | tde/scripts/conversions/kde-tde/convert_existing_kde3_app_to_tde. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raw Qt->TQt conversion using ↵Michele Calgaro2022-05-011-33/+33
| | | | | | tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Initial import of the code taken from https://www.pling.com/p/1081233.Michele Calgaro2022-05-011-0/+107
Original author: Robert Hogan <robert@roberthogan.net> Such code is provided under GPL2 license. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>