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




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

<div>Review request for Amarok.</div>
<div>By Vedant Agarwala.</div>


<p style="color: grey;"><i>Updated May 20, 2013, 1:36 p.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;">I made a patch touching all the 3 services. I added the AMAROK_EXPORT macro. Since now my code uses KWallet, some method calls are asynchronous. I had to make the MagnatuneConfig class a singleton since creating its objects takes time even though the constructor returns immediately.
After a lot of tries and fixing of errors I ran into a error: http://paste.kde.org/747302/ 
I can't understand how to fix this one. Seems like the MagnatuneConfig is not aware of the KWalletHelper class. Maybe the other 2 classes will give the same error later in the "make". Probably another problem of symbol visibility that Matej pointed out.
Please help me fix this error so that I can upload another diff and finish this review :)</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;">I have created a KWalletHelper class so that services like Maganatune, Last.fm and GPodder can use this rather than duplicating code.
Currently the patch applies only to Magnatune. The KWalletHelper class complies but it doesn't link properly to the MagnatuneConfig class.</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;">The KWalletHelper.cpp complies but fails to link to ManatuneConfig.cpp. Output of "make" command: http://paste.kde.org/743792/</pre>
  </td>
 </tr>
</table>




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

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

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

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

 <li>src/services/gpodder/GpodderServiceConfig.h <span style="color: grey">(90447fd)</span></li>

 <li>src/services/gpodder/GpodderServiceConfig.cpp <span style="color: grey">(9098d59)</span></li>

 <li>src/services/gpodder/GpodderServiceSettings.cpp <span style="color: grey">(34280c7)</span></li>

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

 <li>src/services/lastfm/LastFmServiceConfig.h <span style="color: grey">(4b1552e)</span></li>

 <li>src/services/lastfm/LastFmServiceConfig.cpp <span style="color: grey">(3c8b550)</span></li>

 <li>src/services/magnatune/CMakeLists.txt <span style="color: grey">(91f24c0)</span></li>

 <li>src/services/magnatune/MagnatuneConfig.h <span style="color: grey">(552bcf8)</span></li>

 <li>src/services/magnatune/MagnatuneConfig.cpp <span style="color: grey">(5842c63)</span></li>

 <li>src/services/magnatune/MagnatuneDownloadHandler.h <span style="color: grey">(b257440)</span></li>

 <li>src/services/magnatune/MagnatuneDownloadHandler.cpp <span style="color: grey">(3bce597)</span></li>

 <li>src/services/magnatune/MagnatuneInfoParser.h <span style="color: grey">(7904b67)</span></li>

 <li>src/services/magnatune/MagnatuneInfoParser.cpp <span style="color: grey">(1888ced)</span></li>

 <li>src/services/magnatune/MagnatuneMeta.cpp <span style="color: grey">(13b41d6)</span></li>

 <li>src/services/magnatune/MagnatuneNeedUpdateWidget.cpp <span style="color: grey">(044cf4b)</span></li>

 <li>src/services/magnatune/MagnatuneRedownloadHandler.cpp <span style="color: grey">(99c1a54)</span></li>

 <li>src/services/magnatune/MagnatuneSettingsModule.h <span style="color: grey">(4728a34)</span></li>

 <li>src/services/magnatune/MagnatuneSettingsModule.cpp <span style="color: grey">(d45938f)</span></li>

 <li>src/services/magnatune/MagnatuneStore.h <span style="color: grey">(de95057)</span></li>

 <li>src/services/magnatune/MagnatuneStore.cpp <span style="color: grey">(359990e)</span></li>

</ul>

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







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




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