0.52.4
------
1. Update CMakeLists.txt to better match KDE4.
2. Fix frames in systemsettings.
3. Fix mouse over of disabled toolbutton drop down indicators.
4. Fix combobox & spinbutton 'raised' appearance.
5. Better button widths.

0.52.3
------
1. Don't lighten border of disabled check/radio buttons.
2. Lighten trough of disabled slider.
3. Store no etch widgets in a set, to speed up checking.
4. When building for Qt4 only, you *must* build from within
   the qt4 folder. This is due to the different ways qmake
   and cmake create moc files.

0.52.2
------
1. Fix crash when slider colour == button.

0.52.1
------
1. Draw emphasis around menus when not lightening.
2. Use button colours to border entry fields.
3. Dont allow scrollbars to be recoloured.
4. Nicer etching/shadows - use alpha as opposed to mixing colours.
5. Disable etch/shadow for plasma and khtml widgets.
6. Adjust tab heights.

0.52
----
 1. Use 'dull glass' as the default gradient - previous default is now
    called 'Clean'.
 2. Darken slider mouse over colour if slider is not shaded.
 3. Use thinner slider mouse over sections if slider is not shaded.
 4. Improve look of small V arrows.
 5. Even duller dull glass, but much more useable.
 6. Fix setting of check/radio colour.
 7. Only highlight editable combo arrow when mouse over arrow, not over
    edit field - more Gtk like.
 8. Added two config file options (no gui):
        gtkScrollViews set to 'true' to have the scrollbars drawn outside
                       of scrollviews.
        gtkComboMenus  set to 'true' so that non-editable behave as per Gtk,
                       draw up and down arrow as per Gtk, and combo list uses
                       menu colour for background.
 9. Style KTitleWidget
10. Fix combo boxes in listviews.
11. Fix crash in designer when 'Fix parentless dialogs' is enabled.
12. Use 64bit ints as index for pixmap cache - should be faster
    than strings.
13. Fix Qt4.3 crash - thanks to Jakub Dvorak.
14. Treat 'NoToolBarArea' as top/bottom toolbars.
15. Make spinbutton height more consistent with KDE3.
16. Implement PE_PanelButtonBevel - theme's QtConfig's colour buttons.

0.51
----
 1. Changed shading to use HSL colour space. This can be altered by
    editing $XDG_CONFIG_HOME/qtcurvestylerc and setting 'shading=simple'
    for the previous method, or 'shading=hsv' to use HSV.
 2. Add options:
        Border all of menu/toolbars.
        Darker borders.
        'V' arrows.
 3. Fix raised listview headers.
 4. Fix glass style menuitem appearance.
 5. Modifed look of dullglass, looks "softer"
 6. Improve look of plastik mouse-over for non coloured scrollbars.
 7. For disabled buttons, use standard fill but lighten border.
 8. Use darker colours for mouse-over and default button - helps with
    light colour schemes.
 9. Fix listviews!
10. Imlement Q3ListView styling.
11. Fix menuitem height to be more consistent with KDE3.

0.50
----
 1. Add settings for:
     Fill used slider
     Round menubar item top only
     Menuitem appearance
     Border menuitems
     Progressbar appearance
     Gradient progressbar groove
     Use standard buttons for sidebar buttons
     Check/radio colour
     Plastik style mouse-over
 2. Dont colour menubar items on mouse over if not colouring menubars.
 3. When drawing menubar borders, only draw bottom line.
 4. When drawing toolbar borders, only draw top/bottom or left/right
    - depending upon orientation.
 5. Dont draw text under dockwidget buttons.
 6. Use 'foreground' colour for menu text.
 7. Dont't focus highlight for scrollview widgets - makes more consistent
    with KDE3 and Gtk2.
 8. Don't draw toolbar borders for non QMainWindow parented toolbars,
    makes more consistent with KDE3
 9. Fix some drawing errors with top tabs.
10. Darken dock widget title area.
11. Fix button shift

0.49
----
1. Initial port to Qt4
