- Removed 'Shadow buttons' option, and replaced with none/shadow/etch setting (default to 'none').
- Added 'passwordChar' option to set character used for password entries.
- Option to have frameless groupboxes - Gtk like.
- Add an 'Advanced' tab to config dialog.
- Add config item
gtkButtonOrder
set to 'true' to use Gtk/GNOME button order. - Modified contrast settings to be more varied.
- Gradient background of checks and radios, if appearance is not flat/raised.
- Slight improvement to etching under krunner.
- Fix for
PE_PanelLineEdit
- Better look for toolbuttons with drop down indicators.
- Fix mouseover for flat pushbuttons.
- Removed 'Shadow buttons' option, and replaced with none/shadow/etch setting - default to 'none'.
- Added 'passwordChar' option to set character used for password entries.
- Option to have frameless groupboxes - Gtk like.
- Add config item 'gtkButtonOrder' set to 'true' to use Gtk/GNOME button order.
- Added config item 'mapKdeIcons' to control whether to map KDE icons or not.
- Modified contrast settings to be more varied.
- Gradient background of checks and radios, if appearance is not flat/raised.
- Create kde-icon map on the fly - allows icon sizes to be read from kdeglobals.
- KDE's "apply colours to non-KDE apps" setting seems to mess up the text on progressbars, workaround this.
- Read alternate listview colour from KDE settings.
- More KDE like framed groupboxes.
- Update
CMakeLists.txt
to better match KDE4. - Fix frames in systemsettings.
- Fix mouse over of disabled toolbutton drop down indicators.
- Fix combobox & spinbutton 'raised' appearance.
- Better button widths.
- Don't lighten border of disabled check/radio buttons.
- Lighten trough of disabled slider.
- Store no etch widgets in a set, to speed up checking.
- 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.
- Fix 1st stripe on vertical progress bar.
- Fix very small progress bar chunks.
- Fix blanked out widgets in tovid.
- Fix DeVeDe crash when 'fix parentless dialogs' is enabled.
- Fix crash when slider colour == button.
- Don't lighten border of disabled check/radio buttons.
- Lighten trough of disabled slider.
- Draw emphasis around menus when not lightening.
- Use button colours to border entry fields.
- Dont allow scrollbars to be recoloured.
- Nicer etching/shadows - use alpha as opposed to mixing colours.
- Disable etch/shadow for plasma and khtml widgets.
- Adjust tab heights.
- Draw emphasis around menus when not lightening.
- Use button colours to border entry fields.
- Fix menu standard background.
-
Use 'dull glass' as the default gradient - previous default is now called 'Clean'.
-
Darken slider mouse over colour if slider is not shaded.
-
Use thinner slider mouse over sections if slider is not shaded.
-
Improve look of small V arrows.
-
Even duller dull glass, but much more useable.
-
Fix setting of check/radio colour.
-
Only highlight editable combo arrow when mouse over arrow, not over edit field - more Gtk like.
-
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.
-
-
Style
KTitleWidget
-
Fix combo boxes in listviews.
-
Fix crash in designer when 'Fix parentless dialogs' is enabled.
-
Use 64bit ints as index for pixmap cache - should be faster than strings.
-
Fix Qt4.3 crash - thanks to Jakub Dvorak.
-
Treat 'NoToolBarArea' as top/bottom toolbars.
-
Make spinbutton height more consistent with KDE3.
-
Implement
PE_PanelButtonBevel
- theme's QtConfig's colour buttons.
- Use 'dull glass' as the default gradient - previous default is now called 'Clean'.
- Darken slider mouse over colour if slider is not shaded.
- Use thinner slider mouse over sections if slider is not shaded.
- Improve look of small V arrows.
- Even duller dull glass, but much more useable.
- Implement 'plastik' style mouse over for square sliders.
- Fix bottom/right scrollbar arrow position.
- Fix spinbutton arrow position.
- Fix SWT combo arrows.
- Don't prelight SWT combos - they don't un-prelight when activated!
- For non editable combos, draw both an up and a down arrow.
- For editable combos - make menu more KDE list like.
-
Changed shading to use HSL colour space. This can be altered by editing
$XDG_CONFIG_HOME/qtcurvestylerc
and settingshading=simple
for the previous method, orshading=hsv
to use HSV. -
Add options:
- Border all of menu/toolbars.
- Darker borders.
- 'V' arrows.
-
Fix raised listview headers.
-
Fix glass style menuitem appearance.
-
Modifed look of dullglass, looks "softer"
-
Improve look of plastik mouse-over for non coloured scrollbars.
-
For disabled buttons, use standard fill but lighten border.
-
Use darker colours for mouse-over and default button - helps with light colour schemes.
-
Fix listviews!
-
Imlement
Q3ListView
styling. -
Fix menuitem height to be more consistent with KDE3.
-
Changed shading to use HSL colour space. This can be altered by editing
$XDG_CONFIG_HOME/qtcurvestylerc
and settingshading=simple
for the previous method, orshading=hsv
to use HSV. -
Add options:
- Border all of menu/toolbars.
- Darker borders.
- 'V' arrows.
-
Fix raised listview headers.
-
Fix glass style menuitem appearance.
-
Modifed look of dullglass, looks "softer"
-
Improve look of plastik mouse-over for non coloured scrollbars.
-
For disabled buttons, use standard fill but lighten border.
-
Use darker colours for mouse-over and default button - helps with light colour schemes.
-
Dont draw sunken panel around checked menuitems.
-
If the app is a Java app, and its
g_get_application_name() != "unknown"
, then assume its a SWT java app - in which case treat as a standard app. For Swing apps some functionality is disabled. -
Fix tabs in thunderbird.
-
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
-
Dont colour menubar items on mouse over if not colouring menubars.
-
When drawing menubar borders, only draw bottom line.
-
When drawing toolbar borders, only draw top/bottom or left/right depending upon orientation.
-
Dont draw text under dockwidget buttons.
-
Use 'foreground' colour for menu text.
-
Dont't focus highlight for scrollview widgets - makes more consistent with KDE3 and Gtk2.
-
Don't draw toolbar borders for non QMainWindow parented toolbars, makes more consistent with KDE3
-
Fix some drawing errors with top tabs.
-
Darken dock widget title area.
-
Fix button shift
-
Add settings for:
- Fill used slider
- Round menubar item top only
- Menuitem appearance
- Border menuitems
- Progressbar appearance
- Gradient progressbar groove
- Check/radio colour
- Plastik style mouse-over
-
Dont colour menubar items on mouse over if not colouring menubars.
-
When drawing menubar borders, only draw bottom line.
-
When drawing toolbar borders, only draw top/bottom or left/right - depending upon orientation.
-
Draw checks/radios within listviews the same as standard.
-
If run under KDE4, then draw checks in menus the same as standard checks.
-
Move upper spin button down 1 pixel.
-
Default to KDE3/Qt3 settings when not run under KDE.
-
Improve (slightly) appearance of java apps.
- Initial port to Qt4
-
Add settings for:
- Tab appearance
- Listview appearance
- Slider appearance
-
If
$KDE_SESSION_VERSION
is set to >=4, then read settings from$XDG_CONFIG_HOME/Trolltech.conf
-
Lighten focus rectangle.
-
Fixed tab shift for GTK 2.10.11. Possibly should be applied to an earlier version, but not sure.
-
When run under KDE4, allow radio buttons in menus.
-
Add
/usr/share/icons
into icon search path
- Fix slight slider drawing errors.
- Set cursor colours.
- Make light border consistent with KDE - thanks to Daniel Bausch
- Fix focus rectangles when not fully rounded.
- Modifed the glass variants. Dull is a bit 'duller' in the top 1/2, and fades away at the bottom. Shiny is now more like dull, but with more pronounced gradients.
- Fix borders of selected menubar item when colouring menubar.
- Only darken menubar colour when using selcted backgound colour, if using glass gradients.
- Draw light border around all of progressbar.
- Fix look of vertical progressbars.
- Work-around for SWT combos.
-
Fix coloured mouse over for glass styles.
-
Re-introduce the following options:
- Roundedness
- List view lines
- Striped progress bars
- Drawing of statusbar frames
-
Draw light border around progressbar elements when not in flat/raised/inverted mode.
-
Oval shaped sliders when fully round, otherwise rectangular
-
Proper ythickness settings for frames.
-
By default do not alter user's
userChrome.css
file. This now has to be explicitly enabled via--enable-mozilla-mods
./configure
option.
-
Always draw light border around glass elements.
-
Removed the following config options:
- Custom light border colour
- Fill used slider groove - always filled.
- Stripped progress - always striped
- V Arrows
- Check/radio background highlight
- Round menubar item top only
- Draw statusbar frames - never drawn.
- Highlight selected text fields - always.
- Standard highlight for inactive windows - always
- Listview lines are either on/off, not off/dotted/solid
- Scrollbars and sliders share same config options
- Check radio colour setting - always text colour
- Border/round menubar/items - always rounded/bordered.
- Roundedness - always rounded.
- Listview settings - always arrows, no lines, and header follows general appearance.
- Tab appearance - set from general appearace.
-
Changed appearance of check/radios - now filled with base colour.
-
Etch look for button, combos, line edits, and spin boxes.
-
Fill check/radio background on mouse over.
-
Remove
--enable-old-shading
-
Modify shade settings so that what was "Shade selected" becomes "Shade blended selected", and add a new "Shade selected" that just uses the selected background colour without blending.
-
Round slider thumbs.
-
Option to draw a shadow underneath buttons.
-
Draw a rounded gray rectangle for focus - option to set this to windows-like focus.
-
Fix
qtcExit()->qtExit()
when compiled with event filter. -
Don't do check/radio mouse over for mozilla apps - doesn't work very well.