You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/libtdegames
Slávek Banko 44193c39f0
Fix incorrectly renamed strings
9 years ago
..
carddecks Branding cleanup: *.desktop files 12 years ago
highscore Additional k => tde renaming and fixes 11 years ago
kgame Fix unintended renaming 10 years ago
pics Actually move the kde files that were renamed in the last commit 13 years ago
Makefile.am Additional k => tde renaming and fixes 11 years ago
README Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 11 years ago
TODO Actually move the kde files that were renamed in the last commit 13 years ago
configure.in.in Actually move the kde files that were renamed in the last commit 13 years ago
kcanvasrootpixmap.cpp Branding cleanup: KDE -> TDE 12 years ago
kcanvasrootpixmap.h Branding cleanup: KDE -> TDE 12 years ago
kcarddialog.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kcarddialog.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
kcarddialog.png Actually move the kde files that were renamed in the last commit 13 years ago
kchat.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kchat.h Branding cleanup: KDE -> TDE 12 years ago
kchatbase.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kchatbase.h Rename additional header files to avoid conflicts with KDE4 11 years ago
kchatdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kchatdialog.h Branding cleanup: KDE -> TDE 12 years ago
kgamelcd.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kgamelcd.h Branding cleanup: KDE -> TDE 12 years ago
kgamemisc.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kgamemisc.h Branding cleanup: KDE -> TDE 12 years ago
kgameprogress.cpp Rename common header files for consistency with class renaming 11 years ago
kgameprogress.h Fix incorrectly renamed strings 9 years ago
kgrid2d.h Rename additional header files to avoid conflicts with KDE4 11 years ago
kstdgameaction.cpp Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance 10 years ago
kstdgameaction.h Rename a number of classes to enhance compatibility with KDE4 11 years ago

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.