summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook
AgeCommit message (Collapse)AuthorFilesLines
2007-01-24Each file in this commit has an instance where a pointer is checked aterik1-4/+3
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-10All of the files included have instances where an array is new'ed buterik1-1/+1
the corresponding delete does not have the corresponding [] argument.
2005-07-19removed hardcoded font size from graphs - now it's 1 smaller then default onehrw1-2/+4
it would be nice to get _pCfg->getUseSmallFont here like it is done for lists
2005-06-03Add config option to use smaller font for checkbook transaction tab - patch ↵drw5-22/+38
courtesy of hrw
2005-05-16Resource -> OResourcedrw3-83/+102
2005-03-10Fix for bug #1604 - Checkbook crashes on startupdrw3-14/+14
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-121/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+121
2004-10-26-Remove usage of latin1() as a possible fix to #1471zecke2-7/+17
2004-09-10Add newlines, remove unused local variables, remove unused parameters,zecke1-1/+1
add newlines at the end of file...
2004-04-23gcc3.4 fixletmickeyl1-1/+1
2004-04-04convert to Opie Debugging Frameworkmickeyl4-7/+18
2004-03-30Fix drawing of account balance graph when balance < 0.0drw4-9/+26
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-13Namespace changes for Appszecke4-3/+5
QAshMoney and Reader need to be valgrinded
2004-03-02applied the patch generated by the optimize_connect script fromalwin5-21/+21
TT.
2004-03-01fix includeschicken6-15/+0
2004-02-22Fix config dependsdrw1-1/+1
2004-02-22Checkbook: libopie->libopie2drw5-517/+517
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 BigScreenar2-11/+6
2004-02-05Re-enable whats this icon in titlebardrw1-216/+216
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-1/+1
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future
2003-12-04use opie-lupdate instead lupdatear1-21/+0
2003-10-30apply patch to HEADmickeyl12-44/+249
2003-10-27merge noncore/apps/* exceptmickeyl20-250/+1478
- advancedfm (ljp, please...) - odict (tille, please...)
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth1-1/+1
2003-07-20Fix for bug #1022 - correct English spelling of electronicsdrw1-1/+1
2003-07-17fixincludesllornkcor7-19/+0
2003-06-04sanitizedschurig1-1/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-03-08Use inline picdrw1-1/+1
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth1-1/+1
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2002-12-30Use background color for alternating transaction lines (like todo does now).drw1-1/+1
2002-12-14addLanguage rulescniehaus1-0/+2
2002-12-08Fixed saving of new checkbooks and incorrect setting of notes.drw2-1/+7
2002-12-04Abstracted checkbook storage, added new main window display/configuration ↵drw13-243/+753
options.
2002-11-30Checkbook password protectiondrw9-31/+264
2002-11-30Made checkbook transaction list prettier & updated contact infodrw14-29/+114
2002-11-07- include math.h for sin() and cos()simon1-0/+2
2002-11-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-2/+2