diff options
author | Papoteur <papoteur@mageia.org> | 2023-01-26 10:43:18 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-01-26 10:43:55 +0100 |
commit | 15d7b7a9633325cc85f8e05d09d18435a1040ad6 (patch) | |
tree | 6e9ab38571058b5599996d751af8d3ead1e25abe /qml | |
parent | 55648c0c8f63ef180e9bd28efb2aa7957e64cd53 (diff) | |
download | mageiawelcome-15d7b7a9633325cc85f8e05d09d18435a1040ad6.tar mageiawelcome-15d7b7a9633325cc85f8e05d09d18435a1040ad6.tar.gz mageiawelcome-15d7b7a9633325cc85f8e05d09d18435a1040ad6.tar.bz2 mageiawelcome-15d7b7a9633325cc85f8e05d09d18435a1040ad6.tar.xz mageiawelcome-15d7b7a9633325cc85f8e05d09d18435a1040ad6.zip |
Remove Eclipse, no more provided
Diffstat (limited to 'qml')
-rw-r--r-- | qml/AppList.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qml/AppList.qml b/qml/AppList.qml index 3dff5d0..4dbb72c 100644 --- a/qml/AppList.qml +++ b/qml/AppList.qml @@ -37,7 +37,6 @@ ListModel { ListElement { group: "audio";description: qsTr("Audio Player similar to Winamp"); title: "Qmmp";name: "qmmp";command: "qmmp";repo: "";icon: "img/qmmp.png";} ListElement { group: "audio";description: qsTr("Modern music player and library organizer"); title: "Clementine";name: "clementine";command: "clementine";repo: "";icon: "img/clementine.png";} ListElement { group: "audio";description: qsTr("An audio file converter, CD ripper and replay gain tool"); title: "Soundkonverter";name: "soundkonverter";command: "soundkonverter";repo: "";icon: "img/soundkonverter.png";} - ListElement { group: "programming";description: qsTr("Extensible tool platform and java IDE (64bits only)"); title: "Eclipse";name: "eclipse-platform";command: "eclipse";repo: "";icon: "img/eclipse.png";} ListElement { group: "programming";description: qsTr("Scientific Python Development Environment​ "); title: "Spyder";name: "spyder";command: "spyder3";repo: "";icon: "img/spyder3.png";} ListElement { group: "programming";description: qsTr("A C++ IDE"); title: "CodeBlocks";name: "codeblocks";command: "codeblocks";repo: "";icon: "img/codeblocks.png";} ListElement { group: "programming";description: qsTr("Lightweight IDE for Qt"); title: "Qt Creator";name: "qt-creator";command: "qtcreator";repo: "";icon: "img/qt-creator.png";} |