summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-02-07Add functions for handling /etc/lircd.conf; do basic check of /etc/lircd.conf...paule2-0/+174
2007-02-06Start lircd on application start, and stop it on quitpaule3-19/+51
2007-02-05BUG: Lack of a << made opieplayer2 uncompilable.erik1-1/+1
2007-02-05BUG: My change to a switch statement made opie-gutenbrowser uncompilable.erik1-11/+9
2007-01-31A few files that dereference pointers w/out checking that the pointer iserik3-28/+14
2007-01-31A few files that have dynamically allocated arrays that are not properlyerik3-3/+3
2007-01-31I expanded my audit to include any app I could get to compile in i386.erik8-235/+235
2007-01-31The queryByExample member function was not properly overridden by the childerik2-2/+2
2007-01-31Show events on all visible days in the month view, not just those within the ...paule2-18/+46
2007-01-31Don't allow configuring buttons with no remote layout selectedpaule1-0/+8
2007-01-31Specify correct parameters to needToAuthenticate() and login() so that approp...paule1-2/+2
2007-01-31Reinstate startup system year validity check and update year to 2007; show da...paule1-8/+19
2007-01-29Each file in this commit exhibits a problem where a variable is made inerik4-14/+7
2007-01-29Each file in this commit has an issue where the initial value of a variableerik14-56/+56
2007-01-29Reformat according to current Opie coding style.erik1-70/+92
2007-01-29Reformat according to current Opie style.erik1-232/+234
2007-01-29Strictly removal of cruft (commented out old code).erik1-22/+0
2007-01-29Fix needToAuthenticate() so that its operation matches the doc commentspaule1-2/+2
2007-01-29Change buttons from QLabel to QPushButton, which enables entering the PIN usi...paule2-476/+366
2007-01-28Change to not use new for message boxes; rename sendIR parameter to a more ap...paule2-12/+12
2007-01-28More fixes for remote selectionpaule2-0/+25
2007-01-28Don't allow creating remote layouts with a blank name; remove old commented o...paule1-13/+4
2007-01-28Remove unused source filespaule2-53/+0
2007-01-28Correctly select first remote upon loading configuration; pass current button...paule1-14/+34
2007-01-28Correctly select first remote upon loading configuration; show a warning mess...paule1-4/+15
2007-01-28Correctly select first remote upon loading configurationpaule3-2/+6
2007-01-28Load in current button action on openingpaule2-17/+34
2007-01-28Refactored out all communication with LIRC into new LircHandler classpaule13-755/+344
2007-01-26Both files in this commit exhibit the wrong way to use temporary files.erik2-28/+72
2007-01-26Both packageslave.cpp and textedit.cpp have instances of possibly exploitableerik2-44/+49
2007-01-26The Expand call does not check for null termination of the URL stringserik1-2/+4
2007-01-26A couple of places where a string is overrun. This fixes both of them.erik2-4/+5
2007-01-26Each file in this commit exhibit an example of what prevent callserik4-65/+49
2007-01-26Both files in this commit exhibit use after free errors.erik2-4/+4
2007-01-24There was quite a bit of deadwood in this file. I am removing it to makeerik1-65/+0
2007-01-24Each file in this commit has the issue where it is possible for code toerik6-38/+51
2007-01-24Each file in this commit has the issue where a function can return aerik2-50/+49
2007-01-24Each file in this commit has an instance where a pointer is checked aterik8-74/+83
2007-01-24Eac one the files in this commit had an instance where a code path iserik3-16/+2
2007-01-24Every file in this commit has a memory leak of some kind or another. I thinkerik13-172/+270
2007-01-24OBEX push server has a more common description.korovkin1-1/+1
2007-01-23A couple more return values that need to be checked.erik2-3/+14
2007-01-22Each file in this commit had a problem where a function might returnerik3-5/+10
2007-01-22Every file in this commit makes a call to a function which returns a value.erik14-92/+109
2007-01-19core/opie-login/loginwindowimpl.cpp has a fix to properly free stringserik2-4/+22
2007-01-19Every file in this commit has a change to check the return value of a call.erik11-68/+94
2007-01-19Commit of Paul's patch to remove a macro and substitute it with aerik3-12/+15
2007-01-19Every single file in this commit had a memory leak where a resource iserik9-32/+57
2007-01-19BUG: There are only 4095 items in the buffer that is zero'd out using 4096.erik1-1/+1
2007-01-14When selecting a time zone, warn the user if the time zone file in /usr/share...paule1-26/+35