summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-15 18:11:59 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-15 18:11:59 +0000
commitf5a83a995930e07f31aa1dc057a1b0c2ee100e3d (patch)
tree3e6bd6c5c973b7a39153718433dd3849432ade1c /README
downloadtde-style-qtcurve-f5a83a995930e07f31aa1dc057a1b0c2ee100e3d.tar.gz
tde-style-qtcurve-f5a83a995930e07f31aa1dc057a1b0c2ee100e3d.zip
Added qtcuve theme engine
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1090657 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'README')
-rw-r--r--README58
1 files changed, 58 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..acd7309
--- /dev/null
+++ b/README
@@ -0,0 +1,58 @@
+Installation
+------------
+To build and install:
+
+1. mkdir build
+2. cd build
+3. cmake ..
+4. make
+5. make install
+
+
+Themes
+------
+As of v0.55, you can create QtCurve based themes. These will appear with KDE's style
+control panel's combobox of styles. To create a new theme, select 'QtCurve' from
+within KDE's style panel, then configure QtCurve as required. After this, in QtCurve's
+config dialog, select 'Export theme' from the options menu button. You will then be
+prompted to give your new 'theme' a name, and a comment. QtCurve will then create a file
+named 'qtc_<name>.themerc (e.g. qtc_klearlooks.themerc) - this will have the following
+format:
+
+ [Misc]
+ Name=KlearLooks
+ Comment=Clearlooks inspired style
+ [KDE]
+ WidgetStyle=qtc_klearlooks
+ [Settings]
+ animatedProgress=false
+ appearance=gradient
+ ....rest of qtcurve settings...
+
+To use this theme, either copy qtc_<name>.themerc to
+$KDEHOME/share/apps/kstyle/themes/ (usually ~/.kde/share/apps/kstyle/themes/)
+or copy to <kde install prefix>/share/apps/kstyle/themes/ (usually
+/usr/share/apps/kstyle/themes/)
+
+When KDE's style panel is restarted, your new theme should appear in the list.
+
+
+Creating Distribution Packages
+------------------------------
+
+CMake (as of v2.4.x) does not support building rpm or deb packages, and a simple
+checkinstall will not work. CMake 2.6 should support rpm and deb packages, but until
+then I have supplied a simple shell script to build a package with checkinstall.
+To use this:
+
+1. Install QtCurve as described above
+2. From within the 'build' folder from step 2 above, call ../common/mkpkg
+3. Answer the checkinstall questions.
+
+
+pixmaps.h
+---------
+
+To regenerate this, run the following:
+
+ qembed radio_frame.png radio_light.png radio_on.png check_on.png slider.png slider_light.png slider_v.png slider_light_v.png check_x_on.png > pixmaps.h \ No newline at end of file