Compare commits

..

24 Commits

Author SHA1 Message Date
Alexander Golubev 211f4d99ed Add missing <includes> in a .ui
This fixes FTBFS on a system with minimal-ish configuration of
tqt/tdelibs.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 month ago
Michele Calgaro 76af48dfc8
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Heimen Stoffels 69f660522a Translated using Weblate (Dutch)
Currently translated at 100.0% (5 of 5 strings)

Translation: applications/tde-style-polyester - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-polyester-desktop-files/nl/
6 months ago
Heimen Stoffels 622e6e3195 Added translation using Weblate (Dutch) 6 months ago
TDE Weblate d9a775101c Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/tde-style-polyester
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-polyester/
6 months ago
Michele Calgaro 6f63bd0703 Translated using Weblate (Italian)
Currently translated at 100.0% (5 of 5 strings)

Translation: applications/tde-style-polyester - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-polyester-desktop-files/it/
7 months ago
Michele Calgaro b4f109f676 Added translation using Weblate (Italian) 7 months ago
Michele Calgaro 487f7c8a93
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Heimen Stoffels 92b494cdcd Translated using Weblate (Dutch)
Currently translated at 100.0% (111 of 111 strings)

Translation: applications/tde-style-polyester
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-polyester/nl/
7 months ago
Heimen Stoffels 03fe6d8a25 Added translation using Weblate (Dutch) 7 months ago
Temuri Doghonadze 11a66864d0 Translated using Weblate (Georgian)
Currently translated at 100.0% (111 of 111 strings)

Translation: applications/tde-style-polyester
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-polyester/ka/
10 months ago
Temuri Doghonadze 9bb388499c Added translation using Weblate (Georgian) 10 months ago
Temuri Doghonadze f580363671 Translated using Weblate (Georgian)
Currently translated at 100.0% (5 of 5 strings)

Translation: applications/tde-style-polyester - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-polyester-desktop-files/ka/
11 months ago
Temuri Doghonadze 2046c6734b Added translation using Weblate (Georgian) 11 months ago
Michele Calgaro 25520ed661
Use tquic directcly
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
TDE Weblate a9cc009dd9 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/tde-style-polyester - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-polyester-desktop-files/
12 months ago
Michele Calgaro ac6a250648
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 4c8605a5d6
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro cdc8dc2597
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Andrei Stepanov 052ed111ee Translated using Weblate (Russian)
Currently translated at 100.0% (5 of 5 strings)

Translation: applications/tde-style-polyester - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-polyester-desktop-files/ru/
1 year ago
Andrei Stepanov ec416520e7 Added translation using Weblate (Russian) 1 year ago
Marek W cdb3cec8c5 Translated using Weblate (Polish)
Currently translated at 97.2% (108 of 111 strings)

Translation: applications/tde-style-polyester
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-polyester/pl/
2 years ago
Michele Calgaro 58c20d2ac3
Add TWTW status to readme file
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
TDE Weblate 85a1c79449 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/tde-style-polyester
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-polyester/
2 years ago

@ -51,7 +51,7 @@ add_custom_target( buttons-prepare-images
)
add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/buttons.h
COMMAND ${UIC_EXECUTABLE} -obuttons.h.in -embed buttons ${buttons_IMAGES}
COMMAND ${TQUIC_EXECUTABLE} -obuttons.h.in -embed buttons ${buttons_IMAGES}
COMMAND sed "s/factory/bfactory/" < buttons.h.in > buttons.h
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Embed images for buttons"
@ -63,9 +63,9 @@ add_custom_target( buttons-embed-images
)
### twin3_polyester (kpart) #####################################################
### twin_polyester (kpart) #####################################################
tde_add_kpart( twin3_polyester AUTOMOC
tde_add_kpart( twin_polyester AUTOMOC
SOURCES
polyester.cpp

@ -2,4 +2,4 @@
[Desktop Entry]
Encoding=UTF-8
Name=Polyester
X-TDE-Library=twin3_polyester
X-TDE-Library=twin_polyester

@ -1125,6 +1125,9 @@
<slot>setEnabled(bool)</slot>
</connection>
</connections>
<includes>
<include location="global" impldecl="in implementation">kcolorbutton.h</include>
</includes>
<slots>
<slot>animateButton_toggled( bool )</slot>
</slots>

@ -40,7 +40,7 @@ DEALINGS IN THE SOFTWARE.
#include <tqgroupbox.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <kstandarddirs.h>
#include <tdestandarddirs.h>
#include <kcolorbutton.h>
#include <tdemacros.h>

Loading…
Cancel
Save