summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/Bkmks.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-24Every file in this commit has a memory leak of some kind or another. I thinkerik1-0/+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-19core/opie-login/loginwindowimpl.cpp has a fix to properly free stringserik1-0/+1
that were dup'ed. noncore/apps/opie-reader/Bkmks.cpp deletes a temporary pointer that was not being properly disposed of.
2007-01-19Every single file in this commit had a memory leak where a resource iserik1-1/+17
allocated in the constructor but not de-allocated in the destructor. This commit fixes that.
2004-08-24updated source to opie-reader 0.7gpohly1-14/+93
2004-05-03- convert qDebug to odebugar1-3/+3
2004-03-01fix includeschicken1-2/+0
2003-05-07Incorporated TimWs current source tree and make it compilegroucho1-4/+4
2003-01-23g++ 3.2 fixes... repeat after me "I won't repeat default arguments in the ↵mickeyl1-1/+1
definition I have already given in the declaration"
2002-12-20update - sorry it took so long. hope this works correctlyllornkcor1-114/+196
2002-11-03Gcc3 compiler fixes againzecke1-1/+1
No default arguments in the implementation please
2002-09-14opie specific resource change and messagbox caption to opiereaderllornkcor1-91/+91
2002-09-14update by Timllornkcor1-0/+240