summaryrefslogtreecommitdiff
path: root/noncore/settings
AgeCommit message (Collapse)AuthorFilesLines
2007-06-20Fix incorrect device icons being shown for certain devices, and add new ↵paule1-28/+169
icons for various Palm models. Original patch by Marek Va?ut (Marex) <marek.vasut@gmail.com> (fixes bug #1857)
2007-06-10fix missing types for include for latest kernelaquadran1-0/+2
2007-04-23Fix for bug 1848 where the outcome of setting the time to 12:00AM did noterik1-2/+2
work. This commit is based on a patch submitted by harlekin. Thank you!
2007-02-08Each file in this commit has a problem where it is possible to dereferenceerik2-2/+7
a pointer without that pointer being valid. This commit fixes each instance of that.
2007-01-31A few files that dereference pointers w/out checking that the pointer iserik2-3/+4
valid.
2007-01-31I expanded my audit to include any app I could get to compile in i386.erik2-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-29Each file in this commit has an issue where the initial value of a variableerik1-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-26A couple of places where a string is overrun. This fixes both of them.erik1-2/+2
2007-01-24Each file in this commit has the issue where it is possible for code toerik1-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-24Each file in this commit has an instance where a pointer is checked aterik1-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-23A couple more return values that need to be checked.erik1-2/+9
2007-01-19Every file in this commit has a change to check the return value of a call.erik1-3/+6
2007-01-14When selecting a time zone, warn the user if the time zone file in ↵paule1-26/+35
/usr/share/zoneinfo for the selected time zone is missing
2007-01-14Add setting to show date/time settings on every restart (useful on devices ↵paule2-3/+16
where the date/time slips or is reset when the device is reset)
2007-01-13Actually read the doctab enable/disable setting.paule1-0/+7
Partially fixes bug #1618.
2007-01-12This commit switches from using hardcoded ntp servers to using a pool ntperik1-3/+3
server.
2007-01-10All of the files included have instances where an array is new'ed buterik2-2/+2
the corresponding delete does not have the corresponding [] argument.
2006-07-14more htc universal stuffllornkcor1-0/+14
2006-01-16opie-packagemanager: added two optionshrw4-5/+27
- "Force resursive" for -recursive ipkg option - "Verbose fetch" for -verbose_wget ipkg option
2005-10-26appearance: more work on icon sizeshrw1-7/+7
- added default values for (Small|Big)IconSize (drw) - set useBigPixmaps on HiRes devices (hrw)
2005-10-17Appearance: Added configuration options to set smallIconSize, bigIconSize, ↵hrw2-0/+42
useBigPixmaps
2005-10-16fixed bug #1492 - Backup and Restore does not show list of backups to ↵hrw1-0/+1
restore on start
2005-08-31diminish error messagemickeyl1-2/+2
2005-08-31- add support for the new Switches type in the Linux Input System (coming ↵mickeyl1-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-11revertllornkcor1-2/+2
2005-08-11add opie-smbllornkcor1-2/+2
2005-08-04apply patch in # 0001662, fixes build with uclibcllornkcor1-1/+1
2005-07-25Show 'Predict' tab only once - close #1543hrw1-3/+13
2005-07-19change fontsize in ntp server tab and predict tab from hardcoded 7hrw2-2/+2
to default - 2 so it is readable on VGA screen
2005-07-02SysInfo:mickeyl5-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-15Remove unneeded includedrw1-2/+1
2005-06-15Resource -> OResource and fix compiler warningdrw3-19/+15
2005-06-15Resource -> OResource and fix doc headersdrw13-318/+351
2005-06-09Resource -> OResourcedrw2-16/+31
2005-06-09Resource -> OResourcedrw3-8/+8
2005-06-09Resource -> OResourcedrw5-125/+135
2005-06-09Resource -> OResourcedrw4-10/+11
2005-06-05Fix doc box headersdrw11-259/+292
2005-06-05Resource -> OResourcedrw5-67/+65
2005-06-05Fix doc box headersdrw23-542/+544
2005-05-24tabmanager -> unsupportedmickeyl15-1044/+0
2005-05-21catch up with pcmcia changesmickeyl1-1/+1
2005-05-19use OPcmciaSystemmickeyl1-24/+7
2005-05-13/proc/cpuinfo format is architecture dependent :/mickeyl1-1/+1
2005-05-10ignore hostap control interfacesmickeyl1-3/+5
2005-05-10improve WEP key handling and add wlan-ng support. patch courtesy Dirk Opfer, ↵mickeyl4-52/+189
thanks!
2005-05-06quick'n'dirty parsing of USB treemickeyl2-1/+35
2005-05-04CPUinfo details now shownmickeyl3-45/+172
2005-05-04start with details windowmickeyl2-3/+27
2005-05-03use OAutoBoxLayout for devices infomickeyl2-9/+23