summaryrefslogtreecommitdiff
path: root/noncore/applets/notesapplet/notes.cpp
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-04-04convert to Opie Debugging Frameworkmickeyl1-26/+28
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 templatemickeyl1-0/+10
2004-03-01fix includeschicken1-4/+1
2003-10-27merge noncore/applets/*mickeyl1-23/+22
2003-01-08fix for empty _*.txt entries when there are no other notesllornkcor1-2/+2
2002-11-21changed title, added maximixed mode. save to /notesllornkcor1-16/+54
2002-10-17force removal of desktop file when deleting notellornkcor1-7/+23
2002-09-30remove qDebugllornkcor1-2/+2
2002-09-27save makes newllornkcor1-4/+2
2002-09-27remove old functionllornkcor1-2/+2
2002-09-27added stuffllornkcor1-4/+74
2002-09-24added delete confirm to buttonllornkcor1-25/+36
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-22opienotesllornkcor1-0/+363