summaryrefslogtreecommitdiffstats
path: root/src/appimpl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use correct icon for man links.Michele Calgaro2022-05-191-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use dedicated kdDebug area.Michele Calgaro2022-05-181-8/+8
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix small glitch with status bar message of 'man' link.Michele Calgaro2022-05-101-0/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Specify TDE config folder through CMAKE parameters.Michele Calgaro2022-05-081-52/+53
| | | | | | More code clean up. Signed-off-by: Michele Calgaro <[email protected]>
* Added XDG config folder.Michele Calgaro2022-05-081-83/+78
| | | | | | | Fixed up folder/file lookup for TDE config. Removed unused code. Signed-off-by: Michele Calgaro <[email protected]>
* Search apps in user's PATH.Michele Calgaro2022-05-081-23/+28
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Improve user experience when requesting the list of availableMichele Calgaro2022-05-081-29/+45
| | | | | | | applications with 'appinfo:/' (makes Konqueror less irresponsive). Some code renaming for better clarity. Signed-off-by: Michele Calgaro <[email protected]>
* Removed 'app:/' protocol. Removed unnecessary icons.Michele Calgaro2022-05-071-3/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed functionality.Michele Calgaro2022-05-071-82/+37
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Overall code clean up. Functionality still to be fixed up.Michele Calgaro2022-05-051-555/+464
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* First buildable version. Still some functionality to fix up.Michele Calgaro2022-05-011-0/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Raw KDE->TDE conversion using ↵Michele Calgaro2022-05-011-87/+87
| | | | | | tde/scripts/conversions/kde-tde/convert_existing_kde3_app_to_tde. Signed-off-by: Michele Calgaro <[email protected]>
* Raw Qt->TQt conversion using ↵Michele Calgaro2022-05-011-114/+114
| | | | | | tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. Signed-off-by: Michele Calgaro <[email protected]>
* Initial import of the code taken from https://www.pling.com/p/1081233.Michele Calgaro2022-05-011-0/+699
Original author: Robert Hogan <[email protected]> Such code is provided under GPL2 license. Signed-off-by: Michele Calgaro <[email protected]>