Rename KStyle to TDEStyle to avoid conflicts with KDE4.

pull/16/head
Darrell Anderson 11 years ago
parent 365f030613
commit dad42352f4

@ -1005,7 +1005,7 @@ add_subdirectory( tdeconf_update )
add_subdirectory( kdewidgets ) add_subdirectory( kdewidgets )
add_subdirectory( kimgio ) add_subdirectory( kimgio )
add_subdirectory( tdeioslave ) add_subdirectory( tdeioslave )
add_subdirectory( kstyles ) add_subdirectory( tdestyles )
add_subdirectory( libtdemid ) add_subdirectory( libtdemid )
add_subdirectory( libtdescreensaver ) add_subdirectory( libtdescreensaver )
add_subdirectory( networkstatus ) add_subdirectory( networkstatus )

@ -319,7 +319,7 @@ The old name will still work unless KDE_NO_COMPAT is defined.
<H4>KThemeBase, KThemeStyle</H4> <H4>KThemeBase, KThemeStyle</H4>
KThemeBase and KThemeStyle have been ported over to the new QStyle/TDEStyle API KThemeBase and KThemeStyle have been ported over to the new QStyle/TDEStyle API
present in Qt3/KDE3. KThemeBase is no longer in tdeui, but in kstyles/kthemestyle present in Qt3/KDE3. KThemeBase is no longer in tdeui, but in tdestyles/kthemestyle
as its use is basically limited to KThemeStyle. as its use is basically limited to KThemeStyle.
<H4>TDEAction, TDEToolBar, TDEToolBarButton and icons</H4> <H4>TDEAction, TDEToolBar, TDEToolBarButton and icons</H4>

@ -98,7 +98,7 @@ Here is an alphabetical list:
* tdeparts * tdeparts
KDE component model. KDE component model.
* kstyles * tdestyles
The theme engine lies within. It handles nearly anything relating to The theme engine lies within. It handles nearly anything relating to
customizing the appearance of widgets. customizing the appearance of widgets.

@ -1,12 +0,0 @@
INCLUDES = $(all_includes)
noinst_HEADERS = highcontrastconfig.h
kde_module_LTLIBRARIES = kstyle_highcontrast_config.la
kstyle_highcontrast_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kstyle_highcontrast_config_la_LIBADD = $(LIB_QT) $(LIB_TDECORE)
kstyle_highcontrast_config_la_SOURCES = highcontrastconfig.cpp
kstyle_highcontrast_config_la_METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp *.h -o $(podir)/kstyle_highcontrast_config.pot

@ -1,12 +0,0 @@
INCLUDES = $(all_includes)
noinst_HEADERS = plastikconf.h
kde_module_LTLIBRARIES = kstyle_plastik_config.la
kstyle_plastik_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kstyle_plastik_config_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE)
kstyle_plastik_config_la_SOURCES = plastikconf.cpp
kstyle_plastik_config_la_METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp *.h -o $(podir)/kstyle_plastik_config.pot

@ -1,12 +0,0 @@
kstylethemesdata_DATA = qtplatinum.themerc qtcde.themerc qtmotif.themerc qtwindows.themerc \
qtsgi.themerc qtmotifplus.themerc\
highcolor.themerc \
default.themerc b3.themerc light-v2.themerc \
light-v3.themerc keramik.themerc
kstylethemesdatadir = $(kde_datadir)/kstyle/themes
EXTRA_DIST = $(kstylethemesdata_DATA)
kde_conf_DATA = kthemestylerc

@ -893,7 +893,7 @@ public:
/** /**
* @deprecated * @deprecated
*/ */
KDE_DEPRECATED TDEStyle* kstyle() const { return 0; } KDE_DEPRECATED TDEStyle* tdestyle() const { return 0; }
/** /**
* Builds a caption that contains the application name along with the * Builds a caption that contains the application name along with the

@ -45,7 +45,7 @@
#define TDESU_EXPORT KDE_EXPORT #define TDESU_EXPORT KDE_EXPORT
#define KVCARD_EXPORT KDE_EXPORT #define KVCARD_EXPORT KDE_EXPORT
#define TDERESOURCES_EXPORT KDE_EXPORT #define TDERESOURCES_EXPORT KDE_EXPORT
#define KSTYLE_EXPORT KDE_EXPORT #define TDESTYLE_EXPORT KDE_EXPORT
#define TDEHTML_EXPORT KDE_EXPORT #define TDEHTML_EXPORT KDE_EXPORT
#define KMDI_EXPORT KDE_EXPORT #define KMDI_EXPORT KDE_EXPORT
#define KUTILS_EXPORT KDE_EXPORT #define KUTILS_EXPORT KDE_EXPORT

@ -154,7 +154,7 @@ class TransparencyHandler : public TQObject
bool dropShadow; bool dropShadow;
float opacity; float opacity;
TQPixmap pix; TQPixmap pix;
TDEStyle* kstyle; TDEStyle* tdestyle;
TransparencyEngine te; TransparencyEngine te;
}; };
} // namespace } // namespace
@ -1600,7 +1600,7 @@ TQRect TDEStyle::querySubControlMetrics( TQ_ComplexControl control,
return ret; return ret;
} }
static const char * const kstyle_close_xpm[] = { static const char * const tdestyle_close_xpm[] = {
"12 12 2 1", "12 12 2 1",
"# c #000000", "# c #000000",
". c None", ". c None",
@ -1617,7 +1617,7 @@ static const char * const kstyle_close_xpm[] = {
"............", "............",
"............"}; "............"};
static const char * const kstyle_maximize_xpm[]={ static const char * const tdestyle_maximize_xpm[]={
"12 12 2 1", "12 12 2 1",
"# c #000000", "# c #000000",
". c None", ". c None",
@ -1635,7 +1635,7 @@ static const char * const kstyle_maximize_xpm[]={
"............"}; "............"};
static const char * const kstyle_minimize_xpm[] = { static const char * const tdestyle_minimize_xpm[] = {
"12 12 2 1", "12 12 2 1",
"# c #000000", "# c #000000",
". c None", ". c None",
@ -1652,7 +1652,7 @@ static const char * const kstyle_minimize_xpm[] = {
"............", "............",
"............"}; "............"};
static const char * const kstyle_normalizeup_xpm[] = { static const char * const tdestyle_normalizeup_xpm[] = {
"12 12 2 1", "12 12 2 1",
"# c #000000", "# c #000000",
". c None", ". c None",
@ -1670,7 +1670,7 @@ static const char * const kstyle_normalizeup_xpm[] = {
"............"}; "............"};
static const char * const kstyle_shade_xpm[] = { static const char * const tdestyle_shade_xpm[] = {
"12 12 2 1", "12 12 2 1",
"# c #000000", "# c #000000",
". c None", ". c None",
@ -1687,7 +1687,7 @@ static const char * const kstyle_shade_xpm[] = {
"............", "............",
"............"}; "............"};
static const char * const kstyle_unshade_xpm[] = { static const char * const tdestyle_unshade_xpm[] = {
"12 12 2 1", "12 12 2 1",
"# c #000000", "# c #000000",
". c None", ". c None",
@ -1850,17 +1850,17 @@ TQPixmap TDEStyle::stylePixmap( StylePixmap stylepixmap,
{ {
switch (stylepixmap) { switch (stylepixmap) {
case SP_TitleBarShadeButton: case SP_TitleBarShadeButton:
return TQPixmap(const_cast<const char**>(kstyle_shade_xpm)); return TQPixmap(const_cast<const char**>(tdestyle_shade_xpm));
case SP_TitleBarUnshadeButton: case SP_TitleBarUnshadeButton:
return TQPixmap(const_cast<const char**>(kstyle_unshade_xpm)); return TQPixmap(const_cast<const char**>(tdestyle_unshade_xpm));
case SP_TitleBarNormalButton: case SP_TitleBarNormalButton:
return TQPixmap(const_cast<const char**>(kstyle_normalizeup_xpm)); return TQPixmap(const_cast<const char**>(tdestyle_normalizeup_xpm));
case SP_TitleBarMinButton: case SP_TitleBarMinButton:
return TQPixmap(const_cast<const char**>(kstyle_minimize_xpm)); return TQPixmap(const_cast<const char**>(tdestyle_minimize_xpm));
case SP_TitleBarMaxButton: case SP_TitleBarMaxButton:
return TQPixmap(const_cast<const char**>(kstyle_maximize_xpm)); return TQPixmap(const_cast<const char**>(tdestyle_maximize_xpm));
case SP_TitleBarCloseButton: case SP_TitleBarCloseButton:
return TQPixmap(const_cast<const char**>(kstyle_close_xpm)); return TQPixmap(const_cast<const char**>(tdestyle_close_xpm));
case SP_DockWindowCloseButton: case SP_DockWindowCloseButton:
return TQPixmap(const_cast<const char**>(dock_window_close_xpm )); return TQPixmap(const_cast<const char**>(dock_window_close_xpm ));
case SP_MessageBoxInformation: case SP_MessageBoxInformation:
@ -1998,7 +1998,7 @@ TransparencyHandler::TransparencyHandler( TDEStyle* style,
: TQObject() : TQObject()
{ {
te = tEngine; te = tEngine;
kstyle = style; tdestyle = style;
opacity = menuOpacity; opacity = menuOpacity;
dropShadow = useDropShadow; dropShadow = useDropShadow;
pix.setOptimization(TQPixmap::BestOptim); pix.setOptimization(TQPixmap::BestOptim);
@ -2341,7 +2341,7 @@ void TransparencyHandler::blendToPixmap(const TQColorGroup &cg, const TQWidget*
// Allow styles to define the blend pixmap - allows for some interesting effects. // Allow styles to define the blend pixmap - allows for some interesting effects.
if (::tqqt_cast<TQPopupMenu*>(p)) if (::tqqt_cast<TQPopupMenu*>(p))
kstyle->renderMenuBlendPixmap( blendPix, cg, ::tqqt_cast<TQPopupMenu*>(p) ); tdestyle->renderMenuBlendPixmap( blendPix, cg, ::tqqt_cast<TQPopupMenu*>(p) );
else else
blendPix.fill(cg.button()); // Just tint as the default behavior blendPix.fill(cg.button()); // Just tint as the default behavior
@ -2363,7 +2363,7 @@ void TransparencyHandler::XRenderBlendToPixmap(const TQWidget* p)
// Allow styles to define the blend pixmap - allows for some interesting effects. // Allow styles to define the blend pixmap - allows for some interesting effects.
if (::tqqt_cast<TQPopupMenu*>(p)) if (::tqqt_cast<TQPopupMenu*>(p))
kstyle->renderMenuBlendPixmap( renderPix, p->colorGroup(), tdestyle->renderMenuBlendPixmap( renderPix, p->colorGroup(),
::tqqt_cast<TQPopupMenu*>(p) ); ::tqqt_cast<TQPopupMenu*>(p) );
else else
renderPix.fill(p->colorGroup().button()); // Just tint as the default behavior renderPix.fill(p->colorGroup().button()); // Just tint as the default behavior
@ -2407,7 +2407,7 @@ void TDEStyle::virtual_hook( int, void* )
// HACK for gtk-qt-engine // HACK for gtk-qt-engine
extern "C" KDE_EXPORT extern "C" KDE_EXPORT
void kde_kstyle_set_scrollbar_type_windows( void* style ) void kde_tdestyle_set_scrollbar_type_windows( void* style )
{ {
((TDEStyle*)style)->setScrollBarType( TDEStyle::WindowsStyleScrollBar ); ((TDEStyle*)style)->setScrollBarType( TDEStyle::WindowsStyleScrollBar );
} }

@ -24,8 +24,8 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#ifndef __KSTYLE_H #ifndef __TDESTYLE_H
#define __KSTYLE_H #define __TDESTYLE_H
// W A R N I N G // W A R N I N G
// ------------- // -------------

@ -1,4 +1,4 @@
SUBDIRS = asteroid plastik highcolor highcontrast themes light kthemestyle riscos utils keramik SUBDIRS = asteroid plastik highcolor highcontrast themes light kthemestyle riscos utils keramik
#kstyles should not be included in the apidocs #tdestyles should not be included in the apidocs
#include $(top_srcdir)/admin/Doxyfile.am #include $(top_srcdir)/admin/Doxyfile.am

@ -28,7 +28,7 @@ link_directories(
##### other data ################################ ##### other data ################################
install( FILES asteroid.themerc DESTINATION ${DATA_INSTALL_DIR}/kstyle/themes ) install( FILES asteroid.themerc DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes )
##### asteroid ################################### ##### asteroid ###################################

@ -14,5 +14,5 @@ asteroid_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
asteroid_la_LIBADD = -ltdefx -ltdeutils asteroid_la_LIBADD = -ltdefx -ltdeutils
asteroid_la_SOURCES = asteroid.cpp asteroid_la_SOURCES = asteroid.cpp
themercdir = $(kde_datadir)/kstyle/themes themercdir = $(kde_datadir)/tdestyle/themes
themerc_DATA = asteroid.themerc themerc_DATA = asteroid.themerc

@ -31,7 +31,7 @@ link_directories(
##### other data ################################ ##### other data ################################
install( FILES highcontrast.themerc DESTINATION ${DATA_INSTALL_DIR}/kstyle/themes ) install( FILES highcontrast.themerc DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes )
##### highcontrast ############################## ##### highcontrast ##############################

@ -25,7 +25,7 @@ KDE_CXXFLAGS = -DQT_PLUGIN
INCLUDES = $(all_includes) INCLUDES = $(all_includes)
stylercdir = $(kde_datadir)/kstyle/themes stylercdir = $(kde_datadir)/tdestyle/themes
stylerc_DATA = highcontrast.themerc stylerc_DATA = highcontrast.themerc
EXTRA_DIST = $(stylerc_DATA) EXTRA_DIST = $(stylerc_DATA)

@ -22,9 +22,9 @@ link_directories(
) )
##### kstyle_highcontrast_config ################ ##### tdestyle_highcontrast_config ################
set( target kstyle_highcontrast_config ) set( target tdestyle_highcontrast_config )
set( ${target}_SRCS set( ${target}_SRCS
highcontrastconfig.cpp highcontrastconfig.cpp

@ -0,0 +1,12 @@
INCLUDES = $(all_includes)
noinst_HEADERS = highcontrastconfig.h
kde_module_LTLIBRARIES = tdestyle_highcontrast_config.la
tdestyle_highcontrast_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
tdestyle_highcontrast_config_la_LIBADD = $(LIB_QT) $(LIB_TDECORE)
tdestyle_highcontrast_config_la_SOURCES = highcontrastconfig.cpp
tdestyle_highcontrast_config_la_METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp *.h -o $(podir)/tdestyle_highcontrast_config.pot

@ -34,7 +34,7 @@ DEALINGS IN THE SOFTWARE.
#include "highcontrastconfig.h" #include "highcontrastconfig.h"
extern "C" KDE_EXPORT TQWidget* extern "C" KDE_EXPORT TQWidget*
allocate_kstyle_config(TQWidget* parent) allocate_tdestyle_config(TQWidget* parent)
{ {
return new HighContrastStyleConfig(parent); return new HighContrastStyleConfig(parent);
} }
@ -44,7 +44,7 @@ HighContrastStyleConfig::HighContrastStyleConfig(
{ {
// Should have no margins here, the dialog provides them // Should have no margins here, the dialog provides them
TQVBoxLayout* layout = new TQVBoxLayout(this, 0, 0); TQVBoxLayout* layout = new TQVBoxLayout(this, 0, 0);
TDEGlobal::locale()->insertCatalogue("kstyle_highcontrast_config"); TDEGlobal::locale()->insertCatalogue("tdestyle_highcontrast_config");
wideLinesBox = new TQCheckBox(i18n("Use wider lines"), this); wideLinesBox = new TQCheckBox(i18n("Use wider lines"), this);
@ -62,7 +62,7 @@ HighContrastStyleConfig::HighContrastStyleConfig(
HighContrastStyleConfig::~HighContrastStyleConfig() HighContrastStyleConfig::~HighContrastStyleConfig()
{ {
TDEGlobal::locale()->removeCatalogue("kstyle_keramik_config"); TDEGlobal::locale()->removeCatalogue("tdestyle_keramik_config");
} }

@ -59,7 +59,7 @@ Name[uk]=Висока контрастність
Name[vi]=Độ tương phản cao Name[vi]=Độ tương phản cao
Name[zh_CN]=高对比度 Name[zh_CN]=高对比度
Name[zh_HK]=高反差 Name[zh_HK]=高反差
ConfigPage=kstyle_highcontrast_config ConfigPage=tdestyle_highcontrast_config
Comment=A style that works well with high contrast color schemes Comment=A style that works well with high contrast color schemes
Comment[af]=´n Styl wat goed werk met hoë kontras kleur skemas Comment[af]=´n Styl wat goed werk met hoë kontras kleur skemas
Comment[be]=Стыль, які створаны для працы з высокакантрастнымі колернымі схемамі Comment[be]=Стыль, які створаны для працы з высокакантрастнымі колернымі схемамі

Before

Width:  |  Height:  |  Size: 486 B

After

Width:  |  Height:  |  Size: 486 B

Before

Width:  |  Height:  |  Size: 523 B

After

Width:  |  Height:  |  Size: 523 B

Before

Width:  |  Height:  |  Size: 552 B

After

Width:  |  Height:  |  Size: 552 B

Before

Width:  |  Height:  |  Size: 174 B

After

Width:  |  Height:  |  Size: 174 B

Before

Width:  |  Height:  |  Size: 225 B

After

Width:  |  Height:  |  Size: 225 B

Before

Width:  |  Height:  |  Size: 223 B

After

Width:  |  Height:  |  Size: 223 B

Before

Width:  |  Height:  |  Size: 146 B

After

Width:  |  Height:  |  Size: 146 B

Before

Width:  |  Height:  |  Size: 155 B

After

Width:  |  Height:  |  Size: 155 B

Before

Width:  |  Height:  |  Size: 146 B

After

Width:  |  Height:  |  Size: 146 B

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 161 B

Before

Width:  |  Height:  |  Size: 188 B

After

Width:  |  Height:  |  Size: 188 B

Before

Width:  |  Height:  |  Size: 159 B

After

Width:  |  Height:  |  Size: 159 B

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 158 B

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 166 B

Before

Width:  |  Height:  |  Size: 157 B

After

Width:  |  Height:  |  Size: 157 B

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 147 B

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 147 B

Before

Width:  |  Height:  |  Size: 235 B

After

Width:  |  Height:  |  Size: 235 B

Before

Width:  |  Height:  |  Size: 171 B

After

Width:  |  Height:  |  Size: 171 B

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

Before

Width:  |  Height:  |  Size: 167 B

After

Width:  |  Height:  |  Size: 167 B

Before

Width:  |  Height:  |  Size: 193 B

After

Width:  |  Height:  |  Size: 193 B

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 199 B

Before

Width:  |  Height:  |  Size: 205 B

After

Width:  |  Height:  |  Size: 205 B

Before

Width:  |  Height:  |  Size: 264 B

After

Width:  |  Height:  |  Size: 264 B

Before

Width:  |  Height:  |  Size: 266 B

After

Width:  |  Height:  |  Size: 266 B

Before

Width:  |  Height:  |  Size: 167 B

After

Width:  |  Height:  |  Size: 167 B

Before

Width:  |  Height:  |  Size: 190 B

After

Width:  |  Height:  |  Size: 190 B

Before

Width:  |  Height:  |  Size: 192 B

After

Width:  |  Height:  |  Size: 192 B

Before

Width:  |  Height:  |  Size: 157 B

After

Width:  |  Height:  |  Size: 157 B

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 147 B

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 147 B

Before

Width:  |  Height:  |  Size: 296 B

After

Width:  |  Height:  |  Size: 296 B

Before

Width:  |  Height:  |  Size: 195 B

After

Width:  |  Height:  |  Size: 195 B

Before

Width:  |  Height:  |  Size: 195 B

After

Width:  |  Height:  |  Size: 195 B

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 356 B

Before

Width:  |  Height:  |  Size: 480 B

After

Width:  |  Height:  |  Size: 480 B

Before

Width:  |  Height:  |  Size: 428 B

After

Width:  |  Height:  |  Size: 428 B

Before

Width:  |  Height:  |  Size: 186 B

After

Width:  |  Height:  |  Size: 186 B

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 302 B

Before

Width:  |  Height:  |  Size: 328 B

After

Width:  |  Height:  |  Size: 328 B

Before

Width:  |  Height:  |  Size: 235 B

After

Width:  |  Height:  |  Size: 235 B

Before

Width:  |  Height:  |  Size: 560 B

After

Width:  |  Height:  |  Size: 560 B

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 600 B

Before

Width:  |  Height:  |  Size: 176 B

After

Width:  |  Height:  |  Size: 176 B

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 265 B

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 267 B

Before

Width:  |  Height:  |  Size: 251 B

After

Width:  |  Height:  |  Size: 251 B

Before

Width:  |  Height:  |  Size: 637 B

After

Width:  |  Height:  |  Size: 637 B

Before

Width:  |  Height:  |  Size: 680 B

After

Width:  |  Height:  |  Size: 680 B

Before

Width:  |  Height:  |  Size: 176 B

After

Width:  |  Height:  |  Size: 176 B

Before

Width:  |  Height:  |  Size: 261 B

After

Width:  |  Height:  |  Size: 261 B

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 287 B

Before

Width:  |  Height:  |  Size: 186 B

After

Width:  |  Height:  |  Size: 186 B

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 314 B

Before

Width:  |  Height:  |  Size: 325 B

After

Width:  |  Height:  |  Size: 325 B

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 589 B

Before

Width:  |  Height:  |  Size: 584 B

After

Width:  |  Height:  |  Size: 584 B

Before

Width:  |  Height:  |  Size: 183 B

After

Width:  |  Height:  |  Size: 183 B

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 270 B

Before

Width:  |  Height:  |  Size: 282 B

After

Width:  |  Height:  |  Size: 282 B

Before

Width:  |  Height:  |  Size: 184 B

After

Width:  |  Height:  |  Size: 184 B

Before

Width:  |  Height:  |  Size: 291 B

After

Width:  |  Height:  |  Size: 291 B

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 305 B

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 230 B

Before

Width:  |  Height:  |  Size: 519 B

After

Width:  |  Height:  |  Size: 519 B

Before

Width:  |  Height:  |  Size: 545 B

After

Width:  |  Height:  |  Size: 545 B

Before

Width:  |  Height:  |  Size: 182 B

After

Width:  |  Height:  |  Size: 182 B

Before

Width:  |  Height:  |  Size: 243 B

After

Width:  |  Height:  |  Size: 243 B

Before

Width:  |  Height:  |  Size: 259 B

After

Width:  |  Height:  |  Size: 259 B

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 161 B

Before

Width:  |  Height:  |  Size: 217 B

After

Width:  |  Height:  |  Size: 217 B

Before

Width:  |  Height:  |  Size: 217 B

After

Width:  |  Height:  |  Size: 217 B

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 230 B

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 374 B

Before

Width:  |  Height:  |  Size: 370 B

After

Width:  |  Height:  |  Size: 370 B

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 161 B

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 203 B

Before

Width:  |  Height:  |  Size: 202 B

After

Width:  |  Height:  |  Size: 202 B

Before

Width:  |  Height:  |  Size: 183 B

After

Width:  |  Height:  |  Size: 183 B

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 265 B

Before

Width:  |  Height:  |  Size: 273 B

After

Width:  |  Height:  |  Size: 273 B

Before

Width:  |  Height:  |  Size: 880 B

After

Width:  |  Height:  |  Size: 880 B

Before

Width:  |  Height:  |  Size: 884 B

After

Width:  |  Height:  |  Size: 884 B

Before

Width:  |  Height:  |  Size: 211 B

After

Width:  |  Height:  |  Size: 211 B

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 323 B

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 332 B

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 138 B

Before

Width:  |  Height:  |  Size: 177 B

After

Width:  |  Height:  |  Size: 177 B

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 319 B

Before

Width:  |  Height:  |  Size: 260 B

After

Width:  |  Height:  |  Size: 260 B

Before

Width:  |  Height:  |  Size: 337 B

After

Width:  |  Height:  |  Size: 337 B

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 290 B

Before

Width:  |  Height:  |  Size: 439 B

After

Width:  |  Height:  |  Size: 439 B

Before

Width:  |  Height:  |  Size: 516 B

After

Width:  |  Height:  |  Size: 516 B

Before

Width:  |  Height:  |  Size: 170 B

After

Width:  |  Height:  |  Size: 170 B

Before

Width:  |  Height:  |  Size: 706 B

After

Width:  |  Height:  |  Size: 706 B

Before

Width:  |  Height:  |  Size: 280 B

After

Width:  |  Height:  |  Size: 280 B

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 374 B

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 305 B

Before

Width:  |  Height:  |  Size: 335 B

After

Width:  |  Height:  |  Size: 335 B

Before

Width:  |  Height:  |  Size: 165 B

After

Width:  |  Height:  |  Size: 165 B

Before

Width:  |  Height:  |  Size: 212 B

After

Width:  |  Height:  |  Size: 212 B

Before

Width:  |  Height:  |  Size: 247 B

After

Width:  |  Height:  |  Size: 247 B

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

Before

Width:  |  Height:  |  Size: 240 B

After

Width:  |  Height:  |  Size: 240 B

Before

Width:  |  Height:  |  Size: 243 B

After

Width:  |  Height:  |  Size: 243 B

Before

Width:  |  Height:  |  Size: 162 B

After

Width:  |  Height:  |  Size: 162 B

Before

Width:  |  Height:  |  Size: 187 B

After

Width:  |  Height:  |  Size: 187 B

Before

Width:  |  Height:  |  Size: 198 B

After

Width:  |  Height:  |  Size: 198 B

Before

Width:  |  Height:  |  Size: 241 B

After

Width:  |  Height:  |  Size: 241 B

Before

Width:  |  Height:  |  Size: 217 B

After

Width:  |  Height:  |  Size: 217 B

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

Before

Width:  |  Height:  |  Size: 260 B

After

Width:  |  Height:  |  Size: 260 B

Before

Width:  |  Height:  |  Size: 257 B

After

Width:  |  Height:  |  Size: 257 B

Before

Width:  |  Height:  |  Size: 258 B

After

Width:  |  Height:  |  Size: 258 B

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 226 B

Before

Width:  |  Height:  |  Size: 186 B

After

Width:  |  Height:  |  Size: 186 B

Before

Width:  |  Height:  |  Size: 214 B

After

Width:  |  Height:  |  Size: 214 B

Before

Width:  |  Height:  |  Size: 636 B

After

Width:  |  Height:  |  Size: 636 B

Before

Width:  |  Height:  |  Size: 277 B

After

Width:  |  Height:  |  Size: 277 B

Before

Width:  |  Height:  |  Size: 403 B

After

Width:  |  Height:  |  Size: 403 B

Before

Width:  |  Height:  |  Size: 271 B

After

Width:  |  Height:  |  Size: 271 B

Before

Width:  |  Height:  |  Size: 240 B

After

Width:  |  Height:  |  Size: 240 B

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 250 B

Before

Width:  |  Height:  |  Size: 787 B

After

Width:  |  Height:  |  Size: 787 B

Before

Width:  |  Height:  |  Size: 784 B

After

Width:  |  Height:  |  Size: 784 B

Before

Width:  |  Height:  |  Size: 152 B

After

Width:  |  Height:  |  Size: 152 B

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 227 B

Before

Width:  |  Height:  |  Size: 228 B

After

Width:  |  Height:  |  Size: 228 B

Before

Width:  |  Height:  |  Size: 271 B

After

Width:  |  Height:  |  Size: 271 B

Before

Width:  |  Height:  |  Size: 360 B

After

Width:  |  Height:  |  Size: 360 B

Before

Width:  |  Height:  |  Size: 370 B

After

Width:  |  Height:  |  Size: 370 B

Before

Width:  |  Height:  |  Size: 143 B

After

Width:  |  Height:  |  Size: 143 B

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 175 B

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 166 B

Before

Width:  |  Height:  |  Size: 195 B

After

Width:  |  Height:  |  Size: 195 B

Before

Width:  |  Height:  |  Size: 235 B

After

Width:  |  Height:  |  Size: 235 B

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 254 B

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 269 B

Before

Width:  |  Height:  |  Size: 365 B

After

Width:  |  Height:  |  Size: 365 B

Before

Width:  |  Height:  |  Size: 366 B

After

Width:  |  Height:  |  Size: 366 B

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 147 B

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 226 B

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 226 B

Before

Width:  |  Height:  |  Size: 190 B

After

Width:  |  Height:  |  Size: 190 B

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 254 B

Before

Width:  |  Height:  |  Size: 145 B

After

Width:  |  Height:  |  Size: 145 B

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 169 B

Before

Width:  |  Height:  |  Size: 159 B

After

Width:  |  Height:  |  Size: 159 B

Before

Width:  |  Height:  |  Size: 181 B

After

Width:  |  Height:  |  Size: 181 B

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 147 B

Before

Width:  |  Height:  |  Size: 104 B

After

Width:  |  Height:  |  Size: 104 B

Before

Width:  |  Height:  |  Size: 134 B

After

Width:  |  Height:  |  Size: 134 B

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 133 B

Before

Width:  |  Height:  |  Size: 469 B

After

Width:  |  Height:  |  Size: 469 B

Before

Width:  |  Height:  |  Size: 545 B

After

Width:  |  Height:  |  Size: 545 B

Before

Width:  |  Height:  |  Size: 137 B

After

Width:  |  Height:  |  Size: 137 B

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 138 B

Before

Width:  |  Height:  |  Size: 136 B

After

Width:  |  Height:  |  Size: 136 B

Before

Width:  |  Height:  |  Size: 228 B

After

Width:  |  Height:  |  Size: 228 B

Before

Width:  |  Height:  |  Size: 223 B

After

Width:  |  Height:  |  Size: 223 B

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 218 B

Before

Width:  |  Height:  |  Size: 136 B

After

Width:  |  Height:  |  Size: 136 B

Before

Width:  |  Height:  |  Size: 136 B

After

Width:  |  Height:  |  Size: 136 B

Before

Width:  |  Height:  |  Size: 136 B

After

Width:  |  Height:  |  Size: 136 B

Before

Width:  |  Height:  |  Size: 526 B

After

Width:  |  Height:  |  Size: 526 B

@ -31,7 +31,7 @@ link_directories(
set( target kthemestyle ) set( target kthemestyle )
set( ${target}_SRCS set( ${target}_SRCS
kthemebase.cpp kthemestyle.cpp kstyledirs.cpp kthemebase.cpp kthemestyle.cpp tdestyledirs.cpp
) )
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC

@ -21,9 +21,9 @@
AM_CPPFLAGS = -DQT_PLUGIN AM_CPPFLAGS = -DQT_PLUGIN
INCLUDES = -I$(top_srcdir)/tdefx $(all_includes) INCLUDES = -I$(top_srcdir)/tdefx $(all_includes)
noinst_HEADERS = kthemestyle.h kthemebase.h kstyledirs.h noinst_HEADERS = kthemestyle.h kthemebase.h tdestyledirs.h
kde_style_LTLIBRARIES = kthemestyle.la kde_style_LTLIBRARIES = kthemestyle.la
kthemestyle_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module kthemestyle_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kthemestyle_la_LIBADD = ../../tdefx/libtdefx.la ../../tdecore/libtdecore.la -ldl $(LIB_QT) kthemestyle_la_LIBADD = ../../tdefx/libtdefx.la ../../tdecore/libtdecore.la -ldl $(LIB_QT)
kthemestyle_la_SOURCES = kthemebase.cpp kthemestyle.cpp kstyledirs.cpp kthemestyle_la_SOURCES = kthemebase.cpp kthemestyle.cpp tdestyledirs.cpp
kthemestyle_la_METASOURCES = AUTO kthemestyle_la_METASOURCES = AUTO

@ -529,7 +529,7 @@ KThemeBase::KThemeBase( const TQString& dir, const TQString & configFile )
{ {
d = new KThemeBasePrivate; d = new KThemeBasePrivate;
if ( configFileName.isEmpty() ) if ( configFileName.isEmpty() )
configFileName = "kstylerc"; configFileName = "tdestylerc";
configDirName = dir; configDirName = dir;

@ -37,7 +37,7 @@ Copyright (C) 1998, 1999, 2000 KDE Team
#include <tdestyle.h> #include <tdestyle.h>
#include <tqsettings.h> #include <tqsettings.h>
#include <tqpalette.h> // for QColorGroup #include <tqpalette.h> // for QColorGroup
#include "kstyledirs.h" #include "tdestyledirs.h"
#include <tqmap.h> #include <tqmap.h>
class TQImage; class TQImage;

@ -66,7 +66,7 @@ Port version 0.9.7
#include <tqobjectlist.h> #include <tqobjectlist.h>
#include <tqradiobutton.h> #include <tqradiobutton.h>
#include <tqstatusbar.h> #include <tqstatusbar.h>
#include "kstyledirs.h" #include "tdestyledirs.h"
#include <tqimage.h> #include <tqimage.h>

@ -23,14 +23,14 @@
#include <tqfile.h> #include <tqfile.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include "kstyledirs.h" #include "tdestyledirs.h"
TDEStyleDirs* TDEStyleDirs::instance = 0; TDEStyleDirs* TDEStyleDirs::instance = 0;
TDEStyleDirs::TDEStyleDirs() TDEStyleDirs::TDEStyleDirs()
{ {
addResourceType( "themepixmap", TDEStandardDirs::kde_default( "data" ) + "kstyle/pixmaps/" ); addResourceType( "themepixmap", TDEStandardDirs::kde_default( "data" ) + "tdestyle/pixmaps/" );
addResourceType( "themerc", TDEStandardDirs::kde_default( "data" ) + "kstyle/themes/" ); addResourceType( "themerc", TDEStandardDirs::kde_default( "data" ) + "tdestyle/themes/" );
} }
TDEStyleDirs::~TDEStyleDirs() TDEStyleDirs::~TDEStyleDirs()

@ -19,8 +19,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KSTYLE_DIRS_H #ifndef TDESTYLE_DIRS_H
#define KSTYLE_DIRS_H #define TDESTYLE_DIRS_H
#include <tqsettings.h> #include <tqsettings.h>
@ -36,8 +36,8 @@
* This class provides a this wrapper for styles around TDEStandardDirs, * This class provides a this wrapper for styles around TDEStandardDirs,
* permitting integration with TQSettings and easy loading of pixmaps * permitting integration with TQSettings and easy loading of pixmaps
* *
* It add share/apps/kstyle/themes as "themerc", * It add share/apps/tdestyle/themes as "themerc",
* share/apps/kstyle/pixmaps "themepixmap" * share/apps/tdestyle/pixmaps "themepixmap"
*/ */
class TDEStyleDirs: public TDEStandardDirs class TDEStyleDirs: public TDEStandardDirs
{ {
@ -63,7 +63,7 @@ public:
TDEStyleDirs dirs; TDEStyleDirs dirs;
dirs.addToSearch("config",settings); dirs.addToSearch("config",settings);
The one can do settings.readEntry("kstyle/KDE/WidgetStyle") to access a settings in kstylerc. The one can do settings.readEntry("tdestyle/TDE/WidgetStyle") to access a settings in tdestylerc.
*/ */
void addToSearch( const char* type, TQSettings& q) const; //Better name? void addToSearch( const char* type, TQSettings& q) const; //Better name?

@ -30,7 +30,7 @@ link_directories(
##### other data ################################ ##### other data ################################
install( FILES plastik.themerc DESTINATION ${DATA_INSTALL_DIR}/kstyle/themes ) install( FILES plastik.themerc DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes )
##### plastik ################################### ##### plastik ###################################

@ -6,7 +6,7 @@ KDE_CXXFLAGS = -DQT_PLUGIN
INCLUDES = $(all_includes) INCLUDES = $(all_includes)
stylercdir = $(kde_datadir)/kstyle/themes stylercdir = $(kde_datadir)/tdestyle/themes
stylerc_DATA = plastik.themerc stylerc_DATA = plastik.themerc
EXTRA_DIST = $(stylerc_DATA) EXTRA_DIST = $(stylerc_DATA)

@ -22,9 +22,9 @@ link_directories(
) )
##### kstyle_plastik_config ###################### ##### tdestyle_plastik_config ######################
set( target kstyle_plastik_config ) set( target tdestyle_plastik_config )
set( ${target}_SRCS set( ${target}_SRCS
plastikconf.cpp plastikconf.cpp

@ -0,0 +1,12 @@
INCLUDES = $(all_includes)
noinst_HEADERS = plastikconf.h
kde_module_LTLIBRARIES = tdestyle_plastik_config.la
tdestyle_plastik_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
tdestyle_plastik_config_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE)
tdestyle_plastik_config_la_SOURCES = plastikconf.cpp
tdestyle_plastik_config_la_METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp *.h -o $(podir)/tdestyle_plastik_config.pot

@ -39,9 +39,9 @@ DEALINGS IN THE SOFTWARE.
extern "C" extern "C"
{ {
KDE_EXPORT TQWidget* allocate_kstyle_config(TQWidget* parent) KDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent)
{ {
TDEGlobal::locale()->insertCatalogue("kstyle_plastik_config"); TDEGlobal::locale()->insertCatalogue("tdestyle_plastik_config");
return new PlastikStyleConfig(parent); return new PlastikStyleConfig(parent);
} }
} }
@ -50,7 +50,7 @@ PlastikStyleConfig::PlastikStyleConfig(TQWidget* parent): TQWidget(parent)
{ {
//Should have no margins here, the dialog provides them //Should have no margins here, the dialog provides them
TQVBoxLayout* layout = new TQVBoxLayout(this, 0, 0); TQVBoxLayout* layout = new TQVBoxLayout(this, 0, 0);
TDEGlobal::locale()->insertCatalogue("kstyle_plastik_config"); TDEGlobal::locale()->insertCatalogue("tdestyle_plastik_config");
// scrollBarLines = new TQCheckBox(i18n("Scrollbar handle lines"), this); // scrollBarLines = new TQCheckBox(i18n("Scrollbar handle lines"), this);
animateProgressBar = new TQCheckBox(i18n("Animate progress bars"), this); animateProgressBar = new TQCheckBox(i18n("Animate progress bars"), this);

@ -26,7 +26,7 @@ Name[th]=พลาสติคK
Name[uk]=Пластик Name[uk]=Пластик
Name[uz@cyrillic]=Пластик Name[uz@cyrillic]=Пластик
Name[zh_CN]=塑料 Name[zh_CN]=塑料
ConfigPage=kstyle_plastik_config ConfigPage=tdestyle_plastik_config
Comment=A simple and clean style Comment=A simple and clean style
Comment[af]=´n eenvoudige en skoon styl Comment[af]=´n eenvoudige en skoon styl
Comment[be]=Просты і прыгожы стыль Comment[be]=Просты і прыгожы стыль

@ -23,8 +23,8 @@ install( FILES
sunk_border.png tab_up.png vscrollback.png sunk_border.png tab_up.png vscrollback.png
vscrollbar.png vscrollbar_down.png vscrollborder.png vscrollbar.png vscrollbar_down.png vscrollborder.png
vtab.png vtab.png
DESTINATION ${DATA_INSTALL_DIR}/kstyle/pixmaps/riscos ) DESTINATION ${DATA_INSTALL_DIR}/tdestyle/pixmaps/riscos )
install( FILES install( FILES
riscos.themerc riscos.themerc
DESTINATION ${DATA_INSTALL_DIR}/kstyle/themes ) DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes )

@ -32,9 +32,9 @@ pixmap_DATA = \
vscrollborder.png \ vscrollborder.png \
vtab.png vtab.png
pixmapdir = $(kde_datadir)/kstyle/pixmaps/riscos pixmapdir = $(kde_datadir)/tdestyle/pixmaps/riscos
themerc_DATA = riscos.themerc themerc_DATA = riscos.themerc
themercdir = $(kde_datadir)/kstyle/themes themercdir = $(kde_datadir)/tdestyle/themes
EXTRA_DIST = $(pixmap_DATA) $(themerc_DATA) EXTRA_DIST = $(pixmap_DATA) $(themerc_DATA)

Before

Width:  |  Height:  |  Size: 469 B

After

Width:  |  Height:  |  Size: 469 B

Before

Width:  |  Height:  |  Size: 542 B

After

Width:  |  Height:  |  Size: 542 B

Before

Width:  |  Height:  |  Size: 478 B

After

Width:  |  Height:  |  Size: 478 B

Before

Width:  |  Height:  |  Size: 529 B

After

Width:  |  Height:  |  Size: 529 B

Before

Width:  |  Height:  |  Size: 495 B

After

Width:  |  Height:  |  Size: 495 B

Before

Width:  |  Height:  |  Size: 559 B

After

Width:  |  Height:  |  Size: 559 B

Before

Width:  |  Height:  |  Size: 451 B

After

Width:  |  Height:  |  Size: 451 B

Before

Width:  |  Height:  |  Size: 458 B

After

Width:  |  Height:  |  Size: 458 B

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Before

Width:  |  Height:  |  Size: 706 B

After

Width:  |  Height:  |  Size: 706 B

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 388 B

After

Width:  |  Height:  |  Size: 388 B

Before

Width:  |  Height:  |  Size: 359 B

After

Width:  |  Height:  |  Size: 359 B

Before

Width:  |  Height:  |  Size: 688 B

After

Width:  |  Height:  |  Size: 688 B

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Before

Width:  |  Height:  |  Size: 938 B

After

Width:  |  Height:  |  Size: 938 B

Before

Width:  |  Height:  |  Size: 365 B

After

Width:  |  Height:  |  Size: 365 B

Before

Width:  |  Height:  |  Size: 144 B

After

Width:  |  Height:  |  Size: 144 B

Before

Width:  |  Height:  |  Size: 1015 B

After

Width:  |  Height:  |  Size: 1015 B

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 316 B

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Before

Width:  |  Height:  |  Size: 966 B

After

Width:  |  Height:  |  Size: 966 B

Before

Width:  |  Height:  |  Size: 328 B

After

Width:  |  Height:  |  Size: 328 B

@ -16,7 +16,7 @@ install( FILES
qtwindows.themerc qtsgi.themerc qtmotifplus.themerc qtwindows.themerc qtsgi.themerc qtmotifplus.themerc
highcolor.themerc default.themerc b3.themerc highcolor.themerc default.themerc b3.themerc
light-v2.themerc light-v3.themerc keramik.themerc light-v2.themerc light-v3.themerc keramik.themerc
DESTINATION ${DATA_INSTALL_DIR}/kstyle/themes ) DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes )
install( FILES install( FILES
kthemestylerc kthemestylerc

@ -0,0 +1,12 @@
tdestylethemesdata_DATA = qtplatinum.themerc qtcde.themerc qtmotif.themerc qtwindows.themerc \
qtsgi.themerc qtmotifplus.themerc\
highcolor.themerc \
default.themerc b3.themerc light-v2.themerc \
light-v3.themerc keramik.themerc
tdestylethemesdatadir = $(kde_datadir)/tdestyle/themes
EXTRA_DIST = $(tdestylethemesdata_DATA)
kde_conf_DATA = kthemestylerc

@ -30,7 +30,7 @@ Name[tg]=Сафолӣ
Name[th]=Kเครามิก Name[th]=Kเครามิก
Name[uz]=Keramika Name[uz]=Keramika
Name[uz@cyrillic]=Керамика Name[uz@cyrillic]=Керамика
ConfigPage=kstyle_keramik_config ConfigPage=tdestyle_keramik_config
Comment=A style using alphablending Comment=A style using alphablending
Comment[af]='n standaard styl wat alfa vermenging gebruik Comment[af]='n standaard styl wat alfa vermenging gebruik
Comment[bg]=Стил, използващ алфа сливане Comment[bg]=Стил, използващ алфа сливане

@ -40,7 +40,7 @@ int main(int argc, char **argv)
TDECmdLineArgs::init(argc, argv, "kinstalltheme", I18N_NOOP("KInstalltheme"), desc, ver); TDECmdLineArgs::init(argc, argv, "kinstalltheme", I18N_NOOP("KInstalltheme"), desc, ver);
TDEApplication qapp(false, false); //We don't allow styles.. Kind of ironic, isn't it? TDEApplication qapp(false, false); //We don't allow styles.. Kind of ironic, isn't it?
TDEGlobal::dirs()->addResourceType("themercs", TDEGlobal::dirs()->kde_default("data")+TQString("kstyle/themes")); TDEGlobal::dirs()->addResourceType("themercs", TDEGlobal::dirs()->kde_default("data")+TQString("tdestyle/themes"));
TQStringList themercs = TDEGlobal::dirs()->findAllResources("themercs","*.themerc"); TQStringList themercs = TDEGlobal::dirs()->findAllResources("themercs","*.themerc");
TQMap <TQString, TQString> themes; //Name->file mapping.. TQMap <TQString, TQString> themes; //Name->file mapping..

@ -5,6 +5,6 @@ webstyle_la_LIBADD = $(LIB_TDEUI)
webstyle_la_SOURCES = webstyle.cpp plugin.cpp webstyle_la_SOURCES = webstyle.cpp plugin.cpp
noinst_HEADERS = webstyle.h noinst_HEADERS = webstyle.h
kstylewebdata_DATA = web.themerc tdestylewebdata_DATA = web.themerc
kstylewebdatadir = $(kde_datadir)/kstyle/themes tdestylewebdatadir = $(kde_datadir)/tdestyle/themes
EXTRA_DIST = $(kstylewebdata_DATA) EXTRA_DIST = $(tdestylewebdata_DATA)

@ -428,7 +428,7 @@ const char * const packages[] = {
"tdelibs/knewstuff", "tdelibs/knewstuff",
"tdelibs/knotify", "tdelibs/knotify",
"tdelibs/tdespell", "tdelibs/tdespell",
"tdelibs/kstyle", "tdelibs/tdestyle",
"tdelibs/tdesycoca", "tdelibs/tdesycoca",
"tdelibs/tdewallet", "tdelibs/tdewallet",
"tdelibs/qt", "tdelibs/qt",

@ -109,7 +109,7 @@ contains( TEMPLATE, lib ) {
!contains( CONFIG, trinitylib ) { !contains( CONFIG, trinitylib ) {
DESTDIR = $$KDELIBDESTDIR DESTDIR = $$KDELIBDESTDIR
} }
contains( CONFIG, kstyle ) { contains( CONFIG, tdestyle ) {
DESTDIR = $$KDEBINDESTDIR/lib/trinity/plugins/styles DESTDIR = $$KDEBINDESTDIR/lib/trinity/plugins/styles
CONFIG += plugin CONFIG += plugin
} }

@ -1,12 +1,12 @@
TEMPLATE = lib TEMPLATE = lib
CONFIG += kstyle CONFIG += tdestyle
include( $(KDELIBS)/win/common.pro ) include( $(KDELIBS)/win/common.pro )
# needed to export library classes: # needed to export library classes:
DEFINES += MAKE_KSTYLE_LIB DEFINES += MAKE_TDESTYLE_LIB
LIBS += $$KDELIBDESTDIR\tdefx$$KDELIB_SUFFIX LIBS += $$KDELIBDESTDIR\tdefx$$KDELIB_SUFFIX

@ -7,7 +7,7 @@ TARGET = kthemestyle$$KDEBUG
SOURCES = \ SOURCES = \
kthemestyle.cpp \ kthemestyle.cpp \
kthemebase.cpp \ kthemebase.cpp \
kstyledirs.cpp tdestyledirs.cpp
system( moc kthemestyle.h -o moc/kthemestyle.moc ) system( moc kthemestyle.h -o moc/kthemestyle.moc )
system( moc kthemebase.h -o moc/kthemebase.moc ) system( moc kthemebase.h -o moc/kthemebase.moc )

@ -11,7 +11,7 @@ unix {
} }
CONFIG += kstyle CONFIG += tdestyle
KW_CONFIG = release KW_CONFIG = release
CONFIG -= debug CONFIG -= debug
@ -25,7 +25,7 @@ LIBS= #DONT BE DEPENDENT ON ANY OTHER LIBS
CONFIG -= debug CONFIG -= debug
# needed to export library classes: # needed to export library classes:
DEFINES += MAKE_KSTYLE_LIB MAKE_TDEFX_LIB DEFINES += MAKE_TDESTYLE_LIB MAKE_TDEFX_LIB
TARGET = thinkeramik TARGET = thinkeramik

@ -115,10 +115,10 @@
#endif #endif
// all TDEStyle libs // all TDEStyle libs
#ifdef MAKE_KSTYLE_LIB #ifdef MAKE_TDESTYLE_LIB
# define KSTYLE_EXPORT KDE_EXPORT # define TDESTYLE_EXPORT KDE_EXPORT
#else #else
# define KSTYLE_EXPORT KDE_IMPORT # define TDESTYLE_EXPORT KDE_IMPORT
#endif #endif
#ifdef MAKE_KMDI_LIB #ifdef MAKE_KMDI_LIB

@ -27,8 +27,8 @@ echo
cd win/9x && $make || exit 1 cd win/9x && $make || exit 1
cd "$pwd" cd "$pwd"
if [ -d "kstyles/thinkeramik/widget-engine" ] ; then if [ -d "tdestyles/thinkeramik/widget-engine" ] ; then
additional="kstyles/thinkeramik/widget-engine/genembed kstyles/thinkeramik/widget-engine " additional="tdestyles/thinkeramik/widget-engine/genembed tdestyles/thinkeramik/widget-engine "
fi fi
# all # all

@ -45,7 +45,7 @@ dcop/iceauth \
tdefx \ tdefx \
tdecore \ tdecore \
tdeui \ tdeui \
kstyles/thinkeramik/widget-engine \ tdestyles/thinkeramik/widget-engine \
kio \ kio \
tderesources \ tderesources \
tdeabc/vcard \ tdeabc/vcard \

Loading…
Cancel
Save