Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
tdegames/kpat
Michele Calgaro d45d96cd06
Fix FTBFS caused by invalid cast. This resolves issue #38.
před 2 týdny
..
freecell-solver Fix FTBFS caused by invalid cast. This resolves issue #38. před 2 týdny
icons Fix invalid headers in PNG files and optimize for size před 8 roky
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
CHANGES Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 před 11 roky
CMakeL10n.txt Desktop file translations: před 4 roky
CMakeLists.txt Desktop file translations: před 4 roky
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module před 6 roky
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
README.tkcTrump Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
card.cpp Remove additional unneeded tq method conversions před 13 roky
card.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
cardmaps.cpp Removed additional code formatting modelines. před 4 roky
cardmaps.h Removed additional code formatting modelines. před 4 roky
clock.cpp Rename additional header files to avoid conflicts with KDE4 před 11 roky
clock.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
computation.cpp Removed additional code formatting modelines. před 4 roky
computation.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
copyright.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
dealer.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
dealer.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
deck.cpp Update various qt function definitions and static methods for tqt3 před 12 roky
deck.h rename the following methods: před 13 roky
fortyeight.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
fortyeight.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
freecell.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
freecell.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
gamestats.ui Replace Q_SIGNALS and Q_SLOTS před 3 měsíci
gamestatsimpl.cpp Rename additional header files to avoid conflicts with KDE4 před 11 roky
gamestatsimpl.h Trinity Qt initial conversion před 14 roky
golf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
golf.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
grandf.cpp Removed additional code formatting modelines. před 4 roky
grandf.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
green.png Fix invalid headers in PNG files and optimize for size před 8 roky
gypsy.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
gypsy.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
hint.h Trinity Qt initial conversion před 14 roky
idiot.cpp Rename additional header files to avoid conflicts with KDE4 před 11 roky
idiot.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
kings.cpp Rename additional header files to avoid conflicts with KDE4 před 11 roky
kings.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
klondike.cpp Removed additional code formatting modelines. před 4 roky
klondike.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
kpat.desktop Desktop file translations: před 4 roky
kpatui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
main.cpp Rename common header files for consistency with class renaming před 11 roky
mod3.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
mod3.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
napoleon.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
napoleon.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
pile.cpp Rename old tq methods that no longer need a unique name před 13 roky
pile.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
pile_algorithms.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
pwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
pwidget.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
simon.cpp Rename additional header files to avoid conflicts with KDE4 před 11 roky
simon.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
speeds.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
spider.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
spider.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
yukon.cpp Rename additional header files to avoid conflicts with KDE4 před 11 roky
yukon.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci

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.