summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader
AgeCommit message (Collapse)AuthorFilesLines
2007-07-08Fix copying unicode block to clipboard. See bug #1766. Patch from polyonymous.paule1-1/+1
2007-01-29Each file in this commit has an issue where the initial value of a variableerik6-8/+8
is assumed to be something but no initial value is given. This commit changes that by either assigning an initial value or removing the assumption on an initial value (usually the former).
2007-01-26The Expand call does not check for null termination of the URL stringserik1-2/+4
that it is expanding. Since strlen() is used with the URLs after Expand is used, it is good idea to make sure that Expand terminates the strings. This commit changes that so that the URL strings are guaranteed to be terminated after expansion.
2007-01-26A couple of places where a string is overrun. This fixes both of them.erik1-2/+3
2007-01-24There was quite a bit of deadwood in this file. I am removing it to makeerik1-65/+0
the file more readable (and smaller overall).
2007-01-24Eac one the files in this commit had an instance where a code path iserik1-7/+0
never traversed because of conditionals operating on values that never change.
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 iserik4-11/+29
allocated in the constructor but not de-allocated in the destructor. This commit fixes that.
2006-05-25g++ 4.1.1 fixmickeyl1-1/+1
2005-06-168 and 16 bit flite plugins need to have different namespohly1-1/+1
2005-05-17Resource -> OResourcedrw3-5/+6
2005-05-10Marc Singer: add missing include.propohly1-0/+2
2005-05-08code change by tim: ask the user to confirm the remapping of the ESC keypohly1-1/+6
2005-05-08bugfix by tim: off-by-one error when returning to a document (previous page)pohly1-1/+2
2005-05-05use dependency system for flite pluginsmickeyl4-4/+27
2005-05-05added missing files and removed developer specific include pathpohly4-4/+12
2005-05-05new opie-reader sources with support for ArriereGo, Reb input and flite ↵pohly94-1437/+4999
output plugins
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl12-1604/+12
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl12-12/+1604
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-01fixed searching for input filters, following Tim's suggestionpohly1-1/+2
2004-08-26removed obsolete static.h and useqpe.hpohly44-61/+21
2004-08-25- remove bogus mak and pro filesmickeyl73-15190/+4970
- fix build order - fix binary name - add bogus include files
2004-08-24updated source to opie-reader 0.7gpohly197-8712/+30327
2004-05-31- convert qDebug to odebugar1-7/+14
2004-05-27- convert qDebug to odebugar8-428/+439
2004-05-27- add LIBOPIE2CORE to dependenciesar1-1/+1
2004-05-16synchronize binary and .desktop file namemickeyl1-1/+1
2004-05-03- convert qDebug to odebugar11-2381/+2390
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-14Only use ODPzecke1-1/+1
2004-03-13Namespace changes for Appszecke1-1/+1
QAshMoney and Reader need to be valgrinded
2004-03-02applied the patch generated by the optimize_connect script fromalwin2-16/+16
TT.
2004-03-01fix includeschicken17-4283/+4221
2004-02-14Clean-up of .cvsignore filesdrw1-1/+2
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-02-08improve support for BigScreenar6-4243/+4257
2003-12-07s/QPEToolBar/QToolBar:mickeyl2-5/+5
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-07s/QPEMenuBar/QMenuBar:mickeyl2-3/+3
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future
2003-11-11Updating apps to use quickexec. Ipks are now generated properly.treke1-1/+1
2003-10-27merge noncore/apps/* exceptmickeyl1-4/+3
- advancedfm (ljp, please...) - odict (tille, please...)
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth5-37/+38
2003-06-04sanitizedschurig1-1/+1
2003-05-08opiefy .pro-filemickeyl2-4/+10
2003-05-07Put opie-reader.pro back so it can actually generate a Makefile. Please ↵kergoth1-0/+0
compile test in the future before commit.
2003-05-07g++3 fixletmickeyl1-2/+0
2003-05-07Damn, this is a hard one- it refuses to get committed the way I want it ...groucho1-14/+4
2003-05-07Commited the wrong file ... Fixedgroucho1-13/+14