<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/122737/">https://git.reviewboard.kde.org/r/122737/</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 KSnapshot and Aleix Pol Gonzalez.</div>
<div>By Boudhayan Gupta.</div>


<p style="color: grey;"><i>Updated Feb. 27, 2015, 1:24 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;">Ammended the patch to not include a .directory file created by Dolphin.</pre>
  </td>
 </tr>
</table>







<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
ksnapshot
</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;">This is a pretty big patch. It does the following:</p>
<ul style="padding: 0;text-rendering: inherit;margin: 0 0 0 1em;line-height: inherit;white-space: normal;">
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">Move all the .cpp and .h files to an "src" directory</li>
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">Move the XDG desktop file to a "desktop" directory</li>
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">Move the SVG icon source for the hicolor icon to the icons directory</li>
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">Refactor the CMakeLists.txt file</li>
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">Give each subdirectory (src, icons, desktop) its own CMakeLists.txt. doc already had one.</li>
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">Guard config-ksnapshot.h.cmake contents within ifndef-define-endif preprocessor directives</li>
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">Move the KSNAPVERSION define from main.cpp to config-ksnapshot.h.cmake</li>
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">The KSnapshot version is now defined in the top-level CMakeLists.txt</li>
</ul></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;">Builds and installs fine. No functionality was added in this patch, so didn't test much beyond build/run/take screenshots.</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/platforms/xcb/pixmaphelper.h <span style="color: grey">(PRE-CREATION)</span></li>

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

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

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

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

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

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

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

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

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

 <li>windowgrabber.h <span style="color: grey">(f8c0b17)</span></li>

 <li>windowgrabber.cpp <span style="color: grey">(4672679)</span></li>

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

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

 <li>src/org.kde.ksnapshot.xml <span style="color: grey">(PRE-CREATION)</span></li>

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

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

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

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

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

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

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

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

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

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

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

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

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

 <li>main.cpp <span style="color: grey">(ef03554)</span></li>

 <li>org.kde.ksnapshot.desktop <span style="color: grey">(fdc8831)</span></li>

 <li>org.kde.ksnapshot.xml <span style="color: grey">(eb1d8e0)</span></li>

 <li>platforms/windows/windowgrabber.cpp <span style="color: grey">(8cf1225)</span></li>

 <li>platforms/xcb/pixmaphelper.h <span style="color: grey">(e3f5695)</span></li>

 <li>platforms/xcb/pixmaphelper.cpp <span style="color: grey">(92fb91d)</span></li>

 <li>platforms/xcb/windowgrabber.cpp <span style="color: grey">(5de9473)</span></li>

 <li>platforms/xcb/xcbutils.h <span style="color: grey">(b57b692)</span></li>

 <li>regiongrabber.h <span style="color: grey">(2cf9c40)</span></li>

 <li>regiongrabber.cpp <span style="color: grey">(97af3fc)</span></li>

 <li>snapshottimer.h <span style="color: grey">(93dc15c)</span></li>

 <li>snapshottimer.cpp <span style="color: grey">(5cc3de2)</span></li>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 <li>ksnapshotpreview.cpp <span style="color: grey">(50bda19)</span></li>

 <li>ksnapshotsendtoactions.h <span style="color: grey">(f0b4f8f)</span></li>

 <li>ksnapshotsendtoactions.cpp <span style="color: grey">(a8c4ccb)</span></li>

 <li>ksnapshotwidget.ui <span style="color: grey">(c9b4258)</span></li>

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

 <li>Messages.sh <span style="color: grey">(d242e38)</span></li>

 <li>config-ksnapshot.h.cmake <span style="color: grey">(3514dd5)</span></li>

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

 <li>desktop/org.kde.ksnapshot.desktop <span style="color: grey">(PRE-CREATION)</span></li>

 <li>expblur.cpp <span style="color: grey">(173b1d7)</span></li>

 <li>freeregiongrabber.h <span style="color: grey">(4f8e695)</span></li>

 <li>freeregiongrabber.cpp <span style="color: grey">(c60b0ca)</span></li>

 <li>hisc-app-ksnapshot.svgz <span style="color: grey">(33ab303)</span></li>

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

 <li>icons/hisc-app-ksnapshot.svgz <span style="color: grey">(PRE-CREATION)</span></li>

 <li>kbackgroundsnapshot.h <span style="color: grey">(7289e63)</span></li>

 <li>kbackgroundsnapshot.cpp <span style="color: grey">(8aefbb3)</span></li>

 <li>kipiimagecollectionselector.h <span style="color: grey">(03a13c3)</span></li>

 <li>kipiimagecollectionselector.cpp <span style="color: grey">(78c2ca6)</span></li>

 <li>kipiinterface.h <span style="color: grey">(8d866ef)</span></li>

 <li>kipiinterface.cpp <span style="color: grey">(4d32647)</span></li>

 <li>ksnapshot.h <span style="color: grey">(71ecd6f)</span></li>

 <li>ksnapshot.cpp <span style="color: grey">(55e93ee)</span></li>

 <li>ksnapshot_options.h <span style="color: grey">(36ab496)</span></li>

 <li>ksnapshotimagecollectionshared.h <span style="color: grey">(6cc6d9b)</span></li>

 <li>ksnapshotimagecollectionshared.cpp <span style="color: grey">(da097f0)</span></li>

 <li>ksnapshotinfoshared.h <span style="color: grey">(b69423d)</span></li>

 <li>ksnapshotinfoshared.cpp <span style="color: grey">(5892adb)</span></li>

 <li>ksnapshotobject.h <span style="color: grey">(a69253c)</span></li>

 <li>ksnapshotobject.cpp <span style="color: grey">(06a8546)</span></li>

 <li>ksnapshotpreview.h <span style="color: grey">(83ddf55)</span></li>

</ul>

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






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



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