huge update to qml
commit8155b301bb9abee0c772898c007eb790edde743f
authorJens Persson <xerxes2@gmail.com>
Sat, 18 Jun 2011 15:08:04 +0000 (18 17:08 +0200)
committerJens Persson <xerxes2@gmail.com>
Sat, 18 Jun 2011 15:08:04 +0000 (18 17:08 +0200)
treee0c87bdf00ac7631d2f42181fc312627dbdad79b
parentf92216119d8c726ff3123642f0d002d2956ad6dd
huge update to qml
31 files changed:
data/panucci-all.conf
data/panucci.conf
data/ui/qml/AboutDialog.qml
data/ui/qml/ContextMenu.qml
data/ui/qml/Filechooser.qml [new file with mode: 0644]
data/ui/qml/FilechooserItem.qml [new file with mode: 0644]
data/ui/qml/Playlist.qml [new file with mode: 0644]
data/ui/qml/PlaylistItem.qml [new file with mode: 0644]
data/ui/qml/SelectableItem.qml
data/ui/qml/Settings.qml [new file with mode: 0644]
data/ui/qml/ShadowText.qml
data/ui/qml/config.js [deleted file]
data/ui/qml/main.qml
icons/add.png [new file with mode: 0644]
icons/apply.png [new file with mode: 0644]
icons/cancel.png [new file with mode: 0644]
icons/clear.png [new file with mode: 0644]
icons/close.png [moved from icons/gtk-close.png with 100% similarity]
icons/delete.png [new file with mode: 0644]
icons/file.png [new file with mode: 0644]
icons/folder.png [new file with mode: 0644]
icons/home.png [new file with mode: 0644]
icons/information.png [new file with mode: 0644]
icons/jump-to.png [new file with mode: 0644]
icons/left.png [new file with mode: 0644]
icons/remove.png [new file with mode: 0644]
icons/right.png [new file with mode: 0644]
icons/up.png [new file with mode: 0644]
src/panucci/__init__.py
src/panucci/playlist.py
src/panucci/qmlui/qmlmain.py