summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update translation filesHEADmasterTDE Weblate2025-07-121-10/+10
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/twin-style-dekorator Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator/
* Update translation template.Automated System2025-07-121-10/+10
|
* Removed unused include fileMichele Calgaro2025-07-121-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Spanish)titae2025-06-151-4/+7
| | | | | | | Currently translated at 100.0% (1 of 1 strings) Translation: applications/twin-style-dekorator - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/es/
* Added translation using Weblate (Spanish)titae2025-06-151-0/+20
|
* Added file 'readme-theme_format' to extras to provide a rought overview over ↵Daniel Würl2025-04-072-0/+374
| | | | | | the anatomy of themes and files. Also added information on this and the 'update_filenames.sh' script to the README. Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Update translation filesTDE Weblate2025-04-051-3/+3
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/twin-style-dekorator Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator/
* Update translation template.Automated System2025-04-051-3/+3
|
* Updated templaTor theme to also contain inactive parts.Daniel Würl2025-04-0578-0/+0
| | | | Signed-off-by: Daniel Würl <trinity@dwrl.de>
* 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-052-55/+92
| | | | Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-04-024-86/+86
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Dutch)Heimen Stoffels2025-03-311-4/+7
| | | | | | | Currently translated at 100.0% (1 of 1 strings) Translation: applications/twin-style-dekorator - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/nl/
* Added translation using Weblate (Dutch)Heimen Stoffels2025-03-301-0/+20
|
* Update translation filesTDE Weblate2025-03-261-13/+11
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/twin-style-dekorator Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator/
* Update translation template.Automated System2025-03-261-3/+3
|
* 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>
* Move logic for loading border images into it's own method. The method checks ↵Daniel Würl2025-03-262-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>
* Add script 'update_filenames.sh' to extras to ease updating themes to the ↵Daniel Würl2025-03-261-0/+137
| | | | | | new naming scheme. Also can directly create theme archive if desired. Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Update templaTor theme to use new filenames.Daniel Würl2025-03-2622-0/+0
| | | | 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-262-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>
* Translated using Weblate (Dutch)Heimen Stoffels2025-03-221-90/+113
| | | | | | | Currently translated at 98.9% (91 of 92 strings) Translation: applications/twin-style-dekorator Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator/nl/
* Added translation using Weblate (Dutch)Heimen Stoffels2025-03-211-0/+589
|
* Add templaTor theme to serve as template and visual reference for artists, ↵Daniel Würl2025-03-1773-0/+0
| | | | | | including all possible frame parts and masks as well as the new optional top- and shaded-bottom-border. Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Update translation template.Automated System2025-03-171-3/+3
|
* Changed names of side frame parts from top / bottom to upper / lower to ↵Daniel Würl2025-03-132-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ü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-102-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ü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-042-185/+360
| | | | | | shaded windows. Adjust resizing handles to consider the new images. Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Use tdestandarddirs.hMichele Calgaro2025-03-032-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Italian)Michele Calgaro2025-03-031-4/+7
| | | | | | | Currently translated at 100.0% (1 of 1 strings) Translation: applications/twin-style-dekorator - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/it/
* Added translation using Weblate (Italian)Michele Calgaro2025-03-021-0/+20
|
* 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>
* Use tdeAppMichele Calgaro2025-01-223-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add Euforie theme from https://www.pling.com/p/1004842Michele Calgaro2024-11-2153-1/+1
| | | | | | | | | There is no indication of the license for this theme, but since it is available on Pling it is reasonable to assume it is free to use. Should the author think this is not the case, please reach out to us and we will remove the theme. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation template.Automated System2024-11-161-3/+3
|
* 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>
* Update translation template.Automated System2024-11-141-63/+68
|
* Add pseudotransparency for DeKorator themes with transparent pixmapsrjb3302024-11-149-43/+706
| | | | Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com>
* Translated using Weblate (Georgian)Temuri Doghonadze2024-11-031-4/+7
| | | | | | | Currently translated at 100.0% (1 of 1 strings) Translation: applications/twin-style-dekorator - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/ka/
* Added translation using Weblate (Georgian)Temuri Doghonadze2024-11-021-0/+20
|
* Update translation filesTDE Weblate2024-10-071-2/+2
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/twin-style-dekorator - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-032-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2024-04-121-4/+8
| | | | | | | Currently translated at 100.0% (1 of 1 strings) Translation: applications/twin-style-dekorator - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/ru/
* Added translation using Weblate (Russian)Andrei Stepanov2024-04-111-0/+20
|
* Remove unnecessary filesMichele Calgaro2024-04-054-517/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use centralized cmake versionMichele Calgaro2024-03-172-7/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>