1## 0.65.4-KDE4
21. Use 'MS Windows' and not 'Windows' for scrollbar type - to aid
3   translations.
42. Apply old-style listview lines to `Q3ListView`'s as well.
53. Fix KDE4.3 compilation - patch from Markus Ullmann
6
7## 0.65.3-KDE4
81. When not using button-like check/radio boxes, use view text as the
9   indicator colour.
102. Fix slight tab glitches when using glow tab mouse over and square tabs.
113. Fix usage of custom menu text colours.
124. Fix custom menu stripe colour.
135. In config dialog - for gradient directions, use "Top to bottom" instead of
14   "Horizontal" and "Left to right" instead of "Vertical"
156. Fix square tabs when using background gradients.
167. Fix clipped triangular sliders.
178. Add support for translations of config dialogs.
189. Turkish translation by Necmettin Begiter
19
20## 0.65.3-gtk2
211. When not using button-like check/radio boxes, use view text as the
22   indicator colour.
232. Fix slight tab glitches when using glow tab mouse over and square tabs.
243. Fix background of some widgets when using "left to right" background
25   gradients.
264. Fix backgrounds of entry field when etching, but not rounded.
275. Dont draw frame for entry fields within list/trees.
28
29## 0.65.2-KDE4
301. Add option to draw list view lines in pre 0.65 style.
312. Fix some inner gradient bleeding when using max rounding.
323. Fix arora location bar for non gradient backgrounds.
334. Fix 'stripe effect' on scrollbars when using plastik style mouse over.
34
35## 0.65.2-gtk2
361. If there is not enough space for large arrows in FireFox's menuitems,
37   use small ones.
382. Fix incorrect scrollbar trough border.
393. Better, non-hacky, fix for Firefox's location bar.
404. Make Firefox's entry fields smaller.
41
42## 0.65.1-KDE4
431. Use a border width of 1 if gradienting popupmenus.
442. When using darkened menu stripe use popupmenu background colour as the
45   base colour.
463. Match Gtk2 button size better.
474. Fix gradient menus when not using lighter popup menu backgrounds.
485. Slightly better looking listview lines.
496. Use `QMetaObject::invokeMethod`/`Qt::QueuedConnection` instead of `QTimer`
50   to initialise KDE4 settings. Thanks to Eike Hein for the idea.
517. When exporting KDE4 palette to KDE3, call `kde-config` to ascertain KDE3's
52   config dir.
538. Export activeBackground, activeForeground, inactiveBackground, and
54   inactiveForeground of window manager colours  (if KDE4 home != KDE3 home)
559. Export KDE4 fonts to KDE3 (if KDE4 home != KDE3 home)
5610. Fix radius of internal border when max rounding.
5711. Fix some text-clipping on combos.
5812. Still draw menu/toolbar gradients if using background gradient.
59
60## 0.65.1-gtk2
611. Use a border width of 1 if gradienting popupmenus.
622. When using darkened menu stripe use popupmenu background colour as the
63   base colour.
643. Draw menu stripe flush with the edge of menu.
654. Match 'darken' menuStripe to KDE4.
665. When using menu stripe, adjust separators by 20 (2 for Mozilla/Oo.o)
67   pixels left.
686. Increase width of menu stripe for Mozilla apps.
697. Draw menu stripe for menus associated with dialogs.
708. Match KDE4 button text position better.
719. Fix some issues with oxygen-style combo buttons. (QtCurve creates maps from
72   the parent -> entry, and parent -> button - these maps were not being cleared
73   when the widget was destroyed. Also, dont keep reference to last
74   moused-overed entry after its unrealized).
7510. Dont highlight background of checks/radios when this is not enabled, but
76    gradient background is.
7711. Disable background gradients for Java, Mozilla, OpenOffice, GIMP toolbox,
78    and tooltip windows.
7912. Improve background gradients when drawing parts of entries, etc.
8013. Very hackish fix to the border around the icons within firefox's location and
81    search entry fields. Disabled by default, to enable pass
82    `-DQTC_FIX_FIREFOX_LOCATION_BAR=true` to cmake. Note that enabling
83    this may cause issues with other entry fields in firefox.
8414. Adjust position of checks and radios in menus.
8515. Fix memory leak by calling parent class's fianlize method in QtCurve's.
86
87## 0.65.0-KDE4
881. Add options to draw editable combos, and spin widgets, as edit fields with
89   embedded arrows - oxygen style.
902. Add option to draw a light border around tab widgets, as opposed to 3d look.
913. Added ability to specify scrollbar width (11 -> 31, default 15)
924. Base slider dimensions off of scrollbar width, unless using triangular slider.
935. Add option to have thinner buttons.
946. Add option to specify gradient for background of popupmenus.
957. Enable mouse-over for entry fields.
968. For mouse-over and focus, use same colour for top and bottom inner parts
97   of entry fields.
989. When using filled/full focus with coloured mouse over, then mouse over takes
99   precedence.
10010. Alter default settings:
101
102    1. Place arrows of spin buttons, and editable combos, in the edit field.
103    2. Draw a light border around tab widget.
104    3. Thinner buttons.
105    4. Use soft gradient for active tab.
106    5. Use glow style highlight for tab mouse-over (this introduces gaps
107       between tabs).
108
10911. Modified how button, and combo, heights are calculated - no longer set a
110    minimum height.
11112. Fix some K apps crashing due to `KComponentData`. Use a
112    `QTimer::singleShot` to set up KDE settings.
11313. Dont use KDE4's disabled background colour.
11414. Disable QtCurve's coloures shadows for KDE>=4.3 - needs rewriting to support
115    new kwin API.
11615. Only use mouse-over colour for menu-toolbutton arrows when mouse is over menu
117    segment.
11816. Make Kate/Kwrite's option toolbuton have the same size as the next/prev
119    buttons.
12017. Make listview lines match Gtk2 better.
12118. Experimental support for drawing of background gradients.
12219. Cache complete buttons, etc, pixmaps - as opposed to just the gradient fill.
123
124## 0.65.0-gtk2
1251. Add options to draw editable combos, and spin widgets, as edit fields with
126   embedded arrows - oxygen style.
1272. Add option to draw a light border around tab widgets, as opposed to 3d look.
1283. Added ability to specify scrollbar width (11 -> 31, default 15)
1294. Base slider dimensions off of scrollbar width, unless using
130   triangular slider.
1315. Add option to have thinner buttons.
1326. Add option to specify gradient for background of popupmenus.
1337. Enable mouse-over for entry fields.
1348. For mouse-over and focus, use same colour for top and bottom inner parts
135   of entry fields.
1369. When using filled/full focus with coloured mouse over, then mouse over takes
137   precedence.
13810. Alter default settings:
139
140    1. Place arrows of spin buttons, and editable combos, in the edit field.
141    2. Draw a light border around tab widget.
142    3. Thinner buttons.
143    4. Use soft gradient for active tab.
144    5. Use glow style highlight for tab mouse-over (this introduces gaps
145       between tabs).
146
14711. Re-add fix for icons on GEdit tabs - but only for GeditNotebook widgets.
14812. Draw entry field backgrounds.
14913. Dont use KDE4's disabled background colour.
15014. Experimental support for menu-stripe. (Needs menu stipe also enabled
151    in KDE GUI)
15215. Enable drawing of list (tree) view lines.
15316. Experimental support for drawing of background gradients.
154
155## 0.64.2-KDE4
1561. When using shaded combo buttons, use button colours for border.
1572. Fix compilation with Qt4 < 4.5 (`PM_SubMenuOverlap` was introduced in Qt 4.5)
1583. Allow style to be compile for Qt4 only, need to pass `-DQTC_QT_ONLY=true`
159   to cmake
1604. Fix etched radio buttons.
1615. Draw a horizontal gradient for checkable menuitems.
162
163## 0.64.2-gtk2
1641. When using shaded combo buttons, use button colours for border.
1652. Disable button order userChrome.css mods for Thunderbird >= 3
1663. Added a verbose warning about the usage of `QTC_MODIFY_MOZILLA`
1674. Fix spin widget entry field when widget is on a notebook - bug was caused
168   by fix for GEdit tabs.
1695. Disable coloured slider hack for Firefox apps. This hack attempts to solve
170   the miscolured top/bottom line of sliders when they are at the top/bottom.
171
172## 0.64.1-KDE4
1731. When using shaded combo buttons, use the combo splitter setting to
174   determine if there should be a border between the shaded and unshaded parts.
175
176## 0.64.1-gtk2
1771. When using shaded combo buttons, use the combo splitter setting to
178   determine if there should be a border between the shaded and unshaded parts.
1792. Make menubar items selectable right up to the top edge of the menubar.
1803. Fix clipping of close icon on GEdit tabs.
181
182## 0.64.0-KDE4
1831. Add option to not draw border around popupmenus.
1842. Add option to unify spinbuttons.
1853. Add option to set sub-menu delay (default 100ms)
1864. Use equal top/bottom padding on popupmenu separators.
1875. Add option to colour arrow part of combobox.
1886. Draw resize grip as a darkend triangle.
1897. Add a 'thick coloured border' mouse over type.
1908. Allow to darken sliders.
1919. Add new default button indicator - darken.
19210. Harmonize KDE4 & Gtk2 popupmenu overlaps.
19311. Slightly changed min width/height of when buttons can be max rounded.
19412. Alter position of arrow in toolbar buttons with menus.
19513. Fix selection artifact issues with details view in dolphin.
19614. Fix setting of check/radio shade.
19715. Fix storing of custom menu stripe colour.
19816. Fix max/restore button being 'stuck'
19917. Fix `QPainter` errors displayed when running qtconfig.
20018. Fix reading of kwin button positions for MDI windows when
201    custom postitions are set, but the flag to use these is not.
20219. Add an option to export the KDE4 palette, and font,
203    for pure-Qt3 applications.
20420. Set Kontact's toolbuttons to be auto-raise.
205
206## 0.64.0-gtk2
2071. Add option to not draw border around popupmenus.
2082. Add option to unify spinbuttons.
2093. Add option to set sub-menu delay (default 100ms)
2104. Use equal top/bottom padding on popupmenu separators.
2115. Add option to colour arrow part of combobox.
2126. Draw resize grip as a darkend triangle.
2137. Add a 'thick coloured border' mouse over type.
2148. Allow to darken sliders.
2159. Add new default button indicator - darken.
21610. Harmonize KDE4 & Gtk2 popupmenu overlaps.
21711. Slightly changed min width/height of when buttons can be max
218    rounded - fixes some issues with firefox.
21912. Fix scrollbar background when using thinner grooves.
22013. Under KDE4 (`KDE_SESSION_VERSION >= 4`), default hover/focus colours to the
221    KDE4 defaults.
22214. Fix firefox crashing when scrollbar slider move to top. This only occurs
223    when not using flat scrollbar buttons, and a coloured scrollbar slider.
22415. Dont draw frame around GEdits combos in its status bar - unless
225    drawStatusBarFrames is set to true.
22616. Dont attempt alter OK/Cancel button for Firefox 3.5 - seems to mess up
227    preferences dialog.
22817. Replace QtCurve's menubar mouse-over code with that from the glide engine.
229
230## 0.63.0-KDE4
2311. Add '3dfull' to gradient border options. This forces the
232   dark, as well as the light, portion to be drawn.
2332. Use a lighter shade for the dark portion of gradient border.
2343. Flat dot for radio buttons.
2354. Option to use button colour for listview headers.
2365. Use KDE4 colours for focus and mouse-over.
2376. Removal of background focus option.
2387. Softer, and much nicer, colouration of selected tab.
2398. Tab mouse over options; top (as before), below, or glow.
2409. Modified defaults:
241
242    1. Tab mouse-over highlight drawn at the bottom
243    2. Plain slider style
244    3. Align titlebars text in center
245
24610. Add appearance setting for background of flat scrollbar buttons.
24711. Add HCY colour space.
24812. Use tint and mix colour routines from KDE4's KColourUtils.
24913. Remove QtCurve's 'inactiveHighlight' option, and use KDE4s setting
250    instead.
25114. Add option to specify appearance setting of filler part of sliders.
25215. Increase number of custom gradients - now matches number of gradient
253    config items.
25416. When using glow style mouse over, use mouse over colour for arrows.
25517. Option to use a thinner groove for scrollbars (only when using flat,
256    or no, buttons).
25718. Option to only colour sliders on mouse over.
25819. Option to round all tabs.
25920. Add option to specify menu stripe colour.
26021. Better tab highlighting.
26122. Update gradient preview when change colour space.
26223. Don't max/extra round progressbars.
26324. Use faded lines for tab and listview header mouse-over.
26425. Remove line from `KTitleWidget`
26526. Slightly improve highlight in corner of kwin windows.
26627. Align pressed box drwn for checkable icon menuitems better
267    with menuitem highlight.
26828. Remove 'Custom sunken gradient' setting, as this was not
269    actually used.
27029. Better handling of 'full centered' titlebar texts when window size is small.
27130. Don't round KWin's tab box.
27231. Improve look of widgets in KPackageKit.
27332. Don't use `QTimer` to setup KDE settings.
27433. Fix line under coloured MDI window titlebars.
27534. Fix some KWin issues; rounding of coloured window bar borders,
276    incorrect colouring of buttom of windows when only colouring titlebar.
27735. When navigating popupmenus with the keyboard, skip over disabled items.
27836. Add option to control light border on windows.
27937. Move kwin menu icon when pressed.
28038. Only draw mouse-over effect on sliders when mouse is over slider handle.
28139. Titlebar button options:
282
283    1. Show border on hover only
284    2. Show icon on hover only
285    3. Round buttons
286    4. No border
287    5. Colouration
288
28940. Titlebar app icon options:
290
291    1. None
292    2. On menu button
293    3. NExt to title
294
29541. Fix selection appearance when using raster graphicssystem.
29642. Add an option to export the KDE4 palette for KDE3 applications.
29743. Tell KWin to re-load its config if the kwin style is set to QtCurve, and
298    QtCurve's settings are changed.
29944. Fix artifacts with very thin selections.
30045. Translation support - thanks to Jonathan Riddell
30146. Use focus colour for coloured window shadows.
30247. Reduce toolbutton pop-up menu delay from 600ms to 250ms
30348. Fix edit field in KDE4.3's kickoff menu.
30449. Turn kwin coloured shadow off by default - seems to have issues with
305    KDE4.3Beta and/or Qt 4.5.1
30650. Dont max round toolbar buttons.
30751. Fix slight drawing glitch with Qt4.5 document mode tabs.
30852. Added 'Tiny' to kwin style border options.
30953. Added option to control whether bottom of KWin windows are rounded.
31054. Added option to show a resize grip on kwin windows - taken from
311    Bespin KWin decoration.
31255. Added option to not draw outer dark border on KWin windows.
313
314## 0.63.0-gtk2
3151. Add '3dfull' to gradient border options. This forces the
316   dark, as well as the light, portion to be drawn.
3172. Use a lighter shade for the dark portion of gradient border.
3183. Flat dot for radio buttons.
3194. Option to use button colour for listview headers.
3205. Use KDE4 colours for focus and mouse-over.
3216. Removal of background focus option.
3227. Softer, and much nicer, colouration of selected tab.
3238. Tab mouse over options; top (as before), below, or glow.
3249. Modified defaults:
325
326    1. Tab mouse-over highlight drawn at the bottom
327    2. Plain slider style
328    3. Align titlebars text in center
329
33010. Add appearance setting for background of flat scrollbar buttons.
33111. Add HCY colour space.
33212. Use tint and mix colour routines from KDE4's KColourUtils.
33313. Remove QtCurve's 'inactiveHighlight' option, and use KDE4s setting
334    instead.
33514. Add option to specify appearance setting of filler part of sliders.
33615. Increase number of custom gradients - now matches number of gradient
337    config items.
33816. When using glow style mouse over, use mouse over colour for arrows.
33917. Option to use a thinner groove for scrollbars (only when using flat,
340    or no, buttons).
34118. Option to only colour sliders on mouse over.
34219. Option to round all tabs.
34320. Better tab highlighting.
34421. Don't max/extra round progressbars.
34522. Use faded lines for tab and listview header mouse-over.
34623. Create icon-mapping file in a more robust manner.
34724. Set `gtk-icon-theme-name` to user's theme (or the KDE default if not set),
348    and set `gtk-fallback-icon-theme` to `highcolour`.
349    This seems to map more icons.
35025. Fix spin widget entry highlighting under Gtk 2.16
35126. Don't round rulers.
35227. Fix faded menuitems when not rounding.
35328. Fix alternate listview colours when running under KDE3
354    (`KDE_SESSION_VERSION=3`)
35529. Make buttons slightly thinner, matches KDE4 better.
35630. Fix settnig of KDE icons when QtCurve is configured by just having
357    gtk-theme-name="QtCurve" in the gtkrc file.
35831. Fix painting of scrollbar slider ends when sliders are shaded, and scrollbar
359    buttons are not flat.
36032. When not using highlight colour for menus, get OpenOffice to use the correct
361    colour for selected menubar items.
36233. Fix setting of custom shades, and gradients, when reading system config file.
36334. Don't crash when `/etc/qtcurvestylerc` is only readable by root!
36435. Use tooltip text colour to draw its border, as per KDE4.
36536. Dont draw border around rulers.
366