Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed unused include file | Michele Calgaro | 2025-07-12 | 1 | -1/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed regression on loading of certain border parts. | Daniel Würl | 2025-04-05 | 1 | -7/+20 |
| | | | | Signed-off-by: Daniel Würl <trinity@dwrl.de> | ||||
* | Implement optional images for inactive states. | Daniel Würl | 2025-04-05 | 2 | -55/+92 |
| | | | | Signed-off-by: Daniel Würl <trinity@dwrl.de> | ||||
* | Replace TRUE/FALSE with boolean values true/false | Michele Calgaro | 2025-04-02 | 4 | -86/+86 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add testing logic for each image in kcm dialog as well. | Daniel Würl | 2025-03-26 | 1 | -14/+8 |
| | | | | Signed-off-by: Daniel Würl <trinity@dwrl.de> | ||||
* | Move logic for loading border images into it's own method. The method checks ↵ | Daniel Würl | 2025-03-26 | 2 | -76/+52 |
| | | | | | | 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ürl | 2025-03-26 | 2 | -41/+97 |
| | | | | | | 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ürl | 2025-03-13 | 2 | -50/+50 |
| | | | | | | 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ürl | 2025-03-11 | 1 | -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ürl | 2025-03-10 | 1 | -2/+10 |
| | | | | Signed-off-by: Daniel Würl <trinity@dwrl.de> | ||||
* | Renamed variables used for mask bitmaps to remove historical typo and ↵ | Daniel Würl | 2025-03-10 | 2 | -35/+35 |
| | | | | | | 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ürl | 2025-03-10 | 1 | -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ürl | 2025-03-04 | 2 | -185/+360 |
| | | | | | | shaded windows. Adjust resizing handles to consider the new images. Signed-off-by: Daniel Würl <trinity@dwrl.de> | ||||
* | Use tdestandarddirs.h | Michele Calgaro | 2025-03-03 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Use the images [left|right]BottomsFrameBg.png and ↵ | Daniel Würl | 2025-02-24 | 1 | -4/+4 |
| | | | | | | [left|right]BottomFrameBg.png to determine bottom handle sizes. Signed-off-by: Daniel Würl <trinity@dwrl.de> | ||||
* | Use tdeApp | Michele Calgaro | 2025-01-22 | 3 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix SEGV on login caused by PR #11 when transparency is disabled | Michele Calgaro | 2024-11-16 | 1 | -4/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add pseudotransparency for DeKorator themes with transparent pixmaps | rjb330 | 2024-11-14 | 9 | -43/+706 |
| | | | | Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com> | ||||
* | Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT | Michele Calgaro | 2024-05-03 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-06 | 2 | -83/+83 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 3 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename library twin3_deKorator -> twin_deKorator | Mavridis Philippe | 2023-07-07 | 2 | -3/+3 |
| | | | | | | Related to TDE/tdebase#364. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | Remove unnecessary accelerators from .ui files | Michele Calgaro | 2022-09-14 | 1 | -45/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-01 | 1 | -31/+8 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Align structure of translations/messages to similar modules. | Michele Calgaro | 2021-08-01 | 3 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Use Default-theme by default and update mini-preview on start and on reset. | Mavridis Philippe | 2021-07-13 | 1 | -7/+35 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | Add KDE_EXPORT to the public symbols. | Slávek Banko | 2021-07-12 | 12 | -248/+37 |
| | | | | | | | | 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 templates | Mavridis Philippe | 2021-06-26 | 2 | -0/+9 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | Various config UI fixes | Mavridis Philippe | 2021-06-26 | 1 | -7/+7 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | Use nicer defaults | Mavridis Philippe | 2021-06-26 | 1 | -7/+7 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | Removed legacy Makefiles | Mavridis Philippe | 2021-06-26 | 4 | -1777/+0 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | Renamed *.cc → *.cpp | Mavridis Philippe | 2021-06-26 | 6 | -2/+2 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | Replace fixed ".kde/share/apps" directory with TDEStandardDirs calls. | Mavridis Philippe | 2021-06-26 | 1 | -5/+5 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | Conversion KDE3→TDE | Mavridis Philippe | 2021-06-26 | 14 | -202/+202 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | Conversion Qt3→TQt | Mavridis Philippe | 2021-06-26 | 12 | -626/+626 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | Replaced Autotools build files with CMake rules | Mavridis Philippe | 2021-06-26 | 2 | -0/+69 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | Initial commit - imported KDE3 version | Mavridis Philippe | 2021-06-26 | 17 | -0/+8582 |
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> |