<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/102849/">http://git.reviewboard.kde.org/r/102849/</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 Marble.</div>
<div>By Friedrich W. H. Kossebau.</div>


<p style="color: grey;"><i>Updated Oct. 16, 2011, 5:05 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;">Updated patch has now also support for matching Marble bookmarks!

Also adds support for the new arguments "lonlat" and "map" to qtmain.cpp.
But: they do not work yet, as MainWindow::initObject() is only run when the main event loop is entered.
Worse, even sending the settings as "messages" as well by the event loop like
    QMetaObject::invokeMethod(window->marbleControl()->marbleWidget(),
                              "setMapThemeId", Qt::QueuedConnection,
                              Q_ARG(QString, mapThemeId));
does not help here, as MainWindow::initObject() calls 
    QCoreApplication::processEvents ();
before doing anything :(

Any idea how to solve that??? No idea why the code is that way.</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;">Initial minimal version of my planned Plasma Runner. So far only detects lonlat coordinates and starts a new Marble showing that coordinates with OSM.
Support for Marble runners and bookmarks is to come. And parsing needs to be improved, still. WIP.

Are commandline arguments for Marble okay?
Discovers some rendering problems in Marble widget on start, someone might investigate that (no clue myself yet).</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;">Used a few times.</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">(a0e4e7a)</span></li>

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

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

 <li>src/plasmarunner/Messages.sh <span style="color: grey">(PRE-CREATION)</span></li>

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

 <li>src/plasmarunner/plasma-runner-marble.desktop <span style="color: grey">(PRE-CREATION)</span></li>

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

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

 <li>src/qtmain.cpp <span style="color: grey">(3d6d1c7)</span></li>

</ul>

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




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




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