summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-06-26 23:30:20 +0200
committerPapoteur <papoteur@mageia.org>2020-06-26 23:30:20 +0200
commit1aa81b0859ce270cfeab3e71fcfbba445e6c35b1 (patch)
tree844646d7ab15902584416213078ecce0f6c589b9 /qml
parent569653708c79d2a232fcdca46c9945867de4f2a0 (diff)
downloadmageiawelcome-1aa81b0859ce270cfeab3e71fcfbba445e6c35b1.tar
mageiawelcome-1aa81b0859ce270cfeab3e71fcfbba445e6c35b1.tar.gz
mageiawelcome-1aa81b0859ce270cfeab3e71fcfbba445e6c35b1.tar.bz2
mageiawelcome-1aa81b0859ce270cfeab3e71fcfbba445e6c35b1.tar.xz
mageiawelcome-1aa81b0859ce270cfeab3e71fcfbba445e6c35b1.zip
Adding Handbrake application
Diffstat (limited to 'qml')
-rw-r--r--qml/AppList.qml1
-rw-r--r--qml/img/handbrake.pngbin0 -> 2952 bytes
2 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";}
diff --git a/qml/img/handbrake.png b/qml/img/handbrake.png
new file mode 100644
index 0000000..c58193f
--- /dev/null
+++ b/qml/img/handbrake.png
Binary files differ