This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107730/

Ping?

I'm pushing this if I don't get any response soon.

- Vishesh


On December 14th, 2012, 9:24 p.m., Vishesh Handa wrote:

Review request for Nepomuk and Sebastian Trueg.
By Vishesh Handa.

Updated Dec. 14, 2012, 9:24 p.m.

Description

    Resource: Send custom commands over the local socket instead of dbus
    
    We currently had a mixed system of using both dbus and sockets in the
    Resource class. It's better if we just rely on the local socket, since
    that is what the connection is there for.
    
    This is the first step that is required to move to the data-management
    commands to use the local socket instead of dbus.

This requires some custom patches in Soprano, which I'm too lazy to put up. The diff is over here http://paste.kde.org/625478/ if you really want to see.

Testing

works

Diffs

  • libnepomukcore/CMakeLists.txt (86a3aee)
  • libnepomukcore/resource/commands.h (PRE-CREATION)
  • libnepomukcore/resource/nepomukmainmodel.h (b386ab6)
  • libnepomukcore/resource/nepomukmainmodel.cpp (f18b545)
  • libnepomukcore/resource/resourcedata.cpp (86808f8)
  • libnepomukcore/resource/socketclient.h (PRE-CREATION)
  • libnepomukcore/resource/socketclient.cpp (PRE-CREATION)
  • services/storage/nepomukcore.h (4f9bed6)
  • services/storage/nepomukcore.cpp (8913dcb)
  • services/storage/repository.h (630b373)
  • services/storage/repository.cpp (0cfc98f)

View Diff