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





<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: 1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
 <tr>
  <td>

<div>Review request for Marble, Bernhard Beschow, Dennis Nienhüser, Torsten Rahn, and Thibaut Gridel.</div>
<div>By Abhinav Gangwar.</div>


<p style="color: grey;"><i>Updated Aug. 6, 2014, 3:35 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;">Added new game which asks user to click on a given country on map. For I tried to display a pin on map where user clicks.
For that I used a GeoDataDocument which contains a point placemark whose coordinates are updated dynamically based on where user has clicked on map. The placemark uses a shared style which contains a GeoDataIconStyle to display pin on map. This document is added to treemodel.

This code is in ClickOnThat.cpp. But this doesn't work - I don't know why ? So, I need help here .
ClickOnThat::initiateGame() which constructs this document, style, and placemark. I update the coordinate of this document's placemark in ClickOnThat::updateSelectPin(...) .

And here is a video showing all the games http://youtu.be/bCjeIShqK50 .</pre>
  </td>
 </tr>
</table>







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


<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;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Added "identify the country shape" game.<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
1. Game randomly highlights a country on political map.<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
2. It displays random answer options out of which only one is correct. The user needs to check the button <br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
   displaying correct option.</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Here is a video showing the game http://youtu.be/kr0HsxLWXPs .</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Here is a new video showing the new UI ( with qtquick 2.0 ) in left dock widget panel which now shows a QQuickView window. http://youtu.be/o-6ZTkqWxrw</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">The game needs the patch https://git.reviewboard.kde.org/r/118717/ to work.</p></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;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Works fine here :) .</p></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/apps/marble-game/ClickOnThat.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/ClickOnThat.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/CountryByFlag.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/CountryByFlag.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/CountryByFlag.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/CountryByShape.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/CountryByShape.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/CountryByShape.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/CustomButton.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/CustomRadioButton.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/GameMainWindow.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/GameMainWindow.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/GameOptions.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/GamesView.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/game.ui <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/gamemain.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/marble.rc <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/window.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/lib/marble/FileManager.h <span style="color: grey">(33de7cc)</span></li>

 <li>data/bitmaps/fixing-pin.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>data/bitmaps/target.svg <span style="color: grey">(PRE-CREATION)</span></li>

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

 <li>src/apps/marble-game/CMakeLists.txt <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/apps/marble-game/ClickOnThat.h <span style="color: grey">(PRE-CREATION)</span></li>

</ul>

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



<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">File Attachments </h1>


 <li><a href="https://git.reviewboard.kde.org/media/uploaded/files/2014/07/14/d66172dc-0395-45a1-90de-403b411d1a5f__game.diff">game.diff</a></li>

</ul>




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




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