summaryrefslogtreecommitdiffstats
path: root/client/deKoratorclient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed regression on loading of certain border parts.Daniel Würl2025-04-051-7/+20
| | | | Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Implement optional images for inactive states.Daniel Würl2025-04-051-55/+89
| | | | Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-04-021-67/+67
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move logic for loading border images into it's own method. The method checks ↵Daniel Würl2025-03-261-76/+51
| | | | | | for new and old filenames on each image, and can be extended in the future to handle images for inactive frames as well. 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-34/+76
| | | | | | 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>
* Changed names of side frame parts from top / bottom to upper / lower to ↵Daniel Würl2025-03-131-44/+44
| | | | | | enhance code readability. Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Folded conditional checks for top and bottom-shaded frame into one liners. ↵Daniel Würl2025-03-111-11/+7
| | | | | | Replaced further instances of TRUE with true. Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Corrected drawing error on unequal bottom frame sizes.Daniel Würl2025-03-101-2/+10
| | | | Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Renamed variables used for mask bitmaps to remove historical typo and ↵Daniel Würl2025-03-101-34/+34
| | | | | | clarify their purpose. Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Cleaned up empty lines and lines beginning with spaces. Changed evaluation ↵Daniel Würl2025-03-101-29/+23
| | | | | | of new frame parts to use && instead of ||, also replaced TRUE with true. Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Add support for top border above the title bar and for bottom border on ↵Daniel Würl2025-03-041-169/+338
| | | | | | shaded windows. Adjust resizing handles to consider the new images. Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Use the images [left|right]BottomsFrameBg.png and ↵Daniel Würl2025-02-241-4/+4
| | | | | | [left|right]BottomFrameBg.png to determine bottom handle sizes. Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Fix SEGV on login caused by PR #11 when transparency is disabledMichele Calgaro2024-11-161-4/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add pseudotransparency for DeKorator themes with transparent pixmapsrjb3302024-11-141-17/+85
| | | | Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-061-22/+22
| | | | 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>
* Add KDE_EXPORT to the public symbols.Slávek Banko2021-07-121-5/+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>
* Renamed *.cc → *.cppMavridis Philippe2021-06-261-0/+2831
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>