Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
tdegames/libtdegames
Michele Calgaro d03fd4942f
Replace Q_SIGNALS and Q_SLOTS
pirms 3 mēnešiem
..
carddecks Simplify CMake rules for desktop file translations. pirms 4 gadiem
highscore Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
kgame Replace Q_SIGNALS and Q_SLOTS pirms 3 mēnešiem
pics Fix invalid headers in PNG files and optimize for size pirms 8 gadiem
CMakeL10n.txt Desktop file translations: pirms 4 gadiem
CMakeLists.txt Add a pkgconfig file for libtdegames. pirms 4 gadiem
Makefile.am Renaming of files in preparation for code style tools. pirms 3 gadiem
README Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 pirms 11 gadiem
TODO Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version pirms 7 mēnešiem
configure.in.in Actually move the kde files that were renamed in the last commit pirms 13 gadiem
kcanvasrootpixmap.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
kcanvasrootpixmap.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
kcarddialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
kcarddialog.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
kcarddialog.png Fix invalid headers in PNG files and optimize for size pirms 8 gadiem
kchat.cpp Rename additional header files to avoid conflicts with KDE4 pirms 11 gadiem
kchat.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
kchatbase.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
kchatbase.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
kchatdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
kchatdialog.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
kgamelcd.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
kgamelcd.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
kgamemisc.cpp Rename additional header files to avoid conflicts with KDE4 pirms 11 gadiem
kgamemisc.h Branding cleanup: KDE -> TDE pirms 12 gadiem
kgameprogress.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
kgameprogress.h Replace Qt with TQt pirms 6 mēnešiem
kgrid2d.h Rename additional header files to avoid conflicts with KDE4 pirms 11 gadiem
kstdgameaction.cpp Updated icon names (undo → edit-undo, redo → edit-redo). pirms 3 gadiem
kstdgameaction.h Rename a number of classes to enhance compatibility with KDE4 pirms 11 gadiem
libtdegames.pc.cmake Add a pkgconfig file for libtdegames. pirms 4 gadiem

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.