diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-10-05 18:12:45 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-10-05 18:12:45 +0000 |
commit | b23b8edce7cbd48165084dbd852875afeb800735 (patch) | |
tree | 6fce139d187944d762e804b4e868e8a40284a121 /README | |
parent | 70f7d26b3b2a811ad0000cc3a26e21142d34e39f (diff) | |
download | tde-style-qtcurve-b23b8edce7cbd48165084dbd852875afeb800735.tar.gz tde-style-qtcurve-b23b8edce7cbd48165084dbd852875afeb800735.zip |
Update qtcurve to latest upstream version
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1182805 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'README')
-rw-r--r-- | README | 36 |
1 files changed, 33 insertions, 3 deletions
@@ -8,6 +8,27 @@ To build and install: 4. make 5. make install +The following options may be supplied to cmake: + + -DQTC_QT_ONLY=true + Build style as a pure Qt3 style. NOTE: May also need to set QTDIR *before* + calling cmake. + This is the default as from QtCurve 1.0.0 + + -DQTC_BUILD_CONFIG_MODULE=true + Build KDE3 config module. NOTE: This is no longer maintained. + + -DQTC_DEFAULT_TO_KDE3=true + If the KDE_SESSION_VERSION is not set, then assume we are running + under KDE3. If this cmake option is not set, then KDE4 is assumed. + + -DQTC_STYLE_SUPPORT=true + Support QtCurve style files. These are stored as + <kde prefix>/share/apps/kstyle/themes/qtc_<stylename>.themerc + + -DQTC_ENABLE_PARENTLESS_DIALOG_FIX_SUPPORT=true + Enable support for the 'fixParentlessDialogs' config option. NOTE: This is + known to break some applications - hence is disabled by default! Themes ------ @@ -36,10 +57,20 @@ or copy to <kde install prefix>/share/apps/kstyle/themes/ (usually When KDE's style panel is restarted, your new theme should appear in the list. +NOTE: As of QtCurve 1.0.0 style support has been disabled by default, and you will +need to explicitly enable it via QTC_STYLE_SUPPORT + +Testing +------- +As of v1.2.1, QtCurve can be forced to read its settings from an alternate config +file via the QTCURVE_CONFIG_FILE environment variable. This is only really useful +for testing alternate config settings without changing the users current settings. +Usage: + + QTCURVE_CONFIG_FILE=~/testfile kcalc 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. @@ -52,7 +83,6 @@ To use this: 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 + qembed radio_frame.png radio_inner.png radio_light.png radio_on.png radio_on_small.png check_on.png slider.png slider_light.png check_x_on.png dot.png > pixmaps.h |