summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/mediawidget.h
AgeCommit message (Expand)AuthorFilesLines
2002-12-09- merged duplicated setToggleButton methodsimon1-0/+1
2002-12-09- minor cleanup in paintEventsimon1-0/+1
2002-12-09- minor cleanupsimon1-1/+1
2002-12-09- merged the duplicated (and identical) paintEvent methods into thesimon1-0/+2
2002-12-09- pixBg is now backgroundPixmap and shared in the base classsimon1-0/+2
2002-12-09- paintButton is no more a duplicated method but centralized in thesimon1-1/+1
2002-12-09- migrating from a button vector to a button mapsimon1-1/+3
2002-12-09- merged the separate mask and pixmap arrays into the Button structuresimon1-4/+5
2002-12-09- moving some variables to the base classsimon1-0/+7
2002-12-09- oops, buttonType is a bad name for a variable, given its redundancysimon1-3/+3
2002-12-09- re-organizing a bit the button storage. more to come.simon1-0/+7
2002-12-09- isToggle is now an enum ButtonType { NormalButton, ToggleButton };simon1-2/+3
2002-12-08- merged the two duplicated toggleButton methods into a shared onesimon1-0/+2
2002-12-08- some preparations for further code cleanups for paintButton callssimon1-0/+3
2002-12-08- moved the duplicated code for checking whether the mouse is over asimon1-0/+2
2002-12-08- merged xoff/yoff into a QPointe member variable, shared in the base classsimon1-0/+2
2002-12-08- share the imgButtonMask member variable in the base classsimon1-0/+2
2002-12-08- share the buttons data in a buttons member variable in the base classsimon1-0/+2
2002-12-08- I'm re-using code from the others, so add their copyright :)simon1-0/+3
2002-12-08- unused variables removedsimon1-3/+1
2002-12-08- made videoButtons a member variable instead of a global onesimon1-1/+6
2002-12-08- merged duplicated MediaButton definition into common MediaWidget::Buttonsimon1-0/+9
2002-12-02- yay, last singleton gone. global playList variable is no more :)simon1-1/+3
2002-12-02- centralized closeEvent implementationsimon1-0/+2
2002-12-02- centralized the button command handling into MediaWidget (as it issimon1-0/+10
2002-12-02- the audiowidget and the videowidget don't rely on the mediaplayerstatesimon1-1/+4
2002-12-02- less code duplicationsimon1-0/+2
2002-12-02- new base class for AudioWidget and VideoWidgetsimon1-0/+40