diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 02:28:08 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 02:28:08 +0000 |
commit | f9c5bc16e192997a25a9547b4173551bab70630a (patch) | |
tree | a701b520cf924c8588305b6e6fdd0748070bd542 /pics/README | |
download | twin-style-crystal-f9c5bc16e192997a25a9547b4173551bab70630a.tar.gz twin-style-crystal-f9c5bc16e192997a25a9547b4173551bab70630a.zip |
Added KDE3 version of kwin Crystal style
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kwin-style-crystal@1095345 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'pics/README')
-rw-r--r-- | pics/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pics/README b/pics/README new file mode 100644 index 0000000..20253b8 --- /dev/null +++ b/pics/README @@ -0,0 +1,20 @@ +These are the button themes for Crystal. + +1) embedtool: Tool wich converts the png files into C-source code. The source code is then compiled into the decoration. +Use with 'embedtool file1 file2 > tiles.h', or 'embedtool foo/*.png > bar.h'. + + +2) The button themes are handled by automake now, this means a simple 'make' in the top directory should build embedtool, create the neccessary headers and copy the resulting tiles.h to ../client/tiles.h. After changing a png file, a simple make should take care of it all. + + +3) A new button theme is much more work: +- Add a directory, populate it with png images. List this directory in the ${themes} variable of the Makefile.am +- In the top directory run: make -f Makefile.cvs. Now make should include your png images in the tiles.h, which gets included in the crystal source. +- You have to add some logic to the ../client/crystalclient.cc and ../client/config/configdialog.ui file, to really make your button theme available. + + + +If you made a button theme out of an existing one, please mail it to me (at spam84@gmx.de), and I'll take care of the proper implementation. + +Sascha Hlusiak, 13.03.2006 +[spam84@nurfuerspam.de] |