Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tdegames/kpat
Michele Calgaro d45d96cd06
Fix FTBFS caused by invalid cast. This resolves issue #38.
il y a 4 jours
..
freecell-solver Fix FTBFS caused by invalid cast. This resolves issue #38. il y a 4 jours
icons Fix invalid headers in PNG files and optimize for size il y a 8 ans
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
CHANGES Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 il y a 11 ans
CMakeL10n.txt Desktop file translations: il y a 4 ans
CMakeLists.txt Desktop file translations: il y a 4 ans
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module il y a 6 ans
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
README.tkcTrump Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
card.cpp Remove additional unneeded tq method conversions il y a 13 ans
card.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
cardmaps.cpp Removed additional code formatting modelines. il y a 4 ans
cardmaps.h Removed additional code formatting modelines. il y a 4 ans
clock.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
clock.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
computation.cpp Removed additional code formatting modelines. il y a 4 ans
computation.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
copyright.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
dealer.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
dealer.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
deck.cpp Update various qt function definitions and static methods for tqt3 il y a 12 ans
deck.h rename the following methods: il y a 13 ans
fortyeight.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
fortyeight.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
freecell.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
freecell.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
gamestats.ui Replace Q_SIGNALS and Q_SLOTS il y a 3 mois
gamestatsimpl.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
gamestatsimpl.h Trinity Qt initial conversion il y a 14 ans
golf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
golf.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
grandf.cpp Removed additional code formatting modelines. il y a 4 ans
grandf.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
green.png Fix invalid headers in PNG files and optimize for size il y a 8 ans
gypsy.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
gypsy.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
hint.h Trinity Qt initial conversion il y a 14 ans
idiot.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
idiot.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
kings.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
kings.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
klondike.cpp Removed additional code formatting modelines. il y a 4 ans
klondike.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
kpat.desktop Desktop file translations: il y a 4 ans
kpatui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
main.cpp Rename common header files for consistency with class renaming il y a 11 ans
mod3.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
mod3.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
napoleon.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
napoleon.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
pile.cpp Rename old tq methods that no longer need a unique name il y a 13 ans
pile.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
pile_algorithms.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
pwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
pwidget.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
simon.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
simon.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
speeds.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
spider.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
spider.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
yukon.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
yukon.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois

README

Hello,

this is the very first release of kpat, the KDE solitaire patience game.

It is an almost unchanged "patience" from Paul Olav Tvete, who uploaded
this stuff some months ago on www.troll.no.

My changes are so far:

    - renamed the stuff kpat-0.1
    - improved drag'n'drop (no more weird jumping of cards)
    - improved look (shaded borders around the cards and piles)
    - hopefully improved cards-background 
    - "very easy"-option for klondike to give only one card. 
    - unset wholeColumn for klondike, but this all belongs into OPTIONS

Anway, kpat is IMO already yet the best X-based solitaire-like game,
thanks to Paul Olav Tvete and Qt :-)


Greets,

  Matthias



----- original README (probably Paul):

This is an implementation of patience (solitaire). It consists of a
general class library and six games implemented using it.

I wrote this program when learning Qt. There are a number of things I
would have done differently now. One of the silliest is that all the
intelligence lies in the cards (which are individual widgets, by the way)
instead of in a Patience class.

There are a lot of static variables. Don't try to instantiate more than one
dealer at a time -- that way lies madness.

The general base classes could doubtlessly have been a lot more general.