From kde-commits Tue Jan 22 20:27:20 2008 From: Andre Moreira Magalhaes Date: Tue, 22 Jan 2008 20:27:20 +0000 To: kde-commits Subject: extragear/plasma/applets/fifteenPuzzle/src Message-Id: <1201033640.789861.20477.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120103365011035 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