Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
tdegames/kpat
Michele Calgaro d45d96cd06
Fix FTBFS caused by invalid cast. This resolves issue #38.
vor 2 Wochen
..
freecell-solver Fix FTBFS caused by invalid cast. This resolves issue #38. vor 2 Wochen
icons Fix invalid headers in PNG files and optimize for size vor 8 Jahren
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
CHANGES Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 vor 11 Jahren
CMakeL10n.txt Desktop file translations: vor 4 Jahren
CMakeLists.txt Desktop file translations: vor 4 Jahren
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module vor 6 Jahren
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
README.tkcTrump Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
card.cpp Remove additional unneeded tq method conversions vor 13 Jahren
card.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
cardmaps.cpp Removed additional code formatting modelines. vor 4 Jahren
cardmaps.h Removed additional code formatting modelines. vor 4 Jahren
clock.cpp Rename additional header files to avoid conflicts with KDE4 vor 11 Jahren
clock.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
computation.cpp Removed additional code formatting modelines. vor 4 Jahren
computation.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
copyright.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
dealer.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
dealer.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
deck.cpp Update various qt function definitions and static methods for tqt3 vor 12 Jahren
deck.h rename the following methods: vor 13 Jahren
fortyeight.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
fortyeight.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
freecell.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
freecell.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
gamestats.ui Replace Q_SIGNALS and Q_SLOTS vor 3 Monaten
gamestatsimpl.cpp Rename additional header files to avoid conflicts with KDE4 vor 11 Jahren
gamestatsimpl.h Trinity Qt initial conversion vor 14 Jahren
golf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
golf.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
grandf.cpp Removed additional code formatting modelines. vor 4 Jahren
grandf.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
green.png Fix invalid headers in PNG files and optimize for size vor 8 Jahren
gypsy.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
gypsy.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
hint.h Trinity Qt initial conversion vor 14 Jahren
idiot.cpp Rename additional header files to avoid conflicts with KDE4 vor 11 Jahren
idiot.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
kings.cpp Rename additional header files to avoid conflicts with KDE4 vor 11 Jahren
kings.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
klondike.cpp Removed additional code formatting modelines. vor 4 Jahren
klondike.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
kpat.desktop Desktop file translations: vor 4 Jahren
kpatui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
main.cpp Rename common header files for consistency with class renaming vor 11 Jahren
mod3.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
mod3.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
napoleon.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
napoleon.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
pile.cpp Rename old tq methods that no longer need a unique name vor 13 Jahren
pile.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
pile_algorithms.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
pwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
pwidget.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
simon.cpp Rename additional header files to avoid conflicts with KDE4 vor 11 Jahren
simon.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
speeds.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
spider.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
spider.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
yukon.cpp Rename additional header files to avoid conflicts with KDE4 vor 11 Jahren
yukon.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten

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.