summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/threadutil.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-31I expanded my audit to include any app I could get to compile in i386.erik1-6/+11
In that expansion a whole new crop of unchecked returns has sprung up. This commit fixes those weeds or should I say potential bugs.
2004-09-24-Emit Progress from the xine Engine to Global::statusMessagezecke1-9/+8
-Change ThreadUtil to pass data and const char* among threads
2004-04-05odebug include addedbrad1-0/+1
2004-04-04convert to Opie Debugging Frameworkmickeyl1-3/+3
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-1/+1
TT.
2002-12-11- gcc2 is not my friend, given that it can't deal with friend declarationssimon1-6/+11
properly :) (a.k.a: make it compile with gcc2, step 2)
2002-12-11- make it compile for gcc2: step1simon1-7/+7
2002-12-11- added bool Thread::isRunning() constsimon1-0/+6
2002-12-10- added ThreadUtil::Thread classsimon1-0/+99
2002-12-02- copyright fixletsimon1-1/+1
2002-12-02- put a thread pipe between the xine callback handler and the receiversimon1-0/+284
on qt side, to avoid problems like repaints from within a non-gui thread