Compare commits

..

19 Commits

Author SHA1 Message Date
Michele Calgaro 52bcee9ebd
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 76af48dfc8)
6 months ago
TDE Gitea a510deff77 Merge translation files from master branch. 6 months ago
TDE Gitea bc88bc4f35 Merge translation files from master branch. 6 months ago
TDE Gitea c0790af50e Merge translation files from master branch. 7 months ago
TDE Gitea 723825c50a Merge translation files from master branch. 7 months ago
TDE Gitea d2acd5f7ac Merge translation files from master branch. 7 months ago
TDE Gitea 4f58c19bdc Merge translation files from master branch. 7 months ago
TDE Gitea e2717a0b3d Merge translation files from master branch. 10 months ago
TDE Gitea f4dea374ee Merge translation files from master branch. 11 months ago
TDE Gitea 25331302c9 Merge translation files from master branch. 11 months ago
TDE Gitea ec73453e1b Merge translation files from master branch. 11 months ago
Michele Calgaro f9c956c181
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ac6a250648)
1 year ago
Michele Calgaro fdd5b42cd6
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4c8605a5d6)
1 year ago
Michele Calgaro dec195e833
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cdc8dc2597)
1 year ago
Michele Calgaro 7c56e0db5c
Fix loading of window decoration module in twin
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea a128939ad8 Merge translation files from master branch. 1 year ago
TDE Gitea e420293401 Merge translation files from master branch. 2 years ago
Michele Calgaro 0551ddbba0
Add TWTW status to readme file
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 58c20d2ac3)
2 years ago
TDE Gitea 72e6cb6a14 Merge translation files from master branch. 2 years ago

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

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

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

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

Loading…
Cancel
Save