summaryrefslogtreecommitdiffstats
path: root/client/config
Commit message (Collapse)AuthorAgeFilesLines
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-04-022-18/+18
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c1251983b0ca1554af65bc518a787e14b1f383db)
* 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> (cherry picked from commit 4e7f1c43a6798ee9f4c6031f6377641575d1e5bd)
* 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> (cherry picked from commit 8b707d2afc657b90b34f28675933badd28e29a62)
* Add pseudotransparency for DeKorator themes with transparent pixmapsrjb3302024-11-142-25/+38
| | | | | Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com> (cherry picked from commit ae5e4d76b139f8bf5d235ab7ed8f4857f20ea512)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-071-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 35cc826aa1f3112e2f72c15bcecdde08c4f9162a)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-091-61/+61
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dc0da3d432a7ff649ce08317f586d846a859429c)
* Replace Q_OBJECT with TQ_OBJECTr14.1.1Michele Calgaro2023-07-252-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ae3a79b23710ff34cc799dbdb8aafd57706683b2)
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-141-45/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-011-31/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Align structure of translations/messages to similar modules.Michele Calgaro2021-08-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use Default-theme by default and update mini-preview on start and on reset.Mavridis Philippe2021-07-131-7/+35
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Add KDE_EXPORT to the public symbols.Slávek Banko2021-07-126-126/+11
| | | | | | | | 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>
* Added translation rules and generated templatesMavridis Philippe2021-06-261-0/+3
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Various config UI fixesMavridis Philippe2021-06-261-7/+7
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Use nicer defaultsMavridis Philippe2021-06-261-7/+7
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Removed legacy MakefilesMavridis Philippe2021-06-262-843/+0
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Renamed *.cc → *.cppMavridis Philippe2021-06-263-1/+1
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* 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-268-107/+107
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Conversion Qt3→TQtMavridis Philippe2021-06-267-299/+299
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Replaced Autotools build files with CMake rulesMavridis Philippe2021-06-261-0/+29
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Initial commit - imported KDE3 versionMavridis Philippe2021-06-269-0/+4195
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>