summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/mediawidget.h
AgeCommit message (Expand)AuthorFilesLines
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