Automated Release Preparation

This commit is contained in:
2020-02-07 16:28:11 +01:00
parent 54c1270b38
commit 01aa5c3938
245 changed files with 1113 additions and 1251 deletions

View File

@@ -26,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">IntelliPhoto
&#160;<span id="projectnumber">0.7</span>
&#160;<span id="projectnumber">1</span>
</div>
</td>
</tr>
@@ -403,8 +403,8 @@ $(document).ready(function(){initNavTree('_intelli_photo_gui_8cpp_source.html','
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160;<span class="comment">// Open an about dialog</span></div>
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160;<span class="keywordtype">void</span> IntelliPhotoGui::slotAboutDialog(){</div>
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160; <span class="comment">// Window title and text to display</span></div>
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160; QMessageBox::about(<span class="keyword">this</span>, tr(<span class="stringliteral">&quot;About Painting&quot;</span>),</div>
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160; tr(<span class="stringliteral">&quot;&lt;p&gt;&lt;b&gt;IntelliPhoto - &lt;/b&gt;A Pretty basic editor.&lt;/p&gt; &lt;br&gt;Developed by Team 7.&quot;</span>));</div>
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160; QMessageBox::about(<span class="keyword">this</span>, tr(<span class="stringliteral">&quot;About Us&quot;</span>),</div>
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160; tr(<span class="stringliteral">&quot;&lt;h1&gt;About IntelliPhoto&lt;/h1&gt;&lt;p&gt;Version: v1.0&lt;br&gt;Developed by: Team 7&lt;br&gt;Interactive painting tool with layering and drawing capabilities.&lt;/p&gt;&quot;</span>));</div>
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160;}</div>
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160; </div>
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160;<span class="keywordtype">void</span> IntelliPhotoGui::slotEnterPressed(){</div>
@@ -944,7 +944,7 @@ $(document).ready(function(){initNavTree('_intelli_photo_gui_8cpp_source.html','
<div class="line"><a name="l00856"></a><span class="lineno"> 856</span>&#160; </div>
<div class="line"><a name="l00857"></a><span class="lineno"> 857</span>&#160;<span class="keywordtype">void</span> IntelliPhotoGui::setIntelliStyle(){</div>
<div class="line"><a name="l00858"></a><span class="lineno"> 858</span>&#160; <span class="comment">// Set the title</span></div>
<div class="line"><a name="l00859"></a><span class="lineno"> 859</span>&#160; setWindowTitle(<span class="stringliteral">&quot;IntelliPhoto Prototype&quot;</span>);</div>
<div class="line"><a name="l00859"></a><span class="lineno"> 859</span>&#160; setWindowTitle(<span class="stringliteral">&quot;IntelliPhoto v1.0&quot;</span>);</div>
<div class="line"><a name="l00860"></a><span class="lineno"> 860</span>&#160; <span class="comment">// Set style sheet</span></div>
<div class="line"><a name="l00861"></a><span class="lineno"> 861</span>&#160; this-&gt;setStyleSheet(<span class="stringliteral">&quot;color: white;&quot;</span> <span class="stringliteral">&quot;background-color: rgb(64, 64, 64);&quot;</span> <span class="stringliteral">&quot;selection-color: rgb(200, 10, 10);&quot;</span> <span class="stringliteral">&quot;selection-background-color: rgb(64, 64, 64);&quot;</span>);</div>
<div class="line"><a name="l00862"></a><span class="lineno"> 862</span>&#160; </div>
@@ -1072,7 +1072,7 @@ $(document).ready(function(){initNavTree('_intelli_photo_gui_8cpp_source.html','
<div class="ttc" id="aclass_painting_area_html_a96c6248e343e44b61cf2625cb6d21353"><div class="ttname"><a href="class_painting_area.html#a96c6248e343e44b61cf2625cb6d21353">PaintingArea::createPenTool</a></div><div class="ttdeci">void createPenTool()</div><div class="ttdoc">createPenTool creates a Pen Tool.</div><div class="ttdef"><b>Definition:</b> <a href="_painting_area_8cpp_source.html#l00243">PaintingArea.cpp:243</a></div></div>
<div class="ttc" id="aclass_intelli_color_picker_html_ab41abe8fb7e184db2c33e792f09792e0"><div class="ttname"><a href="class_intelli_color_picker.html#ab41abe8fb7e184db2c33e792f09792e0">IntelliColorPicker::getSecondColor</a></div><div class="ttdeci">QColor getSecondColor() const</div><div class="ttdoc">A function to read the secondary selected color.</div><div class="ttdef"><b>Definition:</b> <a href="_intelli_color_picker_8cpp_source.html#l00019">IntelliColorPicker.cpp:19</a></div></div>
<div class="ttc" id="aclass_painting_area_html_a2ea1108ae4e4be995c4df0d378c536e7"><div class="ttname"><a href="class_painting_area.html#a2ea1108ae4e4be995c4df0d378c536e7">PaintingArea::getIndexOfActiveLayer</a></div><div class="ttdeci">int getIndexOfActiveLayer()</div><div class="ttdoc">getIndexOfActiveLayer returns the index of athe active Layer.</div><div class="ttdef"><b>Definition:</b> <a href="_painting_area_8cpp_source.html#l00465">PaintingArea.cpp:465</a></div></div>
<div class="ttc" id="aclass_painting_area_html_a6a6083ca9fece2b185b592f941a91aa4"><div class="ttname"><a href="class_painting_area.html#a6a6083ca9fece2b185b592f941a91aa4">PaintingArea::historyGoBack</a></div><div class="ttdeci">void historyGoBack()</div><div class="ttdoc">historyGoBack go back in hisotry</div><div class="ttdef"><b>Definition:</b> <a href="_painting_area_8cpp_source.html#l00526">PaintingArea.cpp:526</a></div></div>
<div class="ttc" id="aclass_painting_area_html_a6a6083ca9fece2b185b592f941a91aa4"><div class="ttname"><a href="class_painting_area.html#a6a6083ca9fece2b185b592f941a91aa4">PaintingArea::historyGoBack</a></div><div class="ttdeci">void historyGoBack()</div><div class="ttdoc">historyGoBack go back in hisotry</div><div class="ttdef"><b>Definition:</b> <a href="_painting_area_8cpp_source.html#l00517">PaintingArea.cpp:517</a></div></div>
<div class="ttc" id="aclass_painting_area_html_a240c33a7875addac86080cdfb0db036a"><div class="ttname"><a href="class_painting_area.html#a240c33a7875addac86080cdfb0db036a">PaintingArea::createLineTool</a></div><div class="ttdeci">void createLineTool()</div><div class="ttdoc">createLineTool creates a Line Tool.</div><div class="ttdef"><b>Definition:</b> <a href="_painting_area_8cpp_source.html#l00253">PaintingArea.cpp:253</a></div></div>
<div class="ttc" id="aclass_painting_area_html_ae261acaaa346610dfed489dbac17e789"><div class="ttname"><a href="class_painting_area.html#ae261acaaa346610dfed489dbac17e789">PaintingArea::colorPickerSetSecondColor</a></div><div class="ttdeci">void colorPickerSetSecondColor()</div><div class="ttdoc">The colorPickerSetSecondColor calls the QTColorPicker to determine the secondary drawing color.</div><div class="ttdef"><b>Definition:</b> <a href="_painting_area_8cpp_source.html#l00234">PaintingArea.cpp:234</a></div></div>
<div class="ttc" id="aclass_painting_area_html_a4735d4cf1dc58a9096d904e74c39c4df"><div class="ttname"><a href="class_painting_area.html#a4735d4cf1dc58a9096d904e74c39c4df">PaintingArea::colorPickerSetFirstColor</a></div><div class="ttdeci">void colorPickerSetFirstColor()</div><div class="ttdoc">The colorPickerSetFirstColor calls the QTColorPicker to determine the primary drawing color.</div><div class="ttdef"><b>Definition:</b> <a href="_painting_area_8cpp_source.html#l00229">PaintingArea.cpp:229</a></div></div>
@@ -1099,7 +1099,7 @@ $(document).ready(function(){initNavTree('_intelli_photo_gui_8cpp_source.html','
<div class="ttc" id="aclass_painting_area_html_ac6d089f4357b22d9a9906fd4771de3e7"><div class="ttname"><a href="class_painting_area.html#ac6d089f4357b22d9a9906fd4771de3e7">PaintingArea::movePositionActive</a></div><div class="ttdeci">void movePositionActive(int x, int y)</div><div class="ttdoc">The movePositionActive method moves the active layer to certain position.</div><div class="ttdef"><b>Definition:</b> <a href="_painting_area_8cpp_source.html#l00204">PaintingArea.cpp:204</a></div></div>
<div class="ttc" id="aclass_intelli_image_html"><div class="ttname"><a href="class_intelli_image.html">IntelliImage</a></div><div class="ttdoc">An abstract class which manages the basic IntelliImage operations.</div><div class="ttdef"><b>Definition:</b> <a href="_intelli_image_8h_source.html#l00030">IntelliImage.h:30</a></div></div>
<div class="ttc" id="aclass_painting_area_html_abd5e3e4d3f2f026383d0a275dc55cbbd"><div class="ttname"><a href="class_painting_area.html#abd5e3e4d3f2f026383d0a275dc55cbbd">PaintingArea::addLayer</a></div><div class="ttdeci">int addLayer(int width, int height, int widthOffset=0, int heightOffset=0, int alpha=255, ImageType type=ImageType::RASTERIMAGE)</div><div class="ttdoc">The addLayer adds a layer to the current project/ painting area.</div><div class="ttdef"><b>Definition:</b> <a href="_painting_area_8cpp_source.html#l00094">PaintingArea.cpp:94</a></div></div>
<div class="ttc" id="aclass_painting_area_html_aecc72f0f5971244205194934ff721546"><div class="ttname"><a href="class_painting_area.html#aecc72f0f5971244205194934ff721546">PaintingArea::historyGoForward</a></div><div class="ttdeci">void historyGoForward()</div><div class="ttdoc">historyGoForward a function to undo the return of the previous state of the project.</div><div class="ttdef"><b>Definition:</b> <a href="_painting_area_8cpp_source.html#l00541">PaintingArea.cpp:541</a></div></div>
<div class="ttc" id="aclass_painting_area_html_aecc72f0f5971244205194934ff721546"><div class="ttname"><a href="class_painting_area.html#aecc72f0f5971244205194934ff721546">PaintingArea::historyGoForward</a></div><div class="ttdeci">void historyGoForward()</div><div class="ttdoc">historyGoForward a function to undo the return of the previous state of the project.</div><div class="ttdef"><b>Definition:</b> <a href="_painting_area_8cpp_source.html#l00526">PaintingArea.cpp:526</a></div></div>
<div class="ttc" id="aclass_painting_area_html_acf20e3f5f74a239e6f9b7e2e1200295f"><div class="ttname"><a href="class_painting_area.html#acf20e3f5f74a239e6f9b7e2e1200295f">PaintingArea::historyadd</a></div><div class="ttdeci">void historyadd()</div><div class="ttdoc">historyadd adds an hisotry step</div><div class="ttdef"><b>Definition:</b> <a href="_painting_area_8cpp_source.html#l00510">PaintingArea.cpp:510</a></div></div>
<div class="ttc" id="aclass_painting_area_html_ad8636e986fdcdd3146f9f72d3cdb1831"><div class="ttname"><a href="class_painting_area.html#ad8636e986fdcdd3146f9f72d3cdb1831">PaintingArea::createGradientTool</a></div><div class="ttdeci">void createGradientTool()</div><div class="ttdoc">createGradientTool creates a Gradient Tool.</div><div class="ttdef"><b>Definition:</b> <a href="_painting_area_8cpp_source.html#l00277">PaintingArea.cpp:277</a></div></div>
<!-- start footer part -->