summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo
AgeCommit message (Collapse)AuthorFilesLines
2004-04-04convert to Opie Debugging Frameworkmickeyl1-5/+5
2004-03-28- better parse of /proc/meminfoar2-24/+47
- delete useless variable declaration
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-15Use qRound if round is not presentzecke1-1/+1
2004-03-14Make use of ODPzecke9-33/+55
2004-03-05use listview stuff from libopie2mickeyl9-75/+84
miscellaneous cleanups
2004-03-02hack so it compiles with gcc2 toolchainalwin1-0/+4
2004-03-02applied the patch generated by the optimize_connect script fromalwin3-5/+5
TT.
2004-02-29Added a column to compare your own results with typical resultsmickeyl2-22/+79
Added a combobox and a (text) data file for known results
2004-02-27small bugfix so it compiles with arm-linux-gccalwin1-1/+1
2004-02-27ram,cf and sd seem to work now. didn't test on a PDA yet though ;)mickeyl2-72/+31
2004-02-27convert text and gfx tests to using a fixed time of seconds. that makesmickeyl2-54/+48
results more comparable between a broad range of machines
2004-02-27the integer test now is the official dhrystone benchmarkmickeyl6-7/+1419
that makes it easier to compare results
2004-02-27This patch adds a benchmark tab to SysInfo!mickeyl5-1/+1173
Available tests & Implementation Status: ------------------------------------------- Integer Arithmetic: done Floating Point: done Text Rendering: done Gfx Rendering: done RAM Performance: in progress SD Performance: not yet done CF Performance: not yet done ------------------------------------------- I will complete this on weekend by adding the last tests and adding a comparison table for known systems :) Have Fun!
2004-02-22Fix config dependsdrw1-1/+1
2004-02-21SysInfo: libopie->libopie2drw5-6/+6
2004-02-21improve support for BigScreenar2-80/+84
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-3/+2
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-01-07bring over some enhancements I allready did in branchharlekin6-26/+6
2003-12-08use less separationmickeyl1-1/+1
2003-12-06fix display bug for usage columnmickeyl1-0/+2
2003-12-06\nmickeyl1-2/+2
2003-12-06fix 5x00 detection *yawn*mickeyl1-1/+1
2003-12-04use opie-lupdate instead lupdatear1-20/+0
2003-12-03beautify the sysinfo version tab a bitmickeyl1-24/+43
2003-11-03show swap memory on Memory tabmickeyl2-36/+95
2003-10-27merge noncore/apps/* exceptmickeyl4-32/+16
- advancedfm (ljp, please...) - odict (tille, please...)
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-23Forward port of the label fixzecke1-5/+8
2003-08-09Merge from BRANCH_1_0kergoth3-8/+4
2003-06-04sanitizedschurig1-1/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-03-27Use libqpe's StorageInfo class for storage tab. This 1. reduces executable ↵drw4-172/+95
size by ~10% and 2. should now recognize MMC cards on iPaq's (can't verify myself, let me know if it doesn't work). Also added QScrollView on version tab so all info is visible when screen is landscape or input method is visible.
2003-03-21move system info to settingsharlekin1-1/+1
2003-03-19Fix for bug #733drw1-6/+10
2003-03-08no file extensionsharlekin1-6/+6
2003-02-06Fix to keep current selection for modules & processes. Would lose selection ↵drw2-2/+30
when lists were updated.
2003-02-01Fix display problem after killing a processdrw1-4/+1
2003-01-30Remove command line arguments for modinfodrw1-1/+1
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth1-1/+1
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2002-12-20Fix to prevent segfault when no process/module is selected in list.drw2-1/+11
2002-12-201. Added check for /sbin/modinfo, and if exists will display module details ↵drw10-283/+153
again. 2. Combined process and module detail viewers into one common class. 3. Move process signal sending to main process tab.
2002-12-17fix mtdblock string displayllornkcor1-21/+23
2002-12-161. Added RAM disk to storage tab (could someone verify works on Z?) 2. ↵drw10-59/+80
QScrollView for storage tab 3. Removed module detail dialog since it did not provide any useful information 4. Fix compiler warnings 5. Removed unneeded qDebugs