QML UI: Initial support for Sailfish Silica
commit39daccbd92545801c9025f5503f281692422db1b
authorThomas Perl <m@thp.io>
Fri, 1 Mar 2013 10:19:18 +0000 (1 11:19 +0100)
committerThomas Perl <m@thp.io>
Fri, 1 Mar 2013 10:19:18 +0000 (1 11:19 +0100)
tree835c25a529b240513ecbe18702f54129bb31bc15
parent6d72ae2011d56ee9f07e3f10eb2c70bdfd381334
QML UI: Initial support for Sailfish Silica
18 files changed:
bin/gpodder
share/gpodder/ui/qml/Main.qml
share/gpodder/ui/qml/Subscribe.qml
share/gpodder/ui/qml/harmattan/org/gpodder/qmlui/ActionMenu.qml [copied from share/gpodder/ui/qml/ActionMenu.qml with 100% similarity]
share/gpodder/ui/qml/harmattan/org/gpodder/qmlui/InputField.qml [copied from share/gpodder/ui/qml/InputField.qml with 100% similarity]
share/gpodder/ui/qml/harmattan/org/gpodder/qmlui/PagePage.qml [moved from share/gpodder/ui/qml/PagePage.qml with 92% similarity]
share/gpodder/ui/qml/harmattan/org/gpodder/qmlui/SettingsSwitch.qml [copied from share/gpodder/ui/qml/SettingsSwitch.qml with 100% similarity]
share/gpodder/ui/qml/harmattan/org/gpodder/qmlui/qmldir [new file with mode: 0644]
share/gpodder/ui/qml/main_default.qml
share/gpodder/ui/qml/sailfish/org/gpodder/qmlui/ActionMenu.qml [moved from share/gpodder/ui/qml/ActionMenu.qml with 53% similarity]
share/gpodder/ui/qml/sailfish/org/gpodder/qmlui/InputField.qml [moved from share/gpodder/ui/qml/InputField.qml with 63% similarity]
share/gpodder/ui/qml/sailfish/org/gpodder/qmlui/PagePage.qml [new file with mode: 0644]
share/gpodder/ui/qml/sailfish/org/gpodder/qmlui/SettingsSwitch.qml [moved from share/gpodder/ui/qml/SettingsSwitch.qml with 94% similarity]
share/gpodder/ui/qml/sailfish/org/gpodder/qmlui/qmldir [new file with mode: 0644]
src/gpodder/__init__.py
src/gpodder/qmlui/__init__.py
src/gpodder/util.py
src/gpodder/youtube.py