diff options
author | Papoteur <papoteur@mageia.org> | 2019-04-13 17:31:15 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-04-13 17:31:15 +0200 |
commit | 5ff5840cab59b3d19dc2e6972ed41a3f7b6a8af6 (patch) | |
tree | 9a00157f99b09852c0cfb192cc44c1e77b28d06e /qml/AppList.qml | |
parent | 09851e0e61bd6681170b803e9bac665d6a765b66 (diff) | |
parent | 653231531296b2854199a21a82401ec9a02cd2f1 (diff) | |
download | mageiawelcome-5ff5840cab59b3d19dc2e6972ed41a3f7b6a8af6.tar mageiawelcome-5ff5840cab59b3d19dc2e6972ed41a3f7b6a8af6.tar.gz mageiawelcome-5ff5840cab59b3d19dc2e6972ed41a3f7b6a8af6.tar.bz2 mageiawelcome-5ff5840cab59b3d19dc2e6972ed41a3f7b6a8af6.tar.xz mageiawelcome-5ff5840cab59b3d19dc2e6972ed41a3f7b6a8af6.zip |
Merge branch 'master' into topic/mga6
Diffstat (limited to 'qml/AppList.qml')
-rw-r--r-- | qml/AppList.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/AppList.qml b/qml/AppList.qml index b6e3f3c..6f04606 100644 --- a/qml/AppList.qml +++ b/qml/AppList.qml @@ -13,6 +13,7 @@ ListElement { group: "games";description: qsTr("Kart racing game featuring Tux a ListElement { group: "games";description: qsTr("Postnuclear realtime strategy"); title: "Warzone 2100";name: "warzone2100";command: "warzone2100";repo: "";icon: "img/warzone2100.png";} ListElement { group: "games";description: qsTr("Fantasy turn-based strategy game"); title: "Battle for Wesnoth";name: "wesnoth";command: "wesnoth";repo: "";icon: "img/wesnoth.png";} ListElement { group: "games";description: qsTr("RTS Game of Ancient Warfare"); title: "O A.D";name: "0ad";command: "0ad";repo: "";icon: "img/0ad.png";} +ListElement { group: "games";description: qsTr("A collection of more than 1000 solitaire card games"); title: "PySolFC";name: "PySolFC";command: "pysol";repo: "";icon: "img/pysol01.png";} ListElement { group: "graphics";description: qsTr("3d modeller/renderer"); title: "Blender";name: "blender";command: "blender.nonsse";repo: "";icon: "img/blender.png";} ListElement { group: "graphics";description: qsTr("Painting program"); title: "MyPaint";name: "mypaint";command: "mypaint";repo: "";icon: "img/mypaint.png";} ListElement { group: "graphics";description: qsTr("The GNU Image Manipulation Program"); title: "GIMP";name: "gimp";command: "gimp";repo: "";icon: "img/gimp.png";} @@ -24,7 +25,6 @@ ListElement { group: "internet";description: qsTr("Full-featured graphical ftp/f ListElement { group: "internet featured";description: qsTr("Next-generation web browser"); title: "Firefox";name: "firefox";command: "firefox";repo: "";icon: "img/firefox.png";} ListElement { group: "internet featured";description: qsTr("Lightweight but feature rich bittorrent client"); title: "Qbittorrent";name: "qbittorrent";command: "qbittorrent";repo: "";icon: "img/qbittorrent.png";} ListElement { group: "internet";description: qsTr("Fast Webbrowser"); title: "Chromium";name: "chromium-browser";command: "chromium-browser";repo: "";icon: "img/chromium.png";} -ListElement { group: "internet";description: qsTr("File sharing client compatible with eDonkey"); title: "Amule";name: "amule";command: "amule";repo: "";icon: "img/amule.png";} ListElement { group: "internet";description: qsTr("E-mail, news and RSS client"); title: "Thunderbird";name: "thunderbird";command: "thunderbird";repo: "";icon: "img/thunderbird.png";} ListElement { group: "internet";description: qsTr("Fast e-mail client"); title: "Claws Mail";name: "claws-mail";command: "claws-mail";repo: "";icon: "img/claws-mail.png";} ListElement { group: "video featured";description: qsTr("Media Player"); title: "Smplayer";name: "smplayer";command: "smplayer";repo: "";icon: "img/smplayer.png";} |