summaryrefslogtreecommitdiff
path: root/core/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2007-02-08Each file in this commit has a problem where it is possible to dereferenceerik3-4/+9
a pointer without that pointer being valid. This commit fixes each instance of that.
2007-01-31A few files that have dynamically allocated arrays that are not properlyerik3-3/+3
de-allocated (forgot to use []).
2007-01-24Every file in this commit has a memory leak of some kind or another. I thinkerik1-1/+1
all of them are minor and should not effect properly running code. But if I were you I would give libstocks and the stockticker plugin in Today a wide berth. That library is atrocious.
2007-01-22Every file in this commit makes a call to a function which returns a value.erik1-1/+2
Each file also didn't check the return value. This commit changes it so that every single non-checked call in these files is checked.
2005-11-08update libmad and add 64bit definellornkcor33-342/+799
2005-09-13opieplayer: added rssparser.(cpp|h) into project file to get it buildhrw1-2/+4
- without that building fails on linking
2005-08-28podcast! support.. 1st installment. needs improvementsllornkcor4-110/+567
2005-06-15Resource -> OResource and fix doc headersdrw6-64/+68
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04control files : changed VERSION stringwimpie1-1/+1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl9-311/+9
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl9-9/+311
2004-12-20Kill unneeded parameterzecke1-1/+1
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke3-3/+3
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-13exit if no skin is foundllornkcor1-2/+11
2004-09-18make cross compilablellornkcor1-1/+1
2004-09-18link with gccllornkcor1-1/+1
2004-09-18fix crash #1408llornkcor1-79/+79
2004-09-10Unused parameter removed, cast uint -> int to avoid warningzecke2-3/+2
2004-08-05libqtaux2llornkcor2-2/+2
2004-06-16fix position errorllornkcor1-1/+3
2004-05-20remove bogus paths out of .pro filesmickeyl4-4/+4
2004-05-02- convert qDebug to odebugar1-2/+2
2004-05-02- convert qDebug to odebugar14-338/+402
2004-04-24opies version of qmake does not handle contains correctly, use round about ↵llornkcor1-6/+36
way to discover target system
2004-04-08add mipsllornkcor1-1/+4
2004-04-08use containsllornkcor1-6/+6
2004-04-01Link to libopie2 stuff and update dependsdrw3-4/+4
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl9-10/+10
build system
2004-03-16fix oggllornkcor1-1/+1
2004-03-15Fixed LIBOPIE2 config dependsbrad1-1/+1
2004-03-14Fix compile and right depszecke6-5/+7
2004-03-14OpiePlayer -> ODPzecke12-7/+23
2004-03-02run the optimize_connect scriptalwin4-30/+30
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-03-01fix includeschicken9-68/+1
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-1/+1
2004-02-14Clean-up of .cvsignore filesdrw7-0/+14
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw5-5/+5
Maintainer, Files and Section fields)
2004-02-09utf8 patch from Nikita V. Youshchenko <yoush@cs.msu.su>llornkcor1-2/+5
2004-02-08improve support for BigScreenar3-3/+3
2004-02-07QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ar1-2/+1
screen handling
2004-01-18scale background image if neededllornkcor2-11/+28
2004-01-10new email addyllornkcor6-6/+6
2003-12-20this is no quicklaunch appchicken1-1/+1
2003-12-07#include fixletmickeyl1-0/+1
2003-12-07s/QPEToolBar/QToolBar:mickeyl1-3/+3
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-07s/QPEMenuBar/QMenuBar:mickeyl1-2/+2
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future
2003-12-06Multiline strings moved from depreciated to illegal ... patch for itzecke1-110/+107
by Wim delvaux
2003-12-04use opie-lupdate instead lupdatear5-100/+0
2003-11-03Porting Opie to MacOS-X.eilers1-1/+1
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details