git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdmtheme@1088046 283d02a7-25f6-0310-bc7c-ecb5cbfe19dav3.5.13-sru
commit
215dff2396
@ -0,0 +1,4 @@
|
|||||||
|
Stephen Leaf <smileaf@smileaf.org>
|
||||||
|
|
||||||
|
Laurent Montel <montel@kde.org>
|
||||||
|
Numerious fixes
|
@ -0,0 +1,94 @@
|
|||||||
|
2005-03-22 (0.1): Initial Release
|
||||||
|
|
||||||
|
2005-03-22 (0.2): Removed ugly kde conf directory hack with a *good* way of getting this!
|
||||||
|
Listview now works
|
||||||
|
removed lineedit
|
||||||
|
theme previewing
|
||||||
|
theme removing (no theme adding :S)
|
||||||
|
|
||||||
|
2005-03-23 (0.3): Replaced 2 listview columns in favor of a qmap
|
||||||
|
fixed 2 crashes
|
||||||
|
added Copyright display
|
||||||
|
|
||||||
|
2005-03-23 (0.4): Applied 7 patches from Laurent Montel to fix various problems of which include:
|
||||||
|
memory leak
|
||||||
|
change to superuser
|
||||||
|
don't crash if "Themes" doesn't exist
|
||||||
|
fix for kde 3.3.90
|
||||||
|
disable actions if we are not root
|
||||||
|
and a possible Makefile error.
|
||||||
|
Thanks Laurent!!
|
||||||
|
|
||||||
|
2005-03-23 (0.5): Theme adding now possible! (code borrowed from kcmicon)
|
||||||
|
Known limitation currently is if you don't have a $KDEDIR/share/apps/kdm/themes/
|
||||||
|
then the install will fail the first time but will be successful the 2nd time.
|
||||||
|
|
||||||
|
2005-03-23 (0.6): Applied another patch from Laurent to fix a potential memory leak.
|
||||||
|
Error dialog now shows what themes were not installed.
|
||||||
|
Added #include <unistd.h> to fix report by nightdragon.
|
||||||
|
Copyright information now updates when a new theme is selected.
|
||||||
|
Theme dir is now created if it doesn't exist.
|
||||||
|
Fixed a bug where a theme was not getting removed.
|
||||||
|
Display Description
|
||||||
|
If a theme's source directory no longer exists remove it from out list.
|
||||||
|
|
||||||
|
2005-03-24 (0.7): Use KDM icon.
|
||||||
|
Moved to System Administration section.
|
||||||
|
Updated Documentation.
|
||||||
|
Fixed layout issues.
|
||||||
|
Applied 2 more patches from Laurent to fix missing i18n on Copyright and Description.
|
||||||
|
|
||||||
|
2005-03-24 (0.8): Select previous or next depending on where you are in the list when you delete a theme.
|
||||||
|
Use information list dialog box to report failed installation of themes.
|
||||||
|
Prompt user if they really want to delete a theme.
|
||||||
|
Ability to delete a theme from disk.
|
||||||
|
|
||||||
|
2005-03-24 (0.8.1): Fixed bug where installing a theme did not save the theme to Themes.
|
||||||
|
|
||||||
|
2005-03-24 (0.8.2): Fixed crash on save where if you had a your Theme set but it doesn't exist in your Themes.
|
||||||
|
Fixed bug where you could install duplicates.
|
||||||
|
If we have Theme set to a theme that isn't in our list, and we do have a list.
|
||||||
|
Set the selected/default theme to the first entry in the list.
|
||||||
|
|
||||||
|
2005-03-24 (0.9): If the default theme is removed set the default theme to the next/previous theme
|
||||||
|
on the list depending on where you are in the list.
|
||||||
|
Fixed UI issue where the kcm buttons (Ok, Cancel, Help, Default) were hidden at times. They still can be
|
||||||
|
Hidden however only if you resize the window small enough.
|
||||||
|
Updated UI tab order.
|
||||||
|
Added Theme Inserting.
|
||||||
|
Fixed Theme not found Error.
|
||||||
|
|
||||||
|
2005-07-19 (0.9.1): Updated the UI (added a bar, autosized the listbox columns and top aligned the details)
|
||||||
|
Fixed a bug where the Insert Url box and Button were not being disabled when loaded as non-root.
|
||||||
|
Updated /admin to kde's in 3.4.1 (fixes the problem with --prefix not defaulting to kde's installed dir.)
|
||||||
|
Attempt at fixing the "cannot find kdmrc file" error.
|
||||||
|
|
||||||
|
2005-12-29 (0.9.2): Disable widgets when UseTheme is set to false.
|
||||||
|
When loading make sure a thumbnail is displayed, if one exists.
|
||||||
|
Code clean-up
|
||||||
|
2006-01-30 (1.0): Fixed an issue where when loaded as a normal user buttons were still enabled, but not usable.
|
||||||
|
Removed the Insert widgets in favor of a single install new theme.
|
||||||
|
Because we removed the insert widgets the same functionality is now available in the Install New Theme dialog, Click on a directory and click Ok and it will insert that directory into your list.
|
||||||
|
Fixed the lack of an access key for the Remove button (thanks to the one in #kde for pointing this out.)
|
||||||
|
|
||||||
|
2006-01-30 (1.0.1): When inserting a theme configChanged() was not run.
|
||||||
|
|
||||||
|
2006-02-23 (1.1): Applied a patch from Jonathan Patrick Davies to fix an i18n/l10n issue.
|
||||||
|
Removed Themes Variable in the kdmrc (kdm devs didn't like it :) The problem with removing this however is you can now no longer "insert" themes, instead they all must be your $KDEDIR/share/kdm/themes dir. If you have always used kdmtheme to install themes and not insert them, you'll not need to worry. This will also mean that your list can now never be lost! (unless of course you lose your themes directory.) Also being that this list is now auto generated if you remove a theme be sure to check "remove from hard drive" if you don't want it to show up again on the next load.
|
||||||
|
Updated address for the GPL license to match that found in KDE.
|
||||||
|
|
||||||
|
2006-06-20 (1.1.1): Fixed 2 crashes 1 where no themes were found in your theme directory
|
||||||
|
and one where while installing a new theme when you didn't have any themes would also generate a crash.
|
||||||
|
|
||||||
|
2006-06-21 (1.1.2): Applied patch from Chitlesh to fix a few errors in the .desktop file
|
||||||
|
Removed untranslated comment/name vars (if anyone cares to I'd love translations!)
|
||||||
|
Added a spacer in next to the buttons in the UI.
|
||||||
|
Updated Documentation (last update was version 0.7!)
|
||||||
|
You can now select Directories
|
||||||
|
Fixed removing of themes from the list to a less hack-ish way.
|
||||||
|
Few i18n fixes
|
||||||
|
2006-08-12 (1.1.3): Added Indonesian/Manaysian translation to the .desktop (thanks kucrut!)
|
||||||
|
Finally applied a patch sent to me back when 1.1 was released, which fixes an issue when the kdmrc file could not be found. To the one who sent me this patch Sorry it took me so long, patch got lost in all my files and didn't apply cleanly due to the massive changes in 1.0.1 -> 1.1
|
||||||
|
Added French, Italian and Japanese translations to the .desktop (thanks Lorenzo La Spada!)
|
||||||
|
Fixed a typo which caused an error message to be printed when it shouldn't have.
|
||||||
|
Updated documentation.
|
@ -0,0 +1,167 @@
|
|||||||
|
Basic Installation
|
||||||
|
==================
|
||||||
|
|
||||||
|
These are generic installation instructions.
|
||||||
|
|
||||||
|
The `configure' shell script attempts to guess correct values for
|
||||||
|
various system-dependent variables used during compilation. It uses
|
||||||
|
those values to create a `Makefile' in each directory of the package.
|
||||||
|
It may also create one or more `.h' files containing system-dependent
|
||||||
|
definitions. Finally, it creates a shell script `config.status' that
|
||||||
|
you can run in the future to recreate the current configuration, a file
|
||||||
|
`config.cache' that saves the results of its tests to speed up
|
||||||
|
reconfiguring, and a file `config.log' containing compiler output
|
||||||
|
(useful mainly for debugging `configure').
|
||||||
|
|
||||||
|
If you need to do unusual things to compile the package, please try
|
||||||
|
to figure out how `configure' could check whether to do them, and mail
|
||||||
|
diffs or instructions to the address given in the `README' so they can
|
||||||
|
be considered for the next release. If at some point `config.cache'
|
||||||
|
contains results you don't want to keep, you may remove or edit it.
|
||||||
|
|
||||||
|
The file `configure.in' is used to create `configure' by a program
|
||||||
|
called `autoconf'. You only need `configure.in' if you want to change
|
||||||
|
it or regenerate `configure' using a newer version of `autoconf'.
|
||||||
|
|
||||||
|
The simplest way to compile this package is:
|
||||||
|
|
||||||
|
1. `cd' to the directory containing the package's source code and type
|
||||||
|
`./configure' to configure the package for your system. If you're
|
||||||
|
using `csh' on an old version of System V, you might need to type
|
||||||
|
`sh ./configure' instead to prevent `csh' from trying to execute
|
||||||
|
`configure' itself.
|
||||||
|
|
||||||
|
Running `configure' takes a while. While running, it prints some
|
||||||
|
messages telling which features it is checking for.
|
||||||
|
|
||||||
|
2. Type `make' to compile the package.
|
||||||
|
|
||||||
|
3. Type `make install' to install the programs and any data files and
|
||||||
|
documentation.
|
||||||
|
|
||||||
|
4. You can remove the program binaries and object files from the
|
||||||
|
source code directory by typing `make clean'.
|
||||||
|
|
||||||
|
Compilers and Options
|
||||||
|
=====================
|
||||||
|
|
||||||
|
Some systems require unusual options for compilation or linking that
|
||||||
|
the `configure' script does not know about. You can give `configure'
|
||||||
|
initial values for variables by setting them in the environment. Using
|
||||||
|
a Bourne-compatible shell, you can do that on the command line like
|
||||||
|
this:
|
||||||
|
CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
|
||||||
|
|
||||||
|
Or on systems that have the `env' program, you can do it like this:
|
||||||
|
env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
|
||||||
|
|
||||||
|
Compiling For Multiple Architectures
|
||||||
|
====================================
|
||||||
|
|
||||||
|
You can compile the package for more than one kind of computer at the
|
||||||
|
same time, by placing the object files for each architecture in their
|
||||||
|
own directory. To do this, you must use a version of `make' that
|
||||||
|
supports the `VPATH' variable, such as GNU `make'. `cd' to the
|
||||||
|
directory where you want the object files and executables to go and run
|
||||||
|
the `configure' script. `configure' automatically checks for the
|
||||||
|
source code in the directory that `configure' is in and in `..'.
|
||||||
|
|
||||||
|
If you have to use a `make' that does not supports the `VPATH'
|
||||||
|
variable, you have to compile the package for one architecture at a time
|
||||||
|
in the source code directory. After you have installed the package for
|
||||||
|
one architecture, use `make distclean' before reconfiguring for another
|
||||||
|
architecture.
|
||||||
|
|
||||||
|
Installation Names
|
||||||
|
==================
|
||||||
|
|
||||||
|
By default, `make install' will install the package's files in
|
||||||
|
`/usr/local/bin', `/usr/local/man', etc. You can specify an
|
||||||
|
installation prefix other than `/usr/local' by giving `configure' the
|
||||||
|
option `--prefix=PATH'.
|
||||||
|
|
||||||
|
You can specify separate installation prefixes for
|
||||||
|
architecture-specific files and architecture-independent files. If you
|
||||||
|
give `configure' the option `--exec-prefix=PATH', the package will use
|
||||||
|
PATH as the prefix for installing programs and libraries.
|
||||||
|
Documentation and other data files will still use the regular prefix.
|
||||||
|
|
||||||
|
If the package supports it, you can cause programs to be installed
|
||||||
|
with an extra prefix or suffix on their names by giving `configure' the
|
||||||
|
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
|
||||||
|
|
||||||
|
Optional Features
|
||||||
|
=================
|
||||||
|
|
||||||
|
Some packages pay attention to `--enable-FEATURE' options to
|
||||||
|
`configure', where FEATURE indicates an optional part of the package.
|
||||||
|
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
|
||||||
|
is something like `gnu-as' or `x' (for the X Window System). The
|
||||||
|
`README' should mention any `--enable-' and `--with-' options that the
|
||||||
|
package recognizes.
|
||||||
|
|
||||||
|
For packages that use the X Window System, `configure' can usually
|
||||||
|
find the X include and library files automatically, but if it doesn't,
|
||||||
|
you can use the `configure' options `--x-includes=DIR' and
|
||||||
|
`--x-libraries=DIR' to specify their locations.
|
||||||
|
|
||||||
|
Specifying the System Type
|
||||||
|
==========================
|
||||||
|
|
||||||
|
There may be some features `configure' can not figure out
|
||||||
|
automatically, but needs to determine by the type of host the package
|
||||||
|
will run on. Usually `configure' can figure that out, but if it prints
|
||||||
|
a message saying it can not guess the host type, give it the
|
||||||
|
`--host=TYPE' option. TYPE can either be a short name for the system
|
||||||
|
type, such as `sun4', or a canonical name with three fields:
|
||||||
|
CPU-COMPANY-SYSTEM
|
||||||
|
|
||||||
|
See the file `config.sub' for the possible values of each field. If
|
||||||
|
`config.sub' isn't included in this package, then this package doesn't
|
||||||
|
need to know the host type.
|
||||||
|
|
||||||
|
If you are building compiler tools for cross-compiling, you can also
|
||||||
|
use the `--target=TYPE' option to select the type of system they will
|
||||||
|
produce code for and the `--build=TYPE' option to select the type of
|
||||||
|
system on which you are compiling the package.
|
||||||
|
|
||||||
|
Sharing Defaults
|
||||||
|
================
|
||||||
|
|
||||||
|
If you want to set default values for `configure' scripts to share,
|
||||||
|
you can create a site shell script called `config.site' that gives
|
||||||
|
default values for variables like `CC', `cache_file', and `prefix'.
|
||||||
|
`configure' looks for `PREFIX/share/config.site' if it exists, then
|
||||||
|
`PREFIX/etc/config.site' if it exists. Or, you can set the
|
||||||
|
`CONFIG_SITE' environment variable to the location of the site script.
|
||||||
|
A warning: not all `configure' scripts look for a site script.
|
||||||
|
|
||||||
|
Operation Controls
|
||||||
|
==================
|
||||||
|
|
||||||
|
`configure' recognizes the following options to control how it
|
||||||
|
operates.
|
||||||
|
|
||||||
|
`--cache-file=FILE'
|
||||||
|
Use and save the results of the tests in FILE instead of
|
||||||
|
`./config.cache'. Set FILE to `/dev/null' to disable caching, for
|
||||||
|
debugging `configure'.
|
||||||
|
|
||||||
|
`--help'
|
||||||
|
Print a summary of the options to `configure', and exit.
|
||||||
|
|
||||||
|
`--quiet'
|
||||||
|
`--silent'
|
||||||
|
`-q'
|
||||||
|
Do not print messages saying which checks are being made.
|
||||||
|
|
||||||
|
`--srcdir=DIR'
|
||||||
|
Look for the package's source code in directory DIR. Usually
|
||||||
|
`configure' can determine that directory automatically.
|
||||||
|
|
||||||
|
`--version'
|
||||||
|
Print the version of Autoconf used to generate the `configure'
|
||||||
|
script, and exit.
|
||||||
|
|
||||||
|
`configure' also accepts some other, not widely useful, options.
|
||||||
|
|
@ -0,0 +1,22 @@
|
|||||||
|
SUBDIRS = $(TOPSUBDIRS)
|
||||||
|
|
||||||
|
$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
|
||||||
|
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
|
||||||
|
|
||||||
|
$(top_srcdir)/subdirs:
|
||||||
|
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
|
||||||
|
|
||||||
|
$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
|
||||||
|
@cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
|
||||||
|
|
||||||
|
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
|
||||||
|
|
||||||
|
package-messages:
|
||||||
|
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common package-messages
|
||||||
|
$(MAKE) -C po merge
|
||||||
|
|
||||||
|
EXTRA_DIST = admin COPYING configure.in.in
|
||||||
|
|
||||||
|
dist-hook:
|
||||||
|
cd $(top_distdir) && perl admin/am_edit -padmin
|
||||||
|
cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
|
@ -0,0 +1,10 @@
|
|||||||
|
all:
|
||||||
|
@echo "This Makefile is only for the CVS repository"
|
||||||
|
@echo "This will be deleted before making the distribution"
|
||||||
|
@echo ""
|
||||||
|
$(MAKE) -f admin/Makefile.common cvs
|
||||||
|
|
||||||
|
dist:
|
||||||
|
$(MAKE) -f admin/Makefile.common dist
|
||||||
|
|
||||||
|
.SILENT:
|
@ -0,0 +1 @@
|
|||||||
|
Currently this module is installed in KDE Components found in the K Control Center.
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,244 @@
|
|||||||
|
/* config.h.in. Generated from configure.in by autoheader. */
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <Carbon/Carbon.h> header file. */
|
||||||
|
#undef HAVE_CARBON_CARBON_H
|
||||||
|
|
||||||
|
/* Define if you have the CoreAudio API */
|
||||||
|
#undef HAVE_COREAUDIO
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <crt_externs.h> header file. */
|
||||||
|
#undef HAVE_CRT_EXTERNS_H
|
||||||
|
|
||||||
|
/* Defines if your system has the crypt function */
|
||||||
|
#undef HAVE_CRYPT
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||||
|
#undef HAVE_DLFCN_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||||
|
#undef HAVE_INTTYPES_H
|
||||||
|
|
||||||
|
/* Define if you have libjpeg */
|
||||||
|
#undef HAVE_LIBJPEG
|
||||||
|
|
||||||
|
/* Define if you have libpng */
|
||||||
|
#undef HAVE_LIBPNG
|
||||||
|
|
||||||
|
/* Define if you have a working libpthread (will enable threaded code) */
|
||||||
|
#undef HAVE_LIBPTHREAD
|
||||||
|
|
||||||
|
/* Define if you have libz */
|
||||||
|
#undef HAVE_LIBZ
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <memory.h> header file. */
|
||||||
|
#undef HAVE_MEMORY_H
|
||||||
|
|
||||||
|
/* Define if your system needs _NSGetEnviron to set up the environment */
|
||||||
|
#undef HAVE_NSGETENVIRON
|
||||||
|
|
||||||
|
/* Define if you have res_init */
|
||||||
|
#undef HAVE_RES_INIT
|
||||||
|
|
||||||
|
/* Define if you have the res_init prototype */
|
||||||
|
#undef HAVE_RES_INIT_PROTO
|
||||||
|
|
||||||
|
/* Define if you have a STL implementation by SGI */
|
||||||
|
#undef HAVE_SGI_STL
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `snprintf' function. */
|
||||||
|
#undef HAVE_SNPRINTF
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <stdint.h> header file. */
|
||||||
|
#undef HAVE_STDINT_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||||
|
#undef HAVE_STDLIB_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <strings.h> header file. */
|
||||||
|
#undef HAVE_STRINGS_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <string.h> header file. */
|
||||||
|
#undef HAVE_STRING_H
|
||||||
|
|
||||||
|
/* Define if you have strlcat */
|
||||||
|
#undef HAVE_STRLCAT
|
||||||
|
|
||||||
|
/* Define if you have the strlcat prototype */
|
||||||
|
#undef HAVE_STRLCAT_PROTO
|
||||||
|
|
||||||
|
/* Define if you have strlcpy */
|
||||||
|
#undef HAVE_STRLCPY
|
||||||
|
|
||||||
|
/* Define if you have the strlcpy prototype */
|
||||||
|
#undef HAVE_STRLCPY_PROTO
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <sys/bitypes.h> header file. */
|
||||||
|
#undef HAVE_SYS_BITYPES_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||||
|
#undef HAVE_SYS_STAT_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||||
|
#undef HAVE_SYS_TYPES_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <unistd.h> header file. */
|
||||||
|
#undef HAVE_UNISTD_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `vsnprintf' function. */
|
||||||
|
#undef HAVE_VSNPRINTF
|
||||||
|
|
||||||
|
/* Suffix for lib directories */
|
||||||
|
#undef KDELIBSUFF
|
||||||
|
|
||||||
|
/* Define a safe value for MAXPATHLEN */
|
||||||
|
#undef KDEMAXPATHLEN
|
||||||
|
|
||||||
|
/* Name of package */
|
||||||
|
#undef PACKAGE
|
||||||
|
|
||||||
|
/* Define to the address where bug reports for this package should be sent. */
|
||||||
|
#undef PACKAGE_BUGREPORT
|
||||||
|
|
||||||
|
/* Define to the full name of this package. */
|
||||||
|
#undef PACKAGE_NAME
|
||||||
|
|
||||||
|
/* Define to the full name and version of this package. */
|
||||||
|
#undef PACKAGE_STRING
|
||||||
|
|
||||||
|
/* Define to the one symbol short name of this package. */
|
||||||
|
#undef PACKAGE_TARNAME
|
||||||
|
|
||||||
|
/* Define to the version of this package. */
|
||||||
|
#undef PACKAGE_VERSION
|
||||||
|
|
||||||
|
/* The size of a `char *', as computed by sizeof. */
|
||||||
|
#undef SIZEOF_CHAR_P
|
||||||
|
|
||||||
|
/* The size of a `int', as computed by sizeof. */
|
||||||
|
#undef SIZEOF_INT
|
||||||
|
|
||||||
|
/* The size of a `long', as computed by sizeof. */
|
||||||
|
#undef SIZEOF_LONG
|
||||||
|
|
||||||
|
/* The size of a `short', as computed by sizeof. */
|
||||||
|
#undef SIZEOF_SHORT
|
||||||
|
|
||||||
|
/* The size of a `size_t', as computed by sizeof. */
|
||||||
|
#undef SIZEOF_SIZE_T
|
||||||
|
|
||||||
|
/* The size of a `unsigned long', as computed by sizeof. */
|
||||||
|
#undef SIZEOF_UNSIGNED_LONG
|
||||||
|
|
||||||
|
/* Define to 1 if you have the ANSI C header files. */
|
||||||
|
#undef STDC_HEADERS
|
||||||
|
|
||||||
|
/* Version number of package */
|
||||||
|
#undef VERSION
|
||||||
|
|
||||||
|
/* Defined if compiling without arts */
|
||||||
|
#undef WITHOUT_ARTS
|
||||||
|
|
||||||
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
|
#undef WORDS_BIGENDIAN
|
||||||
|
|
||||||
|
/*
|
||||||
|
* jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
|
||||||
|
* headers and I'm too lazy to write a configure test as long as only
|
||||||
|
* unixware is related
|
||||||
|
*/
|
||||||
|
#ifdef _UNIXWARE
|
||||||
|
#define HAVE_BOOLEAN
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
|
||||||
|
* that defines bzero.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(_AIX)
|
||||||
|
#include <strings.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
|
||||||
|
# include <sys/time.h>
|
||||||
|
# include <crt_externs.h>
|
||||||
|
# define environ (*_NSGetEnviron())
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#if !defined(HAVE_RES_INIT_PROTO)
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
int res_init(void);
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#if !defined(HAVE_STRLCAT_PROTO)
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
unsigned long strlcat(char*, const char*, unsigned long);
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#if !defined(HAVE_STRLCPY_PROTO)
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
unsigned long strlcpy(char*, const char*, unsigned long);
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* On HP-UX, the declaration of vsnprintf() is needed every time !
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if !defined(HAVE_VSNPRINTF) || defined(hpux)
|
||||||
|
#if __STDC__
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#else
|
||||||
|
#include <varargs.h>
|
||||||
|
#endif
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C"
|
||||||
|
#endif
|
||||||
|
int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C"
|
||||||
|
#endif
|
||||||
|
int snprintf(char *str, size_t n, char const *fmt, ...);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#if defined(__SVR4) && !defined(__svr4__)
|
||||||
|
#define __svr4__ 1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/* type to use in place of socklen_t if not defined */
|
||||||
|
#undef kde_socklen_t
|
||||||
|
|
||||||
|
/* type to use in place of socklen_t if not defined (deprecated, use
|
||||||
|
kde_socklen_t) */
|
||||||
|
#undef ksize_t
|
@ -0,0 +1,2 @@
|
|||||||
|
./admin/configure.in.min
|
||||||
|
configure.in.in
|
@ -0,0 +1,107 @@
|
|||||||
|
dnl =======================================================
|
||||||
|
dnl FILE: ./admin/configure.in.min
|
||||||
|
dnl =======================================================
|
||||||
|
|
||||||
|
dnl This file is part of the KDE libraries/packages
|
||||||
|
dnl Copyright (C) 2001 Stephan Kulow (coolo@kde.org)
|
||||||
|
|
||||||
|
dnl This file is free software; you can redistribute it and/or
|
||||||
|
dnl modify it under the terms of the GNU Library General Public
|
||||||
|
dnl License as published by the Free Software Foundation; either
|
||||||
|
dnl version 2 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
|
dnl This library is distributed in the hope that it will be useful,
|
||||||
|
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
dnl Library General Public License for more details.
|
||||||
|
|
||||||
|
dnl You should have received a copy of the GNU Library General Public License
|
||||||
|
dnl along with this library; see the file COPYING.LIB. If not, write to
|
||||||
|
dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
|
dnl Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
|
# Original Author was Kalle@kde.org
|
||||||
|
# I lifted it in some mater. (Stephan Kulow)
|
||||||
|
# I used much code from Janos Farkas
|
||||||
|
|
||||||
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
|
AC_INIT(acinclude.m4) dnl a source file from your sub dir
|
||||||
|
|
||||||
|
dnl This is so we can use kde-common
|
||||||
|
AC_CONFIG_AUX_DIR(admin)
|
||||||
|
|
||||||
|
dnl This ksh/zsh feature conflicts with `cd blah ; pwd`
|
||||||
|
unset CDPATH
|
||||||
|
|
||||||
|
dnl Checking host/target/build systems, for make, install etc.
|
||||||
|
AC_CANONICAL_SYSTEM
|
||||||
|
dnl Perform program name transformation
|
||||||
|
AC_ARG_PROGRAM
|
||||||
|
|
||||||
|
dnl Automake doc recommends to do this only here. (Janos)
|
||||||
|
AM_INIT_AUTOMAKE(kdmtheme, 0.1) dnl searches for some needed programs
|
||||||
|
|
||||||
|
KDE_SET_PREFIX
|
||||||
|
|
||||||
|
dnl generate the config header
|
||||||
|
AM_CONFIG_HEADER(config.h) dnl at the distribution this done
|
||||||
|
|
||||||
|
dnl Checks for programs.
|
||||||
|
AC_CHECK_COMPILERS
|
||||||
|
AC_ENABLE_SHARED(yes)
|
||||||
|
AC_ENABLE_STATIC(no)
|
||||||
|
KDE_PROG_LIBTOOL
|
||||||
|
|
||||||
|
dnl for NLS support. Call them in this order!
|
||||||
|
dnl WITH_NLS is for the po files
|
||||||
|
AM_KDE_WITH_NLS
|
||||||
|
|
||||||
|
KDE_USE_QT(3.0.0)
|
||||||
|
AC_PATH_KDE
|
||||||
|
dnl =======================================================
|
||||||
|
dnl FILE: configure.in.in
|
||||||
|
dnl =======================================================
|
||||||
|
|
||||||
|
#MIN_CONFIG(3.0.0)
|
||||||
|
|
||||||
|
dnl PACKAGE set before
|
||||||
|
AC_C_BIGENDIAN
|
||||||
|
AC_CHECK_KDEMAXPATHLEN
|
||||||
|
KDE_CREATE_SUBDIRSLIST
|
||||||
|
AC_CONFIG_FILES([ Makefile ])
|
||||||
|
AC_CONFIG_FILES([ doc/Makefile ])
|
||||||
|
AC_CONFIG_FILES([ doc/en/Makefile ])
|
||||||
|
AC_CONFIG_FILES([ po/Makefile ])
|
||||||
|
AC_CONFIG_FILES([ src/Makefile ])
|
||||||
|
AC_OUTPUT
|
||||||
|
# Check if KDE_SET_PREFIX was called, and --prefix was passed to configure
|
||||||
|
if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
|
||||||
|
# And if so, warn when they don't match
|
||||||
|
if test "$kde_libs_prefix" != "$given_prefix"; then
|
||||||
|
# And if kde doesn't know about the prefix yet
|
||||||
|
echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null
|
||||||
|
if test $? -ne 0; then
|
||||||
|
echo ""
|
||||||
|
echo "Warning: you chose to install this package in $given_prefix,"
|
||||||
|
echo "but KDE was found in $kde_libs_prefix."
|
||||||
|
echo "For this to work, you will need to tell KDE about the new prefix, by ensuring"
|
||||||
|
echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix"
|
||||||
|
echo "Then restart KDE."
|
||||||
|
echo ""
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test "$all_tests" = "bad"; then
|
||||||
|
if test ! "$cache_file" = "/dev/null"; then
|
||||||
|
echo ""
|
||||||
|
echo "Please remove the file $cache_file after changing your setup"
|
||||||
|
echo "so that configure will find the changes next time."
|
||||||
|
echo ""
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
echo ""
|
||||||
|
echo "Good - your configure finished. Start make now"
|
||||||
|
echo ""
|
||||||
|
fi
|
@ -0,0 +1,5 @@
|
|||||||
|
#MIN_CONFIG(3.0.0)
|
||||||
|
|
||||||
|
AM_INIT_AUTOMAKE(kdmtheme, 0.1)
|
||||||
|
AC_C_BIGENDIAN
|
||||||
|
AC_CHECK_KDEMAXPATHLEN
|
@ -0,0 +1,6 @@
|
|||||||
|
# the SUBDIRS is filled automatically by am_edit. If files are
|
||||||
|
# in this directory they are installed into the english dir
|
||||||
|
|
||||||
|
KDE_LANG = en
|
||||||
|
KDE_DOCS = kdmtheme
|
||||||
|
SUBDIRS = $(AUTODIRS)
|
@ -0,0 +1,2 @@
|
|||||||
|
KDE_DOCS = kdmtheme
|
||||||
|
KDE_LANG = en
|
@ -0,0 +1,322 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
||||||
|
<!ENTITY kdmtheme "<application>kdmtheme 1.1.3</application>">
|
||||||
|
<!ENTITY kappname "&kdmtheme;"><!-- Do *not* replace kappname-->
|
||||||
|
<!ENTITY package "kde-module"><!-- kdebase, kdeadmin, etc -->
|
||||||
|
<!ENTITY % addindex "IGNORE">
|
||||||
|
<!ENTITY % English "INCLUDE"><!-- change language only here -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Do not define any other entities; instead, use the entities
|
||||||
|
from kde-genent.entities and $LANG/user.entities. -->
|
||||||
|
]>
|
||||||
|
<!-- kdoctemplate v0.8 October 1 1999
|
||||||
|
Minor update to "Credits and Licenses" section on August 24, 2000
|
||||||
|
Removed "Revision history" section on 22 January 2001
|
||||||
|
Changed to Installation/Help menu entities 18 October 2001
|
||||||
|
Other minor cleanup and changes 18 October 2001 -->
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
This template was designed by: David Rugge davidrugge@mindspring.com
|
||||||
|
with lots of help from: Eric Bischoff ebisch@cybercable.tm.fr
|
||||||
|
and Frederik Fouvry fouvry@sfs.nphil.uni-tuebingen.de
|
||||||
|
of the KDE DocBook team.
|
||||||
|
|
||||||
|
You may freely use this template for writing any sort of KDE documentation.
|
||||||
|
If you have any changes or improvements, please let us know.
|
||||||
|
|
||||||
|
Remember:
|
||||||
|
- in XML, the case of the <tags> and attributes is relevant ;
|
||||||
|
- also, quote all attributes.
|
||||||
|
|
||||||
|
Please don't forget to remove all these comments in your final documentation,
|
||||||
|
thanks ;-).
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- ................................................................ -->
|
||||||
|
|
||||||
|
<!-- The language must NOT be changed here. -->
|
||||||
|
|
||||||
|
<book lang="&language;">
|
||||||
|
|
||||||
|
<!-- This header contains all of the meta-information for the document such
|
||||||
|
as Authors, publish date, the abstract, and Keywords -->
|
||||||
|
|
||||||
|
<bookinfo>
|
||||||
|
<title>The &kdmtheme; Handbook</title>
|
||||||
|
|
||||||
|
<authorgroup>
|
||||||
|
<author>
|
||||||
|
<firstname></firstname>
|
||||||
|
<othername></othername>
|
||||||
|
<surname>Stephen Leaf</surname>
|
||||||
|
<affiliation>
|
||||||
|
<address><email>smileaf@smileaf.org</email></address>
|
||||||
|
</affiliation>
|
||||||
|
</author>
|
||||||
|
</authorgroup>
|
||||||
|
|
||||||
|
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||||
|
|
||||||
|
<copyright>
|
||||||
|
<year>2005</year>
|
||||||
|
<year>%{YEAR}</year>
|
||||||
|
<holder>Stephen Leaf</holder>
|
||||||
|
</copyright>
|
||||||
|
<!-- Translators: put here the copyright notice of the translation -->
|
||||||
|
<!-- Put here the FDL notice. Read the explanation in fdl-notice.docbook
|
||||||
|
and in the FDL itself on how to use it. -->
|
||||||
|
<legalnotice>&FDLNotice;</legalnotice>
|
||||||
|
|
||||||
|
<!-- Date and version information of the documentation
|
||||||
|
Don't forget to include this last date and this last revision number, we
|
||||||
|
need them for translation coordination !
|
||||||
|
Please respect the format of the date (YYYY-MM-DD) and of the version
|
||||||
|
(V.MM.LL), it could be used by automation scripts.
|
||||||
|
Do NOT change these in the translation. -->
|
||||||
|
|
||||||
|
<date>2006-08-12</date>
|
||||||
|
<releaseinfo>1.1.3</releaseinfo>
|
||||||
|
|
||||||
|
<!-- Abstract about this handbook -->
|
||||||
|
|
||||||
|
<abstract>
|
||||||
|
<para>
|
||||||
|
&kdmtheme; is K Control Center Module designed to easily configure your KDM themes.
|
||||||
|
</para>
|
||||||
|
</abstract>
|
||||||
|
|
||||||
|
<!-- This is a set of Keywords for indexing by search engines.
|
||||||
|
Please at least include KDE, the KDE package it is in, the name
|
||||||
|
of your application, and a few relevant keywords. -->
|
||||||
|
|
||||||
|
<keywordset>
|
||||||
|
<keyword>KDE</keyword>
|
||||||
|
<keyword>kdmtheme</keyword>
|
||||||
|
<keyword>KDM</keyword>
|
||||||
|
<keyword>KDM Theme Manager</keyword>
|
||||||
|
</keywordset>
|
||||||
|
|
||||||
|
</bookinfo>
|
||||||
|
|
||||||
|
<!-- The contents of the documentation begin here. Label
|
||||||
|
each chapter so with the id attribute. This is necessary for two reasons: it
|
||||||
|
allows you to easily reference the chapter from other chapters of your
|
||||||
|
document, and if there is no ID, the name of the generated HTML files will vary
|
||||||
|
from time to time making it hard to manage for maintainers and for the CVS
|
||||||
|
system. Any chapter labelled (OPTIONAL) may be left out at the author's
|
||||||
|
discretion. Other chapters should not be left out in order to maintain a
|
||||||
|
consistent documentation style across all KDE apps. -->
|
||||||
|
|
||||||
|
<chapter id="introduction">
|
||||||
|
<title>Introduction</title>
|
||||||
|
|
||||||
|
<!-- The introduction chapter contains a brief introduction for the
|
||||||
|
application that explains what it does and where to report
|
||||||
|
problems. Basically a long version of the abstract. Don't include a
|
||||||
|
revision history. (see installation appendix comment) -->
|
||||||
|
|
||||||
|
<para>
|
||||||
|
&kdmtheme; is a K Control Module designed to easily configure your KDM themes. Please report problems either on <ulink url="http://kde-look.org/content/show.php?content=22120">kde-look/kde-apps</ulink> or email <email>smileaf@smileaf.org</email>
|
||||||
|
</para>
|
||||||
|
</chapter>
|
||||||
|
|
||||||
|
<chapter id="using-kdmtheme">
|
||||||
|
<title>Using &kdmtheme;</title>
|
||||||
|
|
||||||
|
<!-- This chapter should tell the user how to use your app. You should use as
|
||||||
|
many sections (Chapter, Sect1, Sect3, etc...) as is necessary to fully document
|
||||||
|
your application. -->
|
||||||
|
|
||||||
|
<para>
|
||||||
|
|
||||||
|
<!-- Note that all graphics should be in .png format. Use no gifs because of
|
||||||
|
patent issues. -->
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<screeninfo>Here's a screenshot of &kdmtheme;</screeninfo>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="kdmtheme.png" format="PNG"/>
|
||||||
|
</imageobject>
|
||||||
|
<textobject>
|
||||||
|
<phrase>Screenshot</phrase>
|
||||||
|
</textobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
</chapter>
|
||||||
|
|
||||||
|
<chapter id="faq">
|
||||||
|
<title>Questions and Answers</title>
|
||||||
|
|
||||||
|
<!-- (OPTIONAL but recommended) This chapter should include all of the silly
|
||||||
|
(and not-so-silly) newbie questions that fill up your mailbox. This chapter
|
||||||
|
should be reserved for BRIEF questions and answers! If one question uses more
|
||||||
|
than a page or so then it should probably be part of the
|
||||||
|
"Using this Application" chapter instead. You should use links to
|
||||||
|
cross-reference questions to the parts of your documentation that answer them.
|
||||||
|
This is also a great place to provide pointers to other FAQ's if your users
|
||||||
|
must do some complicated configuration on other programs in order for your
|
||||||
|
application work. -->
|
||||||
|
|
||||||
|
&reporting.bugs;
|
||||||
|
&updating.documentation;
|
||||||
|
|
||||||
|
<qandaset id="faqlist">
|
||||||
|
<qandaentry>
|
||||||
|
<question>
|
||||||
|
<para>How do I create themes?</para>
|
||||||
|
</question>
|
||||||
|
<answer>
|
||||||
|
<para>I don't know but if you find a FAQ or tutorial please email me. I get this question ALOT.</para>
|
||||||
|
</answer>
|
||||||
|
</qandaentry>
|
||||||
|
<qandaentry>
|
||||||
|
<question>
|
||||||
|
<para>How do I install themes?</para>
|
||||||
|
</question>
|
||||||
|
<answer>
|
||||||
|
<para>Simply click the "install new theme" button on the bottom then use the browse button to find your theme archive, or type in the path to theme archive. URLs are accepted also. Alternatively you may supply a directory name of an un-archived theme, in this case the theme is temporarily inserted into the list.</para>
|
||||||
|
</answer>
|
||||||
|
</qandaentry>
|
||||||
|
<qandaentry>
|
||||||
|
<question>
|
||||||
|
<para>My buttons are disabled!</para>
|
||||||
|
</question>
|
||||||
|
<answer>
|
||||||
|
<para>Is the "Enable KDM Themes" check box checked?</para>
|
||||||
|
</answer>
|
||||||
|
</qandaentry>
|
||||||
|
<qandaentry>
|
||||||
|
<question>
|
||||||
|
<para>I don't see any themes what's wrong?!</para>
|
||||||
|
</question>
|
||||||
|
<answer>
|
||||||
|
<para>First make sure you didn't 'insert' any themes those are not saved only themes that appear in your theme directory are used. Next check your theme directory it should be located in your $KDEDIR/share/apps/kdm/themes/</para>
|
||||||
|
</answer>
|
||||||
|
</qandaentry>
|
||||||
|
</qandaset>
|
||||||
|
</chapter>
|
||||||
|
|
||||||
|
<chapter id="credits">
|
||||||
|
|
||||||
|
<!-- Include credits for the programmers, documentation writers, and
|
||||||
|
contributors here. The license for your software should then be included below
|
||||||
|
the credits with a reference to the appropriate license file included in the KDE
|
||||||
|
distribution. -->
|
||||||
|
|
||||||
|
<title>Credits and License</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
&kdmtheme;
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
Program copyright %{YEAR} Stephen Leaf <email>smileaf@smileaf.org</email>
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
Contributors:
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>Laurent Montel <email>montel@kde.org</email></para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>Jonathan Patrick Davies <email>jpatrick@ubuntu.com</email></para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>Chitlesh</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>kucrut</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>Lorenzo La Spada <email>l.laspada@yahoo.fr</email></para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Documentation copyright %{YEAR} Stephen Leaf <email>smileaf@smileaf.org</email>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
|
||||||
|
|
||||||
|
&underFDL; <!-- FDL: do not remove -->
|
||||||
|
|
||||||
|
<!-- Determine which license your application is licensed under,
|
||||||
|
and delete all the remaining licenses below:
|
||||||
|
|
||||||
|
(NOTE: All documentation are licensed under the FDL,
|
||||||
|
regardless of what license the application uses) -->
|
||||||
|
|
||||||
|
&underGPL; <!-- GPL License -->
|
||||||
|
|
||||||
|
</chapter>
|
||||||
|
|
||||||
|
<appendix id="installation">
|
||||||
|
<title>Installation</title>
|
||||||
|
|
||||||
|
<sect1 id="getting-kdmtheme">
|
||||||
|
<title>How to obtain &kdmtheme;</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
&kdmtheme; is in most major distributions. Should yours not have a package please visit: <ulink url="http://kde-look.org/content/show.php?content=22120">The project page</ulink>
|
||||||
|
</para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="requirements">
|
||||||
|
<title>Requirements</title>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
List any special requirements for your application here. This should include:
|
||||||
|
.Libraries or other software that is not included in kdesupport,
|
||||||
|
kdelibs, or kdebase.
|
||||||
|
.Hardware requirements like amount of RAM, disk space, graphics card
|
||||||
|
capabilities, screen resolution, special expansion cards, etc.
|
||||||
|
.Operating systems the app will run on. If your app is designed only for a
|
||||||
|
specific OS, (you wrote a graphical LILO configurator for example) put this
|
||||||
|
information here.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<para>
|
||||||
|
In order to successfully use &kdmtheme;, you need &kde; >=3.4
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- For a list of updates, you may refer to the application web site
|
||||||
|
or the ChangeLog file, or ... -->
|
||||||
|
<para>
|
||||||
|
You can find a list of changes at <ulink url="http://www.kde-apps.org/content/show.php?content=22120">The &kdmtheme; project page</ulink>.
|
||||||
|
</para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="compilation">
|
||||||
|
<title>Compilation and Installation</title>
|
||||||
|
|
||||||
|
<!-- This entity contains the boilerplate text for standard -->
|
||||||
|
<!-- compilation instructions. If your application requires any -->
|
||||||
|
<!-- special handling, remove it, and replace with your own text. -->
|
||||||
|
|
||||||
|
&install.compile.documentation;
|
||||||
|
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
</appendix>
|
||||||
|
|
||||||
|
&documentation.index;
|
||||||
|
</book>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Local Variables:
|
||||||
|
mode: sgml
|
||||||
|
sgml-minimize-attributes:nil
|
||||||
|
sgml-general-insert-case:lower
|
||||||
|
sgml-indent-step:0
|
||||||
|
sgml-indent-data:nil
|
||||||
|
End:
|
||||||
|
|
||||||
|
vim:tabstop=2:shiftwidth=2:expandtab
|
||||||
|
-->
|
||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
POFILES = AUTO
|
@ -0,0 +1,16 @@
|
|||||||
|
INCLUDES = $(all_includes)
|
||||||
|
METASOURCES = AUTO
|
||||||
|
|
||||||
|
# Install this plugin in the KDE modules directory
|
||||||
|
kde_module_LTLIBRARIES = kcm_kdmtheme.la
|
||||||
|
|
||||||
|
kcm_kdmtheme_la_SOURCES = kdmtheme.cpp
|
||||||
|
kcm_kdmtheme_la_LIBADD = -lkio -lknewstuff $(LIB_KDEUI)
|
||||||
|
kcm_kdmtheme_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
|
||||||
|
|
||||||
|
|
||||||
|
xdg_apps_DATA = kdmtheme.desktop
|
||||||
|
|
||||||
|
|
||||||
|
messages: rc.cpp
|
||||||
|
$(XGETTEXT) *.cpp -o $(podir)/kcmkdmtheme.pot
|
@ -0,0 +1,344 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
* Copyright (C) 2005-2007 by Stephen Leaf <smileaf@gmail.com> *
|
||||||
|
* Copyright (C) 2006 by Oswald Buddenhagen <ossi@kde.org> *
|
||||||
|
* *
|
||||||
|
* This program is free software; you can redistribute it and/or modify *
|
||||||
|
* it under the terms of the GNU General Public License as published by *
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or *
|
||||||
|
* (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License *
|
||||||
|
* along with this program; if not, write to the *
|
||||||
|
* Free Software Foundation, Inc., *
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
#include "kdmtheme.h"
|
||||||
|
|
||||||
|
#include <kdialog.h>
|
||||||
|
#include <kglobal.h>
|
||||||
|
#include <kio/job.h>
|
||||||
|
#include <kio/netaccess.h>
|
||||||
|
#include <klocale.h>
|
||||||
|
#include <kmessagebox.h>
|
||||||
|
#include <kprogress.h>
|
||||||
|
#include <kstandarddirs.h>
|
||||||
|
#include <ktar.h>
|
||||||
|
#include <kurlrequester.h>
|
||||||
|
#include <kurlrequesterdlg.h>
|
||||||
|
#include <kparts/genericfactory.h>
|
||||||
|
|
||||||
|
#include <qcheckbox.h>
|
||||||
|
#include <qdir.h>
|
||||||
|
#include <qlayout.h>
|
||||||
|
#include <qlabel.h>
|
||||||
|
#include <qptrlist.h>
|
||||||
|
#include <qpixmap.h>
|
||||||
|
#include <qpushbutton.h>
|
||||||
|
#include <qlistview.h>
|
||||||
|
#include <qwhatsthis.h>
|
||||||
|
#include <qwidget.h>
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
|
class ThemeData : public QListViewItem {
|
||||||
|
public:
|
||||||
|
ThemeData( QListView *parent = 0 ) : QListViewItem( parent ) {}
|
||||||
|
|
||||||
|
QString name;
|
||||||
|
QString path;
|
||||||
|
QString screenShot;
|
||||||
|
QString copyright;
|
||||||
|
QString description;
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef KGenericFactory<KDMThemeWidget, QWidget> kdmthemeFactory;
|
||||||
|
K_EXPORT_COMPONENT_FACTORY( kcm_kdmtheme, kdmthemeFactory("kcmkdmtheme"))
|
||||||
|
|
||||||
|
KDMThemeWidget::KDMThemeWidget( QWidget *parent, const char *name, const QStringList& )
|
||||||
|
: KCModule(parent, name), config( 0L )
|
||||||
|
{
|
||||||
|
QGridLayout *ml = new QGridLayout( this );
|
||||||
|
ml->setSpacing( KDialog::spacingHint() );
|
||||||
|
ml->setMargin( KDialog::marginHint() );
|
||||||
|
|
||||||
|
cUseTheme = new QCheckBox( this );
|
||||||
|
cUseTheme->setText( i18n( "En&able KDM Themes" ) );
|
||||||
|
ml->addMultiCellWidget( cUseTheme, 0, 0, 0, 2 );
|
||||||
|
|
||||||
|
themeWidget = new QListView( this );
|
||||||
|
themeWidget->addColumn( i18n( "Theme" ) );
|
||||||
|
themeWidget->addColumn( i18n( "Author" ) );
|
||||||
|
themeWidget->setAllColumnsShowFocus( true );
|
||||||
|
themeWidget->setShowSortIndicator( true );
|
||||||
|
themeWidget->setRootIsDecorated( false );
|
||||||
|
QWhatsThis::add( themeWidget, i18n("This is a list of installed themes.\n"
|
||||||
|
"Click the one to be used.") );
|
||||||
|
|
||||||
|
ml->addMultiCellWidget( themeWidget, 1, 3, 0, 1 );
|
||||||
|
|
||||||
|
preview = new QLabel( this );
|
||||||
|
preview->setFixedSize( QSize( 200, 150 ) );
|
||||||
|
preview->setScaledContents( true );
|
||||||
|
QWhatsThis::add(preview, i18n("This is a screen shot of what KDM will look like.") );
|
||||||
|
|
||||||
|
ml->addWidget( preview, 1, 2 );
|
||||||
|
|
||||||
|
info = new QLabel( this );
|
||||||
|
info->setMaximumWidth( 200 );
|
||||||
|
info->setAlignment( int( QLabel::AlignTop | QLabel::WordBreak) );
|
||||||
|
QWhatsThis::add(info, i18n("This contains information about the selected theme.") );
|
||||||
|
|
||||||
|
ml->addMultiCellWidget( info, 3, 4, 2, 2 );
|
||||||
|
|
||||||
|
bInstallTheme = new QPushButton( i18n("Install &new theme"), this );
|
||||||
|
QWhatsThis::add(bInstallTheme, i18n("This will install a theme into the theme directory.") );
|
||||||
|
|
||||||
|
ml->addWidget( bInstallTheme, 4, 0 );
|
||||||
|
|
||||||
|
bRemoveTheme = new QPushButton( i18n("&Remove theme"), this );
|
||||||
|
QWhatsThis::add(bRemoveTheme, i18n("This will remove the selected theme.") );
|
||||||
|
|
||||||
|
ml->addWidget( bRemoveTheme, 4, 1 );
|
||||||
|
|
||||||
|
connect( themeWidget, SIGNAL(selectionChanged()), SLOT(themeSelected()) );
|
||||||
|
connect( bInstallTheme, SIGNAL(clicked()), SLOT(installNewTheme()) );
|
||||||
|
connect( bRemoveTheme, SIGNAL(clicked()), SLOT(removeSelectedThemes()) );
|
||||||
|
connect( cUseTheme, SIGNAL( toggled( bool ) ), SLOT( toggleUseTheme( bool ) ) );
|
||||||
|
|
||||||
|
QStringList themeDirs = KGlobal::dirs()->findDirs("data","kdm/");
|
||||||
|
themeDir = KGlobal::dirs()->findDirs("data","kdm/").last();
|
||||||
|
QDir d;
|
||||||
|
for ( QStringList::Iterator dirs = themeDirs.begin(); dirs != themeDirs.end(); ++dirs ) {
|
||||||
|
kdDebug() << "Loading themes... ( " + *dirs + "themes/" + " )" << endl;
|
||||||
|
d.setPath( *dirs + "themes/" );
|
||||||
|
d.setFilter( QDir::Dirs );
|
||||||
|
QStringList list = d.entryList();
|
||||||
|
for ( QStringList::Iterator it = list.begin(); it != list.end(); ++it ) {
|
||||||
|
if (*it == "." || *it == "..") continue;
|
||||||
|
insertTheme( *dirs + "themes/" + *it );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
load();
|
||||||
|
|
||||||
|
if (getuid() != 0) {
|
||||||
|
cUseTheme->setEnabled( false );
|
||||||
|
setReadOnly(false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDMThemeWidget::selectTheme( const QString &path )
|
||||||
|
{
|
||||||
|
for ( QListViewItemIterator tdi( themeWidget ); tdi.current(); tdi++ ) {
|
||||||
|
ThemeData * td = ((ThemeData *)*tdi);
|
||||||
|
if (td->path == path) {
|
||||||
|
themeWidget->clearSelection();
|
||||||
|
themeWidget->setSelected(td, true );
|
||||||
|
updateInfoView( td );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDMThemeWidget::load()
|
||||||
|
{
|
||||||
|
QString kdmrc = KGlobal::dirs()->findResource("config", "kdm/kdmrc");
|
||||||
|
if ( kdmrc.isEmpty() ) {
|
||||||
|
kdError() << "Failed to find kdm resource file kdmrc!" << endl;
|
||||||
|
|
||||||
|
KMessageBox msgBox;
|
||||||
|
msgBox.sorry(0, i18n("I can't find the configuration file for the Login Manager, kdm. Check you have set up the Login Manager from the Control Center, and that you have permision to read and write the Login Manager's configuration file.\n\n You must set-up the Login Manager before you can use its themes."), i18n("Can't find Configuration File"));
|
||||||
|
|
||||||
|
delete config;
|
||||||
|
config = NULL;
|
||||||
|
} else {
|
||||||
|
kdDebug() << "Loading... ( " + kdmrc + " )" << endl;
|
||||||
|
|
||||||
|
delete config;
|
||||||
|
config = new KConfig( kdmrc );
|
||||||
|
config->setGroup( "X-*-Greeter" );
|
||||||
|
cUseTheme->setChecked( config->readBoolEntry( "UseTheme", false ) );
|
||||||
|
|
||||||
|
selectTheme( config->readEntry( "Theme", themeDir + "circles" ) );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDMThemeWidget::save()
|
||||||
|
{
|
||||||
|
kdDebug() << "Saving: Theme " << defaultTheme->path << " - UseTheme " << cUseTheme->isChecked() << endl;
|
||||||
|
config->writeEntry( "Theme", defaultTheme->path );
|
||||||
|
config->writeEntry( "UseTheme", cUseTheme->isChecked() );
|
||||||
|
config->sync();
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDMThemeWidget::defaults()
|
||||||
|
{
|
||||||
|
selectTheme( themeDir + "circles" );
|
||||||
|
|
||||||
|
emit changed(true);
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDMThemeWidget::toggleUseTheme(bool useTheme) {
|
||||||
|
setReadOnly( useTheme );
|
||||||
|
emit changed(true);
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDMThemeWidget::setReadOnly(bool ro)
|
||||||
|
{
|
||||||
|
themeWidget->setEnabled( ro );
|
||||||
|
bInstallTheme->setEnabled( ro );
|
||||||
|
bRemoveTheme->setEnabled( ro );
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDMThemeWidget::insertTheme( const QString &_theme )
|
||||||
|
{
|
||||||
|
KConfig * themeConfig;
|
||||||
|
QString name;
|
||||||
|
|
||||||
|
kdDebug() << "Looking for " << _theme << "/KdmGreeterTheme.desktop" << endl;
|
||||||
|
themeConfig = new KConfig( _theme + "/KdmGreeterTheme.desktop");
|
||||||
|
themeConfig->setGroup( "GdmGreeterTheme" );
|
||||||
|
name = themeConfig->readEntry( "Name" );
|
||||||
|
if (name.isEmpty()) {
|
||||||
|
kdDebug() << "Looking for " << _theme << "/GdmGreeterTheme.desktop" << endl;
|
||||||
|
themeConfig = new KConfig( _theme + "/GdmGreeterTheme.desktop");
|
||||||
|
themeConfig->setGroup( "GdmGreeterTheme" );
|
||||||
|
|
||||||
|
name = themeConfig->readEntry( "Name" );
|
||||||
|
if (name.isEmpty())
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
for ( QListViewItemIterator tdi( themeWidget ); tdi.current(); tdi++ ) {
|
||||||
|
ThemeData * td = ((ThemeData *)*tdi);
|
||||||
|
if (td->name == name)
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
kdDebug() << "Adding theme " << name << endl;
|
||||||
|
|
||||||
|
ThemeData *child = new ThemeData( themeWidget );
|
||||||
|
child->setText( 0, name );
|
||||||
|
child->setText( 1, themeConfig->readEntry( "Author" ) );
|
||||||
|
child->name = name;
|
||||||
|
child->path = _theme;
|
||||||
|
child->screenShot = themeConfig->readEntry( "Screenshot" );
|
||||||
|
child->copyright = themeConfig->readEntry( "Copyright" );
|
||||||
|
child->description = themeConfig->readEntry( "Description" );
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDMThemeWidget::updateInfoView( ThemeData *theme )
|
||||||
|
{
|
||||||
|
info->setText(
|
||||||
|
((theme->copyright.length() > 0) ?
|
||||||
|
i18n("<qt><strong>Copyright:</strong> %1<br/></qt>",
|
||||||
|
theme->copyright) : "") +
|
||||||
|
((theme->description.length() > 0) ?
|
||||||
|
i18n("<qt><strong>Description:</strong> %1</qt>",
|
||||||
|
theme->description) : "") );
|
||||||
|
preview->setPixmap( theme->path + '/' + theme->screenShot );
|
||||||
|
preview->setText( theme->screenShot.isEmpty() ?
|
||||||
|
"Screenshot not available" : QString() );
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDMThemeWidget::installNewTheme()
|
||||||
|
{
|
||||||
|
KURLRequesterDlg fileRequester( QString::null, this, i18n("Drag or Type Theme URL") );
|
||||||
|
fileRequester.urlRequester()->setMode( KFile::File | KFile::Directory | KFile::ExistingOnly );
|
||||||
|
KURL themeURL = fileRequester.getURL();
|
||||||
|
if (themeURL.isEmpty())
|
||||||
|
return;
|
||||||
|
|
||||||
|
QString themeTmpFile;
|
||||||
|
|
||||||
|
if (!KIO::NetAccess::download( themeURL, themeTmpFile, this )) {
|
||||||
|
QString sorryText;
|
||||||
|
if (themeURL.isLocalFile())
|
||||||
|
sorryText = i18n("Unable to find the KDM theme archive %1.",themeURL.prettyURL());
|
||||||
|
else
|
||||||
|
sorryText = i18n("Unable to download the KDM theme archive;\n"
|
||||||
|
"please check that address %1 is correct.",themeURL.prettyURL());
|
||||||
|
KMessageBox::sorry( this, sorryText );
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
QList<KArchiveDirectory> foundThemes;
|
||||||
|
|
||||||
|
KTar archive( themeTmpFile );
|
||||||
|
archive.open( IO_ReadOnly );
|
||||||
|
|
||||||
|
const KArchiveDirectory *archDir = archive.directory();
|
||||||
|
QStringList entries = archDir->entries();
|
||||||
|
for (QStringList::Iterator ent = entries.begin(); ent != entries.end(); ++ent) {
|
||||||
|
const KArchiveEntry *possibleDir = archDir->entry( *ent );
|
||||||
|
if (possibleDir->isDirectory()) {
|
||||||
|
const KArchiveDirectory *subDir =
|
||||||
|
static_cast<const KArchiveDirectory *>( possibleDir );
|
||||||
|
if (subDir->entry( "KdmGreeterTheme.desktop" ))
|
||||||
|
foundThemes.append( subDir );
|
||||||
|
else if (subDir->entry( "GdmGreeterTheme.desktop" ))
|
||||||
|
foundThemes.append( subDir );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (foundThemes.isEmpty())
|
||||||
|
KMessageBox::error( this, i18n("The file is not a valid KDM theme archive.") );
|
||||||
|
else {
|
||||||
|
KProgressDialog progressDiag( this,
|
||||||
|
i18n("Installing KDM themes"), QString() );
|
||||||
|
progressDiag.setModal( true );
|
||||||
|
progressDiag.setAutoClose( true );
|
||||||
|
progressDiag.progressBar()->setTotalSteps( foundThemes.count() );
|
||||||
|
progressDiag.show();
|
||||||
|
|
||||||
|
for ( KArchiveDirectory * ard = foundThemes.first(); foundThemes.current(); foundThemes.next() ) {
|
||||||
|
progressDiag.setLabel(
|
||||||
|
i18n("<qt>Installing <strong>%1</strong> theme</qt>", ard->name() ) );
|
||||||
|
|
||||||
|
QString path = themeDir + "themes/" + ard->name();
|
||||||
|
kdDebug() << "Unpacking new theme to " << path << endl;
|
||||||
|
ard->copyTo( path, true );
|
||||||
|
if (QDir( path ).exists())
|
||||||
|
insertTheme( path );
|
||||||
|
|
||||||
|
progressDiag.progressBar()->setValue( progressDiag.progressBar()->value() + 1 );
|
||||||
|
if (progressDiag.wasCancelled())
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
emit changed(true);
|
||||||
|
}
|
||||||
|
|
||||||
|
archive.close();
|
||||||
|
|
||||||
|
KIO::NetAccess::removeTempFile( themeTmpFile );
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDMThemeWidget::themeSelected()
|
||||||
|
{
|
||||||
|
if (themeWidget->selectedItem()) {
|
||||||
|
defaultTheme = (ThemeData *)(themeWidget->selectedItem());
|
||||||
|
updateInfoView( defaultTheme );
|
||||||
|
} else
|
||||||
|
updateInfoView( 0 );
|
||||||
|
emit changed(true);
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDMThemeWidget::removeSelectedThemes()
|
||||||
|
{
|
||||||
|
QListViewItem * themes = themeWidget->selectedItem();
|
||||||
|
if (!themes)
|
||||||
|
return;
|
||||||
|
if (KMessageBox::questionYesNoList( this,
|
||||||
|
i18n("Are you sure you want to remove this KDM theme?"),
|
||||||
|
themes->text(0), i18n("Remove theme?") ) != KMessageBox::Yes)
|
||||||
|
return;
|
||||||
|
KIO::del( ((ThemeData *)themes)->path ); // XXX error check
|
||||||
|
|
||||||
|
themeWidget->takeItem( themes );
|
||||||
|
}
|
||||||
|
|
||||||
|
#include "kdmtheme.moc"
|
@ -0,0 +1,31 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Exec=kcmshell kdmtheme
|
||||||
|
Icon=kdmconfig
|
||||||
|
Type=Application
|
||||||
|
|
||||||
|
X-KDE-ModuleType=Library
|
||||||
|
X-KDE-Library=kdmtheme
|
||||||
|
X-KDE-RootOnly=true
|
||||||
|
X-KDE-HasReadOnlyMode=true
|
||||||
|
X-KDE-ParentApp=kcontrol
|
||||||
|
X-Keywords=kdmtheme
|
||||||
|
|
||||||
|
Comment=kdmtheme - KDM Theme Manager
|
||||||
|
Comment[es]=kdmtheme - Manejador del tema de KDM
|
||||||
|
Comment[sv]=kdmtheme - Temahanterare för KDM
|
||||||
|
Comment[id]=kdmtheme - Pengatur Tema KDM
|
||||||
|
Comment[ms]=kdmtheme - Pengatur Tema KDM
|
||||||
|
Comment[fr]=kdmtheme - Gestionnaire de thèmes KDM
|
||||||
|
Comment[it]=kdmtheme - Gestore di temi KDM
|
||||||
|
Comment[jp]=kdmtheme - KDM テーママネージャー
|
||||||
|
Name=KDM Theme Manager
|
||||||
|
Name[es]=Manejador del tema de KDM
|
||||||
|
Name[sv]=Temahanterare för KDM
|
||||||
|
Name[id]=Pengatur Tema KDM
|
||||||
|
Name[ms]=Pengatur Tema KDM
|
||||||
|
Name[fr]=Gestionnaire de thèmes KDM
|
||||||
|
Name[it]=Gestore di temi KDM
|
||||||
|
Name[jp]=KDM テーママネージャー
|
||||||
|
|
||||||
|
Categories=Qt;KDE;X-KDE-settings-system;X-KDE-systemsettings-lookandfeel-appearance;
|
@ -0,0 +1,71 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
* Copyright (C) 2005-2007 by Stephen Leaf <smileaf@gmail.com> *
|
||||||
|
* Copyright (C) 2006 by Oswald Buddenhagen <ossi@kde.org> *
|
||||||
|
* *
|
||||||
|
* This program is free software; you can redistribute it and/or modify *
|
||||||
|
* it under the terms of the GNU General Public License as published by *
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or *
|
||||||
|
* (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License *
|
||||||
|
* along with this program; if not, write to the *
|
||||||
|
* Free Software Foundation, Inc., *
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
#ifndef _KDMTHEME_H_
|
||||||
|
#define _KDMTHEME_H_
|
||||||
|
|
||||||
|
#include <kconfig.h>
|
||||||
|
#include <kcmodule.h>
|
||||||
|
|
||||||
|
#include <qwidget.h>
|
||||||
|
|
||||||
|
class ThemeData;
|
||||||
|
|
||||||
|
class QLabel;
|
||||||
|
class QPushButton;
|
||||||
|
class QListView;
|
||||||
|
class QCheckBox;
|
||||||
|
|
||||||
|
class KDMThemeWidget : public KCModule {
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
KDMThemeWidget( QWidget *parent = 0, const char *name=0, const QStringList& = QStringList() );
|
||||||
|
|
||||||
|
virtual void load();
|
||||||
|
virtual void save();
|
||||||
|
virtual void defaults();
|
||||||
|
void setReadOnly( bool );
|
||||||
|
|
||||||
|
private:
|
||||||
|
void selectTheme( const QString & );
|
||||||
|
void insertTheme( const QString & );
|
||||||
|
void updateInfoView( ThemeData * );
|
||||||
|
|
||||||
|
QListView *themeWidget;
|
||||||
|
QLabel *preview;
|
||||||
|
QLabel *info;
|
||||||
|
QPushButton *bInstallTheme;
|
||||||
|
QPushButton *bRemoveTheme;
|
||||||
|
QCheckBox *cUseTheme;
|
||||||
|
|
||||||
|
ThemeData *defaultTheme;
|
||||||
|
QString themeDir;
|
||||||
|
KConfig *config;
|
||||||
|
|
||||||
|
protected slots:
|
||||||
|
void themeSelected();
|
||||||
|
void removeSelectedThemes();
|
||||||
|
void installNewTheme();
|
||||||
|
void toggleUseTheme(bool);
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in new issue