summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeinstance.hMichele Calgaro2025-08-181-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unused kdesktopfile includeMichele Calgaro2025-07-131-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdestandarddirs.hMichele Calgaro2025-02-251-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-201-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use correct icon for man links.Michele Calgaro2022-05-191-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use dedicated kdDebug area.Michele Calgaro2022-05-182-21/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation of messages and desktop files.Michele Calgaro2022-05-133-2/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix small glitch with status bar message of 'man' link.Michele Calgaro2022-05-101-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Specify TDE config folder through CMAKE parameters.Michele Calgaro2022-05-082-70/+63
| | | | | | More code clean up. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added XDG config folder.Michele Calgaro2022-05-082-87/+80
| | | | | | | Fixed up folder/file lookup for TDE config. Removed unused code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Search apps in user's PATH.Michele Calgaro2022-05-081-23/+28
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improve user experience when requesting the list of availableMichele Calgaro2022-05-084-68/+72
| | | | | | | applications with 'appinfo:/' (makes Konqueror less irresponsive). Some code renaming for better clarity. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed 'app:/' protocol. Removed unnecessary icons.Michele Calgaro2022-05-0710-54/+31
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed functionality.Michele Calgaro2022-05-073-105/+49
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Overall code clean up. Functionality still to be fixed up.Michele Calgaro2022-05-054-808/+649
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* First buildable version. Still some functionality to fix up.Michele Calgaro2022-05-018-25/+49
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raw KDE->TDE conversion using ↵Michele Calgaro2022-05-016-158/+158
| | | | | | 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-014-161/+161
| | | | | | tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Clean up non required files.Michele Calgaro2022-05-0114-2611/+0
| | | | 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-0126-0/+3762
Original author: Robert Hogan <robert@roberthogan.net> Such code is provided under GPL2 license. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>