summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-11- added bool Thread::isRunning() constsimon2-0/+8
2002-12-11- make more use of the Resource::* api for loading the datasimon1-2/+2
2002-12-11applied a patch from "Tais M. Hansen" <tais.hansen@osd.dk> to add danishsandman6-4/+24
language support
2002-12-11- centralize more of the skin loading code, so it can be factored out latersimon4-22/+28
more easily
2002-12-11Added danish translations.mellen1-0/+64
2002-12-11- moved the shared button up/down image variables into the base classsimon5-22/+16
- removed some unused variables
2002-12-11Added danish translations.mellen1-0/+102
2002-12-11Added danish translation.mellen1-0/+2
2002-12-11- initialized xine in a background thread. much time is still spend insimon5-5/+42
skin loading though.
2002-12-11fix for a stupid bug .. op1 wants to strip the extension, but insteadsandman2-9/+23
stripps everything after the first '.'. So filenames like "02. foobar.mp3" become "02"
2002-12-11- added initialize states to MediaPlayerStatesimon6-6/+68
- the play button is now of type PlayButton, inheritting from ToolButton and checking the media player initialization state in setEnabled
2002-12-10- added an m_initialized flag and a guard for it, along with ansimon2-1/+71
assertion method called from all methods that access variables depending on initialization (basically all :)
2002-12-10added a little debug output to the image loading routine to aid in findingsandman1-0/+2
application startup time problems
2002-12-10 - small code cleanupsandman1-22/+21
- finally we get rid of the "no image/text codecs" message at startup !!!
2002-12-10not needed anymoresandman1-15/+0
2002-12-10not needed anymore (and in the wrong location too)sandman1-58/+0
2002-12-10enabled font-saving -- this will allow TTF -> QPF conversion (together withsandman1-1/+1
the freetype plugin) and it enlarged my qt/e only be a few KB
2002-12-10- factor out the expensive xine initialization code into a separate method,simon2-5/+14
as preparation
2002-12-10no need for opieatd anymoresandman3-43/+2
2002-12-10/etc/resumeat is now in /var/run/resumeatsandman1-7/+8
2002-12-10don't use atd anymore - our atd is only simple shell script, so better getsandman1-231/+288
rid of it.
2002-12-10slight bit of rearranging to ensure that the rtc time gets set if using -s ↵kergoth1-31/+42
regardless of whether resumeat contains a valid alarm
2002-12-10Add -lstdc++ to LIBS explicitly for apps that require it, as we no longer ↵kergoth3-3/+3
link with g++.
2002-12-10Todo depends on libopiezecke1-1/+1
This should solve most of the todolist installation problems
2002-12-10Add OPimResolverzecke1-0/+2
2002-12-10get in sync with HEAD againzecke30-164/+1072
-OPimBase was added to be used as a default struct inside OPimResolver and to work with DSOs -TodoListXML backend now uses mmap and madvise to load data -OContact added/changed rtti -OTodo added changed rtti OPimAccess* added stuff necessary for the Resolver and a 'state'/'hint' on how to load data OPimResolver which resolves uid + services to Records, rtti to QCOPChannels loads arbitary Service backends ( will work with DSOs soon ) -OPimMainWindow added some setDocument scripting possibility and internal marshalling and demarshalling of Records -OPimRecord added loadDataFromm and saveDataTo for marshalling purposes much more :)
2002-12-10Shut up the compilerzecke4-12/+5
2002-12-10Corrected dependencieskergoth1-1/+1
2002-12-10enable.mickeyl1-4/+4
2002-12-10moving to playlistview after adding to it is annoying some people and me ↵llornkcor1-2/+6
sometimes. try this for now
2002-12-10- added ThreadUtil::Thread classsimon2-0/+127
2002-12-10towards an alpha versionmickeyl13-12/+605
2002-12-09- ok, next try for that allocator. stupid gcc2 :(simon1-1/+12
2002-12-09Add a var to pass in libs from teh environment easily.. needed so that the ↵kergoth59-59/+59
OZ buildroot can pass in -lsupc++ on the link when building with gcc3.
2002-12-09- work around gcc2's stupid STL that requires libstdc++ in the defaultsimon1-3/+7
allocator
2002-12-09- removed unused isHeld attributesimon1-2/+1
2002-12-09- hah, the improved design pays off :) switching skins at run-time nowsimon9-61/+87
only reloads the pixmaps and no more requires a restart or re-creation of the audio/video widgets and the xine control (which involved slow xine initialization)
2002-12-09- the skin loading code is now centralized. no more duplicated code :)simon4-48/+50
2002-12-09ad-hoc fixmax1-1/+1
2002-12-09Added replay function and included own random method for replay functionalityandyq5-19/+274
2002-12-09- minor cleanupsimon4-15/+2
2002-12-09- reworked the mouse event handling to be much simplersimon4-47/+51
- fixed missing return in Play case in handleCommand, which accidentially broke pausing - accept the key events we receive in the audioWidget - commented out suspicious connect to pauseCheck in mediaplayer, which broke pausing via space bar
2002-12-09improved display logicmickeyl3-23/+65
2002-12-09- another small cleanup in the mouse handlingsimon6-18/+13
2002-12-09- apparently gcc2 is too stupid to grok this :-(simon1-1/+1
2002-12-09- another global variable removedsimon2-3/+3
2002-12-09- yay, mouseMoveEvent is no more duplicated code :)simon6-91/+50
2002-12-09- removing duplicated code in VideoWidgetsimon4-27/+9
2002-12-09- more cleanups in the mouse event handlersimon2-7/+4
2002-12-09- less indexingsimon1-4/+6