No description
Find a file
Jeena 8aab9adb4d Implement OPML import in the desktop and touch ui
The core has already implemented parsing OPML files from
URLs and files, it only needs to be exposed by the UI which
this parch does.
2016-02-22 04:51:05 +01:00
common Revert "Use QML WorkerScript for loading and updating models" 2015-05-24 17:44:39 +02:00
desktop Implement OPML import in the desktop and touch ui 2016-02-22 04:51:05 +01:00
touch Implement OPML import in the desktop and touch ui 2016-02-22 04:51:05 +01:00
main.py Implement OPML import in the desktop and touch ui 2016-02-22 04:51:05 +01:00
makefile gPodder QML UI 4.6.0 2015-05-24 20:41:56 +02:00
README Bump version requirement to PyOtherSide 1.3 2014-11-07 23:19:32 +01:00
setup.cfg PEP-8 fixes 2015-03-16 21:48:04 +01:00

gPodder 4 QML UI Reference Implementation
-----------------------------------------

This is the reference implementation of the QML UI for gPodder 4. It contains a
(work in progress) Desktop UI and a minimal Touch UI for mobile devices. The
Desktop UI requires Qt Quick Controls, included in Qt 5.2 and newer.

Usage:

    qmlscene desktop/index.qml
    qmlscene touch/index.qml

Dependencies:

Package        Min.Version   URL
------------------------------------------------------------
Qt             5.1.0         http://qt-project.org/
Qt Multimedia  5.1.0         http://qt-project.org/
Python         3.2.0         http://python.org/
PyOtherSide    1.3.0         http://thp.io/2011/pyotherside/
gPodder Core   4.0.0         http://gpodder.org/