<div dir="ltr">Hi, I&#39;ve been using KDE from trunk for a while now, and I thought I would try to fix a few bugs I noticed in the fifteen puzzle applet (and also add a few new features) as my first contribution, if someone would be kind enough to look over and possibly commit it.<br>


<br>Basically I&#39;ve taken out the size constant and re-worked the interface to use the width and height of the actual applet for positioning the pieces, the main problem this fixes is the one pixel gaps between pieces, but it also allows the resolution of custom images to be changed on the fly when the applet is resized.<br>


<br>I also changed the piecePressed() function to allow the user to click on any tile in the same row or column as the blank tile.<br><br>There are also a few fixes for being able to have a puzzle with identical tiles and no numerals, and for having a blank custom image.<br>


<br>Bear in mind I don&#39;t have a lot of C++ or Qt experience (mostly use java) so there might be a few bugs I haven&#39;t spotted.<br><br>Thanks,<br>Anthony.<br></div>