<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/105100/">http://git.reviewboard.kde.org/r/105100/</a>
     </td>
    </tr>
   </table>
   <br />


<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('http://git.reviewboard.kde.org/media/rb/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, Bart Cerneels and Myriam Schweingruber.</div>
<div>By MatÄ›j Laitl.</div>


<p style="color: grey;"><i>Updated June 11, 2012, 10:47 a.m.</i></p>



<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Changes</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;">Add amarok group.</pre>
  </td>
 </tr>
</table>




<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;">StatSyncing: renames, models, gui for matched tracks

 * TrackDelegate is renamed to Track (encapsulated in namespace),
   TrackDelegateProvider is Provider; subclasses are renamed accordingly
 * Process class introduced and implemented to handle one stats
   synchronization; makes Controller more lean
 * TrackTuple class introduced to facilitate stats syncing of a pack of
   equal tracks from different providers; currently just a container
   for track packs associated to their providers
 * MatchedTracksModel (QAbstractItemModel) implemented to serve as
   a source for UI displaying matched tracks
 * SingleTracksModel (QAbstractListModel) implemented for displaying
   non-matched tracks
 * Rudimentary UI for displaying results of track matching (will be
   extended with more statsyncing controls)
 * smaller fixes all over: fixes inclusion guards, provider
   memory-management, docs...
 * putting it all together. :-)

StatSyncing: progress bar for matching track, abort-ability</pre>
  </td>
 </tr>
</table>





<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">(a54e2dcbea4ad415d2f5a25c6cd925bf7760b625)</span></li>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 <li>src/statsyncing/collection/CollectionProvider.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/collection/CollectionProvider.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/collection/CollectionTrack.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/collection/CollectionTrack.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/collection/CollectionTrackDelegate.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/collection/CollectionTrackDelegate.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/collection/CollectionTrackDelegateProvider.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/collection/CollectionTrackDelegateProvider.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/jobs/MatchTracksJob.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/jobs/MatchTracksJob.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/models/CommonModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/models/CommonModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/models/MatchedTracksModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/models/MatchedTracksModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/models/SingleTracksModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/statsyncing/models/SingleTracksModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

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

</ul>

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




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




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