[prev in list] [next in list] [prev in thread] [next in thread] 

List:       calligra-devel
Subject:    Re: Review Request:
From:       "Casper Boemann" <cbr () boemann ! dk>
Date:       2011-02-02 7:50:02
Message-ID: 20110202075002.2341.73076 () vidsolbach ! de
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/100522/#review1152
-----------------------------------------------------------


it looks okay to me. i noted a few TODOs that you might want to fix/investigate first \
though. just to avoid nasty surprises later

I've also not tested it, just looked at the code

- Casper


On Feb. 2, 2011, 5:53 a.m., Thorsten Zachmann wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/100522/
> -----------------------------------------------------------
> 
> (Updated Feb. 2, 2011, 5:53 a.m.)
> 
> 
> Review request for Calligra.
> 
> 
> Summary
> -------
> 
> This patch implements text on shape using inheritance. It fixes various problems of \
> the existing design.                                                                \
>  
> Following problems are fixed:                                                       \
>                 
> - Rotated shapes with have text BUG: 231686 (fixed the wrong rotation)              \
>                 
> - Placing of connections with text BUG: 251528                                      \
>                 
> - Not longer able to change the color of a shape with text                          \
>                 
> - Update Text position if the path of a path shape changes                          \
>  This also fixes the problem that the bounding rect of a path shape was not updated \
> correctly when it has text                                                          \
>                 
> - Fix anchoring in words to shapes with text                                        \
>                 
> - Event listeners no longer working for shapes with text                            \
>                 
> - Animations with shapes no longer working for shapes with text                     \
>  
> It might fix some other unnoticed bugs that are caused due to getting a tos \
> container instead the actual shape. 
> 
> This addresses bugs 231686 and 251528.
> http://bugs.kde.org/show_bug.cgi?id=231686
> http://bugs.kde.org/show_bug.cgi?id=251528
> 
> 
> Diffs
> -----
> 
> libs/flake/CMakeLists.txt 603f7cd 
> libs/flake/KoConnectionShape.cpp aeee6f7 
> libs/flake/KoPathShape.h 2807cc5 
> libs/flake/KoPathShape.cpp 86fbac9 
> libs/flake/KoPathShape_p.h 0c04666 
> libs/flake/KoShapeContainer.h de24b90 
> libs/flake/KoShapeContainer.cpp a3683d6 
> libs/flake/KoTextOnShapeContainer.h 85a4219 
> libs/flake/KoTextOnShapeContainer.cpp 07921ca 
> libs/flake/KoTosContainer.h PRE-CREATION 
> libs/flake/KoTosContainer.cpp PRE-CREATION 
> libs/flake/KoTosContainerModel.h PRE-CREATION 
> libs/flake/KoTosContainerModel.cpp PRE-CREATION 
> libs/flake/KoTosContainer_p.h PRE-CREATION 
> plugins/pathshapes/ellipse/EllipseShape.cpp f65cfdc 
> plugins/pathshapes/enhancedpath/EnhancedPathShape.cpp ad7cdac 
> plugins/pathshapes/rectangle/RectangleShape.cpp a31ba13 
> plugins/pathshapes/star/StarShape.cpp d299ea3 
> plugins/pictureshape/PictureShape.h 2fb79c8 
> plugins/pictureshape/PictureShape.cpp 560f797 
> plugins/treeshape/Layout.h c44451b 
> plugins/treeshape/Layout.cpp 48b04ba 
> plugins/treeshape/TreeShape.cpp 2605770 
> plugins/treeshape/TreeShapeMoveStrategy.cpp 289d1d2 
> words/part/KWView.h efb775a 
> words/part/KWView.cpp 376c33f 
> words/part/words.rc 774dbce 
> 
> Diff: http://git.reviewboard.kde.org/r/100522/diff
> 
> 
> Testing
> -------
> 
> Tested various documents and they all work. All of the above also have been \
> verified to work with the changes. 
> 
> Thanks,
> 
> Thorsten
> 
> 


[Attachment #5 (text/html)]

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





 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">it looks okay to me. i \
noted a few TODOs that you might want to fix/investigate first though. just to avoid \
nasty surprises later

I&#39;ve also not tested it, just looked at the code</pre>
 <br />







<p>- Casper</p>


<br />
<p>On February 2nd, 2011, 5:53 a.m., Thorsten Zachmann wrote:</p>






<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" \
style="background-image: \
url('http://git.reviewboard.kde.orgrb/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 Calligra.</div>
<div>By Thorsten Zachmann.</div>


<p style="color: grey;"><i>Updated Feb. 2, 2011, 5:53 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;">This patch implements text on shape using inheritance. It fixes various \
problems of the existing design.                                                      \
  
Following problems are fixed:                                                         \
                
- Rotated shapes with have text BUG: 231686 (fixed the wrong rotation)                \
                
- Placing of connections with text BUG: 251528                                        \
                
- Not longer able to change the color of a shape with text                            \
                
- Update Text position if the path of a path shape changes                            \
  This also fixes the problem that the bounding rect of a path shape was not updated \
correctly when it has text                                                            \
                
- Fix anchoring in words to shapes with text                                          \
                
- Event listeners no longer working for shapes with text                              \
                
- Animations with shapes no longer working for shapes with text                       \
  
It might fix some other unnoticed bugs that are caused due to getting a tos container \
instead the actual shape. </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;">Tested various documents and they all work. All of the above also have \
been verified to work with the changes.</pre>  </td>
 </tr>
</table>



<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Bugs: </b>


 <a href="http://bugs.kde.org/show_bug.cgi?id=231686">231686</a>, 

 <a href="http://bugs.kde.org/show_bug.cgi?id=251528">251528</a>


</div>


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

 <li>libs/flake/CMakeLists.txt <span style="color: grey">(603f7cd)</span></li>

 <li>libs/flake/KoConnectionShape.cpp <span style="color: grey">(aeee6f7)</span></li>

 <li>libs/flake/KoPathShape.h <span style="color: grey">(2807cc5)</span></li>

 <li>libs/flake/KoPathShape.cpp <span style="color: grey">(86fbac9)</span></li>

 <li>libs/flake/KoPathShape_p.h <span style="color: grey">(0c04666)</span></li>

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

 <li>libs/flake/KoShapeContainer.cpp <span style="color: grey">(a3683d6)</span></li>

 <li>libs/flake/KoTextOnShapeContainer.h <span style="color: \
grey">(85a4219)</span></li>

 <li>libs/flake/KoTextOnShapeContainer.cpp <span style="color: \
grey">(07921ca)</span></li>

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

 <li>libs/flake/KoTosContainer.cpp <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>libs/flake/KoTosContainerModel.h <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>libs/flake/KoTosContainerModel.cpp <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>libs/flake/KoTosContainer_p.h <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>plugins/pathshapes/ellipse/EllipseShape.cpp <span style="color: \
grey">(f65cfdc)</span></li>

 <li>plugins/pathshapes/enhancedpath/EnhancedPathShape.cpp <span style="color: \
grey">(ad7cdac)</span></li>

 <li>plugins/pathshapes/rectangle/RectangleShape.cpp <span style="color: \
grey">(a31ba13)</span></li>

 <li>plugins/pathshapes/star/StarShape.cpp <span style="color: \
grey">(d299ea3)</span></li>

 <li>plugins/pictureshape/PictureShape.h <span style="color: \
grey">(2fb79c8)</span></li>

 <li>plugins/pictureshape/PictureShape.cpp <span style="color: \
grey">(560f797)</span></li>

 <li>plugins/treeshape/Layout.h <span style="color: grey">(c44451b)</span></li>

 <li>plugins/treeshape/Layout.cpp <span style="color: grey">(48b04ba)</span></li>

 <li>plugins/treeshape/TreeShape.cpp <span style="color: grey">(2605770)</span></li>

 <li>plugins/treeshape/TreeShapeMoveStrategy.cpp <span style="color: \
grey">(289d1d2)</span></li>

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

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

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

</ul>

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




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








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



_______________________________________________
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic