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





<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On June 23rd, 2014, 3:20 p.m. UTC, <b>Camilla Boemann</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;">Is the debug docker visible in release mode? if so it needs to be fixed

Also i'd like unittests of the kotext stuff - but no need to test the ui or the rendering of bounds

finally i'm not liking the "completelinsidesection" varaiable names (see i can't even remember what the real name is)

but other than that yes it looks almost ready</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;">Debug docker is #ifdef'ed to be build and included only on debug mode.</pre>
<br />







<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On June 23rd, 2014, 3:20 p.m. UTC, <b>Camilla Boemann</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  



<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; border-collapse: collapse; margin: 2px padding: 2px;">
 <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; font-size: 9pt; padding: 4px 8px; text-align: left;">
    <a href="https://git.reviewboard.kde.org/r/118532/diff/5/?file=283828#file283828line217" style="color: black; font-weight: bold; text-decoration: underline;">plugins/textshape/TextTool.cpp</a>
    <span style="font-weight: normal;">

     (Diff revision 5)

    </span>
   </th>
  </tr>
 </thead>

 <tbody style="background-color: #e4d9cb; padding: 4px 8px; text-align: center;">
  <tr>

   <td colspan="4"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">TextTool::TextTool(KoCanvasBase *canvas)</pre></td>

  </tr>
 </tbody>



 
 

 <tbody>

  <tr>
    <th bgcolor="#b1ebb0" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2"></font></th>
    <td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>
    <th bgcolor="#b1ebb0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">217</font></th>
    <td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">    <span class="n">m_actionInsertSection</span> <span class="o">=</span> <span class="k">new</span> <span class="n">KAction</span><span class="p">(</span><span class="n">koIcon</span><span class="p">(</span><span class="s">"format-text-bold"</span><span class="p">),</span> <span class="n">i18n</span><span class="p">(</span><span class="s">"Insert new section"</span><span class="p">),</span> <span class="k">this</span><span class="p">);</span> <span class="c1">//FIXME: Find another icon for this.</span></pre></td>
  </tr>

 </tbody>

</table>

  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">definitely the wrong icon</pre>
 </blockquote>





</blockquote>
<pre style="margin-left: 1em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">I've created request to create or choose some icon for this: http://forum.kde.org/viewtopic.php?f=285&t=121713&p=313808#p313808</pre>
<br />




<p>- Denis</p>


<br />
<p>On June 23rd, 2014, 4:03 p.m. UTC, Denis Kuplyakov wrote:</p>








<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 Calligra, Camilla Boemann, Inge Wallin, and Dan Leinir Turthra Jensen.</div>
<div>By Denis Kuplyakov.</div>


<p style="color: grey;"><i>Updated June 23, 2014, 4:03 p.m.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
calligra
</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 adds proper section handling to code. It concentrates on managing to not break section structure during editing of text.
Patch fixes many things:
1) Insertion of text into sections
2) Deletion of text with sections
3) Cut, paste of text with sections
4) Applying style doesn't remove section info
5) WORDS product set added for fast building of Words and Author
6) Sections visual indication (need improvements)

Future TODOS:
1) improving section indication (DONE)
2) ability to insert section (DONE)
3) adding unittests
4) change icon for "New section" functionality
5) we should read "Undo New section" in edit, after inserting new one
6) fix indication of sections for multipage documents</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;">I have tested all functionality with emphasis on deletion. It has the most complicated code and need very good testing.
You can use LibreOffice Writer to create document with sections and then test editing it in words. And I will attach one I've used.</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>cmake/productsets/words.cmake <span style="color: grey">(PRE-CREATION)</span></li>

 <li>libs/flake/KoCanvasResourceManager.h <span style="color: grey">(2ad1c6f)</span></li>

 <li>libs/flake/KoShapePaintingContext.h <span style="color: grey">(a7d15fd)</span></li>

 <li>libs/flake/KoShapePaintingContext.cpp <span style="color: grey">(28ce859)</span></li>

 <li>libs/kotext/CMakeLists.txt <span style="color: grey">(44fa937)</span></li>

 <li>libs/kotext/KoSection.h <span style="color: grey">(ac3fdd8)</span></li>

 <li>libs/kotext/KoSection.cpp <span style="color: grey">(ca414b0)</span></li>

 <li>libs/kotext/KoSectionEnd.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>libs/kotext/KoSectionEnd.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>libs/kotext/KoSectionUtils.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>libs/kotext/KoSectionUtils.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>libs/kotext/KoTextEditor.h <span style="color: grey">(1fe289b)</span></li>

 <li>libs/kotext/KoTextEditor.cpp <span style="color: grey">(574e803)</span></li>

 <li>libs/kotext/KoTextEditor_format.cpp <span style="color: grey">(a82352d)</span></li>

 <li>libs/kotext/KoTextPaste.cpp <span style="color: grey">(de89bd8)</span></li>

 <li>libs/kotext/commands/DeleteCommand.h <span style="color: grey">(f9dd2ef)</span></li>

 <li>libs/kotext/commands/DeleteCommand.cpp <span style="color: grey">(391495e)</span></li>

 <li>libs/kotext/opendocument/KoTextLoader.h <span style="color: grey">(ca92573)</span></li>

 <li>libs/kotext/opendocument/KoTextLoader.cpp <span style="color: grey">(bf3044e)</span></li>

 <li>libs/kotext/opendocument/KoTextWriter_p.cpp <span style="color: grey">(c03cebb)</span></li>

 <li>libs/kundo2/kundo2magicstring.h <span style="color: grey">(f60f2a7)</span></li>

 <li>libs/odf/KoOdfPaste.cpp <span style="color: grey">(1e46546)</span></li>

 <li>libs/textlayout/KoTextDocumentLayout.h <span style="color: grey">(45a9ccb)</span></li>

 <li>libs/textlayout/KoTextLayoutArea.h <span style="color: grey">(f1b900a)</span></li>

 <li>libs/textlayout/KoTextLayoutArea_paint.cpp <span style="color: grey">(2982c60)</span></li>

 <li>plugins/textshape/TextShape.cpp <span style="color: grey">(3b25ffe)</span></li>

 <li>plugins/textshape/TextTool.h <span style="color: grey">(3409292)</span></li>

 <li>plugins/textshape/TextTool.cpp <span style="color: grey">(ae51513)</span></li>

 <li>plugins/textshape/dialogs/SimpleInsertWidget.cpp <span style="color: grey">(c2f083f)</span></li>

 <li>plugins/textshape/dialogs/SimpleInsertWidget.ui <span style="color: grey">(4b9c639)</span></li>

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

 <li>words/part/KWApplicationConfig.h <span style="color: grey">(87f1016)</span></li>

 <li>words/part/KWApplicationConfig.cpp <span style="color: grey">(1df6557)</span></li>

 <li>words/part/KWFactory.cpp <span style="color: grey">(9894f40)</span></li>

 <li>words/part/KWView.h <span style="color: grey">(50ee760)</span></li>

 <li>words/part/KWView.cpp <span style="color: grey">(6456d1f)</span></li>

 <li>words/part/dockers/KWDebugDocker.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>words/part/dockers/KWDebugDocker.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>words/part/dockers/KWDebugDockerFactory.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>words/part/dockers/KWDebugDockerFactory.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>words/part/dockers/KWDebugWidget.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>words/part/dockers/KWDebugWidget.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>words/part/words.rc <span style="color: grey">(c3a9822)</span></li>

</ul>

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



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

<ul>

 <li><a href="https://git.reviewboard.kde.org/media/uploaded/files/2014/06/04/f87d4ce2-3ab9-48a4-a880-4caa586790fc__Test-orig.odt">File for testing</a></li>

</ul>





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








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