Revision 588859

Go back to digest for 1st October 2006

Features in KDE Base

John Tapsell committed changes in /trunk/KDE/kdebase/workspace/ksysguard/gui:

* Remove the Taskmanager profile - we dont use it anymore
* Put the Process list in the first tab since thats what other programs do
* Use Qt::BackgroundRole instead of Qt::BackgroundColorRole since that's now deprecated
* Fix extra heading bug I had from not inserting correctly
* Use the title of the first window that we find for a process - more likely to be correct
* Enable sorting for the processlist - sorting now works!
* Use Qt resize first column in process list instead of our own
* Expand last column now works
* Large improvements on startup time by fixing lots of layout bugs - we save about 40% of the start up time!
* Delay getting new process information for the first couple of times after starting up. This gives us time to draw the app etc
* Filter case insensitively
* Use the new sort by column function in Qt 4.2 to fix some bugs there

File Changes

Deleted 1 files
  • /trunk/KDE/kdebase/workspace/ksysguard/gui/Taskmanager.ktop
Modified 7 files
  • /trunk/KDE/kdebase/workspace/ksysguard/gui
  •   /Workspace.cc
  •   /SensorDisplayLib/ListView.h
  •   /SensorDisplayLib/ProcessController.cc
  •   /SensorDisplayLib/ProcessController.h
  •   /SensorDisplayLib/ProcessModel.cc
  •   /SensorDisplayLib/ProcessModel.h
  •   /SensorDisplayLib/ProcessWidgetUI.ui
8 files changed in total