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

List:       kde-edu-devel
Subject:    Fwd: Writing Language App with well specified objectives.
From:       Avinash Zebisky <avinashzebisky () gmail ! com>
Date:       2014-03-25 22:29:45
Message-ID: CAMDNdwUhLRn3h6u-CqRpCKOtJPnzB21++EPejuzKj5+dLGa_1A () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi,


I have narrowed the idea of KHandWrite Application( app for learning
alphabets of foreign language).



*Motivation*

It's a noted fact that Kde-Edu has great products for learning language be
it reading(Parley), pronunciation(Artikulate) or typing
alphabets(KLetters). But it doesn't have any application which will help
users to write the scripts of a new language. And by learning to write the
script I mean the font/letters that are taught in schools.

Therefore, KHandWrite is a project primarily focused on writing the scripts
of a new language. Now this idea's scope is vast and large. Hence, it is
very much required to reduce the scope to get quick and better results.

Hence, for the beginning I'll stick with KHandWrite which teaches children
English alphabets.



*Target Age Group:- * 2-10 years old children

*Devices:- *Tablets/Mobiles

*Input Method:-  *Touch-pad, Touch-screen, Pen/Stylus input

*Utility:- *Interactive method to teach children how to write. The
alphabets will follow school's standard font.



*Design of UI*

Page Wise Details

*Main Menu(First page of App) - *

This page will contain basic menu options of this app which involves

·         *Learn* - Selecting this menu will take the user to 'Selection
Page'(2nd page) where he'll be selecting the letter he wants to practice.

·         *Practice* - User will practice to recognize the letter.

·         *Editor* - User can create his own custom alphabets.

·         *Options* - Basic graphics, audio, controls, profile options.

·         *About Us* - Details about the team behind this app.

·         *Exit* - As the name suggests, exit.

*Selection Page(2nd Page of App)*

Clicking 'Learn' in the Menu page takes the user to this page.

[image: Inline image 5]

Features to note are:-

·         *Selection of Alphabet* :- User will be select any alphabet
amongst this to practice writing.

·         *Audio Support* :-  Single click at any alphabet will result in
audio(pronunciation) of that letter.

·         *Difficulty Levels* :- User can select among 3 difficulty levels
to practice writing.

·         *Performance Stars* :- Stars won in drawing these letters.

·         *Number of Attempts*:- Number of trials user has made at a
certain alphabet.

*Difficulty Levels*

*1.       **Easy* - In this difficulty level user will be provided with
more control points, boundary and direction arrows.

2.       *Intermediate* - In this level user will be provided with less
control points and direction arrows.

3.       *Hard* - In this level user will be provided with less control
points and no direction arrows and boundary.

[image: Inline image 1]

*Drawing Page(3rd page)*

Features to note are:-

·         *Boundary*:- This marks the space within which user can draw his
letter.

·         *Control Points*:- User has to touch these control points in a
given sequence in order to complete the letter.

·         *Direction Arrows*:- These arrows guide the user to draw
accordingly.

·         *Performance Stars*:- These stars mark the degree of perfection
achieved by user in completing the above objectives.

·         *Replay*:- This button clears the board and resets everything in
current page.

·         *Next*:- This button skips to the next alphabet.

·         *Setting*:- This button help the user to change the current view,
theme, display etc.

·         *Selection*:- This button takes the user to 'Selection Page(2ndPage)'.

[image: Inline image 2]

*Custom Letter Editor Page*

Depending upon the representation of letter's we can tactfully create a
specialized editor for creating your own alphabets.



*Implementation*

*Representation of Letters*

·         *Bitmap Based:- *

This is a basic approach, here the drawing zone will be marked with a
square. And within that square the letter's boundary and control points
will be defined.

[image: Inline image 1]

·         *Vector Based:-*

This will use vector based image generation. And the control points and
boundary will defined by mathematical equations.

[image: Inline image 2]



·         *Bit-mask based:- *

This approach will utilize bitmask hard-coding. Every letter will be
represented in an array of (1<<9)  bitmask i.e. memory used will be
5X(1<<9) per letter.

0 0 0 0 *1* 0 0 0 0

0 0 0 *1* 0 *1* 0 0 0

0 0 *1 1 1 1 1* 0 0

0 *1* 0 0 0 0 0 *1* 0

*1* 0 0 0 0 0 0 0 *1*

Letter '*A*' represented in bitmask. 1's represent the alphabet boundary
and 0's mark the represent the free zone.

*Algorithm for checking the correctness of drawn alphabet*

·         *Scan-line Fill :- *

Similar to scan-line fill algorithm I will check row-by-row that -

-          At every even number of intersections with the boundary is a
free zone or not.

-          If not then user has crossed the boundary and will be asked to
re-draw.

-          At every odd number of intersections with the boundary if
there's a single 'draw pixel' or not.

-          If not then user has drawn two lines within the boundary and
will be asked to re-draw.

Therefore, depending upon the perfection we can decide the stars and check
for invalid drawing.

[image: Inline image 3]

*About Me*

*I am currently pursuing Bachelors of Technology in Information Technology
from Indian Institute of Information Technology. I am currently in 3rd year
of my course. I have good C++ experience and competitive algorithmic
knowledge, because of competitive programming. I have rating of **1237 on
Topcoder
<http://community.topcoder.com/tc?module=MemberProfile&cr=23117893>**,
percentile - 69.93. My team(Team Corleone) secured 11th rank in ACM-ICPC
Asia Regionals. My **github profile <https://github.com/zephyrzebi>**. I
some Qt experience, made some games. I also have some experience in Web
Development(JS,php, html5, css and ruby). I am a fast learner and am
passionate about problem solving. Kindly see my resume
<https://docs.google.com/file/d/0B5H412DhrGukY1Z5YzBVajVILWM/edit?pli=1> for
details of my project.*

*I have submitted 4 patches so far :-*

·         *Bug 297254 <https://git.reviewboard.kde.org/r/116009/> -
**Maintained
the Aspect ratio of height and width during pdf import*

·         *Bug 236177 <https://git.reviewboard.kde.org/r/116788/> - **Added
ExpandAll() and CollapseAll() Kactions**.*

·         *Bug 311841 <https://git.reviewboard.kde.org/r/115914/> - Tried
to fix Apply button bug but got stuck and couldn't find time for it.*

·         *Bug 142563 <https://git.reviewboard.kde.org/r/116533/> - *Fixed
documentation bug.

[Attachment #5 (text/html)]

<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><p class="MsoNormal">Hi,</p><p \
class="MsoNormal"><br></p><p class="MsoNormal">I have narrowed the idea of KHandWrite \
Application( app for learning alphabets of foreign language). </p><p \
class="MsoNormal">&nbsp;</p><p class="MsoNormal"><b><span \
style="font-size:20pt;line-height:115%">Motivation</span></b></p><p \
class="MsoNormal">It&rsquo;s a noted fact that Kde-Edu has great products for \
learning language be it reading(Parley), pronunciation(Artikulate) or typing \
alphabets(KLetters). But it doesn&rsquo;t have any application which will help users \
to write the scripts of a new language. And by learning to write the script I mean \
the font/letters that are taught in schools. </p><p class="MsoNormal">Therefore, \
KHandWrite is a project primarily focused on writing the scripts of a new language. \
Now this idea&rsquo;s scope is vast and large. Hence, it is very much required to \
reduce the scope to get quick and better results. </p><p class="MsoNormal">Hence, for \
the beginning I&rsquo;ll stick with KHandWrite which teaches children English \
alphabets. </p><p class="MsoNormal">&nbsp;</p><p class="MsoNormal"><b>Target Age \
Group:- </b>&nbsp;2-10 years old children</p><p class="MsoNormal"><b>Devices:- \
</b>Tablets/Mobiles</p><p class="MsoNormal"><b>Input Method:- &nbsp;</b>Touch-pad, \
Touch-screen, Pen/Stylus input</p>


<p class="MsoNormal"><b>Utility:- </b>Interactive
method to teach children how to write. The alphabets will follow school&rsquo;s
standard font.</p><p class="MsoNormal">&nbsp;</p><p class="MsoNormal"><b><span \
style="font-size:20pt;line-height:115%">Design of UI</span></b></p><p \
class="MsoNormal">Page Wise Details</p><p class="MsoNormal"><b><span \
style="font-size:16pt;line-height:115%">Main Menu(First page of App) &ndash; \
</span></b></p>


<p class="MsoNormal">This page will contain basic menu options of this app which
involves</p><p><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Learn</b> &ndash; Selecting this menu will take the user to \
&lsquo;Selection Page&rsquo;(2<sup>nd</sup> page) where he&rsquo;ll be selecting the \
letter he wants to practice.</p><p style="text-align:justify"><span \
style="font-family:Symbol">·<span style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Practice</b> &ndash; User will practice to recognize the letter. \
&nbsp;</p><p><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Editor</b> &ndash; User can create his own custom alphabets. \
</p><p><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Options</b> &ndash; Basic graphics, audio, controls, profile \
options.</p><p><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><b>About \
Us</b> &ndash; Details about the team behind this app.</p><p><span \
style="font-family:Symbol">·<span style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Exit</b> &ndash; As the name suggests, exit. </p><p \
class="MsoNormal"><b><span style="font-size:16pt;line-height:115%">Selection \
Page(2<sup>nd</sup> Page of App)</span></b></p><p class="MsoNormal">Clicking \
&lsquo;Learn&rsquo; in the Menu page takes the user to this page. </p><p \
class="MsoNormal"><img src="cid:ii_144facfdaa9ee658" alt="Inline image 5" width="420" \
height="328"><br></p><p class="MsoNormal">Features to note are:- </p><p><span \
style="font-family:Symbol">·<span style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Selection of Alphabet</b> :- User will be select any alphabet \
amongst this to practice writing. </p><p><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><b>Audio
Support</b> :- &nbsp;Single click at any
alphabet will result in audio(pronunciation) of that letter. </p><p><span \
style="font-family:Symbol">·<span style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Difficulty Levels</b> :- User can select among 3 difficulty levels \
to practice writing. </p><p><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Performance Stars</b> :- Stars won in drawing these letters. \
</p><p><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><b>Number \
of Attempts</b>:- Number of trials user has made at a certain alphabet.</p><p \
class="MsoNormal"><b><span style="font-size:16pt;line-height:115%">Difficulty \
Levels</span></b></p><p><b>1.<span \
style="font-weight:normal;font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></b><b>Easy</b> &ndash; In \
this difficulty level user will be provided with more control points, boundary and \
direction arrows.<b></b></p><p>2.<span style="font-size:7pt;font-family:&#39;Times \
New Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><b>Intermediate</b>
&ndash; In this level user will be provided with less control points and direction
arrows.</p><p>3.<span style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><b>Hard</b> &ndash;
In this level user will be provided with less control points and no direction
arrows and boundary.</p><p><img src="cid:ii_144fac8023d2a798" alt="Inline image 1" \
width="420" height="315"><br></p><p><b><span \
style="font-size:16pt;line-height:115%">Drawing Page(3<sup>rd</sup> \
page)</span></b></p><p> Features to note are:-</p><p style="margin-left:1in"><span \
style="font-family:Symbol">·<span style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Boundary</b>:- This marks the space within which user can draw his \
letter.</p><p style="margin-left:1in"><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><b>Control
Points</b>:- User has to touch these control points in a given sequence in
order to complete the letter. </p><p style="margin-left:1in"><span \
style="font-family:Symbol">·<span style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Direction Arrows</b>:- These arrows guide the user to draw \
accordingly.</p><p style="margin-left:1in"><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Performance Stars</b>:- These stars mark the degree of perfection \
achieved by user in completing the above objectives. </p><p \
style="margin-left:1in"><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Replay</b>:- This button clears the board and resets everything in \
current page. </p><p style="margin-left:1in"><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Next</b>:- This button skips to the next alphabet.</p><p \
style="margin-left:1in"><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Setting</b>:- This button help the user to change the current view, \
theme, display etc.</p><p style="margin-left:1in"><span \
style="font-family:Symbol">·<span style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Selection</b>:- This button takes the user to &lsquo;Selection \
Page(2<sup>nd</sup> Page)&rsquo;.</p><p class="MsoNormal" \
style="margin-left:0.5in"><img src="cid:ii_144faca054e1d40c" alt="Inline image 2" \
width="420" height="315"><b><span style="font-size:16pt;line-height:115%"><br>

</span></b></p><p class="MsoNormal" style="margin-left:0.5in"><b><span \
style="font-size:16pt;line-height:115%">Custom Letter Editor Page</span></b></p><p \
class="MsoNormal" style="margin-left:0.5in">Depending upon the representation of \
letter&rsquo;s we can tactfully create a specialized editor for creating your own \
alphabets. </p><p class="MsoNormal" style="margin-left:0.5in"><br></p><p \
class="MsoNormal" style="margin-left:0.5in"><br></p><p class="MsoNormal"><b><span \
style="font-size:20pt;line-height:115%">Implementation</span></b></p>

<p class="MsoNormal"><b><span style="font-size:16pt;line-height:115%">Representation \
of Letters</span></b></p> <p><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><b>Bitmap
Based:- </b></p><p>This is a basic approach, here the drawing
zone will be marked with a square. And within that square the letter&rsquo;s boundary
and control points will be defined. </p><p><img src="cid:ii_144faccc2f775961" \
alt="Inline image 1"><br></p><p><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><b>Vector
Based:-</b></p><p>This will use vector based image
generation. And the control points and boundary will defined by mathematical
equations. </p><p><img src="cid:ii_144faccfa799510d" alt="Inline image \
2"><br></p><p>&nbsp;</p><p><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Bit-mask based:- </b></p><p>This approach will utilize bitmask
hard-coding. Every letter will be represented in an array of (1&lt;&lt;9) \
&nbsp;bitmask i.e. memory used will be 5X(1&lt;&lt;9) per letter. </p><p>0 0 0 0 \
<b>1</b> 0 0 0 0</p><p>0 0 0 <b>1</b> 0 <b>1</b> 0 0 0<b></b></p><p>0 0 <b>1
1 1 1 1</b> 0 0<b></b></p><p>0 <b>1</b>
0 0 0 0 0 <b>1</b> 0<b></b></p><p><b>1</b>
0 0 0 0 0 0 0 <b>1</b></p><p>Letter &lsquo;<b>A</b>&rsquo;
represented in bitmask. 1&rsquo;s represent the alphabet boundary and 0&rsquo;s mark \
the represent the free zone.</p><p class="MsoNormal"><b><span \
style="font-size:16pt;line-height:115%">Algorithm for checking the correctness of \
drawn alphabet</span></b></p><p><span style="font-family:Symbol">·<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><b>Scan-line Fill :- </b></p><p>Similar to scan-line fill algorithm I \
will check row-by-row that &ndash; </p><p style="margin-left:0.75in">-<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>At every \
even number of intersections with the boundary is a free zone or not. </p><p \
style="margin-left:0.75in">-<span style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>If not then \
user has crossed the boundary and will be asked to re-draw.</p><p \
style="margin-left:0.75in">-<span style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>At every \
odd number of intersections with the boundary if there&rsquo;s a single &lsquo;draw \
pixel&rsquo; or not.</p><p style="margin-left:0.75in">-<span \
style="font-size:7pt;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>If not then \
user has drawn two lines within the boundary and will be asked to re-draw. </p><p \
class="MsoNormal" style="margin-left:0.5in">Therefore, depending upon the perfection \
we can decide the stars and check for invalid drawing. </p><p class="MsoNormal" \
style="margin-left:0.5in"><img src="cid:ii_144facd711336b21" alt="Inline image \
3"><br></p><p class="MsoNormal" style="margin-left:0.5in">

<b><span style="font-size:20pt;line-height:115%">About Me</span></b></p><p \
style="margin-bottom:0.0001pt;line-height:14.2pt"><strong><span \
style="font-size:11pt;font-family:Calibri,sans-serif;font-weight:normal">I am \
currently pursuing Bachelors of Technology in Information Technology from Indian \
Institute of Information Technology. I am currently in 3rd year \
of&nbsp;my&nbsp;course. I have good C++ experience and competitive algorithmic \
knowledge, because of competitive programming. I have rating \
of&nbsp;</span></strong><strong><span \
style="font-size:11pt;font-family:Calibri,sans-serif"><a \
href="http://community.topcoder.com/tc?module=MemberProfile&amp;cr=23117893" \
target="_blank"><span style="font-weight:normal">1237 on \
Topcoder</span></a></span></strong><strong><span \
style="font-size:11pt;font-family:Calibri,sans-serif;font-weight:normal">, percentile \
- 69.93. My team(Team Corleone) secured 11th rank in ACM-ICPC Asia Regionals. \
My&nbsp;</span></strong><strong><span \
style="font-size:11pt;font-family:Calibri,sans-serif"><a \
href="https://github.com/zephyrzebi" target="_blank"><span \
style="font-weight:normal">github profile</span></a></span></strong><strong><span \
style="font-size:11pt;font-family:Calibri,sans-serif;font-weight:normal">. I some Qt \
experience, made some games.&nbsp;I also have some experience in Web \
Development(JS,php, html5,&nbsp;css and ruby).&nbsp;I am&nbsp;a&nbsp;fast learner and \
am passionate about problem solving.&nbsp;Kindly see&nbsp;<a \
href="https://docs.google.com/file/d/0B5H412DhrGukY1Z5YzBVajVILWM/edit?pli=1" \
target="_blank">my resume</a>&nbsp;for details of my project.</span></strong><b><span \
style="font-size:11pt;font-family:Calibri,sans-serif"></span></b></p>


<p style="margin-bottom:0.0001pt;line-height:14.2pt"><strong><span \
style="font-size:11pt;font-family:Calibri,sans-serif;font-weight:normal">I have \
submitted 4 patches so far :-</span></strong><b><span \
style="font-size:11pt;font-family:Calibri,sans-serif"></span></b></p>


<p style="margin:5pt 0in 0.0001pt 0.5in;line-height:14.2pt"><span \
style="font-size:10pt;font-family:Symbol">·<span \
style="font-size:7pt;line-height:normal;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><strong><span \
style="font-size:11pt;font-family:Calibri,sans-serif;font-weight:normal"><a \
href="https://git.reviewboard.kde.org/r/116009/" target="_blank">Bug \
297254</a>&nbsp;-&nbsp;</span></strong><strong><span \
style="font-size:11pt;font-family:Calibri,sans-serif;font-weight:normal">Maintained \
the Aspect ratio of height and width during pdf import</span></strong><b><span \
style="font-size:11pt;font-family:Calibri,sans-serif"></span></b></p><p \
style="margin:5pt 0in 0.0001pt 0.5in;line-height:14.2pt"><span \
style="font-size:10pt;font-family:Symbol">·<span \
style="font-size:7pt;line-height:normal;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><strong><span \
style="font-size:11pt;font-family:Calibri,sans-serif;font-weight:normal"><a \
href="https://git.reviewboard.kde.org/r/116788/" target="_blank">Bug \
236177</a>&nbsp;-&nbsp;</span></strong><strong><span \
style="font-size:11pt;font-family:Calibri,sans-serif;font-weight:normal">Added \
ExpandAll() and CollapseAll() Kactions</span></strong><strong><span \
style="font-size:11pt;font-family:Calibri,sans-serif;font-weight:normal">.</span></strong><b><span \
style="font-size:11pt;font-family:Calibri,sans-serif"></span></b></p>


<p style="margin:5pt 0in 0.0001pt 0.5in;line-height:14.2pt"><span \
style="font-size:10pt;font-family:Symbol">·<span \
style="font-size:7pt;line-height:normal;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</span></span><strong><span \
style="font-size:11pt;font-family:Calibri,sans-serif;font-weight:normal"><a \
href="https://git.reviewboard.kde.org/r/115914/" target="_blank">Bug \
311841</a>&nbsp;&ndash; Tried to fix Apply button bug but&nbsp;got stuck \
and&nbsp;couldn&#39;t find time for it.</span></strong><b><span \
style="font-size:11pt;font-family:Calibri,sans-serif"></span></b></p><p \
style="margin:5pt 0in 0.0001pt 0.5in;line-height:14.2pt"><span \
style="font-size:10pt;font-family:Symbol">·<span \
style="font-size:7pt;line-height:normal;font-family:&#39;Times New \
Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><b><span \
style="font-size:11pt;font-family:Calibri,sans-serif"><a \
href="https://git.reviewboard.kde.org/r/116533/" target="_blank"><strong><span \
style="font-family:Calibri,sans-serif;color:rgb(34,34,34);font-weight:normal">Bug&nbsp;142563</span></strong></a>&nbsp;&ndash; \
</span></b><span style="font-size:11pt;font-family:Calibri,sans-serif">Fixed \
documentation bug.<b></b></span></p>


<p class="MsoNormal">&nbsp;</p><p class="MsoNormal">





































































































































































</p><p class="MsoNormal" style="margin-left:0.5in">&nbsp;</p></div>
</div><br></div>

--001a11c2cbfcb9c23804f575b828--


["B.png" (image/png)]
["image.png" (image/png)]
["image.png" (image/png)]
["letters.jpg" (image/jpeg)]

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

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