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

List:       kde-edu-devel
Subject:    Re: Review Request 122297: kanagram: Sayan's SoK with some improvements, need a  second set of eyes
From:       "Jeremy Whiting" <jpwhiting () kde ! org>
Date:       2015-01-29 17:16:30
Message-ID: 20150129171630.13680.17455 () probe ! kde ! org
[Download RAW message or body]

--===============1096405816652787586==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122297/
-----------------------------------------------------------

(Updated Jan. 29, 2015, 5:16 p.m.)


Status
------

This change has been marked as submitted.


Review request for KDE Edu, Inge Wallin, Rahul Chowdhury, and Souvik  Das.


Repository: kanagram


Description
-------

I took Sayan's SoK patch and updated it to work and added keyboard handling. It works \
pretty well in my opinion, but I wanted to get a second opinion before merging to \
master. This is what's on the letterbuttons branch in kanagram currently if you'd \
like to check it out from there to build and try it.

It makes kanagram's letters buttons that are clickable to move up and down to create \
the answer from. It also adds keyboard handling like the previous lineinput worked. \
typing keys, backspace, etc. work fine.

Enter isn't handled since if all the letters aren't used it's obviously going to be \
wrong. Solution checking is only done when all letters are used up this way. Makes it \
somewhat easier, imo.


Diffs
-----

  src/kanagramgame.cpp 3d50cc7 
  src/ui/Blackboard.qml ac5f356 
  src/ui/LetterButton.qml PRE-CREATION 
  src/ui/main.qml ab52c34 
  src/kanagramgame.h a236d47 

Diff: https://git.reviewboard.kde.org/r/122297/diff/


Testing
-------

Builds, runs, plays fine in my testing.


Thanks,

Jeremy Whiting


--===============1096405816652787586==
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit




<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 \
solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">  \
<tr>  <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://git.reviewboard.kde.org/r/122297/">https://git.reviewboard.kde.org/r/122297/</a>
  </td>
    </tr>
   </table>
   <br />




<table bgcolor="#e0e0e0" width="100%" cellpadding="12" style="border: 1px gray solid; \
border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">  <tr>
  <td>
   <h1 style="margin: 0; padding: 0; font-size: 10pt;">This change has been marked as \
submitted.</h1>  </td>
 </tr>
</table>
<br />


<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: \
1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; \
-webkit-border-radius: 6px;">  <tr>
  <td>

<div>Review request for KDE Edu, Inge Wallin, Rahul Chowdhury, and Souvik  Das.</div>
<div>By Jeremy Whiting.</div>


<p style="color: grey;"><i>Updated Jan. 29, 2015, 5:16 p.m.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
kanagram
</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;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">I took Sayan's SoK patch and updated it to work and \
added keyboard handling. It works pretty well in my opinion, but I wanted to get a \
second opinion before merging to master. This is what's on the letterbuttons branch \
in kanagram currently if you'd like to check it out from there to build and try \
it.</p> <p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">It makes kanagram's letters buttons that are clickable \
to move up and down to create the answer from. It also adds keyboard handling like \
the previous lineinput worked. typing keys, backspace, etc. work fine.</p> <p \
style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: \
inherit;">Enter isn't handled since if all the letters aren't used it's obviously \
going to be wrong. Solution checking is only done when all letters are used up this \
way. Makes it somewhat easier, imo.</p></pre>  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </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;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">Builds, runs, plays fine in my testing.</p></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>src/kanagramgame.cpp <span style="color: grey">(3d50cc7)</span></li>

 <li>src/ui/Blackboard.qml <span style="color: grey">(ac5f356)</span></li>

 <li>src/ui/LetterButton.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/ui/main.qml <span style="color: grey">(ab52c34)</span></li>

 <li>src/kanagramgame.h <span style="color: grey">(a236d47)</span></li>

</ul>

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






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




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


--===============1096405816652787586==--



_______________________________________________
kde-edu mailing list
kde-edu@mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-edu


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

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