<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="https://git.reviewboard.kde.org/r/117390/">https://git.reviewboard.kde.org/r/117390/</a>
</td>
</tr>
</table>
<br />
<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('https://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 Marble.</div>
<div>By Philippe Renon.</div>
<p style="color: grey;"><i>Updated April 9, 2014, 11:53 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;">This patch builds on top of the following fixes:
- https://projects.kde.org/projects/kde/kdeedu/marble/repository/revisions/087097b10911914ebad1648775f282cfdbc60bb5
- https://projects.kde.org/projects/kde/kdeedu/marble/repository/revisions/ca4176ddbe94917a13658dd8467c80abd7a2e74c
It is now not necessary anymore to include cloudsync/CloudSyncManager when using QtMarbleConfigDialog.
No cloudsync headers are installed.
This patch also adds MarbleLocale.h to the installed headers as it is now required by QtMarbleConfigDialog.</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;">This patch adds more installed headers files.
It addresses the issues described here : http://forum.kde.org/viewtopic.php?f=217&t=120442
I have tried to remove some cloudsync/*.h includes to avoid exposing them.
I did this by forward declaring cloudsync classes in a few places.
Unfortunately, in one critical file, namely QtMarbleConfigDialog, it was not possible to forward declare a cloudsync class.
And this because, a method was added that references a cloudsync enum and enums cannot be forward declared (at least with with current C++ version).</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-qt/QtMainWindow.cpp <span style="color: grey">(221cbc7)</span></li>
<li>src/apps/marble-ui/ControlView.cpp <span style="color: grey">(cf69c5e)</span></li>
<li>src/lib/marble/CMakeLists.txt <span style="color: grey">(bb6f312)</span></li>
<li>src/lib/marble/QtMarbleConfigDialog.h <span style="color: grey">(1354576)</span></li>
<li>src/lib/marble/QtMarbleConfigDialog.cpp <span style="color: grey">(482c7a9)</span></li>
<li>src/lib/marble/cloudsync/CloudSyncManager.h <span style="color: grey">(3a0351a)</span></li>
<li>src/lib/marble/cloudsync/CloudSyncManager.cpp <span style="color: grey">(c644bb6)</span></li>
<li>src/lib/marble/cloudsync/RouteSyncManager.h <span style="color: grey">(46e9526)</span></li>
<li>src/lib/marble/cloudsync/RouteSyncManager.cpp <span style="color: grey">(4f0631b)</span></li>
</ul>
<p><a href="https://git.reviewboard.kde.org/r/117390/diff/" style="margin-left: 3em;">View Diff</a></p>
</td>
</tr>
</table>
</div>
</body>
</html>