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

List:       kde-commits
Subject:    extragear/multimedia/amarok/src/playlist (silent)
From:       Teo Mrnjavac <teo.mrnjavac () gmail ! com>
Date:       2009-07-14 9:59:46
Message-ID: 1247565586.011708.23124.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 996402 by mrnjavac:

Fix copyright headers.
SVN_SILENT

 M  +1 -1      PlaylistSortWidget.cpp  
 M  +2 -2      PlaylistSortWidget.h  
 M  +1 -1      proxymodels/AbstractModel.h  
 M  +3 -3      proxymodels/GroupingProxy.cpp  
 M  +1 -1      proxymodels/GroupingProxy.h  
 M  +1 -1      proxymodels/SortAlgorithms.cpp  
 M  +2 -2      proxymodels/SortAlgorithms.h  
 M  +3 -3      proxymodels/SortProxy.cpp  
 M  +2 -2      proxymodels/SortProxy.h  
 M  +1 -1      proxymodels/SortScheme.cpp  
 M  +3 -3      proxymodels/SortScheme.h  
 M  +1 -1      view/listview/PrettyListView.cpp  
 M  +1 -1      view/listview/PrettyListView.h  


--- trunk/extragear/multimedia/amarok/src/playlist/PlaylistSortWidget.cpp \
#996401:996402 @@ -1,5 +1,5 @@
 /****************************************************************************************
                
- * Copyright (c) 2009 Teo Mrnjavac <teo.mrnjavac@gmail.com>                          \
* + * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@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     \
                *
--- trunk/extragear/multimedia/amarok/src/playlist/PlaylistSortWidget.h \
#996401:996402 @@ -1,5 +1,5 @@
 /****************************************************************************************
                
- * Copyright (c) 2009 Teo Mrnjavac <teo.mrnjavac@gmail.com>                          \
* + * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@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     \
* @@ -28,7 +28,7 @@
 {
 /**
  * A ribbon interface that allows the user to define multiple sorting levels for the \
                playlist.
- * @author To Mrnjavac <teo.mrnjavac@gmail.com>
+ * @author Téo Mrnjavac <teo.mrnjavac@gmail.com>
  */
 class SortWidget : public QWidget
 {
--- trunk/extragear/multimedia/amarok/src/playlist/proxymodels/AbstractModel.h \
#996401:996402 @@ -1,5 +1,5 @@
 /****************************************************************************************
                
- * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@gmail.com>                *
+ * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@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     \
                *
--- trunk/extragear/multimedia/amarok/src/playlist/proxymodels/GroupingProxy.cpp \
#996401:996402 @@ -3,7 +3,7 @@
  * Copyright (c) 2007 Nikolaj Hald Nielsen <nhnFreespirit@gmail.com>                 \
                *
  * Copyright (c) 2008 Seb Ruiz <ruiz@kde.org>                                        \
                *
  * Copyright (c) 2008 Soren Harward <stharward@gmail.com>                            \
                *
- * Copyright (c) 2009 Teo Mrnjavac <teo.mrnjavac@gmail.com>                          \
* + * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@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     \
* @@ -265,7 +265,7 @@
     //unfortunately we need to map this to row from source as it will
     //otherwise mess up ( and crash ) when a filter is applied
     //FIXME: this needs to talk to SortProxy only as currently is fails
-    //    with a sorted playlist.   --To 17/6/2009
+    //    with a sorted playlist.   --Téo 17/6/2009
 
     row = SortProxy::instance()->rowFromSource( \
FilterProxy::instance()->rowFromSource( row ) );  
@@ -277,7 +277,7 @@
     //unfortunately we need to map this to row from source as it will
     //otherwise mess up ( and crash ) when a filter is applied
     //FIXME: this needs to talk to SortProxy only as currently is fails
-    //    with a sorted playlist.   --To 17/6/2009
+    //    with a sorted playlist.   --Téo 17/6/2009
     row = SortProxy::instance()->rowFromSource( \
FilterProxy::instance()->rowFromSource( row ) );  
     int totalLenght = 0;
--- trunk/extragear/multimedia/amarok/src/playlist/proxymodels/GroupingProxy.h \
#996401:996402 @@ -3,7 +3,7 @@
  * Copyright (c) 2007 Nikolaj Hald Nielsen <nhnFreespirit@gmail.com>                 \
                *
  * Copyright (c) 2008 Seb Ruiz <ruiz@kde.org>                                        \
                *
  * Copyright (c) 2008 Soren Harward <stharward@gmail.com>                            \
                *
- * Copyright (c) 2009 To Mrnjavac <teo.mrnjavac@gmail.com>                           \
* + * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@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     \
                *
--- trunk/extragear/multimedia/amarok/src/playlist/proxymodels/SortAlgorithms.cpp \
#996401:996402 @@ -1,5 +1,5 @@
 /****************************************************************************************
                
- * Copyright (c) 2009 Teo Mrnjavac <teo.mrnjavac@gmail.com>                          \
* + * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@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     \
                *
--- trunk/extragear/multimedia/amarok/src/playlist/proxymodels/SortAlgorithms.h \
#996401:996402 @@ -1,5 +1,5 @@
 /****************************************************************************************
                
- * Copyright (c) 2009 Teo Mrnjavac <teo.mrnjavac@gmail.com>                          \
* + * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@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     \
* @@ -29,7 +29,7 @@
  * The comparison is operated on multiple levels of a Playlist::SortScheme.
  * @warning This functor is specific for this particular problem and wouldn't \
                probably do
  * any good for sorting anything else than tracks.
- * @author To Mrnjavac <teo.mrnjavac@gmail.com>
+ * @author Téo Mrnjavac <teo.mrnjavac@gmail.com>
  */
 struct multilevelLessThan
 {
--- trunk/extragear/multimedia/amarok/src/playlist/proxymodels/SortProxy.cpp \
#996401:996402 @@ -1,6 +1,6 @@
 /****************************************************************************************
                
  * Copyright (c) 2008 Nikolaj Hald Nielsen <nhnFreespirit@gmail.com>                 \
                *
- * Copyright (c) 2009 To Mrnjavac <teo.mrnjavac@gmail.com>                           \
* + * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@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     \
* @@ -22,7 +22,7 @@
 
 namespace Playlist
 {
-//To 7/5/2009: Attention coding style police guys: this is very WiP and if you see \
notes +//Téo 7/5/2009: Attention coding style police guys: this is very WiP and if \
you see notes  //to self and debug spam here pretty please let it be until I remove \
it.  
 SortProxy* SortProxy::s_instance = 0;
@@ -78,7 +78,7 @@
 
 // Pass-through public methods, basically identical to those in \
Playlist::FilterProxy, that  // pretty much just forward stuff through the stack of \
                proxies start here.
-// Please keep them sorted alphabetically.  -- To
+// Please keep them sorted alphabetically.  -- Téo
 
 int
 SortProxy::rowFromSource( int row ) const
--- trunk/extragear/multimedia/amarok/src/playlist/proxymodels/SortProxy.h \
#996401:996402 @@ -1,6 +1,6 @@
 /****************************************************************************************
                
  * Copyright (c) 2008 Nikolaj Hald Nielsen <nhnFreespirit@gmail.com>                 \
                *
- * Copyright (c) 2009 Teo Mrnjavac <teo.mrnjavac@gmail.com>                          \
* + * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@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     \
* @@ -28,7 +28,7 @@
 /**
  * A ProxyModel that implements multilevel sorting for the Playlist.
  * This proxy should sit above the FilterProxy and below the GroupingProxy.
- * @author To Mrnjavac <teo.mrnjavac@gmail.com>
+ * @author Téo Mrnjavac <teo.mrnjavac@gmail.com>
  */
 class SortProxy : public ProxyBase
 {
--- trunk/extragear/multimedia/amarok/src/playlist/proxymodels/SortScheme.cpp \
#996401:996402 @@ -1,5 +1,5 @@
 /****************************************************************************************
                
- * Copyright (c) 2009 Teo Mrnjavac <teo.mrnjavac@gmail.com>                          \
* + * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@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     \
                *
--- trunk/extragear/multimedia/amarok/src/playlist/proxymodels/SortScheme.h \
#996401:996402 @@ -1,5 +1,5 @@
 /****************************************************************************************
                
- * Copyright (c) 2009 Teo Mrnjavac <teo.mrnjavac@gmail.com>                          \
* + * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@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     \
* @@ -28,7 +28,7 @@
 /**
  * A sorting level for multilevel playlist sorting. Instances of this class are \
                aggregated
  * by Playlist::SortScheme to describe a way to sort the playlist.
- * @author To Mrnjavac <teo.mrnjavac@gmail.com>
+ * @author Téo Mrnjavac <teo.mrnjavac@gmail.com>
  */
 class SortLevel     //data structure for each sorting level, ends up in a qstack or \
vector or list or map or w/e  {
@@ -48,7 +48,7 @@
 /**
  * A sorting scheme for multilevel playlist sorting. This class wraps around a \
                QStack to
  * define a way to sort the playlist and is used by Playlist::SortProxy.
- * @author To Mrnjavac <teo.mrnjavac@gmail.com>
+ * @author Téo Mrnjavac <teo.mrnjavac@gmail.com>
  */
 class SortScheme
 {
--- trunk/extragear/multimedia/amarok/src/playlist/view/listview/PrettyListView.cpp \
#996401:996402 @@ -1,6 +1,6 @@
 /****************************************************************************************
                
  * Copyright (c) 2008 Soren Harward <stharward@gmail.com>                            \
                *
- * Copyright (c) 2009 Teo Mrnjavac <teo.mrnjavac@gmail.com>                          \
* + * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@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     \
                *
--- trunk/extragear/multimedia/amarok/src/playlist/view/listview/PrettyListView.h \
#996401:996402 @@ -1,6 +1,6 @@
 /****************************************************************************************
                
  * Copyright (c) 2008 Soren Harward <stharward@gmail.com>                            \
                *
- * Copyright (c) 2009 Teo Mrnjavac <teo.mrnjavac@gmail.com>                          \
* + * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@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     \
*


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

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