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

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.