<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="http://git.reviewboard.kde.org/r/100177/">http://git.reviewboard.kde.org/r/100177/</a>
     </td>
    </tr>
   </table>
   <br />





 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Ok, a few comments from using it. Here are issues I think need to be addressed:

* I think the action should be centered like the other actions below the playlist, probable with a separator.
* I think the default size of the dialog is too big, especially given how small the items are
* Lacking icon for 3rd/bottom button
* The list is sort of lacking. It should at least show the Artist as well, maybe like Artist - Title.
* List doesn&#39;t update on track progression, but jumps ahead once a button is pressed and tracks have progressed
* Dialog is modal---it shouldn&#39;t be, so the user can also add/remove stuff from the queue with the queue manager open. Hand in hand with this is the fact that the playlist should update to reflect any changes made in the dialog immediately

And these are issues I think are nice but not required for version 1:

* Tracks should be re-arrangable by drag-n-drop
* Tracks from the playlist should be draggable onto the Queue Manager to queue them at a specific place

cheers,
leo</pre>
 <br />







<p>- Leo</p>


<br />
<p>On November 28th, 2010, 11:26 p.m., Andreas Hartmetz wrote:</p>






<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('http://git.reviewboard.kde.orgrb/images/review_request_box_top_bg.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for Amarok.</div>
<div>By Andreas Hartmetz.</div>


<p style="color: grey;"><i>Updated 2010-11-28 23:26:33</i></p>




<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">This adds a Queue Editor, with limited features (move up / move down / clear) like in Amarok 1.
The KAction for it is not very well placed in the main UI, I hope you guys can help me.
A few design changes were necessary, too, as you can see in the patch.</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">&quot;worksforme&quot;</pre>
  </td>
 </tr>
</table>



<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Bugs: </b>


 <a href="https://bugs.kde.org/show_bug.cgi?id=198180">198180</a>


</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>src/CMakeLists.txt <span style="color: grey">(c5ee1e3)</span></li>

 <li>src/MainWindow.cpp <span style="color: grey">(f755b6f)</span></li>

 <li>src/likeback/LikeBackBar.cpp <span style="color: grey">(6964f88)</span></li>

 <li>src/playlist/PlaylistActions.h <span style="color: grey">(a0b2275)</span></li>

 <li>src/playlist/PlaylistActions.cpp <span style="color: grey">(d9284e7)</span></li>

 <li>src/playlist/PlaylistController.cpp <span style="color: grey">(f05c250)</span></li>

 <li>src/playlist/PlaylistDock.h <span style="color: grey">(f7f1231)</span></li>

 <li>src/playlist/PlaylistDock.cpp <span style="color: grey">(6170f78)</span></li>

 <li>src/playlist/PlaylistItem.h <span style="color: grey">(6bfeb68)</span></li>

 <li>src/playlist/PlaylistModel.h <span style="color: grey">(7b7633f)</span></li>

 <li>src/playlist/PlaylistModel.cpp <span style="color: grey">(0162321)</span></li>

 <li>src/playlist/PlaylistQueueEditor.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/playlist/PlaylistQueueEditor.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/playlist/PlaylistQueueEditor.ui <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/playlist/navigators/DynamicTrackNavigator.cpp <span style="color: grey">(a1c67e7)</span></li>

 <li>src/playlist/navigators/TrackNavigator.h <span style="color: grey">(6154f9a)</span></li>

 <li>src/playlist/navigators/TrackNavigator.cpp <span style="color: grey">(2a70b08)</span></li>

 <li>src/playlist/proxymodels/AbstractModel.h <span style="color: grey">(03ca4d6)</span></li>

 <li>src/playlist/proxymodels/ProxyBase.h <span style="color: grey">(2e6f9e7)</span></li>

 <li>src/playlist/proxymodels/ProxyBase.cpp <span style="color: grey">(37cb8cb)</span></li>

 <li>src/playlist/view/PlaylistViewCommon.cpp <span style="color: grey">(2a5c9f6)</span></li>

 <li>src/playlist/view/listview/PrettyItemDelegate.cpp <span style="color: grey">(5494279)</span></li>

 <li>src/playlist/view/listview/PrettyListView.cpp <span style="color: grey">(0b2e41e)</span></li>

 <li>src/statusbar/StatusBar.cpp <span style="color: grey">(1a67677)</span></li>

</ul>

<p><a href="http://git.reviewboard.kde.org/r/100177/diff/" style="margin-left: 3em;">View Diff</a></p>




  </td>
 </tr>
</table>








  </div>
 </body>
</html>