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/libtdegames
Michele Calgaro d03fd4942f
Replace Q_SIGNALS and Q_SLOTS
il y a 3 mois
..
carddecks Simplify CMake rules for desktop file translations. il y a 4 ans
highscore Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
kgame Replace Q_SIGNALS and Q_SLOTS il y a 3 mois
pics Fix invalid headers in PNG files and optimize for size il y a 8 ans
CMakeL10n.txt Desktop file translations: il y a 4 ans
CMakeLists.txt Add a pkgconfig file for libtdegames. il y a 4 ans
Makefile.am Renaming of files in preparation for code style tools. il y a 3 ans
README Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 il y a 11 ans
TODO Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version il y a 7 mois
configure.in.in Actually move the kde files that were renamed in the last commit il y a 13 ans
kcanvasrootpixmap.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
kcanvasrootpixmap.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
kcarddialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
kcarddialog.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
kcarddialog.png Fix invalid headers in PNG files and optimize for size il y a 8 ans
kchat.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
kchat.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
kchatbase.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
kchatbase.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
kchatdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
kchatdialog.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
kgamelcd.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
kgamelcd.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
kgamemisc.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
kgamemisc.h Branding cleanup: KDE -> TDE il y a 12 ans
kgameprogress.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
kgameprogress.h Replace Qt with TQt il y a 6 mois
kgrid2d.h Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
kstdgameaction.cpp Updated icon names (undo → edit-undo, redo → edit-redo). il y a 3 ans
kstdgameaction.h Rename a number of classes to enhance compatibility with KDE4 il y a 11 ans
libtdegames.pc.cmake Add a pkgconfig file for libtdegames. il y a 4 ans

README

This directory contains the library for the tdegames packege.
It is a collection of functions used by some games or which
are useful for other games.

Packagers note: it is recommended to put the directory "carddecks" into a separate
package, as not all games using libtdegames use the carddecks as well.

Contents:
  kcarddialog: Access to carddeck selection and administration
               for cardgames
  kstdgameaction: just like kstdaction this provides some default action for
                  kde games. games often use different entries than other apps
                  (like "game" instead of "file"), so use this if possible
  kgamemisc: some static method i didn't know a good class name for. it
             currently features "randomName()" which will just give you a random name from
             a list (translators note: happy translating ;) i copied kde-common/accounts
             for this so there are nearly 300 entries...)
  kgame: this is a complete network/game handling library. it constists of a lot
         of classes which are explained in the kgame docu (as soon as it is
         written)
if you use libtdegames in your game please also add
TDEGlobal::locale()->insertCatalogue("libtdegames");
to main()
This will add libtdegames.pot to your game and therefore all libtdegames 
strings get translated.