summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/skin.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-06-03Fix compile error...sorry Mickey...finally remembered to do this...drw1-1/+1
2005-06-02s/Resource/OResource/mickeyl1-4/+9
2004-09-24Give Status for Sking Loading and Finishing Loadingzecke1-12/+13
2004-04-05odebug include addedbrad1-0/+1
2004-04-04convert to Opie Debugging Frameworkmickeyl1-12/+12
2004-03-02fix includeschicken1-2/+0
2002-12-15- don't append .png to the button mask filenamessimon1-1/+1
2002-12-14- reduce memory usage a little bit by not storing the images after theysimon1-1/+5
2002-12-14- removed unused methodsimon1-8/+0
2002-12-14- save a bit of memory by caching a pixmap insteadsimon1-23/+23
2002-12-11- skins are now pre-loaded in the background (step by step)simon1-14/+101
2002-12-11- make the cache work as expectedsimon1-4/+35
2002-12-11- SkinCache now operates on SkinData instead of single imagessimon1-19/+18
2002-12-11- disable cache temporarilysimon1-4/+9
2002-12-11- moved the skin cache into the .cpp filesimon1-0/+16
2002-12-11- restructing a bit the skin data storage, in preparation for cachesimon1-20/+37
2002-12-11- copyright notice fixletsimon1-0/+21
2002-12-11- added a skin cache and a threaded skin loader. looks like the lattersimon1-4/+54
2002-12-11- moved default skin name reading over to skin classsimon1-1/+20
2002-12-11- slight simplification in the APIsimon1-6/+5
2002-12-11- button mask composing moved to Skin classsimon1-3/+33
2002-12-11- starting with skin preloadingsimon1-6/+25
2002-12-11- moved the remaining pieces of image/pixmap loading to the Skin classsimon1-0/+7
2002-12-11- more image loading functionality moved to the Skin classsimon1-0/+10
2002-12-11- starting to factor out the actual skin image loading into a separatesimon1-0/+18