Revision 846027

Go back to digest for 17th August 2008

Features in KDE-PIM

Dmitry Ivanov committed changes in /trunk/playground/pim/krss/krssreader:

Add a quick search bar to showcase an AbstractProxyFeed working in a QThread.
Items are processed in a dedicated QThread so the UI won't block.

Threads are not reused (and leak) so don't abuse it.
Just a proof that proxy feeds work and are not useless.

File Changes

Added 4 files
  • /trunk/playground/pim/krss/krssreader
  •   /filteringfeed.cpp
  •   /filteringfeed.h
  •   /filteringthread.cpp
  •   /filteringthread.h
Modified 3 files
  • /trunk/playground/pim/krss/krssreader
  •   /CMakeLists.txt
  •   /mainwidget.cpp
  •   /mainwidget.h
7 files changed in total