OSDN Git Service

amarok: remove nepomuk collection support
authorIvailo Monev <xakepa10@gmail.com>
Sat, 31 Jan 2015 03:14:38 +0000 (03:14 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Sat, 31 Jan 2015 03:14:38 +0000 (03:14 +0000)
commitc1bb0b482ecbb7d52e3fd4270df6284035961bdd
tree4e3b415404a2de1f19c84a65e1081082fa488ee9
parent84530fb62f57f9d67611a10cd2dc05a535583d0c
amarok: remove nepomuk collection support
30 files changed:
amarok/src/core-impl/collections/CMakeLists.txt
amarok/src/core-impl/collections/nepomukcollection/CMakeLists.txt [deleted file]
amarok/src/core-impl/collections/nepomukcollection/NepomukCache.cpp [deleted file]
amarok/src/core-impl/collections/nepomukcollection/NepomukCache.h [deleted file]
amarok/src/core-impl/collections/nepomukcollection/NepomukCollection.cpp [deleted file]
amarok/src/core-impl/collections/nepomukcollection/NepomukCollection.h [deleted file]
amarok/src/core-impl/collections/nepomukcollection/NepomukCollectionFactory.cpp [deleted file]
amarok/src/core-impl/collections/nepomukcollection/NepomukCollectionFactory.h [deleted file]
amarok/src/core-impl/collections/nepomukcollection/NepomukInquirer.cpp [deleted file]
amarok/src/core-impl/collections/nepomukcollection/NepomukInquirer.h [deleted file]
amarok/src/core-impl/collections/nepomukcollection/NepomukParser.cpp [deleted file]
amarok/src/core-impl/collections/nepomukcollection/NepomukParser.h [deleted file]
amarok/src/core-impl/collections/nepomukcollection/NepomukQueryMaker.cpp [deleted file]
amarok/src/core-impl/collections/nepomukcollection/NepomukQueryMaker.h [deleted file]
amarok/src/core-impl/collections/nepomukcollection/NepomukSelectors.h [deleted file]
amarok/src/core-impl/collections/nepomukcollection/amarok_collection-nepomukcollection.desktop [deleted file]
amarok/src/core-impl/collections/nepomukcollection/meta/NepomukAlbum.cpp [deleted file]
amarok/src/core-impl/collections/nepomukcollection/meta/NepomukAlbum.h [deleted file]
amarok/src/core-impl/collections/nepomukcollection/meta/NepomukArtist.cpp [deleted file]
amarok/src/core-impl/collections/nepomukcollection/meta/NepomukArtist.h [deleted file]
amarok/src/core-impl/collections/nepomukcollection/meta/NepomukComposer.cpp [deleted file]
amarok/src/core-impl/collections/nepomukcollection/meta/NepomukComposer.h [deleted file]
amarok/src/core-impl/collections/nepomukcollection/meta/NepomukGenre.cpp [deleted file]
amarok/src/core-impl/collections/nepomukcollection/meta/NepomukGenre.h [deleted file]
amarok/src/core-impl/collections/nepomukcollection/meta/NepomukLabel.cpp [deleted file]
amarok/src/core-impl/collections/nepomukcollection/meta/NepomukLabel.h [deleted file]
amarok/src/core-impl/collections/nepomukcollection/meta/NepomukTrack.cpp [deleted file]
amarok/src/core-impl/collections/nepomukcollection/meta/NepomukTrack.h [deleted file]
amarok/src/core-impl/collections/nepomukcollection/meta/NepomukYear.cpp [deleted file]
amarok/src/core-impl/collections/nepomukcollection/meta/NepomukYear.h [deleted file]