0.9 beta 3 - Added features to qml interface (dbus, edit mode...)
authorYves Marcoz <yves@marcoz.org>
Mon, 15 Nov 2010 05:15:04 +0000 (21:15 -0800)
committerYves Marcoz <yves@marcoz.org>
Mon, 15 Nov 2010 05:15:04 +0000 (21:15 -0800)
commit50db4550a7a517387b8af65fd0d1b12eeb521c2b
tree0944ecc93865de2f82cff8eea113c589312ece14
parentc1772b1e1bb4490f941d41345b3f9a679be31c49
0.9 beta 3 - Added features to qml interface (dbus, edit mode...)
23 files changed:
src/FeedingIt
src/FeedingIt-Web.py
src/config.py
src/qml/ArticleViewer.qml
src/qml/Categories.qml
src/qml/FeedingIt.qml
src/qml/Feeds.qml
src/qml/common/AddCat.qml [new file with mode: 0644]
src/qml/common/AddFeed.qml [new file with mode: 0644]
src/qml/common/Button.qml
src/qml/common/Config.qml [deleted file]
src/qml/common/LineInput.qml [new file with mode: 0644]
src/qml/common/ManageSubs.qml [new file with mode: 0644]
src/qml/common/Menu.qml
src/qml/common/ToolBar.qml
src/qml/common/images/AppletCloseButton.png [new file with mode: 0644]
src/qml/common/images/delete.png [new file with mode: 0644]
src/qml/common/images/feedingit.png [new file with mode: 0644]
src/qml/common/images/lineedit.png [new file with mode: 0644]
src/qml/common/images/lineedit.sci [new file with mode: 0644]
src/qml/common/images/loading.png [new file with mode: 0644]
src/qml/common/images/plus.png [new file with mode: 0644]
src/rss_sqlite.py