Revision 740495

Go back to digest for 25th November 2007

Features in KDE Base

Sebastian Trueg committed changes in /trunk/playground/base/nepomuk-kde:

New KDed module which watches the home folder for changes and updates the nepomuk repository accordingly. This includes:
- files and folders being moved
- files and folders being renamed
- files and folders being deleted

As it builds on top of inotify it only works on linux and fails for nfs and similar.

For now it is also restricted to the home folder. Once idea would be to add watches for files and folders that have metadata in the repository and no other.

I would appreciante help for BSD/Solaris/Windows support and ideas for a more general solution.

File Changes

Added 15 files
  • /trunk/playground/base/nepomuk-kde/filewatch
  •   /CMakeLists.txt
  •   /kinotify
  •   /nepomukfilewatch.cpp
  •   /nepomukfilewatch.desktop
  •   /nepomukfilewatch.h
  •   /kinotify/CMakeLists.txt
  •   /kinotify/kinotify.h
  •   /kinotify/kinotify_export.h
  •   /kinotify/kinotifydirwatch.cpp
  •   /kinotify/kinotifydirwatch.h
  •   /kinotify/kinotifywatch.cpp
  •   /kinotify/kinotifywatch.h
  •   /kinotify/kinotifywatchpool.cpp
  •   /kinotify/kinotifywatchpool.h
Modified 1 files
  • /trunk/playground/base/nepomuk-kde/CMakeLists.txt
16 files changed in total