[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kreversi_rewrite
From:       Dmitry Suzdalev <dimsuz () gmail ! com>
Date:       2006-09-07 10:58:03
Message-ID: 1157626683.936579.10923.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 581728 by dimsuz:

minor things


 M  +1 -0      highscores.cpp  
 M  +2 -2      kreversiscene.cpp  
 M  +1 -1      mainwindow.cpp  


--- branches/work/kreversi_rewrite/highscores.cpp #581727:581728
@@ -33,6 +33,7 @@
 ExtManager::ExtManager()
     : Manager(7)
 {
+    setShowMode( NeverShow );
     setShowStatistics(true);
     setShowDrawGamesStatistic(true);
 
--- branches/work/kreversi_rewrite/kreversiscene.cpp #581727:581728
@@ -389,9 +389,9 @@
 void KReversiScene::mousePressEvent( QGraphicsSceneMouseEvent* ev )
 {
     stopHintAnimation();
-    if( m_animTimer->isActive() )
+    if( m_animTimer->isActive() || m_game->isComputersTurn() )
     {
-        kDebug() << "Don't you see I'm animating? Be patient, human child..." << \
endl; +        kDebug() << "Don't you see I'm busy? Be patient, human child..." << \
endl;  return;
     }
 
--- branches/work/kreversi_rewrite/mainwindow.cpp #581727:581728
@@ -136,7 +136,7 @@
     KToggleAction *showMovesAct = new KToggleAction( i18n("Show moves history"), \
                actionCollection(), "show_moves" );
     connect( showMovesAct, SIGNAL(triggered(bool)), SLOT(slotShowMovesHistory(bool)) \
);  
-    KStdGameAction::highscores(this, SLOT(slotHighScores()), actionCollection());
+    KStdGameAction::highscores(this, SLOT(slotHighscores()), actionCollection());
 
     addAction(newGameAct);
     addAction(quitAct);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic