Introduce featured items.

- Move RSSFetcher to CorePlugin
- Rename RSSFetcher to RssFetcher
- Make RssFetcher more generic, allow multiple sources to be fetched
- Introduce Featured Items on Getting Started page
- Introduce dummy entry for Mobile examples, needs implementation once they are ready
This commit is contained in:
Daniel Molkentin
2010-09-24 17:30:10 +02:00
parent c23ed4b14c
commit f64cf427f2
9 changed files with 549 additions and 166 deletions

View File

@@ -107,7 +107,8 @@ SOURCES += mainwindow.cpp \
ssh/sftpchannel.cpp \
outputpanemanager.cpp \
navigationsubwidget.cpp \
sidebarwidget.cpp
sidebarwidget.cpp \
rssfetcher.cpp
HEADERS += mainwindow.h \
editmode.h \
@@ -218,7 +219,8 @@ HEADERS += mainwindow.h \
ssh/sftpchannel_p.h \
outputpanemanager.h \
navigationsubwidget.h \
sidebarwidget.h
sidebarwidget.h \
rssfetcher.h
FORMS += dialogs/newdialog.ui \
actionmanager/commandmappings.ui \