Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
tdegames/kmines
Michele Calgaro d6118d8a63
Replace auto_ptr
2 mesi fa
..
bitmaps Initial cmake conversion 8 anni fa
data Simplify CMake rules for desktop file translations. 4 anni fa
solver Replace auto_ptr 2 mesi fa
CHANGELOG Rename KAbout to avoid conflicts with KDE4 11 anni fa
CMakeL10n.txt Desktop file translations: 4 anni fa
CMakeLists.txt Rearrangement of libtdegames highscore headers. 4 anni fa
LICENSE Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
Makefile.am Rearrangement of libtdegames highscore headers. 4 anni fa
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
defines.cpp Rename additional header files to avoid conflicts with KDE4 11 anni fa
defines.h Trinity Qt initial conversion 14 anni fa
dialogs.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
dialogs.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
field.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
field.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
frame.cpp Replaced various '#define' with actual strings - part 3 4 mesi fa
frame.h rename the following methods: 13 anni fa
highscores.cpp Rename additional header files to avoid conflicts with KDE4 11 anni fa
highscores.h Rearrangement of libtdegames highscore headers. 4 anni fa
kmines.kcfg Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
kminesui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
kzoommainwindow.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
kzoommainwindow.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
main.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
settings.kcfgc Rename a number of libraries and executables to avoid conflicts with KDE4 11 anni fa
settings_addons.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
status.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
status.h Replace Q_OBJECT with TQ_OBJECT 8 mesi fa
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa

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.