summaryrefslogtreecommitdiff
path: root/noncore/todayplugins
AgeCommit message (Collapse)AuthorFilesLines
2007-01-26Both files in this commit exhibit use after free errors.erik1-4/+3
One of them was introduced in my memory leak fixing (whoops). I was freeing a structure of stock data before one last call to it. So switching the free to after that call fixed it. The kcheckers.cpp fix is one where the game board could be deleted and then a new one is not created because someone attempted to request a game board type that is not supported. This is fixed by using the default directive for one of the game board types in the switch statement. Which means it could default to Russian boards. Score one for the Russians!
2007-01-24Each file in this commit has the issue where a function can return aerik1-48/+47
negative result but the result is used in a context that can only be positive.
2007-01-24Each file in this commit has an instance where a pointer is checked aterik1-1/+1
one point in the code and then not checked in another point in the code. If it needed to be checked once, it needs to be checked the other time. If not the application could segfault.
2007-01-24Every file in this commit has a memory leak of some kind or another. I thinkerik4-127/+204
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-22Each file in this commit had a problem where a function might returnerik1-1/+2
a null value for a pointer and that null value was not checked.
2007-01-22Every file in this commit makes a call to a function which returns a value.erik2-21/+26
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-05-24Resource -> OResource and remove unnecessary includedrw2-37/+25
2005-02-28Scale weather icons based on AppLnk::smallIconSizedrw1-38/+37
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl5-1077/+5
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl5-5/+1077
2004-10-17fixed some more .pro / config.in dependencies discrepancies, that could ↵clem1-1/+1
break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too
2004-10-12Give more meaningfull ConfigWidget nameszecke2-2/+2
2004-09-12Fix dependency of the plugin. It needs OTicker and OTickerzecke1-1/+1
was moved to libqtaux
2004-09-12Follow the defined Ownership and have a maybe not neededzecke2-4/+1
sanity check
2004-08-05*** empty log message ***mickeyl1-1/+1
2004-08-05compensate for oticker movalmickeyl4-4/+4
2004-05-19resolve OE build conflict re. appname/directorymickeyl1-1/+1
2004-04-04convert to Opie Debugging Frameworkmickeyl6-21/+24
2004-03-31added missed include file for QFileDialogmouse1-0/+4
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl4-4/+4
build system
2004-03-15namespace fixalwin1-1/+1
2004-03-15More LIBOPIE2 config fixesbrad1-1/+1
2004-03-14Today Plugin changeszecke3-3/+3
2004-03-14ODP changeszecke9-14/+21
2004-03-02Today fortune plugin: libopie -> libopie2drw8-21/+18
2004-03-02Minor depends updatedrw1-1/+1
2004-03-02Today stock ticker plugin: libopie -> libopie2drw11-45/+43
2004-03-02Today weather plugin: libopie -> libopie2drw8-18/+17
2004-03-02applied the patch generated by the optimize_connect script fromalwin4-12/+12
TT.
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw3-3/+4
2004-02-15A small typo fixedsudonix1-1/+1
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw3-3/+3
Maintainer, Files and Section fields)
2004-02-05Janitor: remove ulong refzecke3-3/+0
2004-01-27Guess what? return QS_FALSE;zecke3-3/+8
2004-01-10new email addyllornkcor1-1/+1
2003-12-04use opie-lupdate instead lupdatear4-76/+0
2003-11-19fixllornkcor1-1/+1
2003-11-03Porting Opie to MacOS-X.eilers3-3/+3
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-10-29merge noncore/todayplugins/*mickeyl2-2/+1
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth5-300/+328
2003-08-09Merge from BRANCH_1_0.kergoth3-3/+3
2003-06-05sanitizedschurig3-3/+3
2003-05-26fix compilellornkcor1-0/+1
2003-05-26fix compilellornkcor1-0/+2
2003-05-26remove extra includesllornkcor4-38/+0
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth3-0/+3
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth2-2/+2
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus4-0/+4