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










<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On October 19th, 2013, 4:17 a.m. UTC, <b>Thorsten Zachmann</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  



<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; border-collapse: collapse; margin: 2px padding: 2px;">
 <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; font-size: 9pt; padding: 4px 8px; text-align: left;">
    <a href="http://git.reviewboard.kde.org/r/113327/diff/1/?file=203349#file203349line44" style="color: black; font-weight: bold; text-decoration: underline;">libs/flake/KoCanvasControllerWidget.h</a>
    <span style="font-weight: normal;">

     (Diff revision 1)

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

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

   <td colspan="4"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">class KoView;</pre></td>

  </tr>
 </tbody>



 
 

 <tbody>

  <tr>
    <th bgcolor="#e9eaa8" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2">44</font></th>
    <td bgcolor="#fdfebc" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "><span class="n">class</span> <span class="n">FLAKE_EXPORT</span> <span class="n">KoCanvasControllerWidget</span> <span class="o">:</span> <span class="n">public</span> <span class="n">Q<span class="hl">AbstractScrollArea</span></span><span class="p">,</span> <span class="n">public</span> <span class="n">KoCanvasController</span></pre></td>
    <th bgcolor="#e9eaa8" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">44</font></th>
    <td bgcolor="#fdfebc" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "><span class="n">class</span> <span class="n">FLAKE_EXPORT</span> <span class="n">KoCanvasControllerWidget</span> <span class="o">:</span> <span class="n">public</span> <span class="n">Q<span class="hl">DeclarativeView</span></span><span class="p">,</span> <span class="n">public</span> <span class="n">KoCanvasController</span></pre></td>
  </tr>

 </tbody>

</table>

  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">What is the reason to use a subclass here? Can't the base class QAbstractScrollArea be used?</pre>
 </blockquote>





</blockquote>
<pre style="margin-left: 1em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">No -- the KoCanvasControllerWidget needs to be a QDeclarativeView for sketch/gemini, while using the subclass makes no difference for the other calligra apps.</pre>
<br />

<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On October 19th, 2013, 4:17 a.m. UTC, <b>Thorsten Zachmann</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  



<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; border-collapse: collapse; margin: 2px padding: 2px;">
 <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; font-size: 9pt; padding: 4px 8px; text-align: left;">
    <a href="http://git.reviewboard.kde.org/r/113327/diff/1/?file=203361#file203361line656" style="color: black; font-weight: bold; text-decoration: underline;">libs/main/KoDocument.h</a>
    <span style="font-weight: normal;">

     (Diff revision 1)

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

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

   <td colspan="4"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">signals:</pre></td>

  </tr>
 </tbody>



 
 

 <tbody>

  <tr>
    <th bgcolor="#b1ebb0" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2"></font></th>
    <td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>
    <th bgcolor="#b1ebb0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">656</font></th>
    <td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">    <span class="n">friend</span> <span class="n">class</span> <span class="n">KisSketchPart</span><span class="p">;</span></pre></td>
  </tr>

 </tbody>

</table>

  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">This seems a bit sporty but I guess there is no other way?</pre>
 </blockquote>





</blockquote>
<pre style="margin-left: 1em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">No :-(</pre>
<br />




<p>- Boudewijn</p>


<br />
<p>On October 18th, 2013, 10:47 a.m. UTC, Boudewijn Rempt wrote:</p>








<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('http://git.reviewboard.kde.org/static/rb/images/review_request_box_top_bg.ab6f3b1072c9.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for Calligra.</div>
<div>By Boudewijn Rempt.</div>


<p style="color: grey;"><i>Updated Oct. 18, 2013, 10:47 a.m.</i></p>









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


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">This diff adds Krita Sketch/Gemini to git master. It differs from the old sketch/sketchgl branch in that the DeviantArt plugin isn't included, because of problems with oAuth2's handling of secrets, and the move of the jpeg converter is reverted.

The krita-gemini-rempt branch contains the same diff, but sequences in some commits that might make checking what's going on easier than this monster diff.

There are the following components to this diff:

* In a lot of places, there is now a label added to the progress updaters.
* Touch support is added to flake, Krita and Karbon. Pinch zoom/pan works now
* With the right version of Vc, AVX2 is used where possible.
* There are getters/setters for Krita's tools
* KisConfig is cleaned up
* and, of course, add the kritasketch library and the sketch and gemini binaries.</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>CMakeLists.txt <span style="color: grey">(41d8ad6)</span></li>

 <li>karbon/ui/widgets/KarbonCanvas.cpp <span style="color: grey">(03c8d19)</span></li>

 <li>krita/CMakeLists.txt <span style="color: grey">(50465f2)</span></li>

 <li>krita/data/CMakeLists.txt <span style="color: grey">(2cb0430)</span></li>

 <li>krita/data/brushes/CMakeLists.txt <span style="color: grey">(b2fcb64)</span></li>

 <li>krita/data/input/CMakeLists.txt <span style="color: grey">(65bbaad)</span></li>

 <li>krita/data/input/kritadefault.profile <span style="color: grey">(53f4cdc)</span></li>

 <li>krita/data/paintoppresets/CMakeLists.txt <span style="color: grey">(a2bc5af)</span></li>

 <li>krita/data/patterns/3-flat-hack.png <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/data/patterns/3-mini-rock-soft.png <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/data/patterns/3-rock-smooth.png <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/data/patterns/CMakeLists.txt <span style="color: grey">(b4bd108)</span></li>

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

 <li>krita/gemini/KritaGemini.rc <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/gemini/MainWindow.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/gemini/MainWindow.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/gemini/ViewModeSwitchEvent.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/gemini/desktopviewproxy.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/gemini/desktopviewproxy.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/gemini/kritagemini.desktop <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/gemini/kritagemini.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/gemini/kritageminipanelsrc <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/gemini/kritageminirc <span style="color: grey">(PRE-CREATION)</span></li>

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

 <li>krita/image/commands/kis_set_global_selection_command.cpp <span style="color: grey">(d806cd6)</span></li>

 <li>krita/image/kis_default_bounds.h <span style="color: grey">(7581166)</span></li>

 <li>krita/image/kis_default_bounds.cpp <span style="color: grey">(acfc858)</span></li>

 <li>krita/image/kis_distance_information.cpp <span style="color: grey">(849c385)</span></li>

 <li>krita/image/kis_global.h <span style="color: grey">(c9c5d3b)</span></li>

 <li>krita/image/kis_image.h <span style="color: grey">(a6d9b24)</span></li>

 <li>krita/image/kis_image.cc <span style="color: grey">(87eea63)</span></li>

 <li>krita/image/kis_processing_visitor.cpp <span style="color: grey">(5761544)</span></li>

 <li>krita/image/krita_export.h <span style="color: grey">(6236f7e)</span></li>

 <li>krita/image/recorder/kis_macro_player.cc <span style="color: grey">(6da2de0)</span></li>

 <li>krita/image/recorder/kis_recorded_node_action.cc <span style="color: grey">(455c82e)</span></li>

 <li>krita/image/tests/kis_filter_weights_buffer_test.cpp <span style="color: grey">(6e2401a)</span></li>

 <li>krita/image/tests/kis_fixed_point_maths_test.cpp <span style="color: grey">(ef1f312)</span></li>

 <li>krita/main.cc <span style="color: grey">(9b7e5c1)</span></li>

 <li>krita/pics/CMakeLists.txt <span style="color: grey">(0cabd5f)</span></li>

 <li>krita/pics/icon-kritasketch.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/plugins/assistants/RulerAssistant/kis_ruler_assistant_tool.h <span style="color: grey">(00ce7ff)</span></li>

 <li>krita/plugins/assistants/RulerAssistant/kis_ruler_assistant_tool.cc <span style="color: grey">(267a011)</span></li>

 <li>krita/plugins/extensions/bigbrother/bigbrother.cc <span style="color: grey">(5ba4ac5)</span></li>

 <li>krita/plugins/extensions/dropshadow/kis_dropshadow_plugin.cc <span style="color: grey">(0722c3e)</span></li>

 <li>krita/plugins/filters/unsharp/kis_unsharp_filter.cpp <span style="color: grey">(1226d24)</span></li>

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

 <li>krita/plugins/tools/defaulttools/kis_tool_brush.h <span style="color: grey">(d40ba4a)</span></li>

 <li>krita/plugins/tools/defaulttools/kis_tool_brush.cc <span style="color: grey">(a652bea)</span></li>

 <li>krita/plugins/tools/defaulttools/kis_tool_colorpicker.h <span style="color: grey">(dab13f6)</span></li>

 <li>krita/plugins/tools/defaulttools/kis_tool_colorpicker.cc <span style="color: grey">(0c4c876)</span></li>

 <li>krita/plugins/tools/defaulttools/kis_tool_move.h <span style="color: grey">(a3f08fd)</span></li>

 <li>krita/plugins/tools/defaulttools/kis_tool_move.cc <span style="color: grey">(88d0611)</span></li>

 <li>krita/plugins/tools/defaulttools/kis_tool_movetooloptionswidget.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/plugins/tools/defaulttools/kis_tool_movetooloptionswidget.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/plugins/tools/selectiontools/kis_tool_select_elliptical.cc <span style="color: grey">(e31fd15)</span></li>

 <li>krita/plugins/tools/selectiontools/kis_tool_select_polygonal.h <span style="color: grey">(cdfc0f6)</span></li>

 <li>krita/plugins/tools/selectiontools/kis_tool_select_polygonal.cc <span style="color: grey">(34bb54c)</span></li>

 <li>krita/plugins/tools/selectiontools/kis_tool_select_rectangular.h <span style="color: grey">(b826bba)</span></li>

 <li>krita/plugins/tools/selectiontools/kis_tool_select_rectangular.cc <span style="color: grey">(66d3215)</span></li>

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

 <li>krita/plugins/tools/tool_crop/kis_tool_crop.h <span style="color: grey">(ba0427d)</span></li>

 <li>krita/plugins/tools/tool_crop/kis_tool_crop.cc <span style="color: grey">(acbc48d)</span></li>

 <li>krita/plugins/tools/tool_crop/kistoolcropconfigwidget.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/plugins/tools/tool_crop/kistoolcropconfigwidget.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/plugins/tools/tool_transform2/kis_tool_transform.h <span style="color: grey">(1f7548e)</span></li>

 <li>krita/plugins/tools/tool_transform2/kis_tool_transform.cc <span style="color: grey">(9a17fdb)</span></li>

 <li>krita/plugins/tools/tool_transform2/kis_tool_transform_config_widget.h <span style="color: grey">(5b7f932)</span></li>

 <li>krita/plugins/tools/tool_transform2/tool_transform.cc <span style="color: grey">(9372cfd)</span></li>

 <li>krita/plugins/tools/tool_transform2/tool_transform_args.h <span style="color: grey">(8e5befd)</span></li>

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

 <li>krita/sketch/ColorSelectorItem.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/ColorSelectorItem.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/Constants.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/Constants.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/DocumentListModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/DocumentListModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/DocumentManager.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/DocumentManager.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/ImageBuilder.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/ImageBuilder.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/KisSelectionExtras.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/KisSelectionExtras.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/KisSketchPart.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/KisSketchPart.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/KisSketchView.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/KisSketchView.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/KritaNamespace.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/KritaNamespace.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/KritaSketch.rc <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/MainWindow.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/MainWindow.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/MouseTracker.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/MouseTracker.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/NetworkAccessManager.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/NetworkAccessManager.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/PageThumbnailProvider.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/PageThumbnailProvider.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/PanelConfiguration.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/PanelConfiguration.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/ProgressProxy.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/ProgressProxy.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/PropertyContainer.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/PropertyContainer.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/RecentFileManager.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/RecentFileManager.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/Settings.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/Settings.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/SimpleTouchArea.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/SimpleTouchArea.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/SketchDeclarativeView.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/SketchDeclarativeView.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/SketchInputContext.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/SketchInputContext.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/ToolManager.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/ToolManager.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/VirtualKeyboardController.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/VirtualKeyboardController.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/cpuid.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/cpuid.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/draganddrop/CMakeLists.txt <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/draganddrop/DeclarativeDragArea.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/draganddrop/DeclarativeDragArea.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/draganddrop/DeclarativeDragDropEvent.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/draganddrop/DeclarativeDragDropEvent.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/draganddrop/DeclarativeDropArea.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/draganddrop/DeclarativeDropArea.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/draganddrop/DeclarativeMimeData.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/draganddrop/DeclarativeMimeData.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/draganddrop/draganddropplugin.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/draganddrop/draganddropplugin.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/draganddrop/qmldir <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/kritasketch.desktop <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/kritasketch.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/kritasketchpanelsrc <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/kritasketchplugin.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/kritasketchplugin.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/kritasketchrc <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/kritatouch.desktop <span style="color: grey">(PRE-CREATION)</span></li>

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

 <li>krita/sketch/models/ColorImageProvider.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/ColorImageProvider.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/CompositeOpModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/CompositeOpModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/FileSystemModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/FileSystemModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/FiltersCategoryModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/FiltersCategoryModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/FiltersModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/FiltersModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/KeyboardModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/KeyboardModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/LayerCompositeDetails.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/LayerCompositeDetails.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/LayerModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/LayerModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/LayerThumbProvider.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/LayerThumbProvider.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/MultiFeedRSSModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/MultiFeedRSSModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/PaletteColorsModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/PaletteColorsModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/PaletteModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/PaletteModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/PresetImageProvider.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/PresetImageProvider.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/PresetModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/PresetModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/RecentImageImageProvider.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/RecentImageImageProvider.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/RecentImagesModel.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/models/RecentImagesModel.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/HelpPage.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/KritaSketchBase.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/MainPage.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/OpenImagePage.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/SaveImagePage.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/SettingsPage.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/WelcomePage.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/BusyIndicator.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/Button.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/CategorySwitcher.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/CheckBox.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/ColorSwatch.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/Dialog.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/Divider.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/DropShadow.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/ExpandingListView.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/Header.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/Label.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/ListItem.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/MessageStack.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/NewImageList.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/NewsList.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/Page.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/PageStack.js <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/PageStack.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/PanelTextField.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/RangeInput.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/RecentFilesList.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/ScrollDecorator.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/Slider.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/TextField.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/TextFieldMultiline.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/components/VirtualKeyboard.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/shadow-smooth.png <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/checker-small.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/combo-arrows-white.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-A4landscape-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-A4portrait-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-add-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-add.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-apply-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-apply.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-back.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-camera-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-cancel-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-close.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-color_wheel.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-colorpicker.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-crop-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-crop.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-delete-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-delete.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-down.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-edit.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-erase.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-fileclip-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-filenew-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-filenew.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-fileopen-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-fileopen.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-filesave.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-filesaveas.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-fileshare.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-fill-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-fill.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-filter_delete-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-filter_load-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-filter_save-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-forward.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-gradient-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-gradient.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-help.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-krita_sketch.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-layer_filter-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-layer_group-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-layer_paint-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-locked_off-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-locked_on-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-minimize.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-mirror_c-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-mirror_h-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-mirror_v-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-move-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-move.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-paint-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-paint.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-palette-add-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-palette-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-palette-delete-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-palette.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-redo.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-select-add.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-select-apply.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-select-area.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-select-color.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-select-deselect.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-select-hide.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-select-intersect.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-select-polygon.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-select-rectangle.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-select-replace.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-select-reselect.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-select-show.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-select-sub.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-settings.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-switch.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-transform-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-transform.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-undo.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-up.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-visible_off-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-visible_off.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-visible_on-black.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-visible_on.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/images/svg/icon-web.svg <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/ColorPanel.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/EditLayerPage.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/EditPresetPage.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/FilterPanel.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/LayersPanel.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/MenuPanel.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/NewImagePanel.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/OpenImagePanel.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/Panel.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/PanelBar.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/PanelDropArea.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/PresetsPanel.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/SelectPanel.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/ToolPanel.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/blur.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/brightnesscontrast.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/burn.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/colortoalpha.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/colortransfer.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/dodge.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/emboss.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/gaussian <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/gaussiannoisereducer.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/hsvadjustment.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/lens <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/levels.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/motion <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/noise.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/nothing-to-configure.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/oilpaint.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/perchannel.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/phongbumpmap.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/pixelize.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/raindrops.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/randompick.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/roundcorners.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/smalltiles.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/sobel.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/unsharp.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/wave.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/filterconfigpages/waveletnoisereducer.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/toolconfigpages/crop.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/toolconfigpages/fill.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/toolconfigpages/gradient.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/toolconfigpages/move.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/toolconfigpages/paint.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qml/panels/toolconfigpages/transform.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/sketch/qmldir <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/ui/CMakeLists.txt <span style="color: grey">(cc69242)</span></li>

 <li>krita/ui/canvas/kis_abstract_canvas_widget_factory.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/ui/canvas/kis_canvas2.h <span style="color: grey">(638736c)</span></li>

 <li>krita/ui/canvas/kis_canvas2.cpp <span style="color: grey">(8445832)</span></li>

 <li>krita/ui/canvas/kis_canvas_widget_base.h <span style="color: grey">(0fac92d)</span></li>

 <li>krita/ui/canvas/kis_coordinates_converter.cpp <span style="color: grey">(054bd3a)</span></li>

 <li>krita/ui/canvas/kis_qpainter_canvas_widget_factory.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/ui/canvas/kis_qpainter_canvas_widget_factory.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/ui/flake/kis_node_shape.cpp <span style="color: grey">(258d011)</span></li>

 <li>krita/ui/input/kis_change_primary_setting_action.cpp <span style="color: grey">(7fe7fdc)</span></li>

 <li>krita/ui/input/kis_input_manager.h <span style="color: grey">(aa815d6)</span></li>

 <li>krita/ui/input/kis_input_manager.cpp <span style="color: grey">(faaa779)</span></li>

 <li>krita/ui/input/kis_pan_action.h <span style="color: grey">(f941416)</span></li>

 <li>krita/ui/input/kis_pan_action.cpp <span style="color: grey">(34a1aebc)</span></li>

 <li>krita/ui/input/kis_shortcut_matcher.h <span style="color: grey">(f87dd68)</span></li>

 <li>krita/ui/input/kis_shortcut_matcher.cpp <span style="color: grey">(6423213)</span></li>

 <li>krita/ui/input/kis_tool_invocation_action.cpp <span style="color: grey">(6b5df9a)</span></li>

 <li>krita/ui/input/kis_touch_shortcut.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/ui/input/kis_touch_shortcut.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>krita/ui/input/kis_zoom_action.h <span style="color: grey">(b810c21)</span></li>

 <li>krita/ui/input/kis_zoom_action.cpp <span style="color: grey">(1133f2d)</span></li>

 <li>krita/ui/kis_canvas_resource_provider.h <span style="color: grey">(19778ea)</span></li>

 <li>krita/ui/kis_clipboard.h <span style="color: grey">(4ea41e1)</span></li>

 <li>krita/ui/kis_clipboard.cc <span style="color: grey">(9f3da2f)</span></li>

 <li>krita/ui/kis_config.h <span style="color: grey">(23ad5f6)</span></li>

 <li>krita/ui/kis_config.cc <span style="color: grey">(a04e39f)</span></li>

 <li>krita/ui/kis_doc2.h <span style="color: grey">(73ccb0a)</span></li>

 <li>krita/ui/kis_doc2.cc <span style="color: grey">(17276ca)</span></li>

 <li>krita/ui/kis_mask_manager.h <span style="color: grey">(696a572)</span></li>

 <li>krita/ui/kis_mask_manager.cc <span style="color: grey">(2274d25)</span></li>

 <li>krita/ui/kis_node_manager.h <span style="color: grey">(1f81239)</span></li>

 <li>krita/ui/kis_node_manager.cpp <span style="color: grey">(0d33338)</span></li>

 <li>krita/ui/kis_node_model.cpp <span style="color: grey">(675f7fc)</span></li>

 <li>krita/ui/kis_paintop_box.cc <span style="color: grey">(9b90061)</span></li>

 <li>krita/ui/kis_part2.cpp <span style="color: grey">(83d5f34)</span></li>

 <li>krita/ui/kis_selection_manager.h <span style="color: grey">(6dd4ec7)</span></li>

 <li>krita/ui/kis_selection_manager.cc <span style="color: grey">(4d0f955)</span></li>

 <li>krita/ui/kis_view2.h <span style="color: grey">(32a707f)</span></li>

 <li>krita/ui/kis_view2.cpp <span style="color: grey">(e472766)</span></li>

 <li>krita/ui/opengl/kis_opengl_canvas2.h <span style="color: grey">(4520e5f)</span></li>

 <li>krita/ui/opengl/kis_opengl_canvas2.cpp <span style="color: grey">(e6b7ab9)</span></li>

 <li>krita/ui/tests/kis_image_view_converter_test.cpp <span style="color: grey">(f91e021)</span></li>

 <li>krita/ui/tests/kis_zoom_and_pan_test.cpp <span style="color: grey">(794c1ae)</span></li>

 <li>krita/ui/tool/kis_painting_information_builder.h <span style="color: grey">(d9ab251)</span></li>

 <li>krita/ui/tool/kis_painting_information_builder.cpp <span style="color: grey">(50f877e)</span></li>

 <li>krita/ui/widgets/kis_workspace_chooser.cpp <span style="color: grey">(2fd8f5b)</span></li>

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

 <li>libs/flake/KoCanvasBase.h <span style="color: grey">(1663e25)</span></li>

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

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

 <li>libs/flake/KoPointerEvent.h <span style="color: grey">(9c8ab1a)</span></li>

 <li>libs/flake/KoPointerEvent.cpp <span style="color: grey">(5c2982b)</span></li>

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

 <li>libs/flake/KoToolBase.cpp <span style="color: grey">(0520ec3)</span></li>

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

 <li>libs/flake/KoToolProxy.h <span style="color: grey">(703923d)</span></li>

 <li>libs/flake/KoToolProxy.cpp <span style="color: grey">(80081c6)</span></li>

 <li>libs/flake/tests/TestSnapStrategy.h <span style="color: grey">(5bdaae7)</span></li>

 <li>libs/flake/tests/TestSnapStrategy.cpp <span style="color: grey">(37482a3)</span></li>

 <li>libs/kopageapp/KoPACanvasItem.h <span style="color: grey">(b0bf8e3)</span></li>

 <li>libs/main/KoDocument.h <span style="color: grey">(3372060)</span></li>

 <li>libs/main/KoDocument.cpp <span style="color: grey">(a871e1f)</span></li>

 <li>libs/main/KoMainWindow.h <span style="color: grey">(1b3503f)</span></li>

 <li>libs/main/KoMainWindow.cpp <span style="color: grey">(e84518d)</span></li>

 <li>libs/main/KoPrintingDialog.cpp <span style="color: grey">(6929233)</span></li>

 <li>libs/pigment/benchmarks/KoCompositeOpsBenchmark.cpp <span style="color: grey">(85675d2)</span></li>

 <li>libs/pigment/compositeops/KoOptimizedCompositeOpFactoryPerArch.cpp <span style="color: grey">(2fd8179)</span></li>

 <li>libs/pigment/compositeops/KoVcMultiArchBuildSupport.h <span style="color: grey">(b365fa1)</span></li>

 <li>libs/widgets/CMakeLists.txt <span style="color: grey">(f8626c2)</span></li>

 <li>libs/widgets/KoResourceServer.h <span style="color: grey">(e19b65a)</span></li>

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

 <li>sheets/part/CanvasItem.h <span style="color: grey">(5966e2a)</span></li>

 <li>sheets/ui/RightToLeftPaintingStrategy.cpp <span style="color: grey">(223c6f7)</span></li>

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

</ul>

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







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








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