Revision 652583
Go back to digest for 15th April 2007Features in KDE Base
Sebastian Trueg committed changes in /trunk/kdereview/nepomuk-kde/kmetadata:
Using libKonto to compare used resource types. Thus, now two resources can have the same identifier if they have different types. Different types, however, means that the types are not in the same branch of the type hirarchy.
Example: Resource( "test", "nie:File" ) == Resource( "test", "nie:File" ) != Resource( "test", "nao:Tag" ) == Tag( Test" )
File Changes
Added 1 files
- /trunk/kdereview/nepomuk-kde/kmetadata/cmake/modules/FindKonto.cmake
Modified 7 files
- /trunk/kdereview/nepomuk-kde/kmetadata
- /CMakeLists.txt
- /kmetadata/CMakeLists.txt
- /kmetadata/resource.h.in
- /kmetadata/resourcedata.cpp
- /tests/CMakeLists.txt
- /tests/resourcedatatest.cpp
- /tests/resourcedatatest.h
8 files changed in total