summaryrefslogtreecommitdiffstats
path: root/client/config/themes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused include fileMichele Calgaro2025-07-121-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-04-021-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add testing logic for each image in kcm dialog as well.Daniel Würl2025-03-261-14/+8
| | | | Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Allow themes to use new filenames mirroring the new part names by checking ↵Daniel Würl2025-03-261-7/+21
| | | | | | for leftUpperCornerFrameBg.png, falling back to old file names if neccessary. Also use new files names in kcm. Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Use tdestandarddirs.hMichele Calgaro2025-03-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeAppMichele Calgaro2025-01-221-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add KDE_EXPORT to the public symbols.Slávek Banko2021-07-121-1/+3
| | | | | | | | Add twin client translations into template. Use common rules for build and install translations. Delete generated files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace fixed ".kde/share/apps" directory with TDEStandardDirs calls.Mavridis Philippe2021-06-261-5/+5
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Conversion KDE3→TDEMavridis Philippe2021-06-261-14/+14
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Conversion Qt3→TQtMavridis Philippe2021-06-261-66/+66
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Initial commit - imported KDE3 versionMavridis Philippe2021-06-261-0/+460
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>