- 06 Jul, 2003 1 commit
-
-
Script Kiddy authored
svn path=/branches/KDE_3_1_BRANCH/kdegames/ktron/; revision=235689
-
- 06 Jun, 2003 1 commit
-
-
Dirk Mueller authored
svn path=/branches/KDE_3_1_BRANCH/kdegames/ktron/; revision=230026
-
- 04 Apr, 2003 1 commit
-
-
Script Kiddy authored
svn path=/branches/KDE_3_1_BRANCH/kdegames/ktron/; revision=218189
-
- 19 Nov, 2002 1 commit
-
-
Script Kiddy authored
svn path=/trunk/kdegames/ktron/; revision=189718
-
- 26 Oct, 2002 1 commit
-
-
Torsten Rahn authored
Switching over to Crystal SVG svn path=/trunk/kdegames/ktron/; revision=185682
-
- 12 Oct, 2002 1 commit
-
-
Stephan Binner authored
svn path=/trunk/kdegames/ktron/; revision=183449
-
- 07 Sep, 2002 2 commits
-
-
Waldo Bastian authored
Fix keyboard direction problems. (BR43166, BR45646, BR46656) svn path=/trunk/kdegames/ktron/; revision=176160
-
Waldo Bastian authored
Make keys work again. (BR47190) svn path=/trunk/kdegames/ktron/; revision=176159
-
- 29 Aug, 2002 1 commit
-
-
Malcolm Hunter authored
svn path=/trunk/kdegames/doc/ktron/; revision=174533
-
- 09 Jul, 2002 2 commits
-
-
Rob Kaper authored
svn path=/trunk/kdegames/ktron/; revision=165774
-
Malcolm Hunter authored
svn path=/trunk/kdegames/ktron/; revision=165656
-
- 27 May, 2002 1 commit
-
-
Michael Matz authored
svn path=/trunk/kdegames/ktron/; revision=158142
-
- 17 May, 2002 3 commits
-
-
Andreas Beckermann authored
svn path=/trunk/kdegames/ktron/; revision=156033
-
Andreas Beckermann authored
i start to think that my small script is quite useful - maybe i should make it public :-) svn path=/trunk/kdegames/ktron/; revision=156032
-
Andreas Beckermann authored
this is a quick port. a few things could be made better/nicer. svn path=/trunk/kdegames/ktron/; revision=156030
-
- 11 May, 2002 1 commit
-
-
Stephan Kulow authored
svn path=/trunk/kdegames/ktron/; revision=155019
-
- 09 May, 2002 1 commit
-
-
Lukáš Tinkl authored
svn path=/trunk/kdegames/ktron/; revision=154597
-
- 03 May, 2002 1 commit
-
-
Malcolm Hunter authored
svn path=/trunk/kdegames/doc/ktron/; revision=153601
-
- 16 Apr, 2002 1 commit
-
-
Lauri Watts authored
svn path=/trunk/kdegames/doc/ktron/; revision=149759
-
- 22 Mar, 2002 1 commit
-
-
Reza Arbab authored
svn path=/trunk/kdegames/ktron/; revision=144490
-
- 21 Mar, 2002 1 commit
-
-
Stephan Kulow authored
svn path=/trunk/kdegames/ktron/; revision=144225
-
- 17 Mar, 2002 1 commit
-
-
Laurent Montel authored
--- ktron.cpp 2002/02/27 17:05:26 1.31 +++ ktron.cpp 2002/03/17 17:42:32 @@ -40,17 +40,15 @@ #include <kstdgameaction.h> #include <kapplication.h> #include <kstatusbar.h> - +#include <kdebug.h> #define ID_STATUS_BASE 40 #define MESSAGE_TIME 2000 - KTron::KTron(const char *name) : KMainWindow(0, name), skillAction(3) { playerPoints[0]=playerPoints[1]=0; - optionsDialog=0; tron=new Tron(this); @@ -261,7 +259,8 @@ KTron::KTron(const char *name) KTron::~KTron() { - saveSettings(); + saveSettings(); + delete tron; } @@ -453,6 +452,7 @@ void KTron::quit() { saveSettings(); kapp->quit(); + delete this; } void KTron::toggleComPl1() Index: tron.cpp =================================================================== RCS file: /home/kde/kdegames/ktron/tron.cpp,v retrieving revision 1.14 diff -u -u -p -r1.14 tron.cpp --- tron.cpp 2002/02/27 17:05:26 1.14 +++ tron.cpp 2002/03/17 17:42:32 @@ -75,6 +75,8 @@ Tron::~Tron() } if(pixmap) delete pixmap; + delete timer; + } I don't know why when we call Quit() object is not destroy. => I must add a "delete this;" Simon or David is it good ? If it's good there is a lot of programm which doen't destroy its object. I think that quit destroy obj. svn path=/trunk/kdegames/ktron/; revision=143438
-
- 27 Feb, 2002 1 commit
-
-
Stephan Binner authored
* fixes ktron doesn't recognize keystroke * fixes Game/Quit does not work * fix use of deprecated method KAccel::insertItem * fix use of deprecated method KAccel::currentItem svn path=/trunk/kdegames/ktron/; revision=139178
-
- 16 Feb, 2002 1 commit
-
-
Benjamin Meyer authored
svn path=/trunk/kdegames/ktron/; revision=136904
-
- 15 Feb, 2002 1 commit
-
-
Benjamin Meyer authored
svn path=/trunk/kdegames/ktron/; revision=136740
-
- 11 Feb, 2002 1 commit
-
-
Lauri Watts authored
svn path=/trunk/kdegames/doc/ktron/; revision=135940
-
- 31 Jan, 2002 1 commit
-
-
Waldo Bastian authored
Added Encoding header for compliance with Desktop Entry Standard svn path=/trunk/kdegames/ktron/; revision=134774
-
- 14 Jan, 2002 1 commit
-
-
Waldo Bastian authored
svn path=/trunk/kdegames/ktron/; revision=131678
-
- 08 Jan, 2002 1 commit
-
-
Lauri Watts authored
svn path=/trunk/kdegames/doc/ktron/; revision=130611
-
- 06 Jan, 2002 2 commits
-
-
Stephan Binner authored
svn path=/trunk/kdegames/ktron/; revision=130221
-
Stephan Binner authored
svn path=/trunk/kdegames/ktron/; revision=130220
-
- 18 Dec, 2001 1 commit
-
-
Stephan Binner authored
svn path=/trunk/kdegames/ktron/; revision=127811
-
- 02 Nov, 2001 1 commit
-
-
Laurent Montel authored
svn path=/trunk/kdegames/ktron/; revision=120374
-
- 18 Oct, 2001 1 commit
-
-
Waldo Bastian authored
svn path=/trunk/kdegames/ktron/; revision=118511
-
- 12 Oct, 2001 1 commit
-
-
Dirk Mueller authored
svn path=/trunk/kdegames/ktron/; revision=117595
-
- 10 Oct, 2001 1 commit
-
-
Dirk Mueller authored
svn path=/trunk/kdegames/ktron/; revision=117163
-
- 29 Sep, 2001 1 commit
-
-
Otto Bruggeman authored
svn path=/trunk/kdegames/ktron/; revision=115813
-
- 22 Sep, 2001 1 commit
-
-
Waldo Bastian authored
-KDE-X-StartupNotify=true +X-KDE-StartupNotify=true svn path=/trunk/kdegames/ktron/; revision=115033
-
- 06 Sep, 2001 1 commit
-
-
Nikolas Zimmermann authored
svn path=/trunk/kdegames/ktron/; revision=113497
-
- 01 Sep, 2001 1 commit
-
-
Daniel Molkentin authored
- QList->QPtrList & Friends - ASSERT->Q_ASSERT - CHECK_PTR->Q_CHECK_PTR most apps compile now, but some are broken because of the new QStyle API. I will leave that to the respective authors :) svn path=/trunk/kdegames/ktron/; revision=112850
-