選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
tdegames/kmines
Michele Calgaro d6118d8a63
Replace auto_ptr
3ヶ月前
..
bitmaps Initial cmake conversion 8年前
data Simplify CMake rules for desktop file translations. 4年前
solver Replace auto_ptr 3ヶ月前
CHANGELOG Rename KAbout to avoid conflicts with KDE4 11年前
CMakeL10n.txt Desktop file translations: 4年前
CMakeLists.txt Rearrangement of libtdegames highscore headers. 4年前
LICENSE Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15年前
Makefile.am Rearrangement of libtdegames highscore headers. 4年前
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15年前
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15年前
defines.cpp Rename additional header files to avoid conflicts with KDE4 11年前
defines.h Trinity Qt initial conversion 14年前
dialogs.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3ヶ月前
dialogs.h Replace Q_OBJECT with TQ_OBJECT 9ヶ月前
field.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3ヶ月前
field.h Replace Q_OBJECT with TQ_OBJECT 9ヶ月前
frame.cpp Replaced various '#define' with actual strings - part 3 5ヶ月前
frame.h rename the following methods: 13年前
highscores.cpp Rename additional header files to avoid conflicts with KDE4 11年前
highscores.h Rearrangement of libtdegames highscore headers. 4年前
kmines.kcfg Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15年前
kminesui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15年前
kzoommainwindow.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3ヶ月前
kzoommainwindow.h Replace Q_OBJECT with TQ_OBJECT 9ヶ月前
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3ヶ月前
main.h Replace Q_OBJECT with TQ_OBJECT 9ヶ月前
settings.kcfgc Rename a number of libraries and executables to avoid conflicts with KDE4 11年前
settings_addons.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15年前
status.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3ヶ月前
status.h Replace Q_OBJECT with TQ_OBJECT 9ヶ月前
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15年前

README

KMINES : the KDE minesweeper
----------------------------
Copyright (c) 1996-2004 Nicolas HADACEK  (hadacek@kde.org)
Copyright (c) 2001      Mikhail Kourinny (mkourinny@yahoo.com)
Distributed under the GNU General Public License


This is a very classical minesweeper written from scratch
with three predefined levels and custom levels.

 Easy   :  8x8  with 10 mines
 Normal : 16x16 with 40 mines
 Expert : 30x16 with 99 mines


Requirements : up to date KDE and QT libraries.