<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/100918/">http://git.reviewboard.kde.org/r/100918/</a>
</td>
</tr>
</table>
<br />
<div>
<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="http://git.reviewboard.kde.org/r/100918/diff/2/?file=12807#file12807line649" style="color: black; font-weight: bold; text-decoration: underline;">libs/kotext/styles/KoListLevelProperties.cpp</a>
<span style="font-weight: normal;">
(Diff revision 2)
</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; ">void KoListLevelProperties::loadOdf(KoShapeLoadingContext& scontext, const KoXmlElement& style)</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">649</font></th>
<td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "> <span class="k">if</span> <span class="p">(</span><span class="n">relativeBulletSize</span><span class="p">()</span><span class="o">==</span><span class="mi">0</span> <span class="o">||</span> <span class="n">relativeBulletSize</span><span class="p">()</span> <span class="o">==</span><span class="mi">100</span><span class="p">)</span> <span class="c1">//if not set in bullet-relative-size or any where before then set it now</span></pre></td>
</tr>
</tbody>
</table>
<pre style="margin-left: 2em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">1) If this variable stores the value of the text:bullet-relative-size attribute, than it's not according to the specification.
19.763 text:bullet-relative-size
The text:bullet-relative-size attribute specifies a percentage value for the bullet size relative to the font size of the paragraphs in the bullet list.
2) Relative bullet size might have a value from {0,100}. We set it to 100 percent in input filters.</pre>
</div>
<br />
<div>
<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="http://git.reviewboard.kde.org/r/100918/diff/2/?file=12813#file12813line2005" style="color: black; font-weight: bold; text-decoration: underline;">plugins/textshape/TextShapeLayout.cpp</a>
<span style="font-weight: normal;">
(Diff revision 2)
</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; ">void TextShapeLayout::drawListItem(QPainter *painter, const QTextBlock &block, KoImageCollection *imageCollection)</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">1990</font></th>
<td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "> <span class="n">percent</span> <span class="o">=</span> <span class="n">listFormat</span><span class="p">.</span><span class="n">property</span><span class="p">(</span><span class="n">KoListStyle</span><span class="o">::</span><span class="n">BulletSize</span><span class="p">).</span><span class="n">toDouble</span><span class="p">();</span></pre></td>
</tr>
</tbody>
</table>
<pre style="margin-left: 2em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Maybe we should rename BulletSize to RelativeBulletSize because it's confusing.</pre>
</div>
<br />
<div>
<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="http://git.reviewboard.kde.org/r/100918/diff/2/?file=12814#file12814line54" style="color: black; font-weight: bold; text-decoration: underline;">plugins/textshape/commands/ChangeListCommand.cpp</a>
<span style="font-weight: normal;">
(Diff revision 2)
</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; ">ChangeListCommand::ChangeListCommand(const QTextCursor &cursor, KoListStyle::Style style, int level,</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">54</font></th>
<td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "> <span class="n">llp</span><span class="p">.</span><span class="n">setRelativeBulletSize</span><span class="p">(</span><span class="mi">45</span><span class="p">);</span> <span class="c1">//for non-numbering bullets the default relative bullet size is 45%</span></pre></td>
</tr>
</tbody>
</table>
<pre style="margin-left: 2em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">A comment clarifying why it is 45 percent would be better.</pre>
</div>
<br />
<p>- Matus</p>
<br />
<p>On March 24th, 2011, 4:20 p.m., Gopalakrishna Bhat wrote:</p>
<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('http://git.reviewboard.kde.org/media/rb/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 Gopalakrishna Bhat.</div>
<p style="color: grey;"><i>Updated March 24, 2011, 4:20 p.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;">Fixes the following problems in list rendering
1)The type of list item was not shown in the paragraph docker(SimpleParagraphWidget).
2)Takes into account the font-size percent while loading and saving lists.
3) Prefixes and suffixes are now displayed for bulleted lists.</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=264143">264143</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>filters/words/oowriter/oowriterimport.cc <span style="color: grey">(2bd55ee)</span></li>
<li>libs/kotext/styles/KoCharacterStyle.h <span style="color: grey">(3cec793)</span></li>
<li>libs/kotext/styles/KoCharacterStyle.cpp <span style="color: grey">(6eaab0f)</span></li>
<li>libs/kotext/styles/KoListLevelProperties.h <span style="color: grey">(14814fe)</span></li>
<li>libs/kotext/styles/KoListLevelProperties.cpp <span style="color: grey">(62a5175)</span></li>
<li>libs/kotext/styles/KoListStyle.h <span style="color: grey">(bee4eaf)</span></li>
<li>libs/kotext/styles/KoListStyle.cpp <span style="color: grey">(52d7c2f)</span></li>
<li>libs/odf/KoStyleStack.h <span style="color: grey">(2f4d2cf)</span></li>
<li>libs/odf/KoStyleStack.cpp <span style="color: grey">(491f14e)</span></li>
<li>plugins/textshape/ListItemsHelper.cpp <span style="color: grey">(aa61481)</span></li>
<li>plugins/textshape/TextShapeLayout.cpp <span style="color: grey">(ea49dc4)</span></li>
<li>plugins/textshape/commands/ChangeListCommand.cpp <span style="color: grey">(23eeee0)</span></li>
<li>plugins/textshape/dialogs/ParagraphBulletsNumbers.cpp <span style="color: grey">(14c5fd7)</span></li>
<li>plugins/textshape/tests/TestChangeListCommand.cpp <span style="color: grey">(4da46d1)</span></li>
<li>plugins/textshape/tests/TestLists.cpp <span style="color: grey">(316f5f6)</span></li>
<li>tools/mobile/ApplicationController.cpp <span style="color: grey">(83ebe6e)</span></li>
<li>words/part/KWDLoader.cpp <span style="color: grey">(e99435a)</span></li>
<li>words/part/KWDocument.cpp <span style="color: grey">(8408c42)</span></li>
<li>words/plugins/scripting/Style.h <span style="color: grey">(a72c0d2)</span></li>
</ul>
<p><a href="http://git.reviewboard.kde.org/r/100918/diff/" style="margin-left: 3em;">View Diff</a></p>
</td>
</tr>
</table>
</div>
</body>
</html>