Revision 3d22ad5...

Go back to digest for 16th December 2012

Optimization in KDE Base

Sebastian Kügler committed changes in [kdelibs/frameworks] /:

Package install and uninstall are now non-static async

Installation and uninstallation of packages is now done in an instance
of the package. The methods return a KJob* which can be used to track
progress and result. The real work is done in a thread in order to make
it possible to not block the UI.

File Changes

Modified 6 files
  •   plasma/CMakeLists.txt
  •   plasma/package.cpp
  •   plasma/package.h
  •   plasma/packagestructure.cpp
  •   plasma/packagestructure.h
  •   plasma/private/package_p.h
6 files changed in total