<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://svn.reviewboard.kde.org/r/5608/">http://svn.reviewboard.kde.org/r/5608/</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 12th, 2010, 8:21 a.m., <b>Marco Martin</b> wrote:</p>
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">I think those changes are good, i'm just not sure about the removal of the shuffle button.
there should be at least a context button action with it, because should be possible to reshuffle it in any moment (i.e. want to start a new game)</pre>
</blockquote>
<p>On October 12th, 2010, 10:08 a.m., <b>Anthony Bryant</b> wrote:</p>
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">As I said, I'm working on another patch which will add a shuffle button to the solved board. However, in the mean time there is already a context menu entry for shuffling the puzzle.</pre>
</blockquote>
<p>On October 12th, 2010, 8:11 p.m., <b>Marco Martin</b> wrote:</p>
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">uhm, ok.
i'm still not sure if shuffle while still playing is visible enough but let's try for this</pre>
</blockquote>
<p>On October 12th, 2010, 9:12 p.m., <b>Anthony Bryant</b> wrote:</p>
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">In that case, I'll try to rework my other patch to add a bar above/below the puzzle with a shuffle button and the current elapsed time.</pre>
</blockquote>
<p>On October 12th, 2010, 9:24 p.m., <b>Marco Martin</b> wrote:</p>
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">uhm, let's try to keep it this way for now, this on the other hand would add a bit of visual noise, so let's add it only in the future if soe valid complaint comes over ;)</pre>
</blockquote>
<p>On October 13th, 2010, 12:30 a.m., <b>Anthony Bryant</b> wrote:</p>
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">It would add to the visual noise, but at the moment when you solve the puzzle it pops up a dialog (to tell you how long you took) that covers the whole plasmoid, which might be a bit worse. If I added the bar at the bottom, I could move the time elapsed display into it and get rid of the popup.
Of course, the other solution is to remove the time elapsed display altogether - but that would be removing a feature... What do you think?</pre>
</blockquote>
</blockquote>
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">it's worse indeed, let's go for the status asrea so</pre>
<br />
<p>- Marco</p>
<br />
<p>On October 12th, 2010, 2:17 a.m., Anthony Bryant wrote:</p>
<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('http://svn.reviewboard.kde.orgrb/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 Plasma.</div>
<div>By Anthony Bryant.</div>
<p style="color: grey;"><i>Updated 2010-10-12 02:17:13</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;">This patch fixes some usability problems in the fifteen puzzle's config:
* Don't apply the settings before the user presses OK. This was counter-intuitive and broke the cancel button.
* Remove the shuffle button, it doesn't really belong in the config to begin with (I'm working on a patch to add it in the bottom right of the solved puzzle).
* Only update the size of the puzzle if the user actually changed it (this prevents unnecessary resets to the solved view when the user eg. toggles the numerals).
* Use configChanged() and configAccepted() properly.
Also, don't update the pixmaps unless they actually need to be updated, this fixes some inefficiencies (eg. when moving pieces).</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;">Tested changing between different configurations.</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>/trunk/KDE/kdeplasma-addons/applets/fifteenPuzzle/CMakeLists.txt <span style="color: grey">(1184493)</span></li>
<li>/trunk/KDE/kdeplasma-addons/applets/fifteenPuzzle/src/fifteen.cpp <span style="color: grey">(1184493)</span></li>
<li>/trunk/KDE/kdeplasma-addons/applets/fifteenPuzzle/src/fifteenPuzzle.h <span style="color: grey">(1184493)</span></li>
<li>/trunk/KDE/kdeplasma-addons/applets/fifteenPuzzle/src/fifteenPuzzle.cpp <span style="color: grey">(1184493)</span></li>
<li>/trunk/KDE/kdeplasma-addons/applets/fifteenPuzzle/src/fifteenPuzzleConfig.h <span style="color: grey">(1184493)</span></li>
<li>/trunk/KDE/kdeplasma-addons/applets/fifteenPuzzle/src/fifteenPuzzleConfig.cpp <span style="color: grey">(1184493)</span></li>
<li>/trunk/KDE/kdeplasma-addons/applets/fifteenPuzzle/src/fifteenPuzzleConfig.ui <span style="color: grey">(1184493)</span></li>
</ul>
<p><a href="http://svn.reviewboard.kde.org/r/5608/diff/" style="margin-left: 3em;">View Diff</a></p>
<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Screenshots </h1>
<div>
<a href="http://svn.reviewboard.kde.org/r/5608/s/534/"><img src="http://svn.reviewboard.kde.org/media/uploaded/images/2010/10/12/fifteen-config_400x100.png" style="border: 1px black solid;" alt="New config dialog" /></a>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>