[Kde-games-devel] playground/games/kenolaba

Nicolas Roffet nicolas-kde at roffet.com
Fri Aug 3 00:22:41 CEST 2007


SVN commit 695771 by roffet:

Good news! I finished the port of Kenolaba to KDE4 / Qt4. It does not have any dependency to KDE3 and Qt3 anymore. :-)
The game still need some love, but is working fine, like the KDE 3.5.7 version.
I changed the version number to 1.1.

CCMAIL:kde-games-devel at kde.org
CCMAIL:Josef.Weidendorfer at gmx.de


 M  +0 -3      AbTop.cpp  
 M  +2 -5      CMakeLists.txt  
 M  +3 -1      ChangeLog  
 M  +1 -1      TODO  
 M  +1 -1      version.h  


--- trunk/playground/games/kenolaba/AbTop.cpp #695770:695771
@@ -590,9 +590,6 @@
 
 void AbTop::setSpy(int id )
 {
-#ifdef __GNUC__
-#warning "kde4: port it"
-#endif
   //toolBar("mainToolBar")->setButtonPixmap(30, (id==0)?spy0:(id==1)?spy1:(id==2)?spy2:spy3 );
   spyLevel = id;
   board->setSpyLevel(spyLevel);
--- trunk/playground/games/kenolaba/CMakeLists.txt #695770:695771
@@ -22,7 +22,7 @@
 
 kde4_add_executable(kenolaba ${kenolaba_SRCS})
 
-target_link_libraries(kenolaba  ${KDE4_KDEUI_LIBS} kdegames ${KDE4_KDE3SUPPORT_LIBS} )
+target_link_libraries(kenolaba ${KDE4_KDEUI_LIBS} kdegames )
 
 install(TARGETS kenolaba  DESTINATION ${BIN_INSTALL_DIR} )
 
@@ -32,7 +32,4 @@
 install( FILES kenolaba.desktop  DESTINATION  ${XDG_APPS_INSTALL_DIR} )
 install( FILES kenolabaui.rc  DESTINATION  ${DATA_INSTALL_DIR}/kenolaba )
 
-kde4_install_icons( ${ICON_INSTALL_DIR}   )
-
-
-
+kde4_install_icons( ${ICON_INSTALL_DIR} )
--- trunk/playground/games/kenolaba/ChangeLog #695770:695771
@@ -32,4 +32,6 @@
 
 Version 1.05b (24.7.2000)
   - Bugfix release, Cleanup for KDE 2.0
-  	
\ No newline at end of file
+
+Version 1.1 (3.8.2007) by Nicolas Roffet, <nicolas-kde at roffet.com>
+  - Port to KDE4 and Qt4.
--- trunk/playground/games/kenolaba/TODO #695770:695771
@@ -1,4 +1,4 @@
-TODO for Abalone > 1.05b
+TODO for Kenolaba > 1.1
 
 * "Back" in Network mode
 * Computer Character Editor (=Rating values)
--- trunk/playground/games/kenolaba/version.h #695770:695771
@@ -1 +1 @@
-#define KENOLABA_VERSION	"1.06b"
+#define KENOLABA_VERSION	"1.1"


More information about the kde-games-devel mailing list