diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-03-10 17:53:54 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2024-03-10 17:53:54 +0200 |
commit | 7f408ad635a5e2a7829db68c19e51a295d55b9d1 (patch) | |
tree | a494c34a4c7a10d114a6b95fc4216f3eabce4e81 /client/config | |
download | tde-style-polyester-7f408ad635a5e2a7829db68c19e51a295d55b9d1.tar.gz tde-style-polyester-7f408ad635a5e2a7829db68c19e51a295d55b9d1.zip |
Imported from Pling
Diffstat (limited to 'client/config')
-rwxr-xr-x | client/config/Makefile.am | 14 | ||||
-rw-r--r-- | client/config/Makefile.in | 786 | ||||
-rw-r--r-- | client/config/configdialog.cc | 276 | ||||
-rwxr-xr-x | client/config/configdialog.ui | 566 | ||||
-rwxr-xr-x | client/config/polyesterconfig.cc | 205 | ||||
-rwxr-xr-x | client/config/polyesterconfig.h | 60 |
6 files changed, 1907 insertions, 0 deletions
diff --git a/client/config/Makefile.am b/client/config/Makefile.am new file mode 100755 index 0000000..8e7e2ea --- /dev/null +++ b/client/config/Makefile.am @@ -0,0 +1,14 @@ +AUTOMAKE_OPTIONS = foreign + +KDE_CXXFLAGS = -DQT_PLUGIN + +METASOURCES = AUTO + +INCLUDES = $(all_includes) + +noinst_HEADERS = polyesterconfig.h + +kde_module_LTLIBRARIES = kwin_polyester_config.la +kwin_polyester_config_la_SOURCES = configdialog.ui polyesterconfig.cc +kwin_polyester_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module +kwin_polyester_config_la_LIBADD = $(LIB_KDEUI) diff --git a/client/config/Makefile.in b/client/config/Makefile.in new file mode 100644 index 0000000..bb23099 --- /dev/null +++ b/client/config/Makefile.in @@ -0,0 +1,786 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# KDE tags expanded automatically by am_edit - $Revision: 483858 $ +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +subdir = client/config +DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(kde_moduledir)" +kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) +LTLIBRARIES = $(kde_module_LTLIBRARIES) +am__DEPENDENCIES_1 = +kwin_polyester_config_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am_kwin_polyester_config_la_OBJECTS = polyesterconfig.lo +#>- kwin_polyester_config_la_OBJECTS = \ +#>- $(am_kwin_polyester_config_la_OBJECTS) +#>+ 4 +kwin_polyester_config_la_final_OBJECTS = kwin_polyester_config_la.all_cc.lo +kwin_polyester_config_la_nofinal_OBJECTS = polyesterconfig.lo configdialog.lo +@KDE_USE_FINAL_FALSE@kwin_polyester_config_la_OBJECTS = $(kwin_polyester_config_la_nofinal_OBJECTS) +@KDE_USE_FINAL_TRUE@kwin_polyester_config_la_OBJECTS = $(kwin_polyester_config_la_final_OBJECTS) +#>- kwin_polyester_config_la_LINK = $(LIBTOOL) --tag=CXX \ +#>- $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ +#>- $(AM_CXXFLAGS) $(CXXFLAGS) $(kwin_polyester_config_la_LDFLAGS) \ +#>- $(LDFLAGS) -o $@ +#>+ 4 +kwin_polyester_config_la_LINK = $(LIBTOOL) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) $(kwin_polyester_config_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/admin/depcomp +am__depfiles_maybe = depfiles +#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ +#>- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +#>+ 2 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) +#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ +#>- --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ +#>- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +#>+ 3 +LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) +CXXLD = $(CXX) +#>- CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ +#>- --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ +#>- $(LDFLAGS) -o $@ +#>+ 3 +CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +SOURCES = $(kwin_polyester_config_la_SOURCES) +DIST_SOURCES = $(kwin_polyester_config_la_SOURCES) +HEADERS = $(noinst_HEADERS) +ETAGS = etags +CTAGS = ctags +#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +#>+ 1 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +ARTSCCONFIG = @ARTSCCONFIG@ +AUTOCONF = @AUTOCONF@ +AUTODIRS = @AUTODIRS@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CONF_FILES = @CONF_FILES@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DCOPIDL = @DCOPIDL@ +DCOPIDL2CPP = @DCOPIDL2CPP@ +DCOPIDLNG = @DCOPIDLNG@ +DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@ +KCONFIG_COMPILER = @KCONFIG_COMPILER@ +KDECONFIG = @KDECONFIG@ +KDE_CHECK_PLUGIN = @KDE_CHECK_PLUGIN@ +KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@ +KDE_INCLUDES = @KDE_INCLUDES@ +KDE_LDFLAGS = @KDE_LDFLAGS@ +KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@ +KDE_MT_LIBS = @KDE_MT_LIBS@ +KDE_NO_UNDEFINED = @KDE_NO_UNDEFINED@ +KDE_PLUGIN = @KDE_PLUGIN@ +KDE_RPATH = @KDE_RPATH@ +KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@ +KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@ +KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@ +KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@ +KDE_USE_FPIE = @KDE_USE_FPIE@ +KDE_USE_NMCHECK_FALSE = @KDE_USE_NMCHECK_FALSE@ +KDE_USE_NMCHECK_TRUE = @KDE_USE_NMCHECK_TRUE@ +KDE_USE_PIE = @KDE_USE_PIE@ +KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@ +LDFLAGS = @LDFLAGS@ +LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@ +LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@ +LIBCOMPAT = @LIBCOMPAT@ +LIBCRYPT = @LIBCRYPT@ +LIBDL = @LIBDL@ +LIBJPEG = @LIBJPEG@ +LIBOBJS = @LIBOBJS@ +LIBPNG = @LIBPNG@ +LIBPTHREAD = @LIBPTHREAD@ +LIBRESOLV = @LIBRESOLV@ +LIBS = @LIBS@ +LIBSM = @LIBSM@ +LIBSOCKET = @LIBSOCKET@ +LIBTOOL = @LIBTOOL@ +LIBUCB = @LIBUCB@ +LIBUTIL = @LIBUTIL@ +LIBZ = @LIBZ@ +LIB_KAB = @LIB_KAB@ +LIB_KABC = @LIB_KABC@ +LIB_KDECORE = @LIB_KDECORE@ +LIB_KDED = @LIB_KDED@ +LIB_KDEPIM = @LIB_KDEPIM@ +LIB_KDEPRINT = @LIB_KDEPRINT@ +LIB_KDEUI = @LIB_KDEUI@ +LIB_KDNSSD = @LIB_KDNSSD@ +LIB_KFILE = @LIB_KFILE@ +LIB_KFM = @LIB_KFM@ +LIB_KHTML = @LIB_KHTML@ +LIB_KIMPROXY = @LIB_KIMPROXY@ +LIB_KIO = @LIB_KIO@ +LIB_KJS = @LIB_KJS@ +LIB_KNEWSTUFF = @LIB_KNEWSTUFF@ +LIB_KPARTS = @LIB_KPARTS@ +LIB_KSPELL = @LIB_KSPELL@ +LIB_KSYCOCA = @LIB_KSYCOCA@ +LIB_KUNITTEST = @LIB_KUNITTEST@ +LIB_KUTILS = @LIB_KUTILS@ +LIB_POLL = @LIB_POLL@ +LIB_QPE = @LIB_QPE@ +LIB_QT = @LIB_QT@ +LIB_SMB = @LIB_SMB@ +LIB_X11 = @LIB_X11@ +LIB_XEXT = @LIB_XEXT@ +LIB_XRENDER = @LIB_XRENDER@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ +MCOPIDL = @MCOPIDL@ +MEINPROC = @MEINPROC@ +MKDIR_P = @MKDIR_P@ +MOC = @MOC@ +MSGFMT = @MSGFMT@ +NOOPT_CFLAGS = @NOOPT_CFLAGS@ +NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PERL = @PERL@ +QTE_NORTTI = @QTE_NORTTI@ +QT_INCLUDES = @QT_INCLUDES@ +QT_LDFLAGS = @QT_LDFLAGS@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +TOPSUBDIRS = @TOPSUBDIRS@ +UIC = @UIC@ +UIC_TR = @UIC_TR@ +USER_INCLUDES = @USER_INCLUDES@ +USER_LDFLAGS = @USER_LDFLAGS@ +USE_EXCEPTIONS = @USE_EXCEPTIONS@ +USE_RTTI = @USE_RTTI@ +USE_THREADS = @USE_THREADS@ +VERSION = @VERSION@ +WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@ +XGETTEXT = @XGETTEXT@ +XMKMF = @XMKMF@ +XMLLINT = @XMLLINT@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_INCLUDES = @X_INCLUDES@ +X_LDFLAGS = @X_LDFLAGS@ +X_PRE_LIBS = @X_PRE_LIBS@ +X_RPATH = @X_RPATH@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +all_includes = @all_includes@ +all_libraries = @all_libraries@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +kde_appsdir = @kde_appsdir@ +kde_bindir = @kde_bindir@ +kde_confdir = @kde_confdir@ +kde_datadir = @kde_datadir@ +kde_htmldir = @kde_htmldir@ +kde_icondir = @kde_icondir@ +kde_includes = @kde_includes@ +kde_kcfgdir = @kde_kcfgdir@ +kde_libraries = @kde_libraries@ +kde_libs_htmldir = @kde_libs_htmldir@ +kde_libs_prefix = @kde_libs_prefix@ +kde_locale = @kde_locale@ +kde_mimedir = @kde_mimedir@ +kde_moduledir = @kde_moduledir@ +kde_qtver = @kde_qtver@ +kde_servicesdir = @kde_servicesdir@ +kde_servicetypesdir = @kde_servicetypesdir@ +kde_sounddir = @kde_sounddir@ +kde_styledir = @kde_styledir@ +kde_templatesdir = @kde_templatesdir@ +kde_wallpaperdir = @kde_wallpaperdir@ +kde_widgetdir = @kde_widgetdir@ +kdeinitdir = @kdeinitdir@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +qt_includes = @qt_includes@ +qt_libraries = @qt_libraries@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +x_includes = @x_includes@ +x_libraries = @x_libraries@ +xdg_appsdir = @xdg_appsdir@ +xdg_directorydir = @xdg_directorydir@ +xdg_menudir = @xdg_menudir@ +AUTOMAKE_OPTIONS = foreign +KDE_CXXFLAGS = -DQT_PLUGIN +#>- METASOURCES = AUTO +INCLUDES = $(all_includes) +noinst_HEADERS = polyesterconfig.h +kde_module_LTLIBRARIES = kwin_polyester_config.la +#>- kwin_polyester_config_la_SOURCES = configdialog.ui polyesterconfig.cc +#>+ 1 +kwin_polyester_config_la_SOURCES= polyesterconfig.cc configdialog.cc +kwin_polyester_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module +kwin_polyester_config_la_LIBADD = $(LIB_KDEUI) +#>- all: all-am +#>+ 1 +all: docs-am all-am + +.SUFFIXES: +.SUFFIXES: .cc .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) +#>- @for dep in $?; do \ +#>- case '$(am__configure_deps)' in \ +#>- *$$dep*) \ +#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ +#>- && exit 0; \ +#>- exit 1;; \ +#>- esac; \ +#>- done; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign client/config/Makefile'; \ +#>- cd $(top_srcdir) && \ +#>- $(AUTOMAKE) --foreign client/config/Makefile +#>+ 12 + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign client/config/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign client/config/Makefile + cd $(top_srcdir) && perl admin/am_edit -padmin client/config/Makefile.in +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES) + @$(NORMAL_INSTALL) + test -z "$(kde_moduledir)" || $(MKDIR_P) "$(DESTDIR)$(kde_moduledir)" + @list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ + f=$(am__strip_dir) \ + echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \ + $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \ + else :; fi; \ + done + +uninstall-kde_moduleLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \ + p=$(am__strip_dir) \ + echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \ + $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \ + done + +clean-kde_moduleLTLIBRARIES: + -test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES) + @list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \ + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ + test "$$dir" != "$$p" || dir=.; \ + echo "rm -f \"$${dir}/so_locations\""; \ + rm -f "$${dir}/so_locations"; \ + done +kwin_polyester_config.la: $(kwin_polyester_config_la_OBJECTS) $(kwin_polyester_config_la_DEPENDENCIES) + $(kwin_polyester_config_la_LINK) -rpath $(kde_moduledir) $(kwin_polyester_config_la_OBJECTS) $(kwin_polyester_config_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polyesterconfig.Plo@am__quote@ + +.cc.o: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< + +.cc.obj: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cc.lo: +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(kde_moduledir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +#>- clean: clean-am +#>+ 1 +clean: kde-rpo-clean clean-am + +#>- clean-am: clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \ +#>- mostlyclean-am +#>+ 2 +clean-am: clean-metasources clean-ui clean-bcheck clean-final clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +#>- install-data-am: install-kde_moduleLTLIBRARIES +#>+ 1 +install-data-am: + +install-dvi: install-dvi-am + +#>- install-exec-am: +#>+ 1 +install-exec-am: install-kde_moduleLTLIBRARIES + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-kde_moduleLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ + clean-kde_moduleLTLIBRARIES clean-libtool ctags distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am \ + install-kde_moduleLTLIBRARIES install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags uninstall uninstall-am uninstall-kde_moduleLTLIBRARIES + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: + + +#>+ 3 +polyesterconfig.moc: $(srcdir)/polyesterconfig.h + $(MOC) $(srcdir)/polyesterconfig.h -o polyesterconfig.moc + +#>+ 2 +mocs: polyesterconfig.moc + +#>+ 3 +clean-metasources: + -rm -f polyesterconfig.moc + +#>+ 2 +KDE_DIST=Makefile.in configdialog.ui Makefile.am + +#>+ 4 +clean-ui: + -rm -f \ + configdialog.cc configdialog.h configdialog.moc + +#>+ 2 +docs-am: + +#>+ 15 +force-reedit: + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign client/config/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign client/config/Makefile + cd $(top_srcdir) && perl admin/am_edit -padmin client/config/Makefile.in + + +#>+ 21 +clean-bcheck: + rm -f *.bchecktest.cc *.bchecktest.cc.class a.out + +bcheck: bcheck-am + +bcheck-am: + @for i in ; do \ + if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \ + echo "int main() {return 0;}" > $$i.bchecktest.cc ; \ + echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \ + echo "$$i"; \ + if ! $(CXXCOMPILE) --dump-class-hierarchy -c $$i.bchecktest.cc; then \ + rm -f $$i.bchecktest.cc; exit 1; \ + fi ; \ + echo "" >> $$i.bchecktest.cc.class; \ + perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \ + rm -f a.out; \ + fi ; \ + done + + +#>+ 11 +kwin_polyester_config_la.all_cc.cc: $(srcdir)/Makefile.in $(srcdir)/polyesterconfig.cc $(srcdir)/configdialog.cc polyesterconfig.moc + @echo 'creating kwin_polyester_config_la.all_cc.cc ...'; \ + rm -f kwin_polyester_config_la.all_cc.files kwin_polyester_config_la.all_cc.final; \ + echo "#define KDE_USE_FINAL 1" >> kwin_polyester_config_la.all_cc.final; \ + for file in polyesterconfig.cc configdialog.cc ; do \ + echo "#include \"$$file\"" >> kwin_polyester_config_la.all_cc.files; \ + test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> kwin_polyester_config_la.all_cc.final; \ + done; \ + cat kwin_polyester_config_la.all_cc.final kwin_polyester_config_la.all_cc.files > kwin_polyester_config_la.all_cc.cc; \ + rm -f kwin_polyester_config_la.all_cc.final kwin_polyester_config_la.all_cc.files + +#>+ 3 +clean-final: + -rm -f kwin_polyester_config_la.all_cc.cc + +#>+ 3 +final: + $(MAKE) kwin_polyester_config_la_OBJECTS="$(kwin_polyester_config_la_final_OBJECTS)" all-am + +#>+ 3 +final-install: + $(MAKE) kwin_polyester_config_la_OBJECTS="$(kwin_polyester_config_la_final_OBJECTS)" install-am + +#>+ 3 +no-final: + $(MAKE) kwin_polyester_config_la_OBJECTS="$(kwin_polyester_config_la_nofinal_OBJECTS)" all-am + +#>+ 3 +no-final-install: + $(MAKE) kwin_polyester_config_la_OBJECTS="$(kwin_polyester_config_la_nofinal_OBJECTS)" install-am + +#>+ 3 +kde-rpo-clean: + -rm -f *.rpo + +#>+ 6 +nmcheck: +polyesterconfig.lo: polyesterconfig.moc +$(srcdir)/polyesterconfig.cc: configdialog.h +nmcheck-am: nmcheck +polyesterconfig.o: polyesterconfig.moc + +#>+ 15 +configdialog.cc: $(srcdir)/configdialog.ui configdialog.h configdialog.moc + rm -f configdialog.cc + echo '#include <kdialog.h>' > configdialog.cc + echo '#include <klocale.h>' >> configdialog.cc + $(UIC) -tr ${UIC_TR} -i configdialog.h $(srcdir)/configdialog.ui > configdialog.cc.temp ; ret=$$?; \ + $(PERL) -pe "s,${UIC_TR}( \"\" ),QString::null,g" configdialog.cc.temp | $(PERL) -pe "s,${UIC_TR}( \"\"\, \"\" ),QString::null,g" | $(PERL) -pe "s,image([0-9][0-9]*)_data,img\$$1_configdialog,g" | $(PERL) -pe "s,: QWizard\(,: KWizard(,g" >> configdialog.cc ;\ + rm -f configdialog.cc.temp ;\ + if test "$$ret" = 0; then echo '#include "configdialog.moc"' >> configdialog.cc; else rm -f configdialog.cc ; exit $$ret ; fi + +configdialog.h: $(srcdir)/configdialog.ui + rm -rf configdialog.h; + $(UIC) $(srcdir)/configdialog.ui | $(PERL) -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> configdialog.h ; +configdialog.moc: configdialog.h + $(MOC) configdialog.h -o configdialog.moc diff --git a/client/config/configdialog.cc b/client/config/configdialog.cc new file mode 100644 index 0000000..27e7511 --- /dev/null +++ b/client/config/configdialog.cc @@ -0,0 +1,276 @@ +#include <kdialog.h> +#include <klocale.h> +/**************************************************************************** +** Form implementation generated from reading ui file './configdialog.ui' +** +** Created: Mon Jun 23 19:18:43 2008 +** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $) +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ + +#include "configdialog.h" + +#include <qvariant.h> +#include <qpushbutton.h> +#include <qtabwidget.h> +#include <qspinbox.h> +#include <qcheckbox.h> +#include <qcombobox.h> +#include <qlabel.h> +#include <qbuttongroup.h> +#include <qradiobutton.h> +#include <qlayout.h> +#include <qtooltip.h> +#include <qwhatsthis.h> + +/* + * Constructs a ConfigDialog as a child of 'parent', with the + * name 'name' and widget flags set to 'f'. + */ +ConfigDialog::ConfigDialog( QWidget* parent, const char* name, WFlags fl ) + : QWidget( parent, name, fl ) +{ + if ( !name ) + setName( "ConfigDialog" ); + setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth() ) ); + ConfigDialogLayout = new QVBoxLayout( this, 0, 6, "ConfigDialogLayout"); + + tabWidget3 = new QTabWidget( this, "tabWidget3" ); + + tab = new QWidget( tabWidget3, "tab" ); + tabLayout = new QGridLayout( tab, 1, 1, 11, 6, "tabLayout"); + + titlesize = new QSpinBox( tab, "titlesize" ); + titlesize->setMaxValue( 64 ); + titlesize->setMinValue( 16 ); + + tabLayout->addWidget( titlesize, 1, 2 ); + + framesize = new QSpinBox( tab, "framesize" ); + framesize->setMaxValue( 64 ); + framesize->setMinValue( 1 ); + framesize->setValue( 4 ); + + tabLayout->addWidget( framesize, 2, 2 ); + + titleshadow = new QCheckBox( tab, "titleshadow" ); + titleshadow->setChecked( TRUE ); + + tabLayout->addWidget( titleshadow, 3, 2 ); + + roundCorners = new QCheckBox( tab, "roundCorners" ); + roundCorners->setChecked( TRUE ); + + tabLayout->addWidget( roundCorners, 4, 2 ); + + titleBarStyle = new QComboBox( FALSE, tab, "titleBarStyle" ); + + tabLayout->addWidget( titleBarStyle, 5, 2 ); + + textLabel1_4 = new QLabel( tab, "textLabel1_4" ); + textLabel1_4->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); + + tabLayout->addWidget( textLabel1_4, 5, 1 ); + + textLabel1_2 = new QLabel( tab, "textLabel1_2" ); + textLabel1_2->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); + + tabLayout->addWidget( textLabel1_2, 2, 1 ); + + textLabel1 = new QLabel( tab, "textLabel1" ); + textLabel1->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); + + tabLayout->addWidget( textLabel1, 1, 1 ); + + textLabel1_3 = new QLabel( tab, "textLabel1_3" ); + textLabel1_3->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); + + tabLayout->addMultiCellWidget( textLabel1_3, 0, 0, 0, 1 ); + spacer5 = new QSpacerItem( 71, 20, QSizePolicy::Expanding, QSizePolicy::Minimum ); + tabLayout->addItem( spacer5, 2, 0 ); + spacer4 = new QSpacerItem( 81, 21, QSizePolicy::Expanding, QSizePolicy::Minimum ); + tabLayout->addItem( spacer4, 2, 3 ); + + titlealign = new QButtonGroup( tab, "titlealign" ); + titlealign->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)0, 0, 0, titlealign->sizePolicy().hasHeightForWidth() ) ); + titlealign->setLineWidth( 0 ); + titlealign->setColumnLayout(0, Qt::Vertical ); + titlealign->layout()->setSpacing( 6 ); + titlealign->layout()->setMargin( 0 ); + titlealignLayout = new QHBoxLayout( titlealign->layout() ); + titlealignLayout->setAlignment( Qt::AlignTop ); + + AlignLeft = new QRadioButton( titlealign, "AlignLeft" ); + titlealignLayout->addWidget( AlignLeft ); + + AlignHCenter = new QRadioButton( titlealign, "AlignHCenter" ); + AlignHCenter->setChecked( TRUE ); + titlealignLayout->addWidget( AlignHCenter ); + + AlignRight = new QRadioButton( titlealign, "AlignRight" ); + titlealignLayout->addWidget( AlignRight ); + + tabLayout->addWidget( titlealign, 0, 2 ); + tabWidget3->insertTab( tab, QString::fromLatin1("") ); + + tab_2 = new QWidget( tabWidget3, "tab_2" ); + tabLayout_2 = new QGridLayout( tab_2, 1, 1, 11, 6, "tabLayout_2"); + + textLabel1_5 = new QLabel( tab_2, "textLabel1_5" ); + textLabel1_5->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); + + tabLayout_2->addWidget( textLabel1_5, 1, 0 ); + + buttonStyle = new QComboBox( FALSE, tab_2, "buttonStyle" ); + + tabLayout_2->addWidget( buttonStyle, 1, 1 ); + + textLabel4 = new QLabel( tab_2, "textLabel4" ); + textLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)5, 0, 0, textLabel4->sizePolicy().hasHeightForWidth() ) ); + textLabel4->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); + + tabLayout_2->addWidget( textLabel4, 0, 0 ); + + buttonsize = new QSpinBox( tab_2, "buttonsize" ); + buttonsize->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, buttonsize->sizePolicy().hasHeightForWidth() ) ); + buttonsize->setButtonSymbols( QSpinBox::UpDownArrows ); + buttonsize->setMaxValue( 64 ); + buttonsize->setMinValue( 1 ); + buttonsize->setValue( 16 ); + + tabLayout_2->addWidget( buttonsize, 0, 1 ); + + animatebuttons = new QCheckBox( tab_2, "animatebuttons" ); + animatebuttons->setEnabled( TRUE ); + animatebuttons->setChecked( TRUE ); + + tabLayout_2->addWidget( animatebuttons, 2, 1 ); + + layout11 = new QHBoxLayout( 0, 0, 6, "layout11"); + spacer3 = new QSpacerItem( 30, 20, QSizePolicy::Maximum, QSizePolicy::Minimum ); + layout11->addItem( spacer3 ); + + textLabel2 = new QLabel( tab_2, "textLabel2" ); + layout11->addWidget( textLabel2 ); + + btnComboBox = new QComboBox( FALSE, tab_2, "btnComboBox" ); + btnComboBox->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, btnComboBox->sizePolicy().hasHeightForWidth() ) ); + layout11->addWidget( btnComboBox ); + + tabLayout_2->addLayout( layout11, 3, 1 ); + + squareButton = new QCheckBox( tab_2, "squareButton" ); + squareButton->setChecked( TRUE ); + + tabLayout_2->addMultiCellWidget( squareButton, 4, 4, 1, 2 ); + + lightBorder = new QCheckBox( tab_2, "lightBorder" ); + + tabLayout_2->addMultiCellWidget( lightBorder, 5, 5, 1, 2 ); + + nomodalbuttons = new QCheckBox( tab_2, "nomodalbuttons" ); + nomodalbuttons->setChecked( TRUE ); + + tabLayout_2->addWidget( nomodalbuttons, 6, 1 ); + + menuClose = new QCheckBox( tab_2, "menuClose" ); + menuClose->setEnabled( TRUE ); + + tabLayout_2->addMultiCellWidget( menuClose, 7, 7, 1, 2 ); + spacer3_3 = new QSpacerItem( 121, 21, QSizePolicy::Expanding, QSizePolicy::Minimum ); + tabLayout_2->addItem( spacer3_3, 1, 2 ); + tabWidget3->insertTab( tab_2, QString::fromLatin1("") ); + ConfigDialogLayout->addWidget( tabWidget3 ); + languageChange(); + resize( QSize(388, 265).expandedTo(minimumSizeHint()) ); + clearWState( WState_Polished ); + + // signals and slots connections + connect( animatebuttons, SIGNAL( toggled(bool) ), textLabel2, SLOT( setEnabled(bool) ) ); + connect( animatebuttons, SIGNAL( toggled(bool) ), btnComboBox, SLOT( setEnabled(bool) ) ); + + // tab order + setTabOrder( AlignLeft, AlignHCenter ); + setTabOrder( AlignHCenter, AlignRight ); + setTabOrder( AlignRight, titlesize ); + setTabOrder( titlesize, framesize ); + setTabOrder( framesize, titleshadow ); + setTabOrder( titleshadow, roundCorners ); + setTabOrder( roundCorners, buttonsize ); + setTabOrder( buttonsize, animatebuttons ); + setTabOrder( animatebuttons, btnComboBox ); + setTabOrder( btnComboBox, menuClose ); +} + +/* + * Destroys the object and frees any allocated resources + */ +ConfigDialog::~ConfigDialog() +{ + // no need to delete child widgets, Qt does it all for us +} + +/* + * Sets the strings of the subwidgets using the current + * language. + */ +void ConfigDialog::languageChange() +{ + setCaption( tr2i18n( "Config Dialog" ) ); + titlesize->setSuffix( tr2i18n( " pixels" ) ); + framesize->setSuffix( tr2i18n( " pixels" ) ); + framesize->setSpecialValueText( tr2i18n( "1 pixel" ) ); + titleshadow->setText( tr2i18n( "&Use shadowed text" ) ); + titleshadow->setAccel( QKeySequence( tr2i18n( "Alt+U" ) ) ); + QWhatsThis::add( titleshadow, tr2i18n( "Check this option if you want the titlebar text to have a 3D look with a shadow behind it." ) ); + roundCorners->setText( tr2i18n( "R&ound top corners" ) ); + roundCorners->setAccel( QKeySequence( tr2i18n( "Alt+O" ) ) ); + titleBarStyle->clear(); + titleBarStyle->insertItem( tr2i18n( "Gradients" ) ); + titleBarStyle->insertItem( tr2i18n( "Glass" ) ); + textLabel1_4->setText( tr2i18n( "Titlebar style:" ) ); + textLabel1_2->setText( tr2i18n( "Frame width:" ) ); + textLabel1->setText( tr2i18n( "Title height:" ) ); + textLabel1_3->setText( tr2i18n( "Text alignment:" ) ); + titlealign->setTitle( QString::null ); + AlignLeft->setText( tr2i18n( "L&eft" ) ); + AlignLeft->setAccel( QKeySequence( tr2i18n( "Alt+E" ) ) ); + QToolTip::add( AlignLeft, QString::null ); + AlignHCenter->setText( tr2i18n( "Ce&nter" ) ); + AlignHCenter->setAccel( QKeySequence( tr2i18n( "Alt+N" ) ) ); + QToolTip::add( AlignHCenter, QString::null ); + AlignRight->setText( tr2i18n( "Ri&ght" ) ); + AlignRight->setAccel( QKeySequence( tr2i18n( "Alt+G" ) ) ); + QToolTip::add( AlignRight, QString::null ); + tabWidget3->changeTab( tab, tr2i18n( "Titleb&ar" ) ); + textLabel1_5->setText( tr2i18n( "Button Style:" ) ); + buttonStyle->clear(); + buttonStyle->insertItem( tr2i18n( "Gradients" ) ); + buttonStyle->insertItem( tr2i18n( "Glass" ) ); + buttonStyle->insertItem( tr2i18n( "Reverse Gradients" ) ); + buttonStyle->insertItem( tr2i18n( "Flat" ) ); + buttonStyle->setCurrentItem( 1 ); + textLabel4->setText( tr2i18n( "Button size:" ) ); + buttonsize->setSuffix( tr2i18n( " pixels" ) ); + buttonsize->setSpecialValueText( tr2i18n( "1 pixel" ) ); + animatebuttons->setText( tr2i18n( "&Animate buttons" ) ); + animatebuttons->setAccel( QKeySequence( tr2i18n( "Alt+A" ) ) ); + QWhatsThis::add( animatebuttons, tr2i18n( "Check this option if you want to use button animations when hovering with the mouse." ) ); + textLabel2->setText( tr2i18n( "Animation style:" ) ); + btnComboBox->clear(); + btnComboBox->insertItem( tr2i18n( "Colorize" ) ); + btnComboBox->insertItem( tr2i18n( "Intensify" ) ); + btnComboBox->insertItem( tr2i18n( "Fade" ) ); + squareButton->setText( tr2i18n( "S&quare buttons" ) ); + squareButton->setAccel( QKeySequence( tr2i18n( "Alt+Q" ) ) ); + lightBorder->setText( tr2i18n( "Li&ghter button borders" ) ); + lightBorder->setAccel( QKeySequence( tr2i18n( "Alt+G" ) ) ); + nomodalbuttons->setText( tr2i18n( "&No buttons on modal windows" ) ); + nomodalbuttons->setAccel( QKeySequence( tr2i18n( "Alt+N" ) ) ); + menuClose->setText( tr2i18n( "Close window when &menu double clicked" ) ); + menuClose->setAccel( QKeySequence( tr2i18n( "Alt+M" ) ) ); + tabWidget3->changeTab( tab_2, tr2i18n( "&Buttons appearance" ) ); +} + +#include "configdialog.moc" diff --git a/client/config/configdialog.ui b/client/config/configdialog.ui new file mode 100755 index 0000000..8233edd --- /dev/null +++ b/client/config/configdialog.ui @@ -0,0 +1,566 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ConfigDialog</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ConfigDialog</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>388</width> + <height>265</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="caption"> + <string>Config Dialog</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QTabWidget"> + <property name="name"> + <cstring>tabWidget3</cstring> + </property> + <widget class="QWidget"> + <property name="name"> + <cstring>tab</cstring> + </property> + <attribute name="title"> + <string>Titleb&ar</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QSpinBox" row="1" column="2"> + <property name="name"> + <cstring>titlesize</cstring> + </property> + <property name="suffix"> + <string> pixels</string> + </property> + <property name="maxValue"> + <number>64</number> + </property> + <property name="minValue"> + <number>16</number> + </property> + </widget> + <widget class="QSpinBox" row="2" column="2"> + <property name="name"> + <cstring>framesize</cstring> + </property> + <property name="suffix"> + <string> pixels</string> + </property> + <property name="specialValueText"> + <string>1 pixel</string> + </property> + <property name="maxValue"> + <number>64</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>4</number> + </property> + </widget> + <widget class="QCheckBox" row="3" column="2"> + <property name="name"> + <cstring>titleshadow</cstring> + </property> + <property name="text"> + <string>&Use shadowed text</string> + </property> + <property name="accel"> + <string>Alt+U</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string>Check this option if you want the titlebar text to have a 3D look with a shadow behind it.</string> + </property> + </widget> + <widget class="QCheckBox" row="4" column="2"> + <property name="name"> + <cstring>roundCorners</cstring> + </property> + <property name="text"> + <string>R&ound top corners</string> + </property> + <property name="accel"> + <string>Alt+O</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="QComboBox" row="5" column="2"> + <item> + <property name="text"> + <string>Gradients</string> + </property> + </item> + <item> + <property name="text"> + <string>Glass</string> + </property> + </item> + <property name="name"> + <cstring>titleBarStyle</cstring> + </property> + </widget> + <widget class="QLabel" row="5" column="1"> + <property name="name"> + <cstring>textLabel1_4</cstring> + </property> + <property name="text"> + <string>Titlebar style:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <widget class="QLabel" row="2" column="1"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="text"> + <string>Frame width:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <widget class="QLabel" row="1" column="1"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Title height:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>textLabel1_3</cstring> + </property> + <property name="text"> + <string>Text alignment:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <spacer row="2" column="0"> + <property name="name"> + <cstring>spacer5</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>71</width> + <height>20</height> + </size> + </property> + </spacer> + <spacer row="2" column="3"> + <property name="name"> + <cstring>spacer4</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>81</width> + <height>21</height> + </size> + </property> + </spacer> + <widget class="QButtonGroup" row="0" column="2"> + <property name="name"> + <cstring>titlealign</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="lineWidth"> + <number>0</number> + </property> + <property name="title"> + <string></string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>AlignLeft</cstring> + </property> + <property name="text"> + <string>L&eft</string> + </property> + <property name="accel"> + <string>Alt+E</string> + </property> + <property name="toolTip" stdset="0"> + <string></string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>AlignHCenter</cstring> + </property> + <property name="text"> + <string>Ce&nter</string> + </property> + <property name="accel"> + <string>Alt+N</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="toolTip" stdset="0"> + <string></string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>AlignRight</cstring> + </property> + <property name="text"> + <string>Ri&ght</string> + </property> + <property name="accel"> + <string>Alt+G</string> + </property> + <property name="toolTip" stdset="0"> + <string></string> + </property> + </widget> + </hbox> + </widget> + </grid> + </widget> + <widget class="QWidget"> + <property name="name"> + <cstring>tab</cstring> + </property> + <attribute name="title"> + <string>&Buttons appearance</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel1_5</cstring> + </property> + <property name="text"> + <string>Button Style:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <widget class="QComboBox" row="1" column="1"> + <item> + <property name="text"> + <string>Gradients</string> + </property> + </item> + <item> + <property name="text"> + <string>Glass</string> + </property> + </item> + <item> + <property name="text"> + <string>Reverse Gradients</string> + </property> + </item> + <item> + <property name="text"> + <string>Flat</string> + </property> + </item> + <property name="name"> + <cstring>buttonStyle</cstring> + </property> + <property name="currentItem"> + <number>1</number> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel4</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Button size:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <widget class="QSpinBox" row="0" column="1"> + <property name="name"> + <cstring>buttonsize</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="suffix"> + <string> pixels</string> + </property> + <property name="specialValueText"> + <string>1 pixel</string> + </property> + <property name="buttonSymbols"> + <enum>UpDownArrows</enum> + </property> + <property name="maxValue"> + <number>64</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>16</number> + </property> + </widget> + <widget class="QCheckBox" row="2" column="1"> + <property name="name"> + <cstring>animatebuttons</cstring> + </property> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="text"> + <string>&Animate buttons</string> + </property> + <property name="accel"> + <string>Alt+A</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string>Check this option if you want to use button animations when hovering with the mouse.</string> + </property> + </widget> + <widget class="QLayoutWidget" row="3" column="1"> + <property name="name"> + <cstring>layout11</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer3</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Maximum</enum> + </property> + <property name="sizeHint"> + <size> + <width>30</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Animation style:</string> + </property> + </widget> + <widget class="QComboBox"> + <item> + <property name="text"> + <string>Colorize</string> + </property> + </item> + <item> + <property name="text"> + <string>Intensify</string> + </property> + </item> + <item> + <property name="text"> + <string>Fade</string> + </property> + </item> + <property name="name"> + <cstring>btnComboBox</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </hbox> + </widget> + <widget class="QCheckBox" row="4" column="1" rowspan="1" colspan="2"> + <property name="name"> + <cstring>squareButton</cstring> + </property> + <property name="text"> + <string>S&quare buttons</string> + </property> + <property name="accel"> + <string>Alt+Q</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="QCheckBox" row="5" column="1" rowspan="1" colspan="2"> + <property name="name"> + <cstring>lightBorder</cstring> + </property> + <property name="text"> + <string>Li&ghter button borders</string> + </property> + <property name="accel"> + <string>Alt+G</string> + </property> + </widget> + <widget class="QCheckBox" row="6" column="1"> + <property name="name"> + <cstring>nomodalbuttons</cstring> + </property> + <property name="text"> + <string>&No buttons on modal windows</string> + </property> + <property name="accel"> + <string>Alt+N</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="QCheckBox" row="7" column="1" rowspan="1" colspan="2"> + <property name="name"> + <cstring>menuClose</cstring> + </property> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="text"> + <string>Close window when &menu double clicked</string> + </property> + <property name="accel"> + <string>Alt+M</string> + </property> + </widget> + <spacer row="1" column="2"> + <property name="name"> + <cstring>spacer3_3</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>121</width> + <height>21</height> + </size> + </property> + </spacer> + </grid> + </widget> + </widget> + </vbox> +</widget> +<connections> + <connection> + <sender>animatebuttons</sender> + <signal>toggled(bool)</signal> + <receiver>textLabel2</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>animatebuttons</sender> + <signal>toggled(bool)</signal> + <receiver>btnComboBox</receiver> + <slot>setEnabled(bool)</slot> + </connection> +</connections> +<tabstops> + <tabstop>AlignLeft</tabstop> + <tabstop>AlignHCenter</tabstop> + <tabstop>AlignRight</tabstop> + <tabstop>titlesize</tabstop> + <tabstop>framesize</tabstop> + <tabstop>titleshadow</tabstop> + <tabstop>roundCorners</tabstop> + <tabstop>buttonsize</tabstop> + <tabstop>animatebuttons</tabstop> + <tabstop>btnComboBox</tabstop> + <tabstop>menuClose</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +</UI> diff --git a/client/config/polyesterconfig.cc b/client/config/polyesterconfig.cc new file mode 100755 index 0000000..c526504 --- /dev/null +++ b/client/config/polyesterconfig.cc @@ -0,0 +1,205 @@ +////////////////////////////////////////////////////////////////////////////// +// polyesterconfig.cc +// ------------------- +// Config module for Polyester window decoration +// ------------------- +// Copyright (c) 2005 Marco Martin +// ------------------- +// derived from Smooth Blend +// Copyright (c) 2005 Ryan Nickell +// Please see the header file for copyright and license information. +////////////////////////////////////////////////////////////////////////////// + +#include <kconfig.h> +#include <klocale.h> +#include <kglobal.h> +#include <qbuttongroup.h> +#include <qgroupbox.h> +#include <qradiobutton.h> +#include <qcheckbox.h> +#include <qspinbox.h> +#include <qwhatsthis.h> +#include <qcombobox.h> + +#include "polyesterconfig.h" +#include "configdialog.h" + +////////////////////////////////////////////////////////////////////////////// +// polyesterConfig() +// ------------- +// Constructor + +polyesterConfig::polyesterConfig(KConfig* config, QWidget* parent) + : QObject(parent), config_(0), dialog_(0) { + // create the configuration object + config_ = new KConfig("kwinpolyesterrc"); + KGlobal::locale()->insertCatalogue("kwin_polyester_config"); + + // create and show the configuration dialog + dialog_ = new ConfigDialog(parent); + + dialog_->show(); + // load the configuration + load(config_); + + // setup the connections for title align + connect(dialog_->titlealign, SIGNAL(clicked(int)),this, SLOT(selectionChanged(int))); + // setup the connections for corner rounding + connect(dialog_->roundCorners, SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->titleBarStyle, SIGNAL(activated(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->buttonStyle, SIGNAL(activated(int)),this,SLOT(selectionChanged(int))); + // setup title shadow + connect(dialog_->titleshadow, SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + // setup button actions + connect(dialog_->animatebuttons, SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->nomodalbuttons, SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->btnComboBox, SIGNAL(activated(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->lightBorder, SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + // setup the connections for spin boxes + connect(dialog_->titlesize, SIGNAL(valueChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->buttonsize, SIGNAL(valueChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->framesize, SIGNAL(valueChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->squareButton, SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + // double click the menu + connect(dialog_->menuClose, SIGNAL(stateChanged(int)),this, SLOT(selectionChanged(int))); +} + +////////////////////////////////////////////////////////////////////////////// +// ~polyesterConfig() +// -------------- +// Destructor + +polyesterConfig::~polyesterConfig() { + if (dialog_) + { + delete dialog_; + } + if (config_) + { + delete config_; + } +} + +////////////////////////////////////////////////////////////////////////////// +// selectionChanged() +// ------------------ +// Selection has changed + +void polyesterConfig::selectionChanged(int) { + + if(dialog_->buttonsize->value() + dialog_->framesize->value() > dialog_->titlesize->value()) + { + dialog_->buttonsize->setValue(dialog_->titlesize->value()- dialog_->framesize->value()); + } + // setting the framesize to less than 2 will lose the top gradient and look flat + /* if(dialog_->framesize->value() < 2) + { + dialog_->framesize->setValue(2); + }*/ + emit changed(); +} + +////////////////////////////////////////////////////////////////////////////// +// load() +// ------ +// Load configuration data + +void polyesterConfig::load(KConfig*) { + config_->setGroup("General"); + + QString value = config_->readEntry("TitleAlignment", "AlignHCenter"); + QRadioButton *button = (QRadioButton*)dialog_->titlealign->child(value); + if (button) + { + button->setChecked(true); + } + + dialog_->titlesize->setValue( config_->readNumEntry("TitleSize",20 ) ); + dialog_->buttonsize->setValue( config_->readNumEntry("ButtonSize",18 ) ); + dialog_->squareButton->setChecked( config_->readBoolEntry("SquareButton", false ) ); + dialog_->framesize->setValue( config_->readNumEntry("FrameSize",2 ) ); + + bool cornersFlag = config_->readBoolEntry("RoundCorners", true); + dialog_->roundCorners->setChecked( cornersFlag ); + bool titleshadow = config_->readBoolEntry("TitleShadow", true); + dialog_->titleshadow->setChecked(titleshadow); + bool animatebuttons = config_->readBoolEntry("AnimateButtons", true); + dialog_->animatebuttons->setChecked(animatebuttons); + bool lightBorder = config_->readBoolEntry("LightBorder", true); + dialog_->lightBorder->setChecked(lightBorder); + dialog_->titleBarStyle->setCurrentItem(config_->readNumEntry("TitleBarStyle",0)); + dialog_->buttonStyle->setCurrentItem(config_->readNumEntry("ButtonStyle",1)); + bool nomodalbuttons = config_->readBoolEntry("NoModalButtons", false); + dialog_->nomodalbuttons->setChecked(nomodalbuttons); + dialog_->btnComboBox->setCurrentItem(config_->readNumEntry("ButtonComboBox",0)); + bool menuClose = config_->readBoolEntry("CloseOnMenuDoubleClick"); + dialog_->menuClose->setChecked(menuClose); +} + +////////////////////////////////////////////////////////////////////////////// +// save() +// ------ +// Save configuration data + +void polyesterConfig::save(KConfig*) { + config_->setGroup("General"); + + QRadioButton *button = (QRadioButton*)dialog_->titlealign->selected(); + if (button) + { + config_->writeEntry("TitleAlignment", QString(button->name())); + } + config_->writeEntry("RoundCorners", dialog_->roundCorners->isChecked() ); + config_->writeEntry("TitleSize", dialog_->titlesize->value() ); + config_->writeEntry("ButtonSize", dialog_->buttonsize->value() ); + config_->writeEntry("SquareButton", dialog_->squareButton->isChecked() ); + config_->writeEntry("FrameSize", dialog_->framesize->value() ); + config_->writeEntry("TitleShadow", dialog_->titleshadow->isChecked() ); + config_->writeEntry("TitleBarStyle", dialog_->titleBarStyle->currentItem()); + config_->writeEntry("ButtonStyle", dialog_->buttonStyle->currentItem()); + config_->writeEntry("AnimateButtons", dialog_->animatebuttons->isChecked() ); + config_->writeEntry("LightBorder", dialog_->lightBorder->isChecked() ); + config_->writeEntry("NoModalButtons", dialog_->nomodalbuttons->isChecked() ); + config_->writeEntry("ButtonComboBox", dialog_->btnComboBox->currentItem()); + config_->writeEntry("CloseOnMenuDoubleClick", dialog_->menuClose->isChecked() ); + + config_->sync(); +} + +////////////////////////////////////////////////////////////////////////////// +// defaults() +// ---------- +// Set configuration defaults + +void polyesterConfig::defaults() { + QRadioButton *button = (QRadioButton*)dialog_->titlealign->child("AlignHCenter"); + if (button) + { + button->setChecked(true); + } + dialog_->roundCorners->setChecked( true ); + dialog_->titlesize->setValue( 20 ); + dialog_->squareButton->setChecked( false ); + dialog_->buttonsize->setValue( 18 ); + dialog_->framesize->setValue( 2 ); + dialog_->titleBarStyle->setCurrentItem( 0 ); + dialog_->buttonStyle->setCurrentItem( 1 ); + dialog_->titleshadow->setChecked( true ); + dialog_->animatebuttons->setChecked( true ); + dialog_->nomodalbuttons->setChecked( true ); + dialog_->lightBorder->setChecked( true ); + dialog_->btnComboBox->setCurrentItem( 0 ); + dialog_->menuClose->setChecked( false ); +} + +////////////////////////////////////////////////////////////////////////////// +// Plugin Stuff // +////////////////////////////////////////////////////////////////////////////// + +extern "C" { + QObject* allocate_config(KConfig* config, QWidget* parent) { + return (new polyesterConfig(config, parent)); + } +} + +#include "polyesterconfig.moc" diff --git a/client/config/polyesterconfig.h b/client/config/polyesterconfig.h new file mode 100755 index 0000000..5c5a882 --- /dev/null +++ b/client/config/polyesterconfig.h @@ -0,0 +1,60 @@ +////////////////////////////////////////////////////////////////////////////// +// polyesterconfig.h +// ------------------- +// Config module for Smooth Blend window decoration +// ------------------- +// Copyright (c) 2005 Marco Martin +// ------------------- +// derived from Smooth Blend +// Copyright (c) 2005 Ryan Nickell +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to +// deal in the Software without restriction, including without limitation the +// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +// sell copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +// IN THE SOFTWARE. +////////////////////////////////////////////////////////////////////////////// + +#ifndef polyesterCONFIG_H +#define polyesterCONFIG_H + +#include <qobject.h> + +class KConfig; +class ConfigDialog; + +class polyesterConfig : public QObject { + Q_OBJECT +public: + polyesterConfig(KConfig* config, QWidget* parent); + ~polyesterConfig(); + +signals: + void changed(); + +public slots: + void load(KConfig*); + void save(KConfig*); + void defaults(); + +protected slots: + void selectionChanged(int); + +private: + KConfig *config_; + ConfigDialog *dialog_; +}; + +#endif // polyesterCONFIG_H |