Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-26 | Each file in this commit exhibit an example of what prevent calls | erik | 1 | -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. | ||||
2007-01-19 | Every file in this commit has a change to check the return value of a call. | erik | 1 | -2/+3 |
2007-01-10 | BUG: The case statement was using err to figure out what to say about | erik | 1 | -1/+1 |
why sendfile didn't work. Since err is only the return value of sendfile this meant that it never reported the right thing because it can only be -1 at this point. What the author probably wanted to do was look at errno since that is what the man page says will have the real error info. FIX: Switch the case statement to use errno. | ||||
2006-12-30 | Fix for bug# 0001553 Submited by Paul Eggleton | korovkin | 3 | -27/+506 |
avancedfm uses FileInfoDialog and QFileInfo to display the selected file information. | ||||
2005-08-11 | add opie-smb | llornkcor | 2 | -13/+32 |
2005-06-24 | s,cardmon/pcmcia,pcmcia, | mickeyl | 1 | -1/+1 |
2005-05-16 | Resource -> OResource | drw | 2 | -30/+26 |
2005-04-16 | Opie/X11: | zecke | 1 | -1/+1 |
-Do not add -lqte this is qmake's job | ||||
2005-03-24 | cd to sd or mmc | llornkcor | 1 | -2/+7 |
2005-03-21 | Fix for bug #1613 - scale toolbar icons | drw | 1 | -6/+14 |
2005-03-02 | Scale icons approprtely | drw | 1 | -7/+7 |
2005-02-06 | fix #1499 - rename working | llornkcor | 2 | -36/+5 |
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -148/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+148 |
2004-10-14 | case 0: it is a label and not a statement, it doesn't need ';' but ':' every ↵ | zecke | 1 | -4/+4 |
decent c compiler produced in the last twenty years will bitch about it... | ||||
2004-10-13 | add proper case handling | llornkcor | 1 | -13/+16 |
2004-10-13 | fix move | llornkcor | 1 | -1/+3 |
2004-10-06 | if user clicks dialog's X, dont go ahead and do the actions | llornkcor | 1 | -57/+80 |
2004-09-28 | ugly workaround for bigscreen/smallscreen widget differences | llornkcor | 2 | -44/+48 |
2004-09-26 | fix view menu | llornkcor | 1 | -5/+5 |
2004-09-25 | fix | llornkcor | 4 | -16/+13 |
2004-09-25 | remove not needed bool | llornkcor | 2 | -11/+0 |
2004-09-25 | opti | llornkcor | 1 | -17/+17 |
2004-09-25 | not hardcoded path | llornkcor | 3 | -37/+7 |
2004-09-25 | change message | llornkcor | 1 | -3/+4 |
2004-09-25 | remove | llornkcor | 4 | -122/+108 |
2004-09-25 | formatted strings | llornkcor | 2 | -8/+8 |
2004-09-25 | fix move overwrite | llornkcor | 1 | -54/+60 |
2004-09-25 | uptodate | llornkcor | 1 | -1/+0 |
2004-09-25 | change focus for edit | llornkcor | 3 | -40/+46 |
2004-09-25 | redunancy | llornkcor | 2 | -28/+4 |
2004-09-25 | const | llornkcor | 1 | -1/+1 |
2004-09-25 | unused | llornkcor | 1 | -2/+2 |
2004-09-25 | more redundant code | llornkcor | 1 | -8/+3 |
2004-09-25 | move kerypress to keyrelease | llornkcor | 1 | -5/+7 |
2004-09-25 | opti function and fix | llornkcor | 2 | -88/+47 |
2004-09-25 | move redundant code into one function | llornkcor | 2 | -50/+19 |
2004-09-25 | fix stuff | llornkcor | 5 | -376/+361 |
2004-09-18 | add refresh menuitem | llornkcor | 3 | -1/+8 |
2004-09-18 | fix stuff, including #1404 | llornkcor | 4 | -42/+71 |
2004-08-18 | -Remove #ifdef for NOQUICKLAUNCH as OPIE_EXPORT_APP works for | zecke | 4 | -51/+31 |
both cases already. -Use QPEApplication::setStylusOperation for RightOnHold feature instead of custom code | ||||
2004-07-28 | use safer method to set file perms after copy | llornkcor | 1 | -2/+2 |
2004-04-04 | convert to Opie Debugging Framework | mickeyl | 6 | -898/+888 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -2/+2 |
build system | ||||
2004-03-25 | initialize earilier | llornkcor | 1 | -175/+172 |
2004-03-25 | Do not rely on Qt magic. | zecke | 1 | -2/+3 |
Get the item, take it from the list, delete it | ||||
2004-03-25 | Wims patch for changing the margins to give more space | zecke | 2 | -6/+12 |
and to fix renaming | ||||
2004-03-14 | Fix up depends on LIBOPIE1 | zecke | 2 | -6/+6 |
Proper signature for signal and slots and namespaces | ||||
2004-03-13 | Namespace changes for Apps | zecke | 7 | -27/+22 |
QAshMoney and Reader need to be valgrinded | ||||
2004-03-02 | applied the patch generated by the optimize_connect script from | alwin | 4 | -30/+30 |
TT. |