Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-06-20 | Fix incorrect device icons being shown for certain devices, and add new ↵ | paule | 1 | -28/+169 |
icons for various Palm models. Original patch by Marek Va?ut (Marex) <marek.vasut@gmail.com> (fixes bug #1857) | ||||
2007-06-10 | fix missing types for include for latest kernel | aquadran | 1 | -0/+2 |
2007-04-23 | Fix for bug 1848 where the outcome of setting the time to 12:00AM did not | erik | 1 | -2/+2 |
work. This commit is based on a patch submitted by harlekin. Thank you! | ||||
2007-02-08 | Each file in this commit has a problem where it is possible to dereference | erik | 2 | -2/+7 |
a pointer without that pointer being valid. This commit fixes each instance of that. | ||||
2007-01-31 | A few files that dereference pointers w/out checking that the pointer is | erik | 2 | -3/+4 |
valid. | ||||
2007-01-31 | I expanded my audit to include any app I could get to compile in i386. | erik | 2 | -6/+11 |
In that expansion a whole new crop of unchecked returns has sprung up. This commit fixes those weeds or should I say potential bugs. | ||||
2007-01-29 | Each file in this commit has an issue where the initial value of a variable | erik | 1 | -1/+1 |
is assumed to be something but no initial value is given. This commit changes that by either assigning an initial value or removing the assumption on an initial value (usually the former). | ||||
2007-01-26 | A couple of places where a string is overrun. This fixes both of them. | erik | 1 | -2/+2 |
2007-01-24 | Each file in this commit has the issue where it is possible for code to | erik | 1 | -1/+1 |
overrun static buffers. This could lead to serious problems. Granted it is almost impossible to do that. But it isn't totally impossible. So this commit makes it impossible to overrun. | ||||
2007-01-24 | Each file in this commit has an instance where a pointer is checked at | erik | 1 | -1/+1 |
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-23 | A couple more return values that need to be checked. | erik | 1 | -2/+9 |
2007-01-19 | Every file in this commit has a change to check the return value of a call. | erik | 1 | -3/+6 |
2007-01-14 | When selecting a time zone, warn the user if the time zone file in ↵ | paule | 1 | -26/+35 |
/usr/share/zoneinfo for the selected time zone is missing | ||||
2007-01-14 | Add setting to show date/time settings on every restart (useful on devices ↵ | paule | 2 | -3/+16 |
where the date/time slips or is reset when the device is reset) | ||||
2007-01-13 | Actually read the doctab enable/disable setting. | paule | 1 | -0/+7 |
Partially fixes bug #1618. | ||||
2007-01-12 | This commit switches from using hardcoded ntp servers to using a pool ntp | erik | 1 | -3/+3 |
server. | ||||
2007-01-10 | All of the files included have instances where an array is new'ed but | erik | 2 | -2/+2 |
the corresponding delete does not have the corresponding [] argument. | ||||
2006-07-14 | more htc universal stuff | llornkcor | 1 | -0/+14 |
2006-01-16 | opie-packagemanager: added two options | hrw | 4 | -5/+27 |
- "Force resursive" for -recursive ipkg option - "Verbose fetch" for -verbose_wget ipkg option | ||||
2005-10-26 | appearance: more work on icon sizes | hrw | 1 | -7/+7 |
- added default values for (Small|Big)IconSize (drw) - set useBigPixmaps on HiRes devices (hrw) | ||||
2005-10-17 | Appearance: Added configuration options to set smallIconSize, bigIconSize, ↵ | hrw | 2 | -0/+42 |
useBigPixmaps | ||||
2005-10-16 | fixed bug #1492 - Backup and Restore does not show list of backups to ↵ | hrw | 1 | -0/+1 |
restore on start | ||||
2005-08-31 | diminish error message | mickeyl | 1 | -2/+2 |
2005-08-31 | - add support for the new Switches type in the Linux Input System (coming ↵ | mickeyl | 1 | -0/+1 |
with 2.6.14) - use the new Switches support to rewrite the hinge sensor handling on Zaurus models w/ 2.6 - add Switches support to SysInfo, OInputSystem, oinputsystemdemo | ||||
2005-08-11 | revert | llornkcor | 1 | -2/+2 |
2005-08-11 | add opie-smb | llornkcor | 1 | -2/+2 |
2005-08-04 | apply patch in # 0001662, fixes build with uclibc | llornkcor | 1 | -1/+1 |
2005-07-25 | Show 'Predict' tab only once - close #1543 | hrw | 1 | -3/+13 |
2005-07-19 | change fontsize in ntp server tab and predict tab from hardcoded 7 | hrw | 2 | -2/+2 |
to default - 2 so it is readable on VGA screen | ||||
2005-07-02 | SysInfo: | mickeyl | 5 | -16/+81 |
- add pcmcia device node detail view - add input device node detail view - grab preferred fixed font for syslog from qpe.conf - slightly adjust tree/detail widget space ratio | ||||
2005-06-15 | Remove unneeded include | drw | 1 | -2/+1 |
2005-06-15 | Resource -> OResource and fix compiler warning | drw | 3 | -19/+15 |
2005-06-15 | Resource -> OResource and fix doc headers | drw | 13 | -318/+351 |
2005-06-09 | Resource -> OResource | drw | 2 | -16/+31 |
2005-06-09 | Resource -> OResource | drw | 3 | -8/+8 |
2005-06-09 | Resource -> OResource | drw | 5 | -125/+135 |
2005-06-09 | Resource -> OResource | drw | 4 | -10/+11 |
2005-06-05 | Fix doc box headers | drw | 11 | -259/+292 |
2005-06-05 | Resource -> OResource | drw | 5 | -67/+65 |
2005-06-05 | Fix doc box headers | drw | 23 | -542/+544 |
2005-05-24 | tabmanager -> unsupported | mickeyl | 15 | -1044/+0 |
2005-05-21 | catch up with pcmcia changes | mickeyl | 1 | -1/+1 |
2005-05-19 | use OPcmciaSystem | mickeyl | 1 | -24/+7 |
2005-05-13 | /proc/cpuinfo format is architecture dependent :/ | mickeyl | 1 | -1/+1 |
2005-05-10 | ignore hostap control interfaces | mickeyl | 1 | -3/+5 |
2005-05-10 | improve WEP key handling and add wlan-ng support. patch courtesy Dirk Opfer, ↵ | mickeyl | 4 | -52/+189 |
thanks! | ||||
2005-05-06 | quick'n'dirty parsing of USB tree | mickeyl | 2 | -1/+35 |
2005-05-04 | CPUinfo details now shown | mickeyl | 3 | -45/+172 |
2005-05-04 | start with details window | mickeyl | 2 | -3/+27 |
2005-05-03 | use OAutoBoxLayout for devices info | mickeyl | 2 | -9/+23 |