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





<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On February 26th, 2013, 4:49 p.m. UTC, <b>Inge Wallin</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">After thinking about this for a while I have a question: Shouldn't the view (e.g. KWView) also be part of the move?  The real core is exposed by the canvas, which is where both the painting and interaction happens. The application itself surrounds the canvas with the view, and the view in, say, Words is completely different from the view in Calligra Active.  But the canvas is the same.</pre>
 </blockquote>







</blockquote>

<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">For now the KWView is part of the "part" (i.e. is compiled into wordsprivate_LIB_SRCS as well).
This patch is not about splitting the part into its parts (hehe), but rather splitting the app (well, the desktop one) related files into an own dir.
Remember that possibly one day there should also be a KPart plugin again, which could be used in any left KPart-using programs. So there would still be the need, to have clear separation between products, to have the QWidget view related files in one dir for the build of some KWView lib, and the desktop app in a separate dir. So the split as is also makes sense with that in mind.

Please let's not turn this little patch into a giant one. It is just a little step to make the Calligra Active productset easily compilable, without making the CMakeLists.txt of words/part any more complex.</pre>
<br />










<p>- Friedrich W. H.</p>


<br />
<p>On February 22nd, 2013, 11:01 a.m. UTC, Friedrich W. H. Kossebau wrote:</p>








<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 Calligra, C. Boemann, Yue Liu, and Thorsten Zachmann.</div>
<div>By Friedrich W. H. Kossebau.</div>


<p style="color: grey;"><i>Updated Feb. 22, 2013, 11:01 a.m.</i></p>






<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;">Splitting out the app-related files from the part/ directory makes the sources easier to grasp (should also help beginners with Calligra code). And it also results in having the complete sources for the product "Stage executable" and "Words executable" in a separate dir structure, so decision about building it or not is not some if-defed longer span in a CMakeLists.txt file (of part/), but instead can be done in simply-to-overlook lines in the dir level above, like
--- 8< ---
if (SHOULD_BUILD_WORDS_APP)
    add_subdirectory( app )
endif (SHOULD_BUILD_WORDS_APP)
--- 8< ---

In preparation for https://git.reviewboard.kde.org/r/109071/ which currently also includes this changes.

Possibly should be done for all programs which have such a part/ dir and still include the app-related files there. But for now only Sheets, Stage and Words are to be separated in two products each, the core/part (also used by CalligraActive) and the executable (not needed with CalligraActive).</pre>
  </td>
 </tr>
</table>





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

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

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

 <li>words/part/CMakeLists.txt <span style="color: grey">(56b8c6f)</span></li>

 <li>words/part/Info.plist.template <span style="color: grey">(97e1728)</span></li>

 <li>words/part/main.cpp <span style="color: grey">(875eb5d)</span></li>

 <li>words/part/words.desktop <span style="color: grey">(35bc4c3)</span></li>

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

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

 <li>stage/part/Info.plist.template <span style="color: grey">(857a8d7)</span></li>

 <li>stage/part/main.cpp <span style="color: grey">(5ef9509)</span></li>

 <li>stage/part/stage.desktop <span style="color: grey">(447858f)</span></li>

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

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

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

 <li>words/app/Info.plist.template <span style="color: grey">(PRE-CREATION)</span></li>

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

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

 <li>stage/app/Info.plist.template <span style="color: grey">(PRE-CREATION)</span></li>

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

</ul>

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







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








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