SVN commit 764900 by andrunko: Overall improvement on fifteen puzzle applet. Add the possibility to save/load config options. Improved config dialog layout. Added "Shuffle Pieces" option to the context menu. Fixed coding style to fit others applets coding style. Other small fixes. M +54 -64 fifteen.cpp M +23 -23 fifteen.h M +80 -13 fifteenPuzzle.cpp M +16 -4 fifteenPuzzle.h M +5 -78 fifteenPuzzleConfig.cpp M +2 -19 fifteenPuzzleConfig.h M +102 -66 fifteenPuzzleConfig.ui M +21 -14 piece.cpp M +17 -16 piece.h