<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/104654/">http://git.reviewboard.kde.org/r/104654/</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;">>We have a lot of stuff in Calligra that isn't maintained anymore. Some stuff hasn't been compiled since 2006,
>other plugins are more recent but unfinished and very buggy. In many ways, it's a pity to throw away code that
>was the product of succesful summer of code students, enthusiastic hackers or pioneers in file format decryption.
>But realistically, there won't be anyone stepping and fixing obsolete stuff. Experience with, for instance, the
>words rtf filter shows that we will as soon write a filter from scratch as try to fix an old filter.

I think the timing for this is not the best. We have just released the first official version and it's not unreasonable to expect that we will have many new users coming in soon. Some of these users may want to take up a filter, for instance, and port or develop it further. We simply cannot make a prediction like "there won't be anyone stepping and fixing obsolete stuff" since we have never had this situation before.

That said, I think that we should not group unfinished work like unfinished shapes (tree shape?) with working, sometimes quite advanced, filters for file formats just because they don't create ODF. The former has much less value than the latter.  Fixing an advance filter to produce ODF is most likely much less work than decipher the file format to begin with.

If something like this has to happen, may I suggest removing the unfinished stuff now and keep the filters for yet a while?  Or see another solution below.

>This patch will reduce our maintenance burden a lot.

How?  If we are not compiling something, then it can hardly be a maintenance burden, can it?

>I'm not keeping any of the uncompiled filters, like ai, "for reference" -- because the code can always be
>retrieved. When pushing this patch, I will create a wiki page that explains where the code has gone, how it
>can be retrieved and so on.

I see this comment a lot, but in practice it's not true. I have never seen anybody ask "did you once have a good implementation of what I am about to do but remove it?" before starting any effort. It just doesn't happen.  If you go ahead and remove all of the modules in the list, could you at least create a page (say Calligra/Deletions)  on community.kde.org that clearly lists what is removed, and how to get it back. At least we will have a trail that we can point people to.</pre>
 <br />







<p>- Inge</p>


<br />
<p>On April 18th, 2012, 1:27 p.m., Boudewijn Rempt 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 Boudewijn Rempt.</div>


<p style="color: grey;"><i>Updated April 18, 2012, 1:27 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;">We have a lot of stuff in Calligra that isn't maintained anymore. Some stuff hasn't been compiled since 2006, other plugins are more recent but unfinished and very buggy. In many ways, it's a pity to throw away code that was the product of succesful summer of code students, enthusiastic hackers or pioneers in file format decryption. But realistically, there won't be anyone stepping and fixing obsolete stuff. Experience with, for instance, the words rtf filter shows that we will as soon write a filter from scratch as try to fix an old filter.

This patch will reduce our maintenance burden a lot.

It's based on the list I posted to the mailing list, but keeps the comment shape (though I cannot find a place where it's used) and the music shape. It removes the mapshape, as suggested by Friedrich.

I'm not keeping any of the uncompiled filters, like ai, "for reference" -- because the code can always be retrieved. When pushing this patch, I will create a wiki page that explains where the code has gone, how it can be retrieved and so on.</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>filters/CMakeLists.txt <span style="color: grey">(ad6e49c)</span></li>

 <li>filters/karbon/CMakeLists.txt <span style="color: grey">(8f2760c)</span></li>

 <li>filters/karbon/ai/CMakeLists.txt <span style="color: grey">(adbf346)</span></li>

 <li>filters/karbon/ai/ai3handler.h <span style="color: grey">(2fceb53)</span></li>

 <li>filters/karbon/ai/ai3handler.cc <span style="color: grey">(48d78eb)</span></li>

 <li>filters/karbon/ai/ai88handler.h <span style="color: grey">(f10e22f)</span></li>

 <li>filters/karbon/ai/ai88handler.cc <span style="color: grey">(3f88016)</span></li>

 <li>filters/karbon/ai/aicolor.h <span style="color: grey">(c24eefb)</span></li>

 <li>filters/karbon/ai/aicolor.cc <span style="color: grey">(8675fd8)</span></li>

 <li>filters/karbon/ai/aielement.h <span style="color: grey">(dacfd9e)</span></li>

 <li>filters/karbon/ai/aielement.cc <span style="color: grey">(84aae79)</span></li>

 <li>filters/karbon/ai/aiimport.h <span style="color: grey">(c54f39a)</span></li>

 <li>filters/karbon/ai/aiimport.cc <span style="color: grey">(5aad0c3)</span></li>

 <li>filters/karbon/ai/ailexer.h <span style="color: grey">(c27a652)</span></li>

 <li>filters/karbon/ai/ailexer.cc <span style="color: grey">(9d9d573)</span></li>

 <li>filters/karbon/ai/aiparserbase.h <span style="color: grey">(22a2cbb)</span></li>

 <li>filters/karbon/ai/aiparserbase.cc <span style="color: grey">(c4d3ee8c)</span></li>

 <li>filters/karbon/ai/karbon_ai_import.desktop <span style="color: grey">(26ff85f)</span></li>

 <li>filters/karbon/ai/karbonaiparserbase.h <span style="color: grey">(31be269)</span></li>

 <li>filters/karbon/ai/karbonaiparserbase.cc <span style="color: grey">(a32ac6e)</span></li>

 <li>filters/karbon/kontour/CMakeLists.txt <span style="color: grey">(4cd0a13)</span></li>

 <li>filters/karbon/kontour/karbon_kontour_import.desktop <span style="color: grey">(b81775a)</span></li>

 <li>filters/karbon/kontour/kontourimport.h <span style="color: grey">(ef632c1)</span></li>

 <li>filters/karbon/kontour/kontourimport.cpp <span style="color: grey">(706dbd1)</span></li>

 <li>filters/karbon/msod/CMakeLists.txt <span style="color: grey">(4da0036)</span></li>

 <li>filters/karbon/msod/karbon_msod_import.desktop <span style="color: grey">(2371d92)</span></li>

 <li>filters/karbon/msod/msod.h <span style="color: grey">(c6754fa)</span></li>

 <li>filters/karbon/msod/msod.cc <span style="color: grey">(c6a53a8)</span></li>

 <li>filters/karbon/msod/msodimport.h <span style="color: grey">(58f10a3)</span></li>

 <li>filters/karbon/msod/msodimport.cc <span style="color: grey">(57ab3f7)</span></li>

 <li>filters/karbon/msod/status.html <span style="color: grey">(b9b2ce5)</span></li>

 <li>filters/karbon/oodraw/CMakeLists.txt <span style="color: grey">(2d488c2)</span></li>

 <li>filters/karbon/oodraw/karbon_oodraw_import.desktop <span style="color: grey">(89dedce)</span></li>

 <li>filters/karbon/oodraw/oodrawimport.h <span style="color: grey">(f135c0b)</span></li>

 <li>filters/karbon/oodraw/oodrawimport.cc <span style="color: grey">(82e6229)</span></li>

 <li>filters/karbon/xcf/CMakeLists.txt <span style="color: grey">(3eaf0e6)</span></li>

 <li>filters/karbon/xcf/karbon_xcf_export.desktop <span style="color: grey">(19c597d)</span></li>

 <li>filters/karbon/xcf/xcfexport.h <span style="color: grey">(15c254d)</span></li>

 <li>filters/karbon/xcf/xcfexport.cc <span style="color: grey">(3ba71e5)</span></li>

 <li>filters/kchart/CMakeLists.txt <span style="color: grey">(0c5f24f)</span></li>

 <li>filters/kchart/svg/CMakeLists.txt <span style="color: grey">(1cce5e7)</span></li>

 <li>filters/kchart/svg/kchart_svg_export.desktop <span style="color: grey">(bd1aa94)</span></li>

 <li>filters/kchart/svg/status.html <span style="color: grey">(c4ba5b0)</span></li>

 <li>filters/kchart/svg/svgexport.h <span style="color: grey">(dacfcdd)</span></li>

 <li>filters/kchart/svg/svgexport.cc <span style="color: grey">(3aea4e8)</span></li>

 <li>filters/kformula/CMakeLists.txt <span style="color: grey">(82a4128)</span></li>

 <li>filters/kformula/FILTERS <span style="color: grey">(b335573)</span></li>

 <li>filters/kformula/kformula1.3/CMakeLists.txt <span style="color: grey">(4fb4199)</span></li>

 <li>filters/kformula/kformula1.3/KFormula13ContentHandler.h <span style="color: grey">(3ccd620)</span></li>

 <li>filters/kformula/kformula1.3/KFormula13ContentHandler.cpp <span style="color: grey">(f2643ab)</span></li>

 <li>filters/kformula/kformula1.3/KFormula13Import.h <span style="color: grey">(e05960f)</span></li>

 <li>filters/kformula/kformula1.3/KFormula13Import.cpp <span style="color: grey">(293b2c8)</span></li>

 <li>filters/kformula/kformula1.3/dtd/kformula.dtd <span style="color: grey">(a34237a)</span></li>

 <li>filters/kformula/latex/CMakeLists.txt <span style="color: grey">(29bcbe1)</span></li>

 <li>filters/kformula/latex/kformula_latex_export.desktop <span style="color: grey">(76cc60a)</span></li>

 <li>filters/kformula/latex/latexexport.h <span style="color: grey">(b62ce85)</span></li>

 <li>filters/kformula/latex/latexexport.cc <span style="color: grey">(c085fbe)</span></li>

 <li>filters/kformula/png/CMakeLists.txt <span style="color: grey">(a810f09)</span></li>

 <li>filters/kformula/png/kformula_png_export.desktop <span style="color: grey">(979465f)</span></li>

 <li>filters/kformula/png/pngexport.h <span style="color: grey">(b6aafc4)</span></li>

 <li>filters/kformula/png/pngexport.cc <span style="color: grey">(fdcfbfb)</span></li>

 <li>filters/kformula/png/pngexportdia.h <span style="color: grey">(4c0b604)</span></li>

 <li>filters/kformula/png/pngexportdia.cc <span style="color: grey">(420949b)</span></li>

 <li>filters/kformula/svg/CMakeLists.txt <span style="color: grey">(ea00253)</span></li>

 <li>filters/kformula/svg/kformula_svg_export.desktop <span style="color: grey">(761ed3e)</span></li>

 <li>filters/kformula/svg/svgexport.h <span style="color: grey">(0c8be79)</span></li>

 <li>filters/kformula/svg/svgexport.cc <span style="color: grey">(d4076c2)</span></li>

 <li>filters/stage/CMakeLists.txt <span style="color: grey">(74c9663)</span></li>

 <li>filters/stage/genericimageexport/CMakeLists.txt <span style="color: grey">(c42e7e1)</span></li>

 <li>filters/stage/genericimageexport/genericimageexport.h <span style="color: grey">(4e5dda7)</span></li>

 <li>filters/stage/genericimageexport/genericimageexport.cpp <span style="color: grey">(17ed4ab)</span></li>

 <li>filters/stage/genericimageexport/kpresenter_bmp_export.desktop <span style="color: grey">(222d79a)</span></li>

 <li>filters/stage/genericimageexport/kpresenter_jpeg_export.desktop <span style="color: grey">(c4ca0b3)</span></li>

 <li>filters/stage/genericimageexport/kpresenter_mng_export.desktop <span style="color: grey">(cadc0cb)</span></li>

 <li>filters/stage/genericimageexport/kpresenter_png_export.desktop <span style="color: grey">(dde5896)</span></li>

 <li>filters/stage/genericimageexport/kpresenter_xbm_export.desktop <span style="color: grey">(fb53d92)</span></li>

 <li>filters/stage/genericimageexport/kpresenter_xpm_export.desktop <span style="color: grey">(2748504)</span></li>

 <li>filters/stage/kpr/CMakeLists.txt <span style="color: grey">(9c1a7f7)</span></li>

 <li>filters/stage/kpr/export/CMakeLists.txt <span style="color: grey">(a02458c)</span></li>

 <li>filters/stage/kpr/export/odp2kpr.h <span style="color: grey">(a3dc239)</span></li>

 <li>filters/stage/kpr/export/odp2kpr.cpp <span style="color: grey">(bef4fb0)</span></li>

 <li>filters/stage/kpr/export/odp2kpr.desktop <span style="color: grey">(129ced7)</span></li>

 <li>filters/stage/kpr/import/CMakeLists.txt <span style="color: grey">(f9a3792)</span></li>

 <li>filters/stage/kpr/import/kpr2odp.cpp <span style="color: grey">(1d1b900)</span></li>

 <li>filters/stage/kpr/import/kpr2odp.desktop <span style="color: grey">(a9164f9)</span></li>

 <li>filters/stage/kpr/import/kpr2odp.h <span style="color: grey">(149a8be)</span></li>

 <li>filters/stage/magicpoint/CMakeLists.txt <span style="color: grey">(78b1520)</span></li>

 <li>filters/stage/magicpoint/kpresenter_magicpoint_import.desktop <span style="color: grey">(43fe441)</span></li>

 <li>filters/stage/magicpoint/mgp2kpr.py <span style="color: grey">(bb13774)</span></li>

 <li>filters/stage/ooimpress/CMakeLists.txt <span style="color: grey">(1bbfab5)</span></li>

 <li>filters/stage/ooimpress/kpresenter_ooimpress_export.desktop <span style="color: grey">(3c17d23)</span></li>

 <li>filters/stage/ooimpress/kpresenter_ooimpress_import.desktop <span style="color: grey">(da33196)</span></li>

 <li>filters/stage/ooimpress/ooimpressexport.h <span style="color: grey">(e916566)</span></li>

 <li>filters/stage/ooimpress/ooimpressexport.cc <span style="color: grey">(d423089)</span></li>

 <li>filters/stage/ooimpress/ooimpressimport.h <span style="color: grey">(845bb63)</span></li>

 <li>filters/stage/ooimpress/ooimpressimport.cc <span style="color: grey">(7353dd5)</span></li>

 <li>filters/stage/ooimpress/status.html <span style="color: grey">(7915870)</span></li>

 <li>filters/stage/ooimpress/stylefactory.h <span style="color: grey">(ef6ff00)</span></li>

 <li>filters/stage/ooimpress/stylefactory.cc <span style="color: grey">(f34809c)</span></li>

 <li>filters/stage/ooppt/CMakeLists.txt <span style="color: grey">(e8253e6)</span></li>

 <li>filters/stage/ooppt/CalligraOODocumentConverter.py <span style="color: grey">(41eb13c)</span></li>

 <li>filters/stage/ooppt/kpresenter_ooppt_import.desktop <span style="color: grey">(58e377d)</span></li>

 <li>filters/stage/ooppt/oopptimport.h <span style="color: grey">(30e40b6)</span></li>

 <li>filters/stage/ooppt/oopptimport.cc <span style="color: grey">(6fd3f58)</span></li>

 <li>filters/stage/svg/CMakeLists.txt <span style="color: grey">(d580528)</span></li>

 <li>filters/stage/svg/kpresenter_svg_export.desktop <span style="color: grey">(29f40b6)</span></li>

 <li>filters/stage/svg/svgexport.h <span style="color: grey">(080c182)</span></li>

 <li>filters/stage/svg/svgexport.cc <span style="color: grey">(b81af99)</span></li>

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

 <li>filters/stage/words/kodp2odt.desktop <span style="color: grey">(517579d)</span></li>

 <li>filters/stage/words/kprkword.cc <span style="color: grey">(ebeb9d3)</span></li>

 <li>filters/stage/words/kprwords.desktop <span style="color: grey">(614802d)</span></li>

 <li>filters/stage/words/kprwords.h <span style="color: grey">(a9a8a62)</span></li>

 <li>filters/stage/words/odp2odt.h <span style="color: grey">(60e04f4)</span></li>

 <li>filters/stage/words/odp2odt.cpp <span style="color: grey">(20c95e8)</span></li>

 <li>filters/stage/words/status.html <span style="color: grey">(d4f3d5b)</span></li>

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

 <li>filters/words/abiword/CHANGES <span style="color: grey">(4348a6a)</span></li>

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

 <li>filters/words/abiword/FileFormats.html <span style="color: grey">(182195a)</span></li>

 <li>filters/words/abiword/ImportField.h <span style="color: grey">(d7746aa)</span></li>

 <li>filters/words/abiword/ImportField.cc <span style="color: grey">(f01d1dc)</span></li>

 <li>filters/words/abiword/ImportFormatting.h <span style="color: grey">(5099f8f)</span></li>

 <li>filters/words/abiword/ImportFormatting.cc <span style="color: grey">(d1550c9)</span></li>

 <li>filters/words/abiword/ImportHelpers.h <span style="color: grey">(3b47afd)</span></li>

 <li>filters/words/abiword/ImportHelpers.cc <span style="color: grey">(1c1b8d5)</span></li>

 <li>filters/words/abiword/ImportStyle.h <span style="color: grey">(42754e1)</span></li>

 <li>filters/words/abiword/ImportStyle.cc <span style="color: grey">(6a9ba98)</span></li>

 <li>filters/words/abiword/NOTES <span style="color: grey">(9232755)</span></li>

 <li>filters/words/abiword/TODO <span style="color: grey">(b623e37)</span></li>

 <li>filters/words/abiword/abiwordexport.h <span style="color: grey">(3709a43)</span></li>

 <li>filters/words/abiword/abiwordexport.cc <span style="color: grey">(6a0d7de)</span></li>

 <li>filters/words/abiword/abiwordimport.h <span style="color: grey">(21d2d24)</span></li>

 <li>filters/words/abiword/abiwordimport.cc <span style="color: grey">(4b22e19)</span></li>

 <li>filters/words/abiword/status.html <span style="color: grey">(6d50c5f)</span></li>

 <li>filters/words/abiword/words_abiword_export.desktop <span style="color: grey">(186b7e9)</span></li>

 <li>filters/words/abiword/words_abiword_import.desktop <span style="color: grey">(10106bc)</span></li>

 <li>filters/words/amipro/CMakeLists.txt <span style="color: grey">(3d65f98)</span></li>

 <li>filters/words/amipro/FileFormat.txt <span style="color: grey">(d13a60a)</span></li>

 <li>filters/words/amipro/amiproexport.h <span style="color: grey">(bc67f3c)</span></li>

 <li>filters/words/amipro/amiproexport.cc <span style="color: grey">(eeacf10)</span></li>

 <li>filters/words/amipro/amiproimport.h <span style="color: grey">(21424c7)</span></li>

 <li>filters/words/amipro/amiproimport.cc <span style="color: grey">(275788b)</span></li>

 <li>filters/words/amipro/amiproparser.h <span style="color: grey">(0db54fe)</span></li>

 <li>filters/words/amipro/amiproparser.cpp <span style="color: grey">(1ab6e29)</span></li>

 <li>filters/words/amipro/status.html <span style="color: grey">(f19cc6f)</span></li>

 <li>filters/words/amipro/words_amipro_export.desktop <span style="color: grey">(ba04b3d)</span></li>

 <li>filters/words/amipro/words_amipro_import.desktop <span style="color: grey">(98d768d)</span></li>

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

 <li>filters/words/ascii/ExportDialog.h <span style="color: grey">(413ad15)</span></li>

 <li>filters/words/ascii/ExportDialog.cc <span style="color: grey">(7aeb164)</span></li>

 <li>filters/words/ascii/ExportDialogUI.ui <span style="color: grey">(bd2794c)</span></li>

 <li>filters/words/ascii/asciiexport.h <span style="color: grey">(54817a7)</span></li>

 <li>filters/words/ascii/asciiexport.cc <span style="color: grey">(ceac69c)</span></li>

 <li>filters/words/ascii/words_ascii_export.desktop <span style="color: grey">(9ff7f6e)</span></li>

 <li>filters/words/docbook/CMakeLists.txt <span style="color: grey">(99c366c)</span></li>

 <li>filters/words/docbook/docbookexport.h <span style="color: grey">(48cd743)</span></li>

 <li>filters/words/docbook/docbookexport.cc <span style="color: grey">(31073f5)</span></li>

 <li>filters/words/docbook/status.html <span style="color: grey">(0bb1e1c)</span></li>

 <li>filters/words/docbook/words_docbook_export.desktop <span style="color: grey">(2b7a349)</span></li>

 <li>filters/words/html/CMakeLists.txt <span style="color: grey">(537c6c3)</span></li>

 <li>filters/words/html/export/CHANGELOG <span style="color: grey">(7a5457c)</span></li>

 <li>filters/words/html/export/CMakeLists.txt <span style="color: grey">(69ad851)</span></li>

 <li>filters/words/html/export/ExportBasic.h <span style="color: grey">(2632863)</span></li>

 <li>filters/words/html/export/ExportBasic.cc <span style="color: grey">(8174225)</span></li>

 <li>filters/words/html/export/ExportCss.h <span style="color: grey">(274a571)</span></li>

 <li>filters/words/html/export/ExportCss.cc <span style="color: grey">(cf183a6)</span></li>

 <li>filters/words/html/export/ExportDialog.h <span style="color: grey">(ec39755)</span></li>

 <li>filters/words/html/export/ExportDialog.cc <span style="color: grey">(14ec6d0)</span></li>

 <li>filters/words/html/export/ExportDialogUI.ui <span style="color: grey">(7c5d8d1)</span></li>

 <li>filters/words/html/export/ExportDocStruct.h <span style="color: grey">(35f03a3)</span></li>

 <li>filters/words/html/export/ExportDocStruct.cc <span style="color: grey">(9695a02)</span></li>

 <li>filters/words/html/export/ExportFilter.h <span style="color: grey">(2c35eaf)</span></li>

 <li>filters/words/html/export/ExportFilter.cc <span style="color: grey">(c8badfd)</span></li>

 <li>filters/words/html/export/htmlexport.h <span style="color: grey">(11dd631)</span></li>

 <li>filters/words/html/export/htmlexport.cc <span style="color: grey">(ec34a1c)</span></li>

 <li>filters/words/html/export/words_html_export.desktop <span style="color: grey">(dd9d473)</span></li>

 <li>filters/words/html/import/CMakeLists.txt <span style="color: grey">(c6e0e6b)</span></li>

 <li>filters/words/html/import/htmlimport.h <span style="color: grey">(f8ffe00)</span></li>

 <li>filters/words/html/import/htmlimport.cpp <span style="color: grey">(9203f18)</span></li>

 <li>filters/words/html/import/khtmlreader.h <span style="color: grey">(346f50f)</span></li>

 <li>filters/words/html/import/khtmlreader.cpp <span style="color: grey">(535d54e)</span></li>

 <li>filters/words/html/import/kwdwriter.h <span style="color: grey">(3defe0f)</span></li>

 <li>filters/words/html/import/kwdwriter.cpp <span style="color: grey">(85dcdc7)</span></li>

 <li>filters/words/html/import/test/htmltest.html <span style="color: grey">(c809357)</span></li>

 <li>filters/words/html/import/words_html_import.desktop <span style="color: grey">(a731ffd)</span></li>

 <li>filters/words/html/status.html <span style="color: grey">(de00a88)</span></li>

 <li>filters/words/kword1.3/CMakeLists.txt <span style="color: grey">(2c5b360)</span></li>

 <li>filters/words/kword1.3/import/CHANGELOG <span style="color: grey">(0a94f75)</span></li>

 <li>filters/words/kword1.3/import/CMakeLists.txt <span style="color: grey">(96a0099)</span></li>

 <li>filters/words/kword1.3/import/README <span style="color: grey">(d80858d)</span></li>

 <li>filters/words/kword1.3/import/TESTFILES.xml <span style="color: grey">(b09c4ab)</span></li>

 <li>filters/words/kword1.3/import/TODO <span style="color: grey">(be7f254)</span></li>

 <li>filters/words/kword1.3/import/kword13document.h <span style="color: grey">(72b6311)</span></li>

 <li>filters/words/kword1.3/import/kword13document.cpp <span style="color: grey">(65ee57d)</span></li>

 <li>filters/words/kword1.3/import/kword13format.h <span style="color: grey">(87ee460)</span></li>

 <li>filters/words/kword1.3/import/kword13format.cpp <span style="color: grey">(a980128)</span></li>

 <li>filters/words/kword1.3/import/kword13formatone.h <span style="color: grey">(f86f512)</span></li>

 <li>filters/words/kword1.3/import/kword13formatone.cpp <span style="color: grey">(79a59e5)</span></li>

 <li>filters/words/kword1.3/import/kword13formatother.h <span style="color: grey">(3fb9555)</span></li>

 <li>filters/words/kword1.3/import/kword13formatother.cpp <span style="color: grey">(a24ceeb)</span></li>

 <li>filters/words/kword1.3/import/kword13frameset.h <span style="color: grey">(321d5df)</span></li>

 <li>filters/words/kword1.3/import/kword13frameset.cpp <span style="color: grey">(dd898fd)</span></li>

 <li>filters/words/kword1.3/import/kword13import.h <span style="color: grey">(01db8ae)</span></li>

 <li>filters/words/kword1.3/import/kword13import.cpp <span style="color: grey">(cf85998)</span></li>

 <li>filters/words/kword1.3/import/kword13layout.h <span style="color: grey">(0771c92)</span></li>

 <li>filters/words/kword1.3/import/kword13layout.cpp <span style="color: grey">(3fc6626)</span></li>

 <li>filters/words/kword1.3/import/kword13oasisgenerator.h <span style="color: grey">(355cc8f)</span></li>

 <li>filters/words/kword1.3/import/kword13oasisgenerator.cpp <span style="color: grey">(7544985)</span></li>

 <li>filters/words/kword1.3/import/kword13paragraph.h <span style="color: grey">(46d82c5)</span></li>

 <li>filters/words/kword1.3/import/kword13paragraph.cpp <span style="color: grey">(4294a99)</span></li>

 <li>filters/words/kword1.3/import/kword13parser.h <span style="color: grey">(ba4b78b)</span></li>

 <li>filters/words/kword1.3/import/kword13parser.cpp <span style="color: grey">(9cf2a18)</span></li>

 <li>filters/words/kword1.3/import/kword13picture.h <span style="color: grey">(8aa58cf)</span></li>

 <li>filters/words/kword1.3/import/kword13picture.cpp <span style="color: grey">(f5f019e)</span></li>

 <li>filters/words/kword1.3/import/kword13postparsing.h <span style="color: grey">(dc0febf)</span></li>

 <li>filters/words/kword1.3/import/kword13postparsing.cpp <span style="color: grey">(2f4f5a5)</span></li>

 <li>filters/words/kword1.3/import/kword13utils.h <span style="color: grey">(3307126)</span></li>

 <li>filters/words/kword1.3/import/kword13utils.cpp <span style="color: grey">(56ca5f2)</span></li>

 <li>filters/words/kword1.3/import/kword_kword1dot3_import.desktop <span style="color: grey">(5eacc4b)</span></li>

 <li>filters/words/kword1.3/import/uninstall.desktop <span style="color: grey">(e1e3e17)</span></li>

 <li>filters/words/latex/BUGS <span style="color: grey">(9febd43)</span></li>

 <li>filters/words/latex/CMakeLists.txt <span style="color: grey">(177f040)</span></li>

 <li>filters/words/latex/TODO <span style="color: grey">(85f67e1)</span></li>

 <li>filters/words/latex/export/CMakeLists.txt <span style="color: grey">(afeafe8)</span></li>

 <li>filters/words/latex/export/Changelog <span style="color: grey">(4d05991)</span></li>

 <li>filters/words/latex/export/MARKUPS <span style="color: grey">(ef2cf13)</span></li>

 <li>filters/words/latex/export/anchor.h <span style="color: grey">(475bedc)</span></li>

 <li>filters/words/latex/export/anchor.cc <span style="color: grey">(8d27d33)</span></li>

 <li>filters/words/latex/export/border.h <span style="color: grey">(496cc11)</span></li>

 <li>filters/words/latex/export/config.h <span style="color: grey">(e4d05fc)</span></li>

 <li>filters/words/latex/export/config.cc <span style="color: grey">(22f83d1)</span></li>

 <li>filters/words/latex/export/document.h <span style="color: grey">(7587e98)</span></li>

 <li>filters/words/latex/export/document.cc <span style="color: grey">(4ec195d)</span></li>

 <li>filters/words/latex/export/element.h <span style="color: grey">(5ecd3a9)</span></li>

 <li>filters/words/latex/export/element.cc <span style="color: grey">(f1b9918)</span></li>

 <li>filters/words/latex/export/fileheader.h <span style="color: grey">(9bd217b)</span></li>

 <li>filters/words/latex/export/fileheader.cc <span style="color: grey">(d05fa74)</span></li>

 <li>filters/words/latex/export/footnote.h <span style="color: grey">(16bac06)</span></li>

 <li>filters/words/latex/export/footnote.cc <span style="color: grey">(a0683d7)</span></li>

 <li>filters/words/latex/export/format.h <span style="color: grey">(b97d8bd)</span></li>

 <li>filters/words/latex/export/format.cc <span style="color: grey">(c2cad84)</span></li>

 <li>filters/words/latex/export/formula.h <span style="color: grey">(00a09fd)</span></li>

 <li>filters/words/latex/export/formula.cc <span style="color: grey">(f8ab494)</span></li>

 <li>filters/words/latex/export/key.h <span style="color: grey">(6e50303)</span></li>

 <li>filters/words/latex/export/key.cc <span style="color: grey">(ba97e90)</span></li>

 <li>filters/words/latex/export/latexexport.h <span style="color: grey">(1ed01c4)</span></li>

 <li>filters/words/latex/export/latexexport.cc <span style="color: grey">(d8f23c7)</span></li>

 <li>filters/words/latex/export/latexexportAdaptor.h <span style="color: grey">(9b7fc76)</span></li>

 <li>filters/words/latex/export/latexexportAdaptor.cc <span style="color: grey">(19a56a7)</span></li>

 <li>filters/words/latex/export/latexexportIface.h <span style="color: grey">(26dc957)</span></li>

 <li>filters/words/latex/export/latexexportIface.cc <span style="color: grey">(50280a4)</span></li>

 <li>filters/words/latex/export/latexexportdia.ui <span style="color: grey">(5d82c29)</span></li>

 <li>filters/words/latex/export/layout.h <span style="color: grey">(88a3e89)</span></li>

 <li>filters/words/latex/export/layout.cc <span style="color: grey">(62b9a0f)</span></li>

 <li>filters/words/latex/export/listeformat.h <span style="color: grey">(9650aec)</span></li>

 <li>filters/words/latex/export/listeformat.cc <span style="color: grey">(ef95f27)</span></li>

 <li>filters/words/latex/export/listelement.h <span style="color: grey">(be31de8)</span></li>

 <li>filters/words/latex/export/listelement.cc <span style="color: grey">(6d30757)</span></li>

 <li>filters/words/latex/export/listepara.h <span style="color: grey">(6bb02f2)</span></li>

 <li>filters/words/latex/export/listepara.cc <span style="color: grey">(acebb50)</span></li>

 <li>filters/words/latex/export/listtable.h <span style="color: grey">(d1197d4)</span></li>

 <li>filters/words/latex/export/listtable.cc <span style="color: grey">(be474ff)</span></li>

 <li>filters/words/latex/export/para.h <span style="color: grey">(06b7584)</span></li>

 <li>filters/words/latex/export/para.cc <span style="color: grey">(4171000)</span></li>

 <li>filters/words/latex/export/pixmapFrame.h <span style="color: grey">(7150dc9)</span></li>

 <li>filters/words/latex/export/pixmapFrame.cc <span style="color: grey">(7c69ef3)</span></li>

 <li>filters/words/latex/export/table.h <span style="color: grey">(62976fe)</span></li>

 <li>filters/words/latex/export/table.cc <span style="color: grey">(233c841)</span></li>

 <li>filters/words/latex/export/textFrame.h <span style="color: grey">(145a9be)</span></li>

 <li>filters/words/latex/export/textFrame.cc <span style="color: grey">(8614a42)</span></li>

 <li>filters/words/latex/export/textformat.h <span style="color: grey">(fefcd46)</span></li>

 <li>filters/words/latex/export/textformat.cc <span style="color: grey">(bf58251)</span></li>

 <li>filters/words/latex/export/textzone.h <span style="color: grey">(822fa4a)</span></li>

 <li>filters/words/latex/export/textzone.cc <span style="color: grey">(e0a5ed8)</span></li>

 <li>filters/words/latex/export/variableformat.h <span style="color: grey">(5cd7f18)</span></li>

 <li>filters/words/latex/export/variableformat.cc <span style="color: grey">(2fbdb57)</span></li>

 <li>filters/words/latex/export/variablezone.h <span style="color: grey">(fae0738)</span></li>

 <li>filters/words/latex/export/variablezone.cc <span style="color: grey">(6472367)</span></li>

 <li>filters/words/latex/export/words_latex_export.desktop <span style="color: grey">(84cb229)</span></li>

 <li>filters/words/latex/export/wordslatexexportdia.h <span style="color: grey">(85b9fc9)</span></li>

 <li>filters/words/latex/export/wordslatexexportdia.cc <span style="color: grey">(328a899)</span></li>

 <li>filters/words/latex/export/xml2latexparser.h <span style="color: grey">(a5849a8)</span></li>

 <li>filters/words/latex/export/xml2latexparser.cc <span style="color: grey">(3930f2b)</span></li>

 <li>filters/words/latex/export/xmlparser.h <span style="color: grey">(e4930aa)</span></li>

 <li>filters/words/latex/export/xmlparser.cc <span style="color: grey">(9fe8620)</span></li>

 <li>filters/words/latex/import/CMakeLists.txt <span style="color: grey">(c3eee46)</span></li>

 <li>filters/words/latex/import/ChangeLog <span style="color: grey">(445f4f3)</span></li>

 <li>filters/words/latex/import/config.h <span style="color: grey">(d07c625)</span></li>

 <li>filters/words/latex/import/config.cc <span style="color: grey">(0a62861)</span></li>

 <li>filters/words/latex/import/generator/CMakeLists.txt <span style="color: grey">(f89e771)</span></li>

 <li>filters/words/latex/import/generator/body.h <span style="color: grey">(45b7a9e)</span></li>

 <li>filters/words/latex/import/generator/body.cc <span style="color: grey">(181e6ee)</span></li>

 <li>filters/words/latex/import/generator/document.h <span style="color: grey">(4b0150b)</span></li>

 <li>filters/words/latex/import/generator/document.cc <span style="color: grey">(732eb3c)</span></li>

 <li>filters/words/latex/import/generator/latex.h <span style="color: grey">(f3076db)</span></li>

 <li>filters/words/latex/import/generator/latex.cc <span style="color: grey">(d4882f4)</span></li>

 <li>filters/words/latex/import/generator/paragraph.h <span style="color: grey">(ec48be6)</span></li>

 <li>filters/words/latex/import/generator/paragraph.cc <span style="color: grey">(c47a5c2)</span></li>

 <li>filters/words/latex/import/generator/wordsgenerator.h <span style="color: grey">(f7d1eac)</span></li>

 <li>filters/words/latex/import/generator/wordsgenerator.cc <span style="color: grey">(421d43f)</span></li>

 <li>filters/words/latex/import/lateximport.h <span style="color: grey">(c1f44e8)</span></li>

 <li>filters/words/latex/import/lateximport.cc <span style="color: grey">(1b08476)</span></li>

 <li>filters/words/latex/import/lateximportdia.h <span style="color: grey">(5d3a3b7)</span></li>

 <li>filters/words/latex/import/lateximportdia.cc <span style="color: grey">(39e0bd0)</span></li>

 <li>filters/words/latex/import/parser/CMakeLists.txt <span style="color: grey">(e1e5883)</span></li>

 <li>filters/words/latex/import/parser/command.h <span style="color: grey">(2d052fb)</span></li>

 <li>filters/words/latex/import/parser/command.cc <span style="color: grey">(b77acb2)</span></li>

 <li>filters/words/latex/import/parser/comment.h <span style="color: grey">(bf49805)</span></li>

 <li>filters/words/latex/import/parser/comment.cc <span style="color: grey">(9914f33)</span></li>

 <li>filters/words/latex/import/parser/element.h <span style="color: grey">(fa81839)</span></li>

 <li>filters/words/latex/import/parser/element.cc <span style="color: grey">(1a55a74)</span></li>

 <li>filters/words/latex/import/parser/env.h <span style="color: grey">(6c03411)</span></li>

 <li>filters/words/latex/import/parser/env.cc <span style="color: grey">(74db4b7)</span></li>

 <li>filters/words/latex/import/parser/group.h <span style="color: grey">(7f8f2e7)</span></li>

 <li>filters/words/latex/import/parser/group.cc <span style="color: grey">(507888f)</span></li>

 <li>filters/words/latex/import/parser/latexparser.h <span style="color: grey">(6574070)</span></li>

 <li>filters/words/latex/import/parser/latexparser.cc <span style="color: grey">(423e4fa)</span></li>

 <li>filters/words/latex/import/parser/main.cc <span style="color: grey">(1878248)</span></li>

 <li>filters/words/latex/import/parser/option.h <span style="color: grey">(8e5e9dc)</span></li>

 <li>filters/words/latex/import/parser/param.h <span style="color: grey">(ab04b67)</span></li>

 <li>filters/words/latex/import/parser/param.cc <span style="color: grey">(7f37ff9)</span></li>

 <li>filters/words/latex/import/parser/stack.h <span style="color: grey">(8ea4341)</span></li>

 <li>filters/words/latex/import/parser/texparser.cc <span style="color: grey">(ca9f7d3)</span></li>

 <li>filters/words/latex/import/parser/texparser.l <span style="color: grey">(cd4a1ee)</span></li>

 <li>filters/words/latex/import/parser/texparser.lex <span style="color: grey">(eb9b27a)</span></li>

 <li>filters/words/latex/import/parser/texscaner.cc <span style="color: grey">(a3c4779)</span></li>

 <li>filters/words/latex/import/parser/texscaner.y <span style="color: grey">(08461f9)</span></li>

 <li>filters/words/latex/import/parser/text.h <span style="color: grey">(053cde5)</span></li>

 <li>filters/words/latex/import/parser/text.cc <span style="color: grey">(148d0c3)</span></li>

 <li>filters/words/latex/import/words_latex_import.desktop <span style="color: grey">(929c630)</span></li>

 <li>filters/words/latex/status.html <span style="color: grey">(c5d498f)</span></li>

 <li>filters/words/mswrite/CMakeLists.txt <span style="color: grey">(5f41407)</span></li>

 <li>filters/words/mswrite/IMPERFECT <span style="color: grey">(5fc191d)</span></li>

 <li>filters/words/mswrite/ImportDialog.h <span style="color: grey">(a23bd32)</span></li>

 <li>filters/words/mswrite/ImportDialog.cc <span style="color: grey">(ee961f1)</span></li>

 <li>filters/words/mswrite/ImportDialogUI.ui <span style="color: grey">(30733cc)</span></li>

 <li>filters/words/mswrite/ROADMAP <span style="color: grey">(a1f461f)</span></li>

 <li>filters/words/mswrite/config.libmswrite.h <span style="color: grey">(ed95e58)</span></li>

 <li>filters/words/mswrite/libmswrite.h <span style="color: grey">(a90b8b4)</span></li>

 <li>filters/words/mswrite/libmswrite.cpp <span style="color: grey">(a4fc2c8)</span></li>

 <li>filters/words/mswrite/libmswrite_defs.h <span style="color: grey">(6fae2e3)</span></li>

 <li>filters/words/mswrite/libmswrite_defs.cpp <span style="color: grey">(e773e5c)</span></li>

 <li>filters/words/mswrite/list.h <span style="color: grey">(eec86ac)</span></li>

 <li>filters/words/mswrite/mswriteexport.h <span style="color: grey">(82d9647)</span></li>

 <li>filters/words/mswrite/mswriteexport.cc <span style="color: grey">(7cb0ff0)</span></li>

 <li>filters/words/mswrite/mswriteimport.h <span style="color: grey">(6c6114f)</span></li>

 <li>filters/words/mswrite/mswriteimport.cc <span style="color: grey">(4f9ba96)</span></li>

 <li>filters/words/mswrite/status.html <span style="color: grey">(3419a93)</span></li>

 <li>filters/words/mswrite/structures.h <span style="color: grey">(dd15691)</span></li>

 <li>filters/words/mswrite/structures.cpp <span style="color: grey">(72b0206)</span></li>

 <li>filters/words/mswrite/structures_generated.h <span style="color: grey">(5c51d46)</span></li>

 <li>filters/words/mswrite/structures_generated.cpp <span style="color: grey">(f365211)</span></li>

 <li>filters/words/mswrite/structures_private.h <span style="color: grey">(d92faf6)</span></li>

 <li>filters/words/mswrite/structures_private.cpp <span style="color: grey">(dded84c)</span></li>

 <li>filters/words/mswrite/words_mswrite_export.desktop <span style="color: grey">(099e92b)</span></li>

 <li>filters/words/mswrite/words_mswrite_import.desktop <span style="color: grey">(47b0ec4)</span></li>

 <li>filters/words/oowriter/CHANGES <span style="color: grey">(49d7c78)</span></li>

 <li>filters/words/oowriter/CMakeLists.txt <span style="color: grey">(76a29ad)</span></li>

 <li>filters/words/oowriter/ExportFilter.h <span style="color: grey">(4d09228)</span></li>

 <li>filters/words/oowriter/ExportFilter.cc <span style="color: grey">(ff44e0c)</span></li>

 <li>filters/words/oowriter/README <span style="color: grey">(a8cc38c)</span></li>

 <li>filters/words/oowriter/TODO <span style="color: grey">(acfbfdc)</span></li>

 <li>filters/words/oowriter/conversion.h <span style="color: grey">(be8b46e)</span></li>

 <li>filters/words/oowriter/conversion.cc <span style="color: grey">(ea44e8f)</span></li>

 <li>filters/words/oowriter/oowriterexport.h <span style="color: grey">(44b0402)</span></li>

 <li>filters/words/oowriter/oowriterexport.cc <span style="color: grey">(b2c308a)</span></li>

 <li>filters/words/oowriter/oowriterimport.h <span style="color: grey">(f8c30ce)</span></li>

 <li>filters/words/oowriter/oowriterimport.cc <span style="color: grey">(720c222)</span></li>

 <li>filters/words/oowriter/words_oowriter_export.desktop <span style="color: grey">(27782e5)</span></li>

 <li>filters/words/oowriter/words_oowriter_import.desktop <span style="color: grey">(c4dd111)</span></li>

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

 <li>filters/words/palmdoc/palmdb.h <span style="color: grey">(11198ae)</span></li>

 <li>filters/words/palmdoc/palmdb.cpp <span style="color: grey">(f0ef1ed)</span></li>

 <li>filters/words/palmdoc/palmdoc.h <span style="color: grey">(b214828)</span></li>

 <li>filters/words/palmdoc/palmdoc.cpp <span style="color: grey">(0aa31d8)</span></li>

 <li>filters/words/palmdoc/palmdocexport.h <span style="color: grey">(d85c1fa)</span></li>

 <li>filters/words/palmdoc/palmdocexport.cc <span style="color: grey">(77be8b8)</span></li>

 <li>filters/words/palmdoc/palmdocimport.h <span style="color: grey">(b352d67)</span></li>

 <li>filters/words/palmdoc/palmdocimport.cc <span style="color: grey">(fc5cfbb)</span></li>

 <li>filters/words/palmdoc/status.html <span style="color: grey">(fd2942f)</span></li>

 <li>filters/words/palmdoc/words_palmdoc_export.desktop <span style="color: grey">(0eb897b)</span></li>

 <li>filters/words/palmdoc/words_palmdoc_import.desktop <span style="color: grey">(42ffd31)</span></li>

 <li>filters/words/rtf/CMakeLists.txt <span style="color: grey">(2f03ae6)</span></li>

 <li>filters/words/rtf/export/CHANGELOG <span style="color: grey">(8d6764b)</span></li>

 <li>filters/words/rtf/export/CMakeLists.txt <span style="color: grey">(b909622)</span></li>

 <li>filters/words/rtf/export/ExportFilter.h <span style="color: grey">(cf36844)</span></li>

 <li>filters/words/rtf/export/ExportFilter.cc <span style="color: grey">(62a3e42)</span></li>

 <li>filters/words/rtf/export/rtfexport.h <span style="color: grey">(6b557fc)</span></li>

 <li>filters/words/rtf/export/rtfexport.cc <span style="color: grey">(b835fb6)</span></li>

 <li>filters/words/rtf/export/words_rtf_export.desktop <span style="color: grey">(6165ebb)</span></li>

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

 <li>filters/words/starwriter/README <span style="color: grey">(db63def)</span></li>

 <li>filters/words/starwriter/pole.h <span style="color: grey">(dd3d958)</span></li>

 <li>filters/words/starwriter/pole.cpp <span style="color: grey">(376af48)</span></li>

 <li>filters/words/starwriter/starwriterimport.h <span style="color: grey">(0b38419)</span></li>

 <li>filters/words/starwriter/starwriterimport.cc <span style="color: grey">(3472f88)</span></li>

 <li>filters/words/starwriter/status.html <span style="color: grey">(cce03b0)</span></li>

 <li>filters/words/starwriter/words_starwriter_import.desktop <span style="color: grey">(2f5daa5)</span></li>

 <li>filters/words/wml/CMakeLists.txt <span style="color: grey">(1acf50a)</span></li>

 <li>filters/words/wml/status.html <span style="color: grey">(17f1806)</span></li>

 <li>filters/words/wml/test.wml <span style="color: grey">(5345eb2)</span></li>

 <li>filters/words/wml/wmlexport.h <span style="color: grey">(616944e)</span></li>

 <li>filters/words/wml/wmlexport.cc <span style="color: grey">(468a2de)</span></li>

 <li>filters/words/wml/wmlimport.h <span style="color: grey">(9eacc3b)</span></li>

 <li>filters/words/wml/wmlimport.cc <span style="color: grey">(47b6196)</span></li>

 <li>filters/words/wml/wmlparser.h <span style="color: grey">(39523fb)</span></li>

 <li>filters/words/wml/wmlparser.cpp <span style="color: grey">(9cd353c)</span></li>

 <li>filters/words/wml/words_wml_export.desktop <span style="color: grey">(5efe27d)</span></li>

 <li>filters/words/wml/words_wml_import.desktop <span style="color: grey">(e4f4257)</span></li>

 <li>filters/words/wordperfect/export/CMakeLists.txt <span style="color: grey">(8fa9ba2)</span></li>

 <li>filters/words/wordperfect/export/words_wp_export.desktop <span style="color: grey">(a3875bb)</span></li>

 <li>filters/words/wordperfect/export/wp5.h <span style="color: grey">(a353180)</span></li>

 <li>filters/words/wordperfect/export/wp5.cc <span style="color: grey">(0837ebf)</span></li>

 <li>filters/words/wordperfect/export/wp6.h <span style="color: grey">(4457590)</span></li>

 <li>filters/words/wordperfect/export/wp6.cc <span style="color: grey">(cc11827)</span></li>

 <li>filters/words/wordperfect/export/wpexport.h <span style="color: grey">(fd6a876)</span></li>

 <li>filters/words/wordperfect/export/wpexport.cc <span style="color: grey">(cb15a4d)</span></li>

 <li>krita/plugins/colorspaces/lms_f32/CMakeLists.txt <span style="color: grey">(af0e3e9)</span></li>

 <li>krita/plugins/colorspaces/lms_f32/kis_lms_f32_colorspace.h <span style="color: grey">(d135781)</span></li>

 <li>krita/plugins/colorspaces/lms_f32/kis_lms_f32_colorspace.cc <span style="color: grey">(7b12cf8)</span></li>

 <li>krita/plugins/colorspaces/lms_f32/krita_lms_f32_plugin.desktop <span style="color: grey">(6954c96)</span></li>

 <li>krita/plugins/colorspaces/lms_f32/lms_f32_plugin.h <span style="color: grey">(97c4888)</span></li>

 <li>krita/plugins/colorspaces/lms_f32/lms_f32_plugin.cc <span style="color: grey">(51e60bc)</span></li>

 <li>krita/plugins/colorspaces/lms_f32/lms_f32_plugin.rc <span style="color: grey">(ac6ec45)</span></li>

 <li>krita/plugins/extensions/CMakeLists.txt <span style="color: grey">(8d00486)</span></li>

 <li>krita/plugins/extensions/backgrounds/CMakeLists.txt <span style="color: grey">(30cca34)</span></li>

 <li>krita/plugins/extensions/backgrounds/TODO <span style="color: grey">(d2933d6)</span></li>

 <li>krita/plugins/extensions/backgrounds/backgrounds.h <span style="color: grey">(ee58add)</span></li>

 <li>krita/plugins/extensions/backgrounds/backgrounds.cpp <span style="color: grey">(be825c9)</span></li>

 <li>krita/plugins/extensions/backgrounds/backgrounds.rc <span style="color: grey">(446168a)</span></li>

 <li>krita/plugins/extensions/backgrounds/dlg_backgrounds.h <span style="color: grey">(e419758)</span></li>

 <li>krita/plugins/extensions/backgrounds/dlg_backgrounds.cpp <span style="color: grey">(4c69ea7)</span></li>

 <li>krita/plugins/extensions/backgrounds/kritabackgrounds.desktop <span style="color: grey">(d0daee3)</span></li>

 <li>krita/plugins/extensions/backgrounds/wdg_backgrounds.h <span style="color: grey">(39e46a5)</span></li>

 <li>krita/plugins/extensions/backgrounds/wdg_backgrounds.cpp <span style="color: grey">(80d58b8)</span></li>

 <li>krita/plugins/extensions/backgrounds/wdg_backgrounds.ui <span style="color: grey">(c2a3b97)</span></li>

 <li>krita/plugins/extensions/bracketing2hdr/CMakeLists.txt <span style="color: grey">(95b2048)</span></li>

 <li>krita/plugins/extensions/bracketing2hdr/bracketing2hdr.h <span style="color: grey">(2e67cd7)</span></li>

 <li>krita/plugins/extensions/bracketing2hdr/bracketing2hdr.cc <span style="color: grey">(351024e)</span></li>

 <li>krita/plugins/extensions/bracketing2hdr/bracketing2hdr.rc <span style="color: grey">(3a01c82)</span></li>

 <li>krita/plugins/extensions/bracketing2hdr/kritabracketing2hdr.desktop <span style="color: grey">(6cd71c3)</span></li>

 <li>krita/plugins/extensions/bracketing2hdr/wdgbracketing2hdr.ui <span style="color: grey">(c8165fe)</span></li>

 <li>krita/plugins/extensions/extensionsmanager/CMakeLists.txt <span style="color: grey">(fe50d74)</span></li>

 <li>krita/plugins/extensions/extensionsmanager/Extension.h <span style="color: grey">(2bd41d3)</span></li>

 <li>krita/plugins/extensions/extensionsmanager/Extension.cpp <span style="color: grey">(b442e98)</span></li>

 <li>krita/plugins/extensions/extensionsmanager/ExtensionInformationWidget.ui <span style="color: grey">(e5190ee)</span></li>

 <li>krita/plugins/extensions/extensionsmanager/ExtensionsManager.h <span style="color: grey">(8e69cc1)</span></li>

 <li>krita/plugins/extensions/extensionsmanager/ExtensionsManager.cpp <span style="color: grey">(1cacbb3)</span></li>

 <li>krita/plugins/extensions/extensionsmanager/ExtensionsManagerPlugin.h <span style="color: grey">(33304f9)</span></li>

 <li>krita/plugins/extensions/extensionsmanager/ExtensionsManagerPlugin.cc <span style="color: grey">(ec33a65)</span></li>

 <li>krita/plugins/extensions/extensionsmanager/ExtensionsManagerWidget.ui <span style="color: grey">(278a02f)</span></li>

 <li>krita/plugins/extensions/extensionsmanager/ExtensionsManagerWindow.h <span style="color: grey">(847da4a)</span></li>

 <li>krita/plugins/extensions/extensionsmanager/ExtensionsManagerWindow.cpp <span style="color: grey">(cf66c29)</span></li>

 <li>krita/plugins/extensions/extensionsmanager/extensionsmanager.rc <span style="color: grey">(76f4474)</span></li>

 <li>krita/plugins/extensions/extensionsmanager/kritaextensionsmanager.desktop <span style="color: grey">(7e24bf0)</span></li>

 <li>krita/plugins/extensions/painterlyframework/CMakeLists.txt <span style="color: grey">(f02c030)</span></li>

 <li>krita/plugins/extensions/painterlyframework/colorspot.h <span style="color: grey">(18d13e8)</span></li>

 <li>krita/plugins/extensions/painterlyframework/colorspot.cpp <span style="color: grey">(6bcb284)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_111_10001.ill <span style="color: grey">(7c40b9b)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_111_10001.xll <span style="color: grey">(587f929)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_111_10004.ill <span style="color: grey">(30edb6a)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_111_10004.xll <span style="color: grey">(fa7e275)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_111_10005.ill <span style="color: grey">(5a5bfda)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_111_10005.xll <span style="color: grey">(1d7e5f8)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_111_10008.ill <span style="color: grey">(34211b6)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_111_10008.xll <span style="color: grey">(1ce3def)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_121_10003.ill <span style="color: grey">(19f361c)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_121_10003.xll <span style="color: grey">(83bc91c)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_222_10002.ill <span style="color: grey">(77a164a)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_222_10002.xll <span style="color: grey">(698979d)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_222_10006.ill <span style="color: grey">(fed9262)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_222_10006.xll <span style="color: grey">(dadfa66)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_343_10007.ill <span style="color: grey">(f65bf93)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/ASP_per-wavelength_343_10007.xll <span style="color: grey">(4b17418)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/CMakeLists.txt <span style="color: grey">(db9dde5)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/matlab2xml.cpp <span style="color: grey">(8451293)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/matlab2xml.pro <span style="color: grey">(425b49f)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_10_527.ill <span style="color: grey">(1de6c9e)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_10_528.ill <span style="color: grey">(8b1e661)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_10_529.ill <span style="color: grey">(a22cb90)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_3_501.ill <span style="color: grey">(66639cb)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_4_502.ill <span style="color: grey">(9c0b4e5)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_4_503.ill <span style="color: grey">(2d6f1d8)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_4_504.ill <span style="color: grey">(fc81a84)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_5_505.ill <span style="color: grey">(42fc660)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_5_506.ill <span style="color: grey">(d0476ab)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_5_507.ill <span style="color: grey">(6d0ca64)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_5_508.ill <span style="color: grey">(29f1efb)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_5_509.ill <span style="color: grey">(2817050)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_5_510.ill <span style="color: grey">(9a5d168)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_6_511.ill <span style="color: grey">(5723cff)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_6_512.ill <span style="color: grey">(c191810)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_6_513.ill <span style="color: grey">(fff6e0f)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_6_514.ill <span style="color: grey">(8420750)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_6_515.ill <span style="color: grey">(0551434)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_6_516.ill <span style="color: grey">(3d2fa20)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_7_517.ill <span style="color: grey">(ad5f958)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_7_518.ill <span style="color: grey">(5f6396d)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_7_519.ill <span style="color: grey">(aceb719)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_7_520.ill <span style="color: grey">(56b18bf)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_7_521.ill <span style="color: grey">(236a1b0)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_7_522.ill <span style="color: grey">(edaa276)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_8_523.ill <span style="color: grey">(54d3546)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_8_524.ill <span style="color: grey">(3d644e8)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_8_525.ill <span style="color: grey">(41668bc)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_9_526.ill <span style="color: grey">(5784b18)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_9_530.ill <span style="color: grey">(6379e6e)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_9_531.ill <span style="color: grey">(c1de8d4)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_9_532.ill <span style="color: grey">(bab95ee)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_9_533.ill <span style="color: grey">(975947c)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_9_534.ill <span style="color: grey">(90cf739)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old.2/D65_9_535.ill <span style="color: grey">(93e7719)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_3_101.ill <span style="color: grey">(6a0051f)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_4_102.ill <span style="color: grey">(1d3a628)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_4_103.ill <span style="color: grey">(a478b2e)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_4_104.ill <span style="color: grey">(dc6140f)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_4_15.ill <span style="color: grey">(8a33d56)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_5_105.ill <span style="color: grey">(f5876e1)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_5_106.ill <span style="color: grey">(e9d9713)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_5_107.ill <span style="color: grey">(9ec49f2)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_5_11.ill <span style="color: grey">(2c4c3fa)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_5_14.ill <span style="color: grey">(80bd52c)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_5_16.ill <span style="color: grey">(3af0fc2)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_5_17.ill <span style="color: grey">(849f468)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_6_108.ill <span style="color: grey">(e08348a)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_7_109.ill <span style="color: grey">(debece9)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_7_110.ill <span style="color: grey">(93e960c)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_7_111.ill <span style="color: grey">(cade77b)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_8_112.ill <span style="color: grey">(53e04aa)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_8_113.ill <span style="color: grey">(61fa493)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_8_114.ill <span style="color: grey">(2e18788)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_9_1.ill <span style="color: grey">(0406496)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_9_10.ill <span style="color: grey">(2f82c11)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_9_115.ill <span style="color: grey">(f290baa)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_9_12.ill <span style="color: grey">(e8f863d)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_9_13.ill <span style="color: grey">(c4c840f)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_9_2.ill <span style="color: grey">(d595849)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_9_3.ill <span style="color: grey">(4373d86)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_9_4.ill <span style="color: grey">(50a52a6)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_9_5.ill <span style="color: grey">(3c1af82)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_9_6.ill <span style="color: grey">(2b9db65)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_9_7.ill <span style="color: grey">(8ab1fdc)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_9_8.ill <span style="color: grey">(9e0567a)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/old/D65_9_9.ill <span style="color: grey">(09515b4)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/xml2matlab.cpp <span style="color: grey">(c5d86fb)</span></li>

 <li>krita/plugins/extensions/painterlyframework/illuminants/xml2matlab.pro <span style="color: grey">(e062463)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_illuminant_profile.h <span style="color: grey">(f7bba6c)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_illuminant_profile.cpp <span style="color: grey">(cb9b804)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_ks_colorspace.h <span style="color: grey">(e43631b)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_ks_colorspace_engine.h <span style="color: grey">(c5ee1c0)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_ks_colorspace_traits.h <span style="color: grey">(980e221)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_ks_to_ks_color_conversion_transformation.h <span style="color: grey">(cf2d9b3)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_ks_to_rgb_color_conversion_transformation.h <span style="color: grey">(5d3bdfc)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_ks_to_rgb_color_conversion_transformation_ctl.h <span style="color: grey">(33f625d)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_ksf16_colorspace.h <span style="color: grey">(535d34d)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_ksf32_colorspace.h <span style="color: grey">(6787791)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_painterlymixer.h <span style="color: grey">(05a79e0)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_painterlymixer.cpp <span style="color: grey">(b495ec0)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_painterlymixer.ui <span style="color: grey">(6e711ac)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_painterlymixerdocker.h <span style="color: grey">(0b2c0d8)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_painterlymixerdocker.cpp <span style="color: grey">(70b3502)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_rgb_to_ks_color_conversion_transformation.h <span style="color: grey">(41a6962)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kis_rgb_to_ks_color_conversion_transformation_ctl.h <span style="color: grey">(6539f1c)</span></li>

 <li>krita/plugins/extensions/painterlyframework/krita_tool_knife.png <span style="color: grey">(dd79d54)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kritakscolorspacesplugin.desktop <span style="color: grey">(eacff90)</span></li>

 <li>krita/plugins/extensions/painterlyframework/kritapainterlymixer.desktop <span style="color: grey">(6946f18)</span></li>

 <li>krita/plugins/extensions/painterlyframework/ks_colorspaces.h <span style="color: grey">(d8a31a3)</span></li>

 <li>krita/plugins/extensions/painterlyframework/ks_colorspaces.cpp <span style="color: grey">(c0b4a3b)</span></li>

 <li>krita/plugins/extensions/painterlyframework/mathematics.h <span style="color: grey">(7955989)</span></li>

 <li>krita/plugins/extensions/painterlyframework/mathematics.cpp <span style="color: grey">(67bbcca)</span></li>

 <li>krita/plugins/extensions/painterlyframework/mixercanvas.h <span style="color: grey">(58a2bdf)</span></li>

 <li>krita/plugins/extensions/painterlyframework/mixercanvas.cpp <span style="color: grey">(0d38d83)</span></li>

 <li>krita/plugins/extensions/painterlyframework/mixertool.h <span style="color: grey">(a1735a9)</span></li>

 <li>krita/plugins/extensions/painterlyframework/mixertool.cpp <span style="color: grey">(577329b)</span></li>

 <li>krita/plugins/extensions/painterlyframework/painterlymixer.h <span style="color: grey">(c8a59bf)</span></li>

 <li>krita/plugins/extensions/painterlyframework/painterlymixer.cpp <span style="color: grey">(3fd797d)</span></li>

 <li>krita/plugins/extensions/painterlyframework/tests/CMakeLists.txt <span style="color: grey">(15bcdbf)</span></li>

 <li>krita/plugins/extensions/painterlyframework/tests/kis_illuminant_profile_test.h <span style="color: grey">(66c8722)</span></li>

 <li>krita/plugins/extensions/painterlyframework/tests/kis_illuminant_profile_test.cpp <span style="color: grey">(31feb63)</span></li>

 <li>krita/plugins/extensions/painterlyframework/tests/kis_ks_colorspace_test.h <span style="color: grey">(7765d3a)</span></li>

 <li>krita/plugins/extensions/painterlyframework/tests/kis_ks_colorspace_test.cpp <span style="color: grey">(6f6fafb)</span></li>

 <li>krita/plugins/extensions/painterlyframework/tests/mixing_test.h <span style="color: grey">(400d91d)</span></li>

 <li>krita/plugins/extensions/painterlyframework/tests/mixing_test.cpp <span style="color: grey">(1a19db6)</span></li>

 <li>krita/plugins/extensions/scripting/.krazy <span style="color: grey">(7b4381a)</span></li>

 <li>krita/plugins/extensions/scripting/CMakeLists.txt <span style="color: grey">(03a3316)</span></li>

 <li>krita/plugins/extensions/scripting/docs/kritascripting.doxyfile <span style="color: grey">(49428b0)</span></li>

 <li>krita/plugins/extensions/scripting/kis_script_decoration.h <span style="color: grey">(5c2c266)</span></li>

 <li>krita/plugins/extensions/scripting/kis_script_decoration.cc <span style="color: grey">(abc332b)</span></li>

 <li>krita/plugins/extensions/scripting/kis_script_dock.h <span style="color: grey">(584701d)</span></li>

 <li>krita/plugins/extensions/scripting/kis_script_dock.cc <span style="color: grey">(c99e5da)</span></li>

 <li>krita/plugins/extensions/scripting/kis_script_filter.h <span style="color: grey">(99feca8)</span></li>

 <li>krita/plugins/extensions/scripting/kis_script_filter.cc <span style="color: grey">(3aa1725)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/CMakeLists.txt <span style="color: grey">(22ecc68)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krosskritacore_export.h <span style="color: grey">(09c2340)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_brush.h <span style="color: grey">(43580f8)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_brush.cpp <span style="color: grey">(32a4d5b)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_color.h <span style="color: grey">(2b27f9d)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_color.cpp <span style="color: grey">(cfefc56)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_const_iterator.h <span style="color: grey">(187afdc)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_const_paint_device.h <span style="color: grey">(b555c4d)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_const_paint_device.cpp <span style="color: grey">(f49a9b3)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_filter.h <span style="color: grey">(3457ee2)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_filter.cpp <span style="color: grey">(429e76e)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_histogram.h <span style="color: grey">(12fb265)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_histogram.cpp <span style="color: grey">(8c9cc81)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_image.h <span style="color: grey">(eaac4b7)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_image.cpp <span style="color: grey">(3ba8cc4)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_iterator.h <span style="color: grey">(6789bfd)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_module.h <span style="color: grey">(281504b)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_module.cpp <span style="color: grey">(19c8e92)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_monitor.h <span style="color: grey">(8d99132)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_monitor.cpp <span style="color: grey">(fe33cc9)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_paint_device.h <span style="color: grey">(a5846ca)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_paint_device.cpp <span style="color: grey">(2aebb61)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_paint_layer.h <span style="color: grey">(2a6eac8)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_paint_layer.cpp <span style="color: grey">(c9dfd67)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_painter.h <span style="color: grey">(edab179)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_painter.cpp <span style="color: grey">(723b251)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_pattern.h <span style="color: grey">(3bda711)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_pattern.cpp <span style="color: grey">(a8f85c2)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_progress.h <span style="color: grey">(2fff0ba)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_progress.cpp <span style="color: grey">(4963b6b)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_wavelet.h <span style="color: grey">(149de0d)</span></li>

 <li>krita/plugins/extensions/scripting/kritacore/krs_wavelet.cpp <span style="color: grey">(b64406c)</span></li>

 <li>krita/plugins/extensions/scripting/kritascripting.desktop <span style="color: grey">(47ebc1b)</span></li>

 <li>krita/plugins/extensions/scripting/scripting.dox <span style="color: grey">(bdd2d6b)</span></li>

 <li>krita/plugins/extensions/scripting/scripting.rc <span style="color: grey">(4eeac5b)</span></li>

 <li>krita/plugins/extensions/scripting/scriptingpart.h <span style="color: grey">(0db1807)</span></li>

 <li>krita/plugins/extensions/scripting/scriptingpart.cpp <span style="color: grey">(cf579d6)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/CMakeLists.txt <span style="color: grey">(1428059)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/changecs.rb <span style="color: grey">(6d60e25)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/decorations/CMakeLists.txt <span style="color: grey">(9ad60a1)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/decorations/VanishingPoints.rb <span style="color: grey">(754a542)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/dockers/CMakeLists.txt <span style="color: grey">(10ed426)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/dockers/flipbookdocker.rb <span style="color: grey">(4df5b9a)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/dockers/palettedocker.rb <span style="color: grey">(225a297)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/filters/CMakeLists.txt <span style="color: grey">(583888e)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/filters/invert.rb <span style="color: grey">(23d49b0)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/filters/random.rb <span style="color: grey">(86f545f)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/filterstest.rb <span style="color: grey">(3b7a926)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/invert.js <span style="color: grey">(a882f82)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/invert.py <span style="color: grey">(a2dde3a)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/invert.rb <span style="color: grey">(4ab5cf2)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/pilexport.py <span style="color: grey">(1e02b47)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/pilimport.py <span style="color: grey">(2f9fbea)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/pilimport.ui <span style="color: grey">(e9bb084)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/randompaint.rb <span style="color: grey">(7074968)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/reshapehisto.py <span style="color: grey">(434b3aa)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/scripts.rc <span style="color: grey">(04c9f0f)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/sky.rb <span style="color: grey">(10b104e)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/torture-filters.rb <span style="color: grey">(abf2e4c)</span></li>

 <li>krita/plugins/extensions/scripting/scripts/torture-painting.rb <span style="color: grey">(729b04b)</span></li>

 <li>krita/plugins/extensions/together/CMakeLists.txt <span style="color: grey">(c31d882)</span></li>

 <li>krita/plugins/extensions/together/kritatogether.desktop <span style="color: grey">(9b46392)</span></li>

 <li>krita/plugins/extensions/together/together.h <span style="color: grey">(5756226)</span></li>

 <li>krita/plugins/extensions/together/together.cc <span style="color: grey">(24f8263)</span></li>

 <li>krita/plugins/extensions/together/together.rc <span style="color: grey">(91aec16)</span></li>

 <li>krita/plugins/filters/CMakeLists.txt <span style="color: grey">(df786a4)</span></li>

 <li>krita/plugins/filters/bumpmap/CMakeLists.txt <span style="color: grey">(ab133a6)</span></li>

 <li>krita/plugins/filters/bumpmap/bumpmap.h <span style="color: grey">(0dc8654)</span></li>

 <li>krita/plugins/filters/bumpmap/bumpmap.cpp <span style="color: grey">(a080873)</span></li>

 <li>krita/plugins/filters/bumpmap/kritabumpmapfilter.desktop <span style="color: grey">(924a8de)</span></li>

 <li>krita/plugins/filters/bumpmap/wdgbumpmap.ui <span style="color: grey">(9e1f9f1)</span></li>

 <li>krita/plugins/tools/CMakeLists.txt <span style="color: grey">(8005764)</span></li>

 <li>krita/plugins/tools/tool_curves/CMakeLists.txt <span style="color: grey">(a90fc1d)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_curve_framework.h <span style="color: grey">(cd0dfa7)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_curve_framework.cc <span style="color: grey">(3ab4e8d)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_curve_framework2.cpp <span style="color: grey">(01a15e0)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_curve_magnetic.h <span style="color: grey">(45ae3d1)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_curve_magnetic.cpp <span style="color: grey">(aba7383)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_tool_bezier.h <span style="color: grey">(eea9851)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_tool_bezier.cc <span style="color: grey">(80493c6)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_tool_bezier_paint.h <span style="color: grey">(b1bf859)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_tool_bezier_paint.cc <span style="color: grey">(81e55ff)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_tool_bezier_select.h <span style="color: grey">(ef0620d)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_tool_bezier_select.cc <span style="color: grey">(bffa176)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_tool_curve.h <span style="color: grey">(a08e5af)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_tool_curve.cc <span style="color: grey">(2ae3692)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_tool_example.h <span style="color: grey">(4e41aa1)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_tool_example.cc <span style="color: grey">(58e20cb)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_tool_moutline.h <span style="color: grey">(a869d42)</span></li>

 <li>krita/plugins/tools/tool_curves/kis_tool_moutline.cc <span style="color: grey">(634610f)</span></li>

 <li>krita/plugins/tools/tool_curves/kritatoolcurves.desktop <span style="color: grey">(e5d7930)</span></li>

 <li>krita/plugins/tools/tool_curves/tool_bezier_cursor.png <span style="color: grey">(8a400bd)</span></li>

 <li>krita/plugins/tools/tool_curves/tool_bezier_paint.png <span style="color: grey">(0426dac)</span></li>

 <li>krita/plugins/tools/tool_curves/tool_bezier_select.png <span style="color: grey">(a3617b9)</span></li>

 <li>krita/plugins/tools/tool_curves/tool_curve_dragging.png <span style="color: grey">(c178b30)</span></li>

 <li>krita/plugins/tools/tool_curves/tool_curves.h <span style="color: grey">(026a585)</span></li>

 <li>krita/plugins/tools/tool_curves/tool_curves.cc <span style="color: grey">(01a224a)</span></li>

 <li>krita/plugins/tools/tool_curves/tool_example.png <span style="color: grey">(9ca8683)</span></li>

 <li>krita/plugins/tools/tool_curves/tool_example_cursor.png <span style="color: grey">(8a400bd)</span></li>

 <li>krita/plugins/tools/tool_curves/tool_moutline.png <span style="color: grey">(97a50a7)</span></li>

 <li>krita/plugins/tools/tool_curves/tool_moutline_cursor.png <span style="color: grey">(0fa35d4)</span></li>

 <li>krita/plugins/tools/tool_curves/tool_moutline_editing.png <span style="color: grey">(b93adef)</span></li>

 <li>krita/plugins/tools/tool_curves/wdg_tool_example.ui <span style="color: grey">(4ec4bca)</span></li>

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

 <li>plugins/mapshape/CMakeLists.txt <span style="color: grey">(7d99ba3)</span></li>

 <li>plugins/mapshape/MapShape.h <span style="color: grey">(d75f347)</span></li>

 <li>plugins/mapshape/MapShape.cpp <span style="color: grey">(06e3b0a)</span></li>

 <li>plugins/mapshape/MapShapeCommandChangeProjection.h <span style="color: grey">(820590b)</span></li>

 <li>plugins/mapshape/MapShapeCommandChangeProjection.cpp <span style="color: grey">(b41ed6b)</span></li>

 <li>plugins/mapshape/MapShapeCommandContentChange.h <span style="color: grey">(408e719)</span></li>

 <li>plugins/mapshape/MapShapeCommandContentChange.cpp <span style="color: grey">(52fc500)</span></li>

 <li>plugins/mapshape/MapShapeCommandSetMapThemeId.h <span style="color: grey">(781e638)</span></li>

 <li>plugins/mapshape/MapShapeCommandSetMapThemeId.cpp <span style="color: grey">(78c245a)</span></li>

 <li>plugins/mapshape/MapShapeCommandZoom.h <span style="color: grey">(da25e73)</span></li>

 <li>plugins/mapshape/MapShapeCommandZoom.cpp <span style="color: grey">(edeb6d7)</span></li>

 <li>plugins/mapshape/MapShapeFactory.h <span style="color: grey">(f42e54e)</span></li>

 <li>plugins/mapshape/MapShapeFactory.cpp <span style="color: grey">(e6b33fa)</span></li>

 <li>plugins/mapshape/MapTool.h <span style="color: grey">(9723aa3)</span></li>

 <li>plugins/mapshape/MapTool.cpp <span style="color: grey">(3733271)</span></li>

 <li>plugins/mapshape/MapToolFactory.h <span style="color: grey">(cd97055)</span></li>

 <li>plugins/mapshape/MapToolFactory.cpp <span style="color: grey">(488c08e)</span></li>

 <li>plugins/mapshape/Messages.sh <span style="color: grey">(8da0072)</span></li>

 <li>plugins/mapshape/Plugin.h <span style="color: grey">(5f585c1)</span></li>

 <li>plugins/mapshape/Plugin.cpp <span style="color: grey">(b155564)</span></li>

 <li>plugins/mapshape/hi16-action-map_shape.png <span style="color: grey">(34d6bfa)</span></li>

 <li>plugins/mapshape/hi22-action-map_shape.png <span style="color: grey">(8b8531c)</span></li>

 <li>plugins/mapshape/mapshape.desktop <span style="color: grey">(4d71d3b)</span></li>

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

 <li>plugins/paragraphtool/Label.h <span style="color: grey">(6d2544a)</span></li>

 <li>plugins/paragraphtool/Label.cpp <span style="color: grey">(4690ecc)</span></li>

 <li>plugins/paragraphtool/Messages.sh <span style="color: grey">(686a951)</span></li>

 <li>plugins/paragraphtool/ParagraphBase.h <span style="color: grey">(248753e)</span></li>

 <li>plugins/paragraphtool/ParagraphBase.cpp <span style="color: grey">(b518cd0)</span></li>

 <li>plugins/paragraphtool/ParagraphEditor.h <span style="color: grey">(1c82255)</span></li>

 <li>plugins/paragraphtool/ParagraphEditor.cpp <span style="color: grey">(7282c63)</span></li>

 <li>plugins/paragraphtool/ParagraphFragment.h <span style="color: grey">(65ff8dc)</span></li>

 <li>plugins/paragraphtool/ParagraphFragment.cpp <span style="color: grey">(714e493)</span></li>

 <li>plugins/paragraphtool/ParagraphHighlighter.h <span style="color: grey">(9279b6a)</span></li>

 <li>plugins/paragraphtool/ParagraphHighlighter.cpp <span style="color: grey">(b31a5b1)</span></li>

 <li>plugins/paragraphtool/ParagraphPlugin.h <span style="color: grey">(de723dc)</span></li>

 <li>plugins/paragraphtool/ParagraphPlugin.cpp <span style="color: grey">(0c1d831)</span></li>

 <li>plugins/paragraphtool/ParagraphTool.h <span style="color: grey">(30afabf)</span></li>

 <li>plugins/paragraphtool/ParagraphTool.cpp <span style="color: grey">(1abcdd9)</span></li>

 <li>plugins/paragraphtool/ParagraphToolFactory.h <span style="color: grey">(9d78cc7)</span></li>

 <li>plugins/paragraphtool/ParagraphToolFactory.cpp <span style="color: grey">(b79de73)</span></li>

 <li>plugins/paragraphtool/Ruler.h <span style="color: grey">(0a28145)</span></li>

 <li>plugins/paragraphtool/Ruler.cpp <span style="color: grey">(3053696)</span></li>

 <li>plugins/paragraphtool/RulerFragment.h <span style="color: grey">(a0bb49c)</span></li>

 <li>plugins/paragraphtool/RulerFragment.cpp <span style="color: grey">(2d87286)</span></li>

 <li>plugins/paragraphtool/TODO <span style="color: grey">(a467ef8)</span></li>

 <li>plugins/paragraphtool/dialogs/OptionWidget.h <span style="color: grey">(042f256)</span></li>

 <li>plugins/paragraphtool/dialogs/OptionWidget.cpp <span style="color: grey">(996790c)</span></li>

 <li>plugins/paragraphtool/dialogs/OptionWidget.ui <span style="color: grey">(4e5ecd8)</span></li>

 <li>plugins/paragraphtool/paragraphtool.desktop <span style="color: grey">(b05899b)</span></li>

 <li>plugins/paragraphtool/pics/CMakeLists.txt <span style="color: grey">(153bb7f)</span></li>

 <li>plugins/paragraphtool/pics/hi16-action-tool-changetracking.png <span style="color: grey">(a93da3b)</span></li>

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

 <li>plugins/reporting/shape/CMakeLists.txt <span style="color: grey">(210c66c)</span></li>

 <li>plugins/reporting/shape/KoReportDesignerItemShape.h <span style="color: grey">(02cf1e7)</span></li>

 <li>plugins/reporting/shape/KoReportDesignerItemShape.cpp <span style="color: grey">(03d31c7)</span></li>

 <li>plugins/reporting/shape/KoReportItemShape.h <span style="color: grey">(5ccd83f)</span></li>

 <li>plugins/reporting/shape/KoReportItemShape.cpp <span style="color: grey">(0754e05)</span></li>

 <li>plugins/reporting/shape/KoReportShapePlugin.h <span style="color: grey">(613daa7)</span></li>

 <li>plugins/reporting/shape/KoReportShapePlugin.cpp <span style="color: grey">(d9749bd)</span></li>

 <li>plugins/reporting/shape/Messages.sh <span style="color: grey">(b25584c)</span></li>

 <li>plugins/reporting/shape/hi16-action-report_shape_element.png <span style="color: grey">(dc5e34a)</span></li>

 <li>plugins/reporting/shape/koreport_shapeplugin.desktop <span style="color: grey">(d2bdd55)</span></li>

 <li>plugins/scan/CMakeLists.txt <span style="color: grey">(80cb47c)</span></li>

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

 <li>plugins/scan/scan-krita.rc <span style="color: grey">(7cd394e)</span></li>

 <li>plugins/scan/scan-stage.rc <span style="color: grey">(bdb8853)</span></li>

 <li>plugins/scan/scan.h <span style="color: grey">(f7b9403)</span></li>

 <li>plugins/scan/scan.cpp <span style="color: grey">(1ca0076)</span></li>

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

 <li>plugins/treeshape/Messages.sh <span style="color: grey">(0b051a4)</span></li>

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

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

 <li>plugins/treeshape/SelectionDecorator.h <span style="color: grey">(162fed4)</span></li>

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

 <li>plugins/treeshape/TreeChangeConnectionCommand.h <span style="color: grey">(29f142a)</span></li>

 <li>plugins/treeshape/TreeChangeConnectionCommand.cpp <span style="color: grey">(5ebcace)</span></li>

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

 <li>plugins/treeshape/TreeChangeStructureCommand.cpp <span style="color: grey">(4485a14)</span></li>

 <li>plugins/treeshape/TreeLayout.h <span style="color: grey">(89d3291)</span></li>

 <li>plugins/treeshape/TreeLayout.cpp <span style="color: grey">(64d713c)</span></li>

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

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

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

 <li>plugins/treeshape/TreeShapeConfigWidget.cpp <span style="color: grey">(70dd0c4)</span></li>

 <li>plugins/treeshape/TreeShapeConfigWidget.ui <span style="color: grey">(88f8b99)</span></li>

 <li>plugins/treeshape/TreeShapeFactory.h <span style="color: grey">(8e91602)</span></li>

 <li>plugins/treeshape/TreeShapeFactory.cpp <span style="color: grey">(8a89c88)</span></li>

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

 <li>plugins/treeshape/TreeShapeMoveCommand.cpp <span style="color: grey">(16a8e70)</span></li>

 <li>plugins/treeshape/TreeShapeMoveStrategy.h <span style="color: grey">(02a8524)</span></li>

 <li>plugins/treeshape/TreeShapeMoveStrategy.cpp <span style="color: grey">(5a457da)</span></li>

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

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

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

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

 <li>plugins/treeshape/treeshape.desktop <span style="color: grey">(075d78d)</span></li>

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

 <li>tools/koabstraction/CMakeLists.txt <span style="color: grey">(88abf36)</span></li>

 <li>tools/koabstraction/FoCellEditor.h <span style="color: grey">(777fa2f)</span></li>

 <li>tools/koabstraction/FoCellEditor.cpp <span style="color: grey">(d923aef)</span></li>

 <li>tools/koabstraction/KoAbstractApplicationController.h <span style="color: grey">(054371a)</span></li>

 <li>tools/koabstraction/KoAbstractApplicationController.cpp <span style="color: grey">(a9499d2)</span></li>

 <li>tools/koabstraction/KoAbstractApplicationWindow.h <span style="color: grey">(d82d5fe)</span></li>

 <li>tools/koabstraction/KoAbstractApplicationWindow.cpp <span style="color: grey">(1337afd)</span></li>

 <li>tools/koabstraction/KoCellTool.h <span style="color: grey">(c13b379)</span></li>

 <li>tools/koabstraction/KoCellTool.cpp <span style="color: grey">(3cc0718)</span></li>

 <li>tools/koabstraction/KoCellToolFactory.h <span style="color: grey">(3eab3ab)</span></li>

 <li>tools/koabstraction/KoCellToolFactory.cpp <span style="color: grey">(a828f45)</span></li>

 <li>tools/koabstraction/KoExternalEditorInterface.h <span style="color: grey">(9b87b6c)</span></li>

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

 <li>tools/koabstraction/RemoveSheetCommand.h <span style="color: grey">(e43a502)</span></li>

 <li>tools/koabstraction/RemoveSheetCommand.cpp <span style="color: grey">(b5e3805)</span></li>

 <li>tools/koabstraction/koabstraction_export.h <span style="color: grey">(81f4278)</span></li>

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

 <li>tools/kthesaurus/KThesaurus.desktop <span style="color: grey">(4e14f18)</span></li>

 <li>tools/kthesaurus/Messages.sh <span style="color: grey">(4f57e58)</span></li>

 <li>tools/kthesaurus/README <span style="color: grey">(0622c0c)</span></li>

 <li>tools/kthesaurus/main.cc <span style="color: grey">(fa1ca88)</span></li>

 <li>tools/mobile/AboutDialog.h <span style="color: grey">(bf0abcf)</span></li>

 <li>tools/mobile/AboutDialog.cpp <span style="color: grey">(6ce3b32)</span></li>

 <li>tools/mobile/AboutDialog.ui <span style="color: grey">(f694b82)</span></li>

 <li>tools/mobile/Acceleration/mce.ini <span style="color: grey">(f9d3b61)</span></li>

 <li>tools/mobile/Accelerator.h <span style="color: grey">(a38906d)</span></li>

 <li>tools/mobile/Accelerator.cpp <span style="color: grey">(bd391a9)</span></li>

 <li>tools/mobile/ApplicationController.h <span style="color: grey">(8705588)</span></li>

 <li>tools/mobile/ApplicationController.cpp <span style="color: grey">(0dbf6a3)</span></li>

 <li>tools/mobile/CMakeLists.txt <span style="color: grey">(130d506)</span></li>

 <li>tools/mobile/COPYING <span style="color: grey">(b1fa7df)</span></li>

 <li>tools/mobile/CalligraMobile.qrc <span style="color: grey">(35eb655)</span></li>

 <li>tools/mobile/CollabClient.h <span style="color: grey">(13e118c)</span></li>

 <li>tools/mobile/CollabClient.cpp <span style="color: grey">(5b79c41)</span></li>

 <li>tools/mobile/CollabDialog.h <span style="color: grey">(65cc9a6)</span></li>

 <li>tools/mobile/CollabDialog.cpp <span style="color: grey">(dacaeb3)</span></li>

 <li>tools/mobile/CollabDialog.ui <span style="color: grey">(c3ed1cb)</span></li>

 <li>tools/mobile/CollabServer.h <span style="color: grey">(d11c87e)</span></li>

 <li>tools/mobile/CollabServer.cpp <span style="color: grey">(0bf92c2)</span></li>

 <li>tools/mobile/Collaborate.h <span style="color: grey">(ad4213a)</span></li>

 <li>tools/mobile/Collaborate.cpp <span style="color: grey">(74a788c)</span></li>

 <li>tools/mobile/CollaborateInterface.h <span style="color: grey">(4a2beeb)</span></li>

 <li>tools/mobile/Common.h <span style="color: grey">(17aa5c1)</span></li>

 <li>tools/mobile/ConfirmationDialog.h <span style="color: grey">(607c45d)</span></li>

 <li>tools/mobile/ConfirmationDialog.cpp <span style="color: grey">(8af0eea)</span></li>

 <li>tools/mobile/DBusAdaptor.h <span style="color: grey">(20d878b)</span></li>

 <li>tools/mobile/DBusAdaptor.cpp <span style="color: grey">(43a2962)</span></li>

 <li>tools/mobile/DigitalSignatureDialog.h <span style="color: grey">(26c2780)</span></li>

 <li>tools/mobile/DigitalSignatureDialog.cpp <span style="color: grey">(f2d2d6d)</span></li>

 <li>tools/mobile/FileChooserDialog.h <span style="color: grey">(e685bd5)</span></li>

 <li>tools/mobile/FileChooserDialog.cpp <span style="color: grey">(e55aeda)</span></li>

 <li>tools/mobile/FileChooserDialog.ui <span style="color: grey">(1142f8f)</span></li>

 <li>tools/mobile/FlowLayout.h <span style="color: grey">(a9a515a)</span></li>

 <li>tools/mobile/FlowLayout.cpp <span style="color: grey">(873b0df)</span></li>

 <li>tools/mobile/FoExternalEditor.h <span style="color: grey">(f2a43fb)</span></li>

 <li>tools/mobile/FoExternalEditor.cpp <span style="color: grey">(4515ec5)</span></li>

 <li>tools/mobile/FoImageSelectionWidget.h <span style="color: grey">(2e3140d)</span></li>

 <li>tools/mobile/FoImageSelectionWidget.cpp <span style="color: grey">(4bb8cfe)</span></li>

 <li>tools/mobile/GlPresenter.h <span style="color: grey">(de2f7ca)</span></li>

 <li>tools/mobile/GlPresenter.cpp <span style="color: grey">(0b3044d)</span></li>

 <li>tools/mobile/GlWidget.h <span style="color: grey">(8bb69a1)</span></li>

 <li>tools/mobile/GlWidget.cpp <span style="color: grey">(5d60040)</span></li>

 <li>tools/mobile/HildonApplication.h <span style="color: grey">(456ae93)</span></li>

 <li>tools/mobile/HildonApplication.cpp <span style="color: grey">(c1f7295)</span></li>

 <li>tools/mobile/HildonMenu.h <span style="color: grey">(fce8221)</span></li>

 <li>tools/mobile/HildonMenu.cpp <span style="color: grey">(0b7fba3)</span></li>

 <li>tools/mobile/Main.cpp <span style="color: grey">(9e5d346)</span></li>

 <li>tools/mobile/MainWindow.h <span style="color: grey">(7748d3b)</span></li>

 <li>tools/mobile/MainWindow.cpp <span style="color: grey">(f83150d)</span></li>

 <li>tools/mobile/MainWindow.ui <span style="color: grey">(3f2cb3c)</span></li>

 <li>tools/mobile/MainWindowAdaptor.h <span style="color: grey">(a06b240)</span></li>

 <li>tools/mobile/MainWindowAdaptor.cpp <span style="color: grey">(138abb4)</span></li>

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

 <li>tools/mobile/NotesDialog.h <span style="color: grey">(6812153)</span></li>

 <li>tools/mobile/NotesDialog.cpp <span style="color: grey">(1790013)</span></li>

 <li>tools/mobile/NotifyDialog.h <span style="color: grey">(b027ce4)</span></li>

 <li>tools/mobile/NotifyDialog.cpp <span style="color: grey">(2f150bc)</span></li>

 <li>tools/mobile/OfficeInterface.h <span style="color: grey">(4a6827f)</span></li>

 <li>tools/mobile/PresentationTool.h <span style="color: grey">(089a78c)</span></li>

 <li>tools/mobile/PresentationTool.cpp <span style="color: grey">(e276ec3)</span></li>

 <li>tools/mobile/PresentationToolAdaptor.h <span style="color: grey">(70fbe7b)</span></li>

 <li>tools/mobile/PresentationToolAdaptor.cpp <span style="color: grey">(8e14e9a)</span></li>

 <li>tools/mobile/PreviewButton.h <span style="color: grey">(c97afbe)</span></li>

 <li>tools/mobile/PreviewButton.cpp <span style="color: grey">(d8d55d3)</span></li>

 <li>tools/mobile/PreviewDialog.h <span style="color: grey">(73bc375)</span></li>

 <li>tools/mobile/PreviewDialog.cpp <span style="color: grey">(029a2a2)</span></li>

 <li>tools/mobile/SlidingMotionDialog.h <span style="color: grey">(8741efd)</span></li>

 <li>tools/mobile/SlidingMotionDialog.cpp <span style="color: grey">(23797bb)</span></li>

 <li>tools/mobile/Splash.h <span style="color: grey">(7862b76)</span></li>

 <li>tools/mobile/Splash.cpp <span style="color: grey">(0cc98ef)</span></li>

 <li>tools/mobile/VirtualKeyBoard.h <span style="color: grey">(8b45bbd)</span></li>

 <li>tools/mobile/VirtualKeyBoard.cpp <span style="color: grey">(5ec7e9e)</span></li>

 <li>tools/mobile/VirtualKeyBoardLanguageDownloader.h <span style="color: grey">(3a29019)</span></li>

 <li>tools/mobile/VirtualKeyBoardLanguageDownloader.cpp <span style="color: grey">(edb193a)</span></li>

 <li>tools/mobile/ZoomDialog.h <span style="color: grey">(c38f223)</span></li>

 <li>tools/mobile/ZoomDialog.cpp <span style="color: grey">(75a14d4)</span></li>

 <li>tools/mobile/ZoomDialog.ui <span style="color: grey">(e4c51eb)</span></li>

 <li>tools/mobile/calligramobile.desktop <span style="color: grey">(06f7409)</span></li>

 <li>tools/mobile/com.nokia.CalligraMobile.service <span style="color: grey">(d66d343)</span></li>

 <li>tools/mobile/images/128x128/SpreadSheet.png <span style="color: grey">(3d3b126)</span></li>

 <li>tools/mobile/images/178x200/calligramobile.png <span style="color: grey">(8d67177)</span></li>

 <li>tools/mobile/images/26x26/general_copy.png <span style="color: grey">(93baeae)</span></li>

 <li>tools/mobile/images/26x26/general_fullsize.png <span style="color: grey">(012a0ca)</span></li>

 <li>tools/mobile/images/48x48/Document.png <span style="color: grey">(a55d626)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/AlignCenter.png <span style="color: grey">(78b0125)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/AlignJustify.png <span style="color: grey">(b7a0424)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/AlignLeft.png <span style="color: grey">(4c10ca6)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/AlignRight.png <span style="color: grey">(ecedbe7)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Bold.png <span style="color: grey">(aab8518)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Bullets.png <span style="color: grey">(e0765da)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/CCP.png <span style="color: grey">(14e9544)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Collaborate.png <span style="color: grey">(161189f)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Copy.png <span style="color: grey">(8cf7899)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Cursor.png <span style="color: grey">(28a303c)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Cut.png <span style="color: grey">(7b0989e)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Divide.png <span style="color: grey">(ddc9e65)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/EditMode.png <span style="color: grey">(bd7819e)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Equal.png <span style="color: grey">(4834b10)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/FontStyle.png <span style="color: grey">(ee0deb3)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Format.png <span style="color: grey">(b7abfd9)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Insert.png <span style="color: grey">(3ea8b7a)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/InsertTable.png <span style="color: grey">(3dca02c)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Italic.png <span style="color: grey">(58d30bb)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Math.png <span style="color: grey">(d35414d)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Multiply.png <span style="color: grey">(022888b)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Next.png <span style="color: grey">(c5e23f3)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Number.png <span style="color: grey">(133ce4f)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Paste.png <span style="color: grey">(5faeece)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Percentage.png <span style="color: grey">(821562e)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Picture.png <span style="color: grey">(f473fae)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Plus.png <span style="color: grey">(3328e68)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Previous.png <span style="color: grey">(a707dba)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Redo.png <span style="color: grey">(20aebc9)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Scrolling.png <span style="color: grey">(77001ae)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Search.png <span style="color: grey">(b18550f)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/SlidingMotion.png <span style="color: grey">(81be767)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/SubScript.png <span style="color: grey">(0c50929)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Subtract.png <span style="color: grey">(fafbcbb)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/SuperScript.png <span style="color: grey">(4cf5b1c)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/TextBackgroundColor.png <span style="color: grey">(c3ac389)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/TextColor.png <span style="color: grey">(e583453)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/TextInsert.png <span style="color: grey">(ec42633)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Transition.png <span style="color: grey">(acadd00)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/UnderLine.png <span style="color: grey">(22e61f5)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/Undo.png <span style="color: grey">(7ea513d)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/ZoomIn.png <span style="color: grey">(6041c6f)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/ZoomOut.png <span style="color: grey">(733a4e1)</span></li>

 <li>tools/mobile/images/48x48/Edittoolbaricons/help.png <span style="color: grey">(250099f)</span></li>

 <li>tools/mobile/images/48x48/Presenter.png <span style="color: grey">(0fff633)</span></li>

 <li>tools/mobile/images/48x48/SpreadSheet.png <span style="color: grey">(b43654a)</span></li>

 <li>tools/mobile/images/48x48/general_back.png <span style="color: grey">(57dfbbf)</span></li>

 <li>tools/mobile/images/48x48/general_forward.png <span style="color: grey">(9b444ee)</span></li>

 <li>tools/mobile/images/48x48/general_fullsize.png <span style="color: grey">(4ff9ea1)</span></li>

 <li>tools/mobile/images/48x48/general_toolbar_folder.png <span style="color: grey">(8666761)</span></li>

 <li>tools/mobile/images/64x64/Acceleration/Presentation.png <span style="color: grey">(c63dbf6)</span></li>

 <li>tools/mobile/images/64x64/Acceleration/TimerClock.png <span style="color: grey">(a78e4d1)</span></li>

 <li>tools/mobile/images/64x64/Acceleration/swingoff.png <span style="color: grey">(d748889)</span></li>

 <li>tools/mobile/images/64x64/Acceleration/swingon.png <span style="color: grey">(7d9962c)</span></li>

 <li>tools/mobile/images/64x64/PresentationDrawTool/highlight.png <span style="color: grey">(dea6c29)</span></li>

 <li>tools/mobile/images/64x64/PresentationDrawTool/pen.png <span style="color: grey">(f0cc98b)</span></li>

 <li>tools/mobile/images/64x64/PresentationDrawTool/viewnotes.png <span style="color: grey">(33bef0b)</span></li>

 <li>tools/mobile/images/64x64/VirtualKeyBoard/back.png <span style="color: grey">(6806faa)</span></li>

 <li>tools/mobile/images/64x64/VirtualKeyBoard/change.png <span style="color: grey">(a6d9c96)</span></li>

 <li>tools/mobile/images/64x64/VirtualKeyBoard/languages.png <span style="color: grey">(d297f67)</span></li>

 <li>tools/mobile/images/64x64/VirtualKeyBoard/numbers.png <span style="color: grey">(1981553)</span></li>

 <li>tools/mobile/images/64x64/calligramobile.png <span style="color: grey">(a5312b0)</span></li>

 <li>tools/mobile/images/64x64/general_fullsize.png <span style="color: grey">(11037f7)</span></li>

 <li>tools/mobile/templates/NewDocument.odt <span style="color: grey">(0905a01)</span></li>

 <li>tools/mobile/templates/NewSpread.ods <span style="color: grey">(bf1a14a)</span></li>

 <li>tools/mobile/templates/Text_Only.odp <span style="color: grey">(d0fffa3)</span></li>

 <li>tools/mobile/templates/Text_With_Chart.odp <span style="color: grey">(b04dec9)</span></li>

 <li>tools/mobile/templates/Text_With_Header.odp <span style="color: grey">(b6bd377)</span></li>

 <li>tools/mobile/templates/Text_With_Image.odp <span style="color: grey">(9338d0d)</span></li>

 <li>tools/mobile/templates/Text_With_Outline.odp <span style="color: grey">(59ded8b)</span></li>

</ul>

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




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








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