Music Events are now normal Fetcher APIs added
All APIs now return SmfError
Canceling Request now supported
Music Search now based on category
Providerinfo added in DSM
Added secondary ID, count, location to SMFAlbum
Tags for Artist added
Get tracks for album and artist added
Added URL to subtitle
DSM Bug fixes
Detailed debugging logs filtered in server, pluginmgr, transportmgr
playlistsOf() method changed in smfclient and plugin interfaces.
RVCT B686 compilation issues resolved.
# -------------------------------------------------
# Project created by QtCreator 2010-06-29T13:53:43
# -------------------------------------------------
TARGET = DemoGUI
TEMPLATE = app
QT += network
CONFIG += mobility
MOBILITY += contacts \
location
SOURCES += ImageDownload.cpp \
main.cpp \
mainwindow.cpp \
CustomListWidget.cpp \
HomeView.cpp \
GridView.cpp \
ToolBar.cpp
HEADERS += ImageDownload.h \
mainwindow.h \
CustomListWidget.h \
HomeView.h \
ScreenSize.h \
GridView.h \
ToolBar.h \
WidgetConstants.h
FORMS += mainwindow.ui
symbian: {
TARGET.CAPABILITY = NetworkServices \
ReadUserData \
WriteUserData \
LocalServices \
UserEnvironment \
ReadDeviceData \
WriteDeviceData
LIBS += -lsmfclient.dll \
-lcone \
-leikcore \
-lavkon \
-lsmfcommon
ICON = sasken_logo.svg
}