summaryrefslogtreecommitdiff
path: root/noncore/applets/notesapplet
AgeCommit message (Collapse)AuthorFilesLines
2007-01-26Each file in this commit exhibit an example of what prevent callserik1-1/+1
'reverse inull'. All that means is that a pointer gets dereferenced. Then a pointer gets checked for validity before being dereferenced again. This almost always points to shenanigans. For example, the konsole.cpp file has this konsoleInit() call which passes in a const char** shell variable. Since it is a double pointer the programmer who wrote the code made the mistake of mixing the checking of the pointer and the pointer that points to the pointer. This commit attempts to correct that. Of course there are other instances of the same thing. But they all boil down to a small mistake which might have produced strange side effects.
2005-05-24Resource -> OResourcedrw1-2/+2
2005-03-08Better version of icondrw1-53/+23
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-262/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+262
2004-04-04convert to Opie Debugging Frameworkmickeyl3-36/+38
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-14Fix up depends on LIBOPIE1zecke1-1/+1
Proper signature for signal and slots and namespaces
2004-03-13Introduce the namespacezecke1-4/+4
and the new APPLET_EXPORT define
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-4/+4
TT.
2004-03-01remove boiler plate code in favour of a templatemickeyl5-94/+13
2004-03-01fix includeschicken1-4/+1
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-2/+2
Maintainer, Files and Section fields)
2004-02-05Janitor: ulong ref removedzecke2-2/+1
2004-01-27return QS_FALSE if interface is not implementedzecke1-0/+2
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
2003-10-27merge noncore/applets/*mickeyl3-28/+28
2003-08-09Merge from BRANCH_1_0kergoth1-2/+2
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-03-24modify postinst scripts to prevent spurious nonzero exit codesjamey1-1/+5
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-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-16Move most of config categorization into root config, and consolated core vs ↵kergoth1-1/+1
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
2003-01-08fix for empty _*.txt entries when there are no other notesllornkcor1-2/+2
2002-12-28only send the qcop call in the postinst script, if qpe is runningsandman1-1/+1
2002-11-21changed title, added maximixed mode. save to /notesllornkcor2-16/+57
2002-11-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-3/+3
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-10-17blahllornkcor1-1/+1
2002-10-17force removal of desktop file when deleting notellornkcor1-7/+23
2002-09-30remove qDebugllornkcor1-2/+2
2002-09-30addedllornkcor2-0/+4
2002-09-30fix versionllornkcor1-1/+1
2002-09-27save makes newllornkcor1-4/+2
2002-09-27remove old functionllornkcor2-3/+2
2002-09-27added stuffllornkcor2-4/+80
2002-09-24added delete confirm to buttonllornkcor2-25/+37
2002-09-22upllornkcor1-2/+1
2002-09-22delete button so I dont have to explain so much about the hold-menu deletellornkcor1-10/+22
2002-09-22fix racellornkcor1-10/+10
2002-09-22opienotesllornkcor7-0/+560