Revision 738422

Go back to digest for 25th November 2007

Features in KDE Base

Vlad Codrea committed changes in /trunk/playground/libs/kiofuse:

KioFuse is now multi-threaded, and KIO requests from FS threads are directed to the main thread. Connecting to slots in the main thread using Qt::QueuedConnection now works because we start the event loop in the main thread using KApplication::exec(). This required running fuse_loop_mt() in a worker thread.

File Changes

Added 2 files
  • /trunk/playground/libs/kiofuse
  •   /fusethread.cpp
  •   /fusethread.h
Modified 7 files
  • /trunk/playground/libs/kiofuse
  •   /CMakeLists.txt
  •   /jobhelpers.cpp
  •   /jobhelpers.h
  •   /kiofuseapp.cpp
  •   /kiofuseapp.h
  •   /kiofuseops.h
  •   /main.cpp
9 files changed in total