summaryrefslogtreecommitdiffstats
path: root/qml/AppList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/AppList.qml')
-rw-r--r--qml/AppList.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/AppList.qml b/qml/AppList.qml
index 002c582..396b191 100644
--- a/qml/AppList.qml
+++ b/qml/AppList.qml
@@ -30,6 +30,7 @@ ListElement { group: "internet";description: qsTr("Fast e-mail client"); title:
ListElement { group: "video featured";description: qsTr("Media Player"); title: "Smplayer";name: "smplayer";command: "smplayer";repo: "";icon: "img/smplayer.png";}
ListElement { group: "video";description: qsTr("A non-linear video editing application"); title: "Kdenlive";name: "kdenlive";command: "kdenlive";repo: "";icon: "img/kdenlive.png";}
ListElement { group: "video featured";description: qsTr("Multimedia player and streamer"); title: "VLC";name: "vlc";command: "vlc";repo: "";icon: "img/vlc.png";}
+ListElement { group: "video";description: qsTr("For converting video to a selection of codecs"); title: "Handbrake";name: "handbrake";command: "ghb";repo: "tainted";icon: "img/handbrake.png";}
ListElement { group: "video featured";description: qsTr("Multimedia player and streamer"); title: "VLC";name: "vlc";command: "vlc";repo: "tainted";icon: "img/vlc.png";}
ListElement { group: "video";description: qsTr("Media Center"); title: "Kodi";name: "kodi";command: "kodi";repo: "";icon: "img/kodi.png";}
ListElement { group: "audio";description: qsTr("Audio Player similar to Winamp"); title: "Qmmp";name: "qmmp";command: "qmmp";repo: "";icon: "img/qmmp.png";}