Revision 614196
Go back to digest for 17th December 2006Optimization in KDE Base
John Tapsell committed changes in /trunk/KDE/kdebase/workspace/ksysguard/gui:
* Switch to using QByteArray rather than QString for most input stuff. This is cleaner design wise, and slightly faster
* Change to only one timer per page. This is a bit cleaner, and I don't think changing each widget's timer is actually that useful. This allows for all the widgets to be updated in one log, which looks nicer on the eye
File Changes
Modified 17 files
- /trunk/KDE/kdebase/workspace/ksysguard/gui
- /KSysGuardApplet.cc
- /KSysGuardApplet.h
- /WorkSheet.cc
- /WorkSheet.h
- /ksgrd/SensorClient.h
- /SensorDisplayLib/FancyPlotter.cc
- /SensorDisplayLib/FancyPlotter.h
- /SensorDisplayLib/ListView.h
- /SensorDisplayLib/LogFile.h
- /SensorDisplayLib/Process.h
- /SensorDisplayLib/ProcessController.h
- /SensorDisplayLib/ProcessModel.cc
- /SensorDisplayLib/ProcessModel.h
- /SensorDisplayLib/SensorDisplay.cc
- /SensorDisplayLib/SensorDisplay.h
- /SensorDisplayLib/SensorLogger.cc
- /SensorDisplayLib/SensorLogger.h
17 files changed in total