summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/devicesinfo.cpp
AgeCommit message (Collapse)AuthorFilesLines
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.
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-07-02SysInfo:mickeyl1-7/+72
- 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-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-06quick'n'dirty parsing of USB treemickeyl1-1/+33
2005-05-04CPUinfo details now shownmickeyl1-35/+113
2005-05-04start with details windowmickeyl1-2/+20
2005-05-03use OAutoBoxLayout for devices infomickeyl1-3/+13
2005-05-02first stab at populating device nodesmickeyl1-10/+182
2005-05-02prepare for inclusion of DevicesInfomickeyl1-0/+74