[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [plasma-mediacenter] components/mediawelcome: Remove recently played list, was a bad idea :'(
From:       Shantanu Tushar <shaan7in () gmail ! com>
Date:       2012-07-28 15:21:41
Message-ID: 20120728152141.D74FFA6094 () git ! kde ! org
[Download RAW message or body]

Git commit 653fe06d5a0e4f510d7cf5982aeafbdc0739750f by Shantanu Tushar.
Committed on 28/07/2012 at 17:21.
Pushed by shantanu into branch 'master'.

Remove recently played list, was a bad idea :'(

D  +0    -47   components/mediawelcome/RecentlyPlayed.qml
D  +0    -48   components/mediawelcome/RecentlyPlayedListDelegate.qml

http://commits.kde.org/plasma-mediacenter/653fe06d5a0e4f510d7cf5982aeafbdc0=
739750f

diff --git a/components/mediawelcome/RecentlyPlayed.qml b/components/mediaw=
elcome/RecentlyPlayed.qml
deleted file mode 100644
index b8f9612..0000000
--- a/components/mediawelcome/RecentlyPlayed.qml
+++ /dev/null
@@ -1,47 +0,0 @@
-/*************************************************************************=
**
- *   Copyright 2012 by Sinny Kumari <ksinny@gmail.com>                    =
 *
- *                                                                        =
 *
- *   This program is free software; you can redistribute it and/or modify =
 *
- *   it under the terms of the GNU General Public License as published by =
 *
- *   the Free Software Foundation; either version 2 of the License, or    =
 *
- *   (at your option) any later version.                                  =
 *
- *                                                                        =
 *
- *   This program is distributed in the hope that it will be useful,      =
 *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of       =
 *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        =
 *
- *   GNU General Public License for more details.                         =
 *
- *                                                                        =
 *
- *   You should have received a copy of the GNU General Public License    =
 *
- *   along with this program; if not, write to the                        =
 *
- *   Free Software Foundation, Inc.,                                      =
 *
- *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA .       =
 *
- *************************************************************************=
**/
-
-import QtQuick 1.1
-
-ListModel {
-    ListElement {
-        decoration: "folder-sound"
-        display: "Pee Loon - Once Upon A Time In Mumbai"
-    }
-    ListElement {
-        decoration: "tools-rip-video-cd"
-        display: "Life in Technicolor - Coldplay"
-    }
-    ListElement {
-        decoration: "tools-rip-video-cd"
-        display: "Pleasure of finding things out - Richard P Feynman"
-    }
-    ListElement {
-        decoration: "folder-sound"
-        display: "Sacrifice - Elton John"
-    }
-    ListElement {
-        decoration: "folder-sound"
-        display: "Candle in the wind - Elton John"
-    }
-    ListElement {
-        decoration: "folder-sound"
-        display: "Bulla ki jana - Rabbi Shergil"
-    }
-}
diff --git a/components/mediawelcome/RecentlyPlayedListDelegate.qml b/compo=
nents/mediawelcome/RecentlyPlayedListDelegate.qml
deleted file mode 100644
index b8a07d6..0000000
--- a/components/mediawelcome/RecentlyPlayedListDelegate.qml
+++ /dev/null
@@ -1,48 +0,0 @@
-/*************************************************************************=
**
- *   Copyright 2012 by Sinny Kumari <ksinny@gmail.com>                    =
 *
- *                                                                        =
 *
- *   This program is free software; you can redistribute it and/or modify =
 *
- *   it under the terms of the GNU General Public License as published by =
 *
- *   the Free Software Foundation; either version 2 of the License, or    =
 *
- *   (at your option) any later version.                                  =
 *
- *                                                                        =
 *
- *   This program is distributed in the hope that it will be useful,      =
 *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of       =
 *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        =
 *
- *   GNU General Public License for more details.                         =
 *
- *                                                                        =
 *
- *   You should have received a copy of the GNU General Public License    =
 *
- *   along with this program; if not, write to the                        =
 *
- *   Free Software Foundation, Inc.,                                      =
 *
- *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA .       =
 *
- *************************************************************************=
**/
-
-import QtQuick 1.1
-import org.kde.qtextracomponents 0.1 as QtExtraComponents
-
-Item {
-    Row {
-        anchors.fill: parent
-        spacing: 20
-
-        QtExtraComponents.QIconItem {
-            id: backendIcon
-            icon: decoration
-            height: parent.height
-            width: height
-        }
-
-        HomeScreenText {
-            height: parent.height
-
-            text: display
-            font.pointSize: 20
-        }
-
-    }
-
-    MouseArea {
-        anchors.fill: parent
-        onClicked: { }
-    }
-}
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic