Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
tdegames/kmines
Michele Calgaro d6118d8a63
Replace auto_ptr
3 meses atrás
..
bitmaps Initial cmake conversion 8 anos atrás
data Simplify CMake rules for desktop file translations. 4 anos atrás
solver Replace auto_ptr 3 meses atrás
CHANGELOG Rename KAbout to avoid conflicts with KDE4 11 anos atrás
CMakeL10n.txt Desktop file translations: 4 anos atrás
CMakeLists.txt Rearrangement of libtdegames highscore headers. 4 anos atrás
LICENSE Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
Makefile.am Rearrangement of libtdegames highscore headers. 4 anos atrás
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
defines.cpp Rename additional header files to avoid conflicts with KDE4 11 anos atrás
defines.h Trinity Qt initial conversion 14 anos atrás
dialogs.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
dialogs.h Replace Q_OBJECT with TQ_OBJECT 9 meses atrás
field.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
field.h Replace Q_OBJECT with TQ_OBJECT 9 meses atrás
frame.cpp Replaced various '#define' with actual strings - part 3 5 meses atrás
frame.h rename the following methods: 13 anos atrás
highscores.cpp Rename additional header files to avoid conflicts with KDE4 11 anos atrás
highscores.h Rearrangement of libtdegames highscore headers. 4 anos atrás
kmines.kcfg Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
kminesui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
kzoommainwindow.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
kzoommainwindow.h Replace Q_OBJECT with TQ_OBJECT 9 meses atrás
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
main.h Replace Q_OBJECT with TQ_OBJECT 9 meses atrás
settings.kcfgc Rename a number of libraries and executables to avoid conflicts with KDE4 11 anos atrás
settings_addons.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
status.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
status.h Replace Q_OBJECT with TQ_OBJECT 9 meses atrás
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás

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.