summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/mediawidget.h
AgeCommit message (Expand)AuthorFilesLines
2005-05-24Resource -> OResource - please test, I do not have the right version of xine ...drw1-0/+1
2004-09-23-Remove bogus whitespaceszecke1-4/+1
2003-02-03- link in libstdc++simon1-17/+0
2002-12-11- skins are now pre-loaded in the background (step by step)simon1-0/+1
2002-12-11- copyright notice fixletsimon1-7/+7
2002-12-11- collect arguments passed to the skin loading into a structuresimon1-1/+13
2002-12-11- less code duplication. code from resizeEvent is now shared as well assimon1-0/+5
2002-12-11- minor cleanupsimon1-1/+1
2002-12-11- slight simplification in the APIsimon1-1/+1
2002-12-11- button mask composing moved to Skin classsimon1-1/+0
2002-12-11- moved the remaining pieces of image/pixmap loading to the Skin classsimon1-3/+5
2002-12-11- centralize more of the skin loading code, so it can be factored out latersimon1-0/+3
2002-12-11- moved the shared button up/down image variables into the base classsimon1-0/+2
2002-12-09- ok, next try for that allocator. stupid gcc2 :(simon1-1/+12
2002-12-09- work around gcc2's stupid STL that requires libstdc++ in the defaultsimon1-3/+7
2002-12-09- removed unused isHeld attributesimon1-2/+1
2002-12-09- hah, the improved design pays off :) switching skins at run-time nowsimon1-0/+2
2002-12-09- the skin loading code is now centralized. no more duplicated code :)simon1-0/+5
2002-12-09- reworked the mouse event handling to be much simplersimon1-1/+2
2002-12-09- another small cleanup in the mouse handlingsimon1-0/+2
2002-12-09- apparently gcc2 is too stupid to grok this :-(simon1-1/+1
2002-12-09- yay, mouseMoveEvent is no more duplicated code :)simon1-0/+6
2002-12-09- removing duplicated code in VideoWidgetsimon1-0/+2
2002-12-09- transition to MediaWidget::Command completedsimon1-0/+1
2002-12-09- starting to migrate the videowidget to MediaWidget::Command and friendssimon1-1/+1
2002-12-09- back to a vector :Psimon1-5/+5
2002-12-09- toggleButton and setToggleButton now operate on a Button object insteadsimon1-2/+2
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