Commit graph

18 commits

Author SHA1 Message Date
Thomas Frauendorfer
221e1255d0 OTHER: Update ShadedDisplay to use new SmallTimeDisplay
split Timedisplay into a common class and a specialised class and make
new SmallTimeDisplay inherit from the common class. Thus as much code as
possible is reused in SmallTimeDisplay
2008-05-19 21:16:32 +02:00
Thomas Frauendorfer
18bcad6f99 OTHER: Fix timedisplay for playtimes >= 100 minutes
If the playtime is bigger or equal to 100 minutes, timedisplay shows
hours and minutes now, if playtime is bigger or equal to 100 hours,
timedisplay gives up and only showes '--:--'
2008-05-18 14:04:05 +02:00
Thomas Frauendorfer
fb264e8d0e OTHER: Rewrote TimeDisplay
Positions and sizes of the numbers are now correct
NumberDisplay now unused -> removed
renamed file to lowercase and moved to subdir mainwindow
2008-05-17 06:08:05 +02:00
Thomas Frauendorfer
4eb7762009 OTHER: Modified buttons in PlaylistWindow
Moved positions and sizes of close and shade buttons to Skin
changed buttons to use PixmapButton
moved buttons from PlaylistWindow to PlaylistWidget and PlaylistShade
removed now unused Button
fixed position of shadebutton (was off by 1)
fixed icon of shade button in shaded mode
2008-05-16 16:46:07 +02:00
Thomas Frauendorfer
f0211e3958 OTHER: Fixes to Skin handling
Fixed grapicglitches in equalizer, and added close button to equalizer
2008-05-16 01:55:25 +02:00
Thomas Frauendorfer
b4e4b365b3 OTHER: Fixed playlist scrollbar
The playlistscrollbar is now also visible if the playlist was open on
program start.
Also fixed grapics glitches in small numbers after Skin change
Updated dependencies in README (because of API change in
broadcastCurrentPos)
2008-05-15 08:37:02 +02:00
Thomas Frauendorfer
60c17af114 Change Sliders to new Slider-class
Use the new PixmapSlider class which is based on Qt's AbstractSlider
class for sliders. This should also fix some offset problems in
PositionSlider which appeared after the introduction of the new Button
class
2008-05-08 04:19:34 +02:00
Thomas Frauendorfer
d3e140ad0e Changed handling of buttons
Use PixmapButton in most cases insteas of Button or ToggleButton
Moved positions and sizes of the buttons to Skin and let it return QIcons instead of Pixmaps
2008-03-26 02:44:32 +01:00
Thomas Frauendorfer
4b90120888 Updated copyright notices in the files (mainly 2007->2008)
Additionaly, I transfer the copyright for nearly all modifications I made
to the XMMS2 Team (The only exception are the files under directory  widgets)
2008-03-09 12:24:36 +01:00
Thomas Frauendorfer
0369b3aa37 implemented repeatbutton 2008-02-12 21:10:24 +01:00
Thomas Frauendorfer
0da2995880 Sliders (equalizer and posbar) now display the correct pixmaps when pressed 2008-02-05 20:04:01 +01:00
Thomas Frauendorfer
ac44b4efc6 implement equalizer widget. access to legacy equalizer is now possible 2008-02-04 18:26:36 +01:00
Thomas Frauendorfer
02d2a1a1f4 Start to move mainwindow widgets into a subdirectory,
get rid of some unneeded includes
2008-01-28 17:29:00 +01:00
Thomas Frauendorfer
b7ae919014 Added GPL-header to files 2008-01-26 06:16:59 +01:00
Thomas Frauendorfer
883243a376 Moved some files and minor cleanups 2008-01-24 05:52:52 +01:00
Thomas Frauendorfer
7d43b773fe Fix graphic glitch in volume and balance slider 2007-10-12 00:42:16 +02:00
Thomas Frauendorfer
cb95e99723 Fix small graphics glitch in posbar. 2007-10-11 16:11:37 +02:00
Thomas Frauendorfer
503385309b Change playlist to use Esperanza's playlistmodel 2007-10-07 14:34:53 +02:00
Renamed from Skin.cpp (Browse further)