Renamed kpacman -> tdepacman.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 4 years ago
parent ac81a3c3e8
commit 37aaa67152
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -12,7 +12,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup #### general package setup
project( kpacman ) project( tdepacman )
set( VERSION R14.1.0 ) set( VERSION R14.1.0 )
@ -71,7 +71,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( maps ) add_subdirectory( maps )
add_subdirectory( pics ) add_subdirectory( pics )
add_subdirectory( fonts ) add_subdirectory( fonts )
add_subdirectory( kpacman ) add_subdirectory( tdepacman )
tde_conditional_add_subdirectory( BUILD_DOC doc ) tde_conditional_add_subdirectory( BUILD_DOC doc )
tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )

@ -1,10 +1,10 @@
Version 0.3.2 (30. June 2003) Version 0.3.2 (30. June 2003)
Almost a real KDE3 application. Almost a real TDE3 application.
Version 0.3.1 (31. January 2002) Version 0.3.1 (31. January 2002)
Prerelease for KDE2 (Documentation not fully adjusted). Prerelease for TDE2 (Documentation not fully adjusted).
The "highscore"-file is no longer been created by the installation, but as The "highscore"-file is no longer been created by the installation, but as
soon as the hall of fame has been entered. The path (directory/filename) soon as the hall of fame has been entered. The path (directory/filename)
could be specified in the configfile. If the systemwide "highscore"-file is not could be specified in the configfile. If the systemwide "highscore"-file is not
@ -24,7 +24,7 @@ Version 0.3.0 (June 2000, not released)
The mousecursor could be hidden/shown while over the playground, thru the The mousecursor could be hidden/shown while over the playground, thru the
menubar. menubar.
The boardlayout (map) could be placed in external textfiles and selected thru The boardlayout (map) could be placed in external textfiles and selected thru
the configfile (kpacmanrc) if needed. the configfile (tdepacmanrc) if needed.
Duplicate pixmaps removed. Because all pixmapfiles could be specified thru Duplicate pixmaps removed. Because all pixmapfiles could be specified thru
the configfile now, pixmaps could be placed in foreign (scheme)-directories the configfile now, pixmaps could be placed in foreign (scheme)-directories
(EyesPixmapName=../tiny/eyes.xpm), or have different names (e.g.: (EyesPixmapName=../tiny/eyes.xpm), or have different names (e.g.:
@ -86,9 +86,9 @@ Version 0.2.4 (January 26th, 1999 - today linux v2.2 was released)
Version 0.2.3a (January 15th, 1999) Version 0.2.3a (January 15th, 1999)
Keyboard-routines changed to be compatible with the KDE 1.1 libraries Keyboard-routines changed to be compatible with the TDE 1.1 libraries
(compiles with 1.0 and 1.1). (compiles with 1.0 and 1.1).
A small bug fixed in kpacman.cpp (CHECK_PTR( menuBar )). A small bug fixed in tdepacman.cpp (CHECK_PTR( menuBar )).
Version 0.2.3 (September 12th, 1998) Version 0.2.3 (September 12th, 1998)
@ -98,7 +98,7 @@ Version 0.2.3 (September 12th, 1998)
Added a new font "font-smooth" and smoothed the pixmap "wall.xpm" for the Added a new font "font-smooth" and smoothed the pixmap "wall.xpm" for the
Zacman-scheme. Zacman-scheme.
Enhanced configuration of all timing-parameters using the configuration file. Enhanced configuration of all timing-parameters using the configuration file.
Changed Help-function (kapp->getHelpMenu) to reflect the KDE-Standard. Changed Help-function (kapp->getHelpMenu) to reflect the TDE-Standard.
Improved the documentation (Many thanks to Andreas Pour). Improved the documentation (Many thanks to Andreas Pour).
Version 0.2.2 (August 24th, 1998) Version 0.2.2 (August 24th, 1998)

@ -1,7 +1,7 @@
Basic Installation Basic Installation
================== ==================
kpacman relies on cmake to build. tdepacman relies on cmake to build.
Here are suggested default options: Here are suggested default options:

@ -1,8 +1,8 @@
kpacman - A pacman clone game for TDE. tdepacman - A pacman clone game for TDE.
Kpacman is a classic arcade game. TDEpacman is a classic arcade game.
Pac-Man was designed by Toru Iwatani, Namco first released the game in Pac-Man was designed by Toru Iwatani, Namco first released the game in
Japan in May 1980. Japan in May 1980.
@ -11,7 +11,7 @@ Japan in May 1980.
CONTRIBUTING CONTRIBUTING
============== ==============
If you wish to contribute to Kpacman (TDE), you might do so: If you wish to contribute to TDEpacman (TDE), you might do so:
- TDE Gitea Workspace (TGW) collaboration tool. - TDE Gitea Workspace (TGW) collaboration tool.
https://mirror.git.trinitydesktop.org/gitea https://mirror.git.trinitydesktop.org/gitea

@ -1,7 +1,7 @@
#define VERSION "@VERSION@" #define VERSION "@VERSION@"
// Defined if you have fvisibility and fvisibility-inlines-hidden support. // Defined if you have fvisibility and fvisibility-inlines-hidden support.
#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 #cmakedefine __TDE_HAVE_GCC_VISIBILITY 1
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */ significant byte first (like Motorola and SPARC, unlike Intel). */

@ -1,6 +1,6 @@
file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html ) file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html )
install( install(
FILES ${_files} kpacman.gif FILES ${_files} tdepacman.gif
DESTINATION ${HTML_INSTALL_DIR}/de/${PROJECT_NAME} DESTINATION ${HTML_INSTALL_DIR}/de/${PROJECT_NAME}
) )

@ -3,17 +3,17 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Dokumentation für KPacman"> <meta name="description" content="Dokumentation für TDEPacman">
<meta name="Keywords" content="KPacman"> <meta name="Keywords" content="TDEPacman">
<title>Das KPacman Handbuch</title> <title>Das TDEPacman Handbuch</title>
</head> </head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727"> <body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp; &nbsp;
<table BORDER=0 CELLSPACING=2 > <table BORDER=0 CELLSPACING=2 >
<tr> <tr>
<td><img SRC="kpacman.gif" ALT="KPacman" NOSAVE BORDER=0 height=32 width=32 align=TEXTTOP></td> <td><img SRC="tdepacman.gif" ALT="TDEPacman" NOSAVE BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b> <td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td> <br><font size=-1>Version 0.3.2</font></td>
</tr> </tr>
</table> </table>
@ -22,59 +22,59 @@
<table WIDTH="600" > <table WIDTH="600" >
<tr> <tr>
<td> <td>
<div align=right><a href="kpacman-1.html">Weiter</a> Zur&uuml;ck Inhaltverzeichnis</div> <div align=right><a href="tdepacman-1.html">Weiter</a> Zur&uuml;ck Inhaltverzeichnis</div>
<h1> <h1>
Das KPacman-Handbuch</h1> Das TDEPacman-Handbuch</h1>
<i>J&ouml;rg Th&ouml;nnissen, <a href="mailto:joe@dsite.de">&lt;joe@dsite.de></a></i> <i>J&ouml;rg Th&ouml;nnissen, <a href="mailto:joe@dsite.de">&lt;joe@dsite.de></a></i>
<br><i><font size=-1>Version 0.3.2, 30. Juni 2003</font></i> <br><i><font size=-1>Version 0.3.2, 30. Juni 2003</font></i>
<p> <p>
<hr SIZE="1" NOSHADE>Dieses Handbuch beschreibt die KPacman-Version 0.3.2&nbsp; <hr SIZE="1" NOSHADE>Dieses Handbuch beschreibt die TDEPacman-Version 0.3.2&nbsp;
<br> <br>
<hr SIZE="1" NOSHADE> <hr SIZE="1" NOSHADE>
<h2> <h2>
<a NAME="toc1"></a>1. <a href="kpacman-1.html">Einf&uuml;hrung</a></h2> <a NAME="toc1"></a>1. <a href="tdepacman-1.html">Einf&uuml;hrung</a></h2>
<ul> <ul>
<li> <li>
<a href="kpacman-1.html#ss1.1">1.1 &Auml;nderungen</a>&nbsp;</li> <a href="tdepacman-1.html#ss1.1">1.1 &Auml;nderungen</a>&nbsp;</li>
</ul> </ul>
<h2> <h2>
<a NAME="toc2"></a>2. <a href="kpacman-2.html">Installation</a></h2> <a NAME="toc2"></a>2. <a href="tdepacman-2.html">Installation</a></h2>
<ul> <ul>
<li> <li>
<a href="kpacman-2.html#ss2.1">2.1 Wie Sie KPacman bekommen</a>&nbsp;</li> <a href="tdepacman-2.html#ss2.1">2.1 Wie Sie TDEPacman bekommen</a>&nbsp;</li>
<li> <li>
<a href="kpacman-2.html#ss2.2">2.2 Anforderungen</a>&nbsp;</li> <a href="tdepacman-2.html#ss2.2">2.2 Anforderungen</a>&nbsp;</li>
<li> <li>
<a href="kpacman-2.html#ss2.3">2.3 &Uuml;bersetzung und Installation</a>&nbsp;</li> <a href="tdepacman-2.html#ss2.3">2.3 &Uuml;bersetzung und Installation</a>&nbsp;</li>
</ul> </ul>
<h2> <h2>
<a NAME="toc2"></a>3. <a href="kpacman-3.html">Konfiguration</a></h2> <a NAME="toc2"></a>3. <a href="tdepacman-3.html">Konfiguration</a></h2>
<ul> <ul>
<li> <li>
<a href="kpacman-3.html#ss3.1">3.1 Spielabl&auml;ufe (Zeitsteuerung)</a>&nbsp;</li> <a href="tdepacman-3.html#ss3.1">3.1 Spielabl&auml;ufe (Zeitsteuerung)</a>&nbsp;</li>
<li> <li>
<a href="kpacman-3.html#ss3.2">3.2 Punkte</a></li> <a href="tdepacman-3.html#ss3.2">3.2 Punkte</a></li>
<li> <li>
<a href="kpacman-3.html#ss3.3">3.3 Grafikschemen</a>&nbsp;</li> <a href="tdepacman-3.html#ss3.3">3.3 Grafikschemen</a>&nbsp;</li>
<li> <li>
<a href="kpacman-3.html#ss3.4">3.4 Sonstiges</a></li> <a href="tdepacman-3.html#ss3.4">3.4 Sonstiges</a></li>
</ul> </ul>
<h2> <h2>
<a NAME="toc1"></a>4. <a href="kpacman-4.html">Copyright</a></h2> <a NAME="toc1"></a>4. <a href="tdepacman-4.html">Copyright</a></h2>
<div align=right><a href="kpacman-1.html">Weiter</a> Zur&uuml;ck Inhaltsverzeichnis</div> <div align=right><a href="tdepacman-1.html">Weiter</a> Zur&uuml;ck Inhaltsverzeichnis</div>
<hr ALIGN=LEFT NOSHADE WIDTH="600"></td> <hr ALIGN=LEFT NOSHADE WIDTH="600"></td>
</tr> </tr>

@ -2,17 +2,17 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman"> <meta name="keywords" content="TDEPacman">
<meta name="description" content="Documentation for KPacman"> <meta name="description" content="Documentation for TDEPacman">
<title>Das KPacman Handbuch: Einf&uuml;hrung</title> <title>Das TDEPacman Handbuch: Einf&uuml;hrung</title>
</head> </head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727"> <body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp; &nbsp;
<table BORDER=0 CELLSPACING=2 > <table BORDER=0 CELLSPACING=2 >
<tr> <tr>
<td><img SRC="kpacman.gif" ALT="KPacman" BORDER=0 height=32 width=32 align=TEXTTOP></td> <td><img SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b> <td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td> <br><font size=-1>Version 0.3.2</font></td>
</tr> </tr>
</table> </table>
@ -21,7 +21,7 @@
<table WIDTH="600" > <table WIDTH="600" >
<tr> <tr>
<td> <td>
<div align=right><a href="kpacman-2.html">Weiter</a> <a href="index.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div> <div align=right><a href="tdepacman-2.html">Weiter</a> <a href="index.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<h3> <h3>
<a NAME="s1"></a>1. Einf&uuml;hrung</h3> <a NAME="s1"></a>1. Einf&uuml;hrung</h3>
@ -33,18 +33,18 @@
Version 0.3.2 (30. Juni 2003)</h4> Version 0.3.2 (30. Juni 2003)</h4>
<ul> <ul>
<li>Ein beinahe vollwertige KDE3 Anwendung.</li> <li>Ein beinahe vollwertige TDE3 Anwendung.</li>
</ul> </ul>
<h4> <h4>
Version 0.3.1 (31. Januar 2002)</h4> Version 0.3.1 (31. Januar 2002)</h4>
<ul> <ul>
<li>Vorabversion f&uuml;r KDE2 (Dokumentation nicht vollst&auml;ndig angepasst).</li> <li>Vorabversion f&uuml;r TDE2 (Dokumentation nicht vollst&auml;ndig angepasst).</li>
<li>Die "highscore"-Datei wird nicht mehr bei Installation anlegt, sondern erst bei <li>Die "highscore"-Datei wird nicht mehr bei Installation anlegt, sondern erst bei
Erreichen eines Eintrages in der Ruhmeshalle. Erreichen eines Eintrages in der Ruhmeshalle.
Der Pfad (Verzeichnis/Dateiname) kann &uuml;ber die <a href="kpacman-3.html#ss3.4">Konfigurationsdatei</a> Der Pfad (Verzeichnis/Dateiname) kann &uuml;ber die <a href="tdepacman-3.html#ss3.4">Konfigurationsdatei</a>
angegeben werden. angegeben werden.
Ist die systemweite "highscore"-Datei nicht schreibbar, wird eine private Datei im Ist die systemweite "highscore"-Datei nicht schreibbar, wird eine private Datei im
Heimatsverzeichnis des Benutzers angelegt und benutzt und es erscheint ein entsprechender Heimatsverzeichnis des Benutzers angelegt und benutzt und es erscheint ein entsprechender
@ -111,7 +111,7 @@ in ihnen enthalten sind).</li>
<li> <li>
Alle Textelemente in die Lokalisierung (i18n) aufgenommen. W&auml;r's mag Alle Textelemente in die Lokalisierung (i18n) aufgenommen. W&auml;r's mag
- kann jetzt auch Meldungen wie "GAME OVER" oder "READY!" in seine Landessprache - kann jetzt auch Meldungen wie "GAME OVER" oder "READY!" in seine Landessprache
&uuml;bersetzen. (Ein auskommentierer Versuch befindet sich in "/po/de/kpacman.po".)</li> &uuml;bersetzen. (Ein auskommentierer Versuch befindet sich in "/po/de/tdepacman.po".)</li>
<li> <li>
Dokumentation und Programm wieder einmal auf eine neue email-Adresse umgestellt.</li> Dokumentation und Programm wieder einmal auf eine neue email-Adresse umgestellt.</li>
@ -142,7 +142,7 @@ mu&szlig;te auch das gew&auml;hrleistet werden.</li>
<li> <li>
Da in der Statusanzeige eigentlich kein Platz f&uuml;r 13 Levels ist, kann Da in der Statusanzeige eigentlich kein Platz f&uuml;r 13 Levels ist, kann
die Anzeigeposition des Levelsymbols wahlfrei durch <a href="kpacman-3.html#ss3.4">LevelPosition</a> die Anzeigeposition des Levelsymbols wahlfrei durch <a href="tdepacman-3.html#ss3.4">LevelPosition</a>
angegeben werden. Jetzt wird auch das letzte Symbol anzeigt.</li> angegeben werden. Jetzt wird auch das letzte Symbol anzeigt.</li>
<li> <li>
@ -189,11 +189,11 @@ Version 0.2.3a (15. Januar 1999)</h4>
<ul> <ul>
<li> <li>
Anpassungen der Tastaturroutinen an die KDE 1.1 Bibliotheken (kompiliert Anpassungen der Tastaturroutinen an die TDE 1.1 Bibliotheken (kompiliert
mit 1.0 und 1.1).</li> mit 1.0 und 1.1).</li>
<li> <li>
Winziges Bugfix in kpacman.cpp (CHECK_PTR( menuBar )).</li> Winziges Bugfix in tdepacman.cpp (CHECK_PTR( menuBar )).</li>
</ul> </ul>
<h4> <h4>
@ -208,11 +208,11 @@ der "harmlos"-Phase der Monster (sie blieben langsam) korrigiert.</li>
Neue Font "font-smooth" und Pixmap "wall.xpm" f&uuml;r Zacman-Schema gegl&auml;ttet.</li> Neue Font "font-smooth" und Pixmap "wall.xpm" f&uuml;r Zacman-Schema gegl&auml;ttet.</li>
<li> <li>
Alle Zeiten des Programmablaufes k&ouml;nnen &uuml;ber die <a href="kpacman-3.html#s3">Konfigdatei</a> Alle Zeiten des Programmablaufes k&ouml;nnen &uuml;ber die <a href="tdepacman-3.html#s3">Konfigdatei</a>
ge&auml;ndert werden.</li> ge&auml;ndert werden.</li>
<li> <li>
Hilfefunktion an KDE-Standard angepa&szlig;t (kapp->getHelpMenu).</li> Hilfefunktion an TDE-Standard angepa&szlig;t (kapp->getHelpMenu).</li>
</ul> </ul>
<h4> <h4>
@ -260,7 +260,7 @@ Version 0.1.1 (8. August 1998)&nbsp;</h4>
Erste &ouml;ffentliche Version.</li> Erste &ouml;ffentliche Version.</li>
</ul> </ul>
<div align=right><a href="kpacman-2.html">Weiter</a> <a href="index.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div> <div align=right><a href="tdepacman-2.html">Weiter</a> <a href="index.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<center> <center>
<hr ALIGN=LEFT NOSHADE WIDTH="100%"></center> <hr ALIGN=LEFT NOSHADE WIDTH="100%"></center>

@ -2,17 +2,17 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman"> <meta name="keywords" content="TDEPacman">
<meta name="Description" content="Dokumentation für KPacman"> <meta name="Description" content="Dokumentation für TDEPacman">
<title>Das KPacman Handbuch: Installation</title> <title>Das TDEPacman Handbuch: Installation</title>
</head> </head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727"> <body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp; &nbsp;
<table BORDER=0 CELLSPACING=2 > <table BORDER=0 CELLSPACING=2 >
<tr> <tr>
<td><img SRC="kpacman.gif" ALT="KPacman" BORDER=0 align=TEXTTOP></td> <td><img SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b> <td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td> <br><font size=-1>Version 0.3.2</font></td>
</tr> </tr>
</table> </table>
@ -21,35 +21,35 @@
<table WIDTH="600" > <table WIDTH="600" >
<tr> <tr>
<td> <td>
<div align=right><a href="kpacman-3.html">Weiter</a> <a href="kpacman-1.html">Zur&uuml;ck</a> <div align=right><a href="tdepacman-3.html">Weiter</a> <a href="tdepacman-1.html">Zur&uuml;ck</a>
<a href="index.html#toc1">Inhaltsverzeichnis</a></div> <a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<h3> <h3>
<a NAME="s2"></a>2. Installation</h3> <a NAME="s2"></a>2. Installation</h3>
<h3> <h3>
<a NAME="ss2.1"></a>2.1 Wie Sie KPacman bekommen</h3> <a NAME="ss2.1"></a>2.1 Wie Sie TDEPacman bekommen</h3>
Sie finden KPacman auf&nbsp; <a href="ftp://ftp.kde.org/pub/kde/unstable/apps/games">ftp://ftp.kde.org/pub/kde/unstable/latest/apps/games</a> Sie finden TDEPacman auf&nbsp; <a href="ftp://ftp.kde.org/pub/kde/unstable/apps/games">ftp://ftp.kde.org/pub/kde/unstable/latest/apps/games</a>
,dem Haupt-FTP-Server des KDE Projekts. ,dem Haupt-FTP-Server des TDE Projekts.
<h3> <h3>
<a NAME="ss2.2"></a>2.2 Anforderungen</h3> <a NAME="ss2.2"></a>2.2 Anforderungen</h3>
Um KPacman erfolgreich compileren zu k&ouml;nnen, ben&ouml;tigen Sie die Um TDEPacman erfolgreich compileren zu k&ouml;nnen, ben&ouml;tigen Sie die
Version 1.0 der KDE Libraries oder sp&auml;tere und die Version 1.33 der Version 1.0 der TDE Libraries oder sp&auml;tere und die Version 1.33 der
TQt Libraries oder sp&auml;tere. Alle ben&ouml;tigten Libraries f&uuml;r TQt Libraries oder sp&auml;tere. Alle ben&ouml;tigten Libraries f&uuml;r
Ihr spefizisches System finden Sie auf&nbsp; <a href="ftp://ftp.kde.org/pub/kde/stable/1.0/distribution">ftp://ftp.kde.org/pub/kde/stable/latest/distribution</a> Ihr spefizisches System finden Sie auf&nbsp; <a href="ftp://ftp.kde.org/pub/kde/stable/1.0/distribution">ftp://ftp.kde.org/pub/kde/stable/latest/distribution</a>
und <a href=":/ftp.kde.org/pub/qt">ftp::/ftp.kde.org/pub/qt</a>.&nbsp; und <a href=":/ftp.kde.org/pub/qt">ftp::/ftp.kde.org/pub/qt</a>.&nbsp;
<h3> <h3>
<a NAME="ss2.3"></a>2.3 &Uuml;bersetzung und Installation</h3> <a NAME="ss2.3"></a>2.3 &Uuml;bersetzung und Installation</h3>
Sofern Sie KPacman selbst &uuml;bersetzen und installieren wollen, erfolgt Sofern Sie TDEPacman selbst &uuml;bersetzen und installieren wollen, erfolgt
dies auf die &uuml;bliche Weise im Verzeichnis der KPacman Quelldateien:&nbsp; dies auf die &uuml;bliche Weise im Verzeichnis der TDEPacman Quelldateien:&nbsp;
<blockquote> <blockquote>
<pre><tt>% ./configure &amp;&amp; make &amp;&amp; make install</tt></pre> <pre><tt>% ./configure &amp;&amp; make &amp;&amp; make install</tt></pre>
</blockquote> </blockquote>
KPacman benutzt <tt>autoconf</tt>, daher sollten keine Probleme bestehen. TDEPacman benutzt <tt>autoconf</tt>, daher sollten keine Probleme bestehen.
Sofern doch Fehlerhinweise erscheinen, berichten Sie diese bitte an den Sofern doch Fehlerhinweise erscheinen, berichten Sie diese bitte an den
Autor <a href="mailto:joe@dsite.de">J&ouml;rg Th&ouml;nnissen</a>.&nbsp; Autor <a href="mailto:joe@dsite.de">J&ouml;rg Th&ouml;nnissen</a>.&nbsp;
<br>&nbsp; <br>&nbsp;
<div align=right><a href="kpacman-3.html">Weiter</a> <a href="kpacman-1.html">Zur&uuml;ck</a> <div align=right><a href="tdepacman-3.html">Weiter</a> <a href="tdepacman-1.html">Zur&uuml;ck</a>
<a href="index.html#toc1">Inhaltsverzeichnis</a></div> <a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<center> <center>

@ -2,17 +2,17 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman"> <meta name="keywords" content="TDEPacman">
<meta name="Description" content="Dokumentation für KPacman"> <meta name="Description" content="Dokumentation für TDEPacman">
<title>Das KPacman Handbuch: Konfiguration</title> <title>Das TDEPacman Handbuch: Konfiguration</title>
</head> </head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727"> <body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp; &nbsp;
<table BORDER=0 CELLSPACING=2 > <table BORDER=0 CELLSPACING=2 >
<tr> <tr>
<td><img SRC="kpacman.gif" ALT="KPacman" BORDER=0 align=TEXTTOP></td> <td><img SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b> <td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td> <br><font size=-1>Version 0.3.2</font></td>
</tr> </tr>
</table> </table>
@ -21,20 +21,20 @@
<table WIDTH="600" > <table WIDTH="600" >
<tr> <tr>
<td> <td>
<div align=right><a href="kpacman-4.html">Weiter</a> <a href="kpacman-2.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div> <div align=right><a href="tdepacman-4.html">Weiter</a> <a href="tdepacman-2.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<h3> <h3>
<a NAME="s3"></a>3. Konfiguration</h3> <a NAME="s3"></a>3. Konfiguration</h3>
Bis alle (sinnvollen) Parameter &uuml;ber Dialoge eingestellt werden k&ouml;nnen, Bis alle (sinnvollen) Parameter &uuml;ber Dialoge eingestellt werden k&ouml;nnen,
m&uuml;ssen bei Bedarf die entsprechenden Parameter in der Konfigdatei m&uuml;ssen bei Bedarf die entsprechenden Parameter in der Konfigdatei
<tt>~/.kde/share/config/kpacmanrc</tt> <tt>~/.trinity/share/config/tdepacmanrc</tt>
angepa&szlig;t oder hinzugef&uuml;gt werden. Wenn Sie &Auml;nderungen f&uuml;r angepa&szlig;t oder hinzugef&uuml;gt werden. Wenn Sie &Auml;nderungen f&uuml;r
alle Benutzer vornehmen m&ouml;chten, m&uuml;ssen Sie die globale Konfigdatei alle Benutzer vornehmen m&ouml;chten, m&uuml;ssen Sie die globale Konfigdatei
<tt>/opt/kde/share/config/kpacmanrc</tt> <tt>/opt/trinity/share/config/tdepacmanrc</tt>
benutzen.&nbsp; benutzen.&nbsp;
<h3> <h3>
<a NAME="ss3.1"></a>3.1 Spielabl&auml;ufe (Zeitsteuerung)</h3> <a NAME="ss3.1"></a>3.1 Spielabl&auml;ufe (Zeitsteuerung)</h3>
Die Parameter unter der Standardgruppe <tt>[KDE Setup]</tt> in die der Die Parameter unter der Standardgruppe <tt>[TDE Setup]</tt> in die der
nachfolgenden Tabelle aufgef&uuml;hrt sind, steuern die Zeitabl&auml;ufe nachfolgenden Tabelle aufgef&uuml;hrt sind, steuern die Zeitabl&auml;ufe
des Spiels. Bei Schl&uuml;ssel die mit "MS" enden (z.B. DyingAnimationMS), des Spiels. Bei Schl&uuml;ssel die mit "MS" enden (z.B. DyingAnimationMS),
werden die Werte in Millisekunden angegeben. Enden die Schl&uuml;ssel mit werden die Werte in Millisekunden angegeben. Enden die Schl&uuml;ssel mit
@ -326,7 +326,7 @@ noch kein Wert angegeben wurde) an diese Stelle eingef&uuml;gt.&nbsp;
<h3> <h3>
<a NAME="ss3.2"></a>3.2 Punkte</h3> <a NAME="ss3.2"></a>3.2 Punkte</h3>
Die Punktevergabe w&auml;hrend des Spiels wird durch folgende Schl&uuml;ssel/Werte-Paare Die Punktevergabe w&auml;hrend des Spiels wird durch folgende Schl&uuml;ssel/Werte-Paare
in der Standardgruppe <tt>[KDE Setup]</tt> gesteuert (siehe Abschnitt <a href="#ss3.1">Zeitsteuerung</a> in der Standardgruppe <tt>[TDE Setup]</tt> gesteuert (siehe Abschnitt <a href="#ss3.1">Zeitsteuerung</a>
f&uuml;r Informationen &uuml;ber die Interpretation der Zahlenlisten):&nbsp; f&uuml;r Informationen &uuml;ber die Interpretation der Zahlenlisten):&nbsp;
<br>&nbsp; <br>&nbsp;
<table BORDER WIDTH="100%" NOSAVE > <table BORDER WIDTH="100%" NOSAVE >
@ -392,7 +392,7 @@ Leben gibt.</td>
<h3> <h3>
<a NAME="ss3.3"></a>3.3 Grafikschemen</h3> <a NAME="ss3.3"></a>3.3 Grafikschemen</h3>
Die Grafikschemen werden &uuml;ber die folgenden zwei Schl&uuml;ssel/Werte-Paare Die Grafikschemen werden &uuml;ber die folgenden zwei Schl&uuml;ssel/Werte-Paare
der Standardgruppe <tt>[KDE Setup]</tt> gesteuert:&nbsp; der Standardgruppe <tt>[TDE Setup]</tt> gesteuert:&nbsp;
<br>&nbsp; <br>&nbsp;
<table BORDER WIDTH="100%" NOSAVE > <table BORDER WIDTH="100%" NOSAVE >
<tr NOSAVE> <tr NOSAVE>
@ -441,7 +441,7 @@ nur folgende Schl&uuml;ssel/Wert-Paare ausgewertet:&nbsp;
<td>Dateiname der xbm-Fontdatei. Wird der Name ohne absolute Pfadangabe <td>Dateiname der xbm-Fontdatei. Wird der Name ohne absolute Pfadangabe
(f&uuml;hrendes "/" oder "~") spezifiziert, bezieht er sich relativ auf (f&uuml;hrendes "/" oder "~") spezifiziert, bezieht er sich relativ auf
das Verzeichnis <tt>$TDEDIR/share/apps/kpacman/fonts</tt> . Der Aufbau das Verzeichnis <tt>$TDEDIR/share/apps/tdepacman/fonts</tt> . Der Aufbau
dieser Fontdatei wird in einer der n&auml;chsten Versionen beschrieben, dieser Fontdatei wird in einer der n&auml;chsten Versionen beschrieben,
wenn Sie sich die Datei allerdings mit einem Bitmap-Editor ansehen wird wenn Sie sich die Datei allerdings mit einem Bitmap-Editor ansehen wird
Ihnen aber bestimmt schon alles klar.</td> Ihnen aber bestimmt schon alles klar.</td>
@ -474,7 +474,7 @@ werden, wird hier der numerische Wert des letzten Buchstabens definiert.</td>
<td>Verzeichnis in dem sich die Pixmap-Dateien f&uuml;r die Spielfiguren, <td>Verzeichnis in dem sich die Pixmap-Dateien f&uuml;r die Spielfiguren,
die Punkte, die W&auml;nde usw. befinden. Die Namen der einzelnen xpm-Dateien die Punkte, die W&auml;nde usw. befinden. Die Namen der einzelnen xpm-Dateien
sind momentan noch fest codiert (wird sich auch noch &auml;ndern). Der sind momentan noch fest codiert (wird sich auch noch &auml;ndern). Der
Pfad bezieht sich, falls nicht absolut angegeben, auf das Verzeichnis <tt>$TDEDIR/share/apps/kpacman/pics</tt>. Pfad bezieht sich, falls nicht absolut angegeben, auf das Verzeichnis <tt>$TDEDIR/share/apps/tdepacman/pics</tt>.
Wird hier kein Wert angegeben, werden die Pixmaps in diesem Verzeichnis Wird hier kein Wert angegeben, werden die Pixmaps in diesem Verzeichnis
gesucht.</td> gesucht.</td>
@ -525,13 +525,13 @@ wird durch den Wert 0 dargestellt.</td>
Wird nur ein Verzeichnis (".../") angegeben, wird der Standard-Dateiname Wird nur ein Verzeichnis (".../") angegeben, wird der Standard-Dateiname
("highscore") verwendet.</td> ("highscore") verwendet.</td>
<td>/tmp/kpacman.highscore</td> <td>/tmp/tdepacman.highscore</td>
</tr> </tr>
</table> </table>
<br>&nbsp; <br>&nbsp;
<div align=right><a href="kpacman-4.html">Weiter</a> <a href="kpacman-2.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div> <div align=right><a href="tdepacman-4.html">Weiter</a> <a href="tdepacman-2.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<center> <center>
<hr ALIGN=LEFT NOSHADE WIDTH="100%"></center> <hr ALIGN=LEFT NOSHADE WIDTH="100%"></center>

@ -1,17 +1,17 @@
<HTML> <HTML>
<HEAD> <HEAD>
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="keywords" CONTENT="KPacman"> <META NAME="keywords" CONTENT="TDEPacman">
<META NAME="Description" CONTENT="Dokumentation für KPacman"> <META NAME="Description" CONTENT="Dokumentation für TDEPacman">
<TITLE>Das KPacman Handbuch: Copyright</TITLE> <TITLE>Das TDEPacman Handbuch: Copyright</TITLE>
</HEAD> </HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#8E2727" VLINK="#8E2727"> <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#8E2727" VLINK="#8E2727">
&nbsp; &nbsp;
<TABLE BORDER=0 CELLSPACING=2 > <TABLE BORDER=0 CELLSPACING=2 >
<TR> <TR>
<TD><IMG SRC="kpacman.gif" ALT="KPacman" BORDER=0 HEIGHT=32 WIDTH=32 ALIGN=TEXTTOP>&nbsp;</TD> <TD><IMG SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 HEIGHT=32 WIDTH=32 ALIGN=TEXTTOP>&nbsp;</TD>
<TD><B><FONT SIZE=+2>KPacman</FONT></B>&nbsp; <TD><B><FONT SIZE=+2>TDEPacman</FONT></B>&nbsp;
<BR><FONT SIZE=-1>Version 0.3.2</FONT></TD> <BR><FONT SIZE=-1>Version 0.3.2</FONT></TD>
</TR> </TR>
</TABLE> </TABLE>
@ -20,11 +20,11 @@
<TABLE WIDTH="600" > <TABLE WIDTH="600" >
<TR> <TR>
<TD> <TD>
<DIV ALIGN=right>Weiter <A HREF="kpacman-3.html">Zur&uuml;ck</A> <A HREF="index.html#toc1">Inhaltsverzeichnis</A></DIV> <DIV ALIGN=right>Weiter <A HREF="tdepacman-3.html">Zur&uuml;ck</A> <A HREF="index.html#toc1">Inhaltsverzeichnis</A></DIV>
<H2> <H2>
<A NAME="s1"></A>4. Copyright</H2> <A NAME="s1"></A>4. Copyright</H2>
KPacman Copyright &copy; 1998-2003 J&ouml;rg Th&ouml;nnissen, <A HREF="mailto:joe@dsite.de">&lt;joe@dsite.de></A>&nbsp; TDEPacman Copyright &copy; 1998-2003 J&ouml;rg Th&ouml;nnissen, <A HREF="mailto:joe@dsite.de">&lt;joe@dsite.de></A>&nbsp;
<P>Dieses Programm (inklusive dieser Dokumentation) ist freie Software. <P>Dieses Programm (inklusive dieser Dokumentation) ist freie Software.
Sie k&ouml;nnen es verbreiten und/oder ver&auml;ndern unter den Bedingungen Sie k&ouml;nnen es verbreiten und/oder ver&auml;ndern unter den Bedingungen
@ -42,7 +42,7 @@ nach.&nbsp;
erhalten haben, falls nicht, schreiben Sie an die Free Software Foundation, erhalten haben, falls nicht, schreiben Sie an die Free Software Foundation,
Inc., 675 Mass Ave, Cambridge, MA 02139, USA.&nbsp; Inc., 675 Mass Ave, Cambridge, MA 02139, USA.&nbsp;
<BR>&nbsp; <BR>&nbsp;
<DIV ALIGN=right>Weiter <A HREF="kpacman-3.html">Zur&uuml;ck</A> <A HREF="index.html#toc1">Inhaltsverzeichnis</A></DIV> <DIV ALIGN=right>Weiter <A HREF="tdepacman-3.html">Zur&uuml;ck</A> <A HREF="index.html#toc1">Inhaltsverzeichnis</A></DIV>
<CENTER> <CENTER>
<HR ALIGN=LEFT NOSHADE WIDTH="100%"></CENTER> <HR ALIGN=LEFT NOSHADE WIDTH="100%"></CENTER>

Before

Width:  |  Height:  |  Size: 481 B

After

Width:  |  Height:  |  Size: 481 B

@ -1,7 +1,7 @@
file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html ) file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html )
install( install(
FILES ${_files} kpacman.gif screenshot.png FILES ${_files} tdepacman.gif screenshot.png
DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME} DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}
) )

@ -1,7 +1,7 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd" [ <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd" [
<!ENTITY kpacman '<application>Kpacman</application>'> <!ENTITY tdepacman '<application>TDEpacman</application>'>
<!ENTITY kapp "&kpacman;"><!-- replace kpacman here --> <!ENTITY kapp "&tdepacman;"><!-- replace tdepacman here -->
<!ENTITY % addindex "IGNORE"> <!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE"><!-- change language only here --> <!ENTITY % English "INCLUDE"><!-- change language only here -->
@ -17,9 +17,9 @@
This template was designed by: David Rugge davidrugge@mindspring.com This template was designed by: David Rugge davidrugge@mindspring.com
with lots of help from: Eric Bischoff ebisch@cybercable.tm.fr with lots of help from: Eric Bischoff ebisch@cybercable.tm.fr
and Frederik Fouvry fouvry@sfs.nphil.uni-tuebingen.de and Frederik Fouvry fouvry@sfs.nphil.uni-tuebingen.de
of the KDE DocBook team. of the TDE DocBook team.
You may freely use this template for writing any sort of KDE documentation. You may freely use this template for writing any sort of TDE documentation.
If you have any changes or improvements, please let us know. If you have any changes or improvements, please let us know.
In the future, we may want to change from SGML-based DocBook to XML-based In the future, we may want to change from SGML-based DocBook to XML-based
@ -41,7 +41,7 @@ thanks ;-).
as Authors, publish date, the abstract, and Keywords --> as Authors, publish date, the abstract, and Keywords -->
<bookinfo> <bookinfo>
<title>The Kpacman Handbook</title> <title>The TDEpacman Handbook</title>
<authorgroup> <authorgroup>
<author> <author>
@ -80,17 +80,17 @@ Do NOT change these in the translation. -->
<abstract> <abstract>
<para> <para>
&kpacman; is an application specially designed to do nothing you would &tdepacman; is an application specially designed to do nothing you would
ever want. ever want.
</para> </para>
</abstract> </abstract>
<!-- This is a set of Keywords for indexing by search engines. <!-- This is a set of Keywords for indexing by search engines.
Please at least include KDE, the KDE package it is in, the name Please at least include TDE, the TDE package it is in, the name
of your application, and a few relevant keywords. --> of your application, and a few relevant keywords. -->
<keywordset> <keywordset>
<keyword>KDE</keyword> <keyword>TDE</keyword>
<keyword>tdeutils</keyword> <keyword>tdeutils</keyword>
<keyword>Kapp</keyword> <keyword>Kapp</keyword>
<keyword>nothing</keyword> <keyword>nothing</keyword>
@ -106,7 +106,7 @@ document, and if there is no ID, the name of the generated HTML files will vary
from time to time making it hard to manage for maintainers and for the CVS from time to time making it hard to manage for maintainers and for the CVS
system. Any chapter labelled (OPTIONAL) may be left out at the author's system. Any chapter labelled (OPTIONAL) may be left out at the author's
discretion. Other chapters should not be left out in order to maintain a discretion. Other chapters should not be left out in order to maintain a
consistent documentation style across all KDE apps. --> consistent documentation style across all TDE apps. -->
<chapter id="introduction"> <chapter id="introduction">
<title>Introduction</title> <title>Introduction</title>
@ -127,7 +127,7 @@ You can eat the big spot when needed and eat the ghosts when the color changes.
</chapter> </chapter>
<chapter id="using-kapp"> <chapter id="using-kapp">
<title>Using Kpacman</title> <title>Using TDEpacman</title>
<!-- This chapter should tell the user how to use your app. You should use as <!-- This chapter should tell the user how to use your app. You should use as
many sections (Chapter, Sect1, Sect3, etc...) as is necessary to fully document many sections (Chapter, Sect1, Sect3, etc...) as is necessary to fully document
@ -164,7 +164,7 @@ menus or toolbars. This may not be necessary for small apps or apps with no tool
or menu bars. --> or menu bars. -->
<sect1 id="kapp-mainwindow"> <sect1 id="kapp-mainwindow">
<title>The main Kpacman window</title> <title>The main TDEpacman window</title>
<para></para> <para></para>
<sect2> <sect2>
@ -210,7 +210,7 @@ or menu bars. -->
</chapter> </chapter>
<chapter id="developers"> <chapter id="developers">
<title>Developer's Guide to Kpacman</title> <title>Developer's Guide to TDEpacman</title>
<!-- (OPTIONAL) A Programming/Scripting reference chapter should be <!-- (OPTIONAL) A Programming/Scripting reference chapter should be
used for apps that use plugins or that provide their own scripting hooks used for apps that use plugins or that provide their own scripting hooks
@ -259,7 +259,7 @@ Section</link> for the answer.</para>
<!-- Include credits for the programmers, documentation writers, and <!-- Include credits for the programmers, documentation writers, and
contributors here. The license for your software should then be included below contributors here. The license for your software should then be included below
the credits with a reference to the appropriate license file included in the KDE the credits with a reference to the appropriate license file included in the TDE
distribution. --> distribution. -->
<title>Credits and License</title> <title>Credits and License</title>
@ -273,7 +273,7 @@ Program copyright 1997 John Q. Hacker <email>jqh@kde.org</email>
<para> <para>
Contributors: Contributors:
<itemizedlist> <itemizedlist>
<listitem><para>Kontqui the KDE Dragon <email>konqui@kde.org</email></para> <listitem><para>Kontqui the TDE Dragon <email>konqui@kde.org</email></para>
</listitem> </listitem>
<listitem><para>Tux the Linux Penguin <email>tux@linux.org</email></para> <listitem><para>Tux the Linux Penguin <email>tux@linux.org</email></para>
</listitem> </listitem>
@ -305,12 +305,12 @@ Documentation copyright 1999 George N. Ugnacious <email>gnu@kde.org</email>
<appendix id="installation"> <appendix id="installation">
<title>Installation</title> <title>Installation</title>
<sect1 id="getting-kpacman"> <sect1 id="getting-tdepacman">
<title>How to obtain Kpacman</title> <title>How to obtain TDEpacman</title>
<para> <para>
&kpacman; is part of the TDE project &tdepacman; is part of the TDE project
<ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman.git">https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman</ulink>. <ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/tdepacman.git">https://mirror.git.trinitydesktop.org/gitea/TDE/tdepacman</ulink>.
</para> </para>
</sect1> </sect1>
@ -341,7 +341,7 @@ on <ulink url="https://mirror.git.trinitydesktop.org/gitea/explore/repos">The TD
or the ChangeLog file, or ... --> or the ChangeLog file, or ... -->
<para> <para>
You can find a list of changes (not currently updated) at <ulink You can find a list of changes (not currently updated) at <ulink
url="https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman/src/branch/master/ChangeLog">Changelog</ulink>. url="https://mirror.git.trinitydesktop.org/gitea/TDE/tdepacman/src/branch/master/ChangeLog">Changelog</ulink>.
</para> </para>
</sect1> </sect1>

@ -2,17 +2,17 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman"> <meta name="keywords" content="TDEPacman">
<meta name="description" content="Documentation for KPacman"> <meta name="description" content="Documentation for TDEPacman">
<title>The KPacman Handbook</title> <title>The TDEPacman Handbook</title>
</head> </head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727"> <body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp; &nbsp;
<table BORDER=0 CELLSPACING=2 > <table BORDER=0 CELLSPACING=2 >
<tr> <tr>
<td><img SRC="kpacman.gif" ALT="KPacman" NOSAVE BORDER=0 height=32 width=32 align=TEXTTOP></td> <td><img SRC="tdepacman.gif" ALT="TDEPacman" NOSAVE BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b> <td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td> <br><font size=-1>Version 0.3.2</font></td>
</tr> </tr>
</table> </table>
@ -21,59 +21,59 @@
<table WIDTH="600" > <table WIDTH="600" >
<tr> <tr>
<td> <td>
<div align=right><a href="kpacman-1.html">Next</a> Previous Table of Contents</div> <div align=right><a href="tdepacman-1.html">Next</a> Previous Table of Contents</div>
<h1> <h1>
The KPacman Handbook</h1> The TDEPacman Handbook</h1>
<i>J&ouml;rg Th&ouml;nnissen, <a href="mailto:joe@dsite.de">&lt;joe@dsite.de></a></i> <i>J&ouml;rg Th&ouml;nnissen, <a href="mailto:joe@dsite.de">&lt;joe@dsite.de></a></i>
<br><i><font size=-1>Version 0.3.2, June 30th, 2003</font></i> <br><i><font size=-1>Version 0.3.2, June 30th, 2003</font></i>
<p> <p>
<hr SIZE="1" NOSHADE>This Handbook describes KPacman Version 0.3.2&nbsp; <hr SIZE="1" NOSHADE>This Handbook describes TDEPacman Version 0.3.2&nbsp;
<br> <br>
<hr SIZE="1" NOSHADE> <hr SIZE="1" NOSHADE>
<h2> <h2>
<a NAME="toc1"></a>1. <a href="kpacman-1.html">Introduction</a></h2> <a NAME="toc1"></a>1. <a href="tdepacman-1.html">Introduction</a></h2>
<ul> <ul>
<li> <li>
<a href="kpacman-1.html#ss1.1">1.1 Changes</a>&nbsp;</li> <a href="tdepacman-1.html#ss1.1">1.1 Changes</a>&nbsp;</li>
</ul> </ul>
<h2> <h2>
<a NAME="toc2"></a>2. <a href="kpacman-2.html">Installation</a></h2> <a NAME="toc2"></a>2. <a href="tdepacman-2.html">Installation</a></h2>
<ul> <ul>
<li> <li>
<a href="kpacman-2.html#ss2.1">2.1 How to Obtain KPacman</a>&nbsp;</li> <a href="tdepacman-2.html#ss2.1">2.1 How to Obtain TDEPacman</a>&nbsp;</li>
<li> <li>
<a href="kpacman-2.html#ss2.2">2.2 Requirements</a>&nbsp;</li> <a href="tdepacman-2.html#ss2.2">2.2 Requirements</a>&nbsp;</li>
<li> <li>
<a href="kpacman-2.html#ss2.3">2.3 Compilation and Installation</a>&nbsp;</li> <a href="tdepacman-2.html#ss2.3">2.3 Compilation and Installation</a>&nbsp;</li>
</ul> </ul>
<h2> <h2>
<a NAME="toc2"></a>3. <a href="kpacman-3.html">Configuration</a></h2> <a NAME="toc2"></a>3. <a href="tdepacman-3.html">Configuration</a></h2>
<ul> <ul>
<li> <li>
<a href="kpacman-3.html#ss3.1">3.1 Timing</a>&nbsp;</li> <a href="tdepacman-3.html#ss3.1">3.1 Timing</a>&nbsp;</li>
<li> <li>
<a href="kpacman-3.html#ss3.2">3.2 Points (Scoring)</a></li> <a href="tdepacman-3.html#ss3.2">3.2 Points (Scoring)</a></li>
<li> <li>
<a href="kpacman-3.html#ss3.3">3.3 Graphical Schemes</a>&nbsp;</li> <a href="tdepacman-3.html#ss3.3">3.3 Graphical Schemes</a>&nbsp;</li>
<li> <li>
<a href="kpacman-3.html#ss3.4">3.4 Miscellaneous</a></li> <a href="tdepacman-3.html#ss3.4">3.4 Miscellaneous</a></li>
</ul> </ul>
<h2> <h2>
<a NAME="toc1"></a>4. <a href="kpacman-4.html">Copyright</a>&nbsp;</h2> <a NAME="toc1"></a>4. <a href="tdepacman-4.html">Copyright</a>&nbsp;</h2>
<div align=right><a href="kpacman-1.html">Next</a> Previous Table of Contents</div> <div align=right><a href="tdepacman-1.html">Next</a> Previous Table of Contents</div>
<hr WIDTH="600" SIZE=3 ALIGN="LEFT" NOSHADE></td> <hr WIDTH="600" SIZE=3 ALIGN="LEFT" NOSHADE></td>
</tr> </tr>

@ -2,17 +2,17 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman"> <meta name="keywords" content="TDEPacman">
<meta name="description" content="Documentation for KPacman"> <meta name="description" content="Documentation for TDEPacman">
<title>The KPacman Handbook: Introduction</title> <title>The TDEPacman Handbook: Introduction</title>
</head> </head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727"> <body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp; &nbsp;
<table BORDER=0 CELLSPACING=2 > <table BORDER=0 CELLSPACING=2 >
<tr> <tr>
<td><img SRC="kpacman.gif" ALT="KPacman" BORDER=0 height=32 width=32 align=TEXTTOP></td> <td><img SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b> <td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td> <br><font size=-1>Version 0.3.2</font></td>
</tr> </tr>
</table> </table>
@ -21,7 +21,7 @@
<table CELLSPACING=0 CELLPADDING=0 WIDTH="600" > <table CELLSPACING=0 CELLPADDING=0 WIDTH="600" >
<tr> <tr>
<td> <td>
<div align=right><a href="kpacman-2.html">Next</a> <a href="index.html">Previous</a> <div align=right><a href="tdepacman-2.html">Next</a> <a href="index.html">Previous</a>
<a href="index.html#toc1">Table of Contents</a></div> <a href="index.html#toc1">Table of Contents</a></div>
<h3> <h3>
@ -34,18 +34,18 @@
Version 0.3.2 (30. June 2003)</h4> Version 0.3.2 (30. June 2003)</h4>
<ul> <ul>
<li>Almost a real KDE3 application.</li> <li>Almost a real TDE3 application.</li>
</ul> </ul>
<h4> <h4>
Version 0.3.1 (31. January 2002)</h4> Version 0.3.1 (31. January 2002)</h4>
<ul> <ul>
<li>Prerelease for KDE2 (Documentation not fully adjusted).</li> <li>Prerelease for TDE2 (Documentation not fully adjusted).</li>
<li>The "highscore"-file is no longer been created by the installation, but as soon as <li>The "highscore"-file is no longer been created by the installation, but as soon as
the hall of fame has been entered. the hall of fame has been entered.
The path (directory/filename) could be specified in the <a href="kpacman-3.html#ss3.4">configfile</a>. The path (directory/filename) could be specified in the <a href="tdepacman-3.html#ss3.4">configfile</a>.
If the systemwide "highscore"-file is not writable, a private file in the If the systemwide "highscore"-file is not writable, a private file in the
home-directory of the user is used and a corresponding message is shown.</li> home-directory of the user is used and a corresponding message is shown.</li>
</ul> </ul>
@ -71,7 +71,7 @@ removed (FocusEvents).</li>
thru the menubar.</li> thru the menubar.</li>
<li>The boardlayout (map) could be placed in external textfiles and selected <li>The boardlayout (map) could be placed in external textfiles and selected
thru the configfile (kpacmanrc) if needed.</li> thru the configfile (tdepacmanrc) if needed.</li>
<li>Duplicate pixmaps removed. Because all pixmapfiles could be specified <li>Duplicate pixmaps removed. Because all pixmapfiles could be specified
thru the configfile now, pixmaps could be placed in foreign (scheme)-directories thru the configfile now, pixmaps could be placed in foreign (scheme)-directories
@ -134,7 +134,7 @@ than the actual figure itself.</li>
<li> <li>
Because there is not enough room to show 13 levelsymbols in the statusline, Because there is not enough room to show 13 levelsymbols in the statusline,
the position of the symbol can be specified by the <a href="kpacman-3.html#ss3.4">LevelPosition</a> the position of the symbol can be specified by the <a href="tdepacman-3.html#ss3.4">LevelPosition</a>
value(s).</li> value(s).</li>
<li> <li>
@ -182,11 +182,11 @@ Version 0.2.3a (January 15th, 1999)</h4>
<ul> <ul>
<li> <li>
Keyboard-routines changed to be compatible with the KDE 1.1 libraries (compiles Keyboard-routines changed to be compatible with the TDE 1.1 libraries (compiles
with 1.0 and 1.1).</li> with 1.0 and 1.1).</li>
<li> <li>
A small bug fixed in kpacman.cpp (CHECK_PTR( menuBar )).</li> A small bug fixed in tdepacman.cpp (CHECK_PTR( menuBar )).</li>
</ul> </ul>
<h4> <h4>
@ -203,11 +203,11 @@ Added a new font "font-smooth" and smoothed the pixmap "wall.xpm" for the
Zacman-scheme.</li> Zacman-scheme.</li>
<li> <li>
Enhanced configuration of all timing-parameters using the <a href="kpacman-3.html#s3">configuration Enhanced configuration of all timing-parameters using the <a href="tdepacman-3.html#s3">configuration
file</a>.</li> file</a>.</li>
<li> <li>
Changed Help-function (kapp->getHelpMenu) to reflect the KDE-Standard.</li> Changed Help-function (kapp->getHelpMenu) to reflect the TDE-Standard.</li>
<li> <li>
Improved the documentation (Many thanks to Andreas Pour).</li> Improved the documentation (Many thanks to Andreas Pour).</li>
@ -257,7 +257,7 @@ Version 0.1.1 (August 8th, 1998)&nbsp;</h4>
First public release.</li> First public release.</li>
</ul> </ul>
<div align=right><a href="kpacman-2.html">Next</a> <a href="index.html">Previous</a> <div align=right><a href="tdepacman-2.html">Next</a> <a href="index.html">Previous</a>
<a href="index.html#toc1">Table of Contents</a></div> <a href="index.html#toc1">Table of Contents</a></div>
<center> <center>

@ -2,17 +2,17 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman"> <meta name="keywords" content="TDEPacman">
<meta name="description" content="Documentation for KPacman"> <meta name="description" content="Documentation for TDEPacman">
<title>The KPacman Handbook: Installation</title> <title>The TDEPacman Handbook: Installation</title>
</head> </head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727"> <body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp; &nbsp;
<table BORDER=0 CELLSPACING=2 > <table BORDER=0 CELLSPACING=2 >
<tr> <tr>
<td><img SRC="kpacman.gif" ALT="KPacman" BORDER=0 height=32 width=32 align=TEXTTOP></td> <td><img SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b> <td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td> <br><font size=-1>Version 0.3.2</font></td>
</tr> </tr>
</table> </table>
@ -21,34 +21,34 @@
<table CELLSPACING=0 CELLPADDING=0 WIDTH="600" > <table CELLSPACING=0 CELLPADDING=0 WIDTH="600" >
<tr> <tr>
<td> <td>
<div align=right><a href="kpacman-3.html">Next</a> <a href="kpacman-1.html">Previous</a> <a href="index.html#toc1">Table <div align=right><a href="tdepacman-3.html">Next</a> <a href="tdepacman-1.html">Previous</a> <a href="index.html#toc1">Table
of Contents</a></div> of Contents</a></div>
<h3> <h3>
<a NAME="s2"></a>2. Installation</h3> <a NAME="s2"></a>2. Installation</h3>
<h3> <h3>
<a NAME="ss2.1"></a>2.1 How to obtain KPacman</h3> <a NAME="ss2.1"></a>2.1 How to obtain TDEPacman</h3>
KPacman can be found on <a href="ftp://ftp.kde.org/pub/kde/unstable/apps/games/">ftp://ftp.kde.org/pub/kde/unstable/latest/apps/games/</a>, TDEPacman can be found on <a href="ftp://ftp.kde.org/pub/kde/unstable/apps/games/">ftp://ftp.kde.org/pub/kde/unstable/latest/apps/games/</a>,
the main ftp site of the KDE project.&nbsp; the main ftp site of the TDE project.&nbsp;
<h3> <h3>
<a NAME="ss2.2"></a>2.2 Requirements</h3> <a NAME="ss2.2"></a>2.2 Requirements</h3>
In order to compile KPacman successfully, you will need the version 1.0 In order to compile TDEPacman successfully, you will need the version 1.0
of the kde libraries or later and version 1.33 of the qt libraries or later. of the kde libraries or later and version 1.33 of the qt libraries or later.
Look for the version of the libraries appropriate for your system at <a href="ftp://ftp.kde.org/pub/kde/stable/1.0/distribution/">ftp://ftp.kde.org/pub/kde/stable/latest/distribution/</a> Look for the version of the libraries appropriate for your system at <a href="ftp://ftp.kde.org/pub/kde/stable/1.0/distribution/">ftp://ftp.kde.org/pub/kde/stable/latest/distribution/</a>
and&nbsp; <a href="ftp://ftp.kde.org/pub/qt">ftp://ftp.kde.org/pub/qt</a>.&nbsp; and&nbsp; <a href="ftp://ftp.kde.org/pub/qt">ftp://ftp.kde.org/pub/qt</a>.&nbsp;
<h3> <h3>
<a NAME="ss2.3"></a>2.3 Compilation and installation</h3> <a NAME="ss2.3"></a>2.3 Compilation and installation</h3>
In order to compile and install KPacman on your system, type the following In order to compile and install TDEPacman on your system, type the following
in the base directory of the KPacman distribution:&nbsp; in the base directory of the TDEPacman distribution:&nbsp;
<blockquote> <blockquote>
<pre><tt>% ./configure &amp;&amp; make &amp;&amp; make install</tt></pre> <pre><tt>% ./configure &amp;&amp; make &amp;&amp; make install</tt></pre>
</blockquote> </blockquote>
Since KPacman uses <tt>autoconf</tt> you should have no trouble compiling Since TDEPacman uses <tt>autoconf</tt> you should have no trouble compiling
it. Should you run into any problems, please report them to the the author it. Should you run into any problems, please report them to the the author
at <a href="mailto:joe@dsite.de">J&ouml;rg Th&ouml;nnissen</a>.&nbsp; at <a href="mailto:joe@dsite.de">J&ouml;rg Th&ouml;nnissen</a>.&nbsp;
<br>&nbsp; <br>&nbsp;
<div align=right><a href="kpacman-3.html">Next</a> <a href="kpacman-1.html">Previous</a> <a href="index.html#toc1">Table <div align=right><a href="tdepacman-3.html">Next</a> <a href="tdepacman-1.html">Previous</a> <a href="index.html#toc1">Table
of Contents</a></div> of Contents</a></div>
<center> <center>

@ -2,17 +2,17 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman"> <meta name="keywords" content="TDEPacman">
<meta name="description" content="Documentation for KPacman"> <meta name="description" content="Documentation for TDEPacman">
<title>The KPacman Handbook: Configuration</title> <title>The TDEPacman Handbook: Configuration</title>
</head> </head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727"> <body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp; &nbsp;
<table BORDER=0 CELLSPACING=2 > <table BORDER=0 CELLSPACING=2 >
<tr> <tr>
<td><img SRC="kpacman.gif" ALT="KPacman" BORDER=0 align=TEXTTOP></td> <td><img SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b> <td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td> <br><font size=-1>Version 0.3.2</font></td>
</tr> </tr>
</table> </table>
@ -21,19 +21,19 @@
<table WIDTH="600" > <table WIDTH="600" >
<tr> <tr>
<td> <td>
<div align=right><a href="kpacman-4.html">Next</a> <a href="kpacman-2.html">Previous</a> <a href="index.html#toc1">Table of Contents</a></div> <div align=right><a href="tdepacman-4.html">Next</a> <a href="tdepacman-2.html">Previous</a> <a href="index.html#toc1">Table of Contents</a></div>
<h3> <h3>
<a NAME="s3"></a>3. Configuration</h3> <a NAME="s3"></a>3. Configuration</h3>
At this juncture all of KPacman's parameters cannot be configured graphically. At this juncture all of TDEPacman's parameters cannot be configured graphically.
To change those parameters for an individual user you should edit the user's To change those parameters for an individual user you should edit the user's
KPacman configuration file (this file should be located at <tt>~/.kde/share/config/kpacmanrc</tt>). TDEPacman configuration file (this file should be located at <tt>~/.trinity/share/config/tdepacmanrc</tt>).
Alternatively, you can affect the default configuration of all users by Alternatively, you can affect the default configuration of all users by
editing the global KPacman configuration file (this file should be located editing the global TDEPacman configuration file (this file should be located
at <tt>/opt/kde/share/config/kpacmanrc</tt>).&nbsp; at <tt>/opt/trinity/share/config/tdepacmanrc</tt>).&nbsp;
<h3> <h3>
<a NAME="ss3.1"></a>3.1 Timings</h3> <a NAME="ss3.1"></a>3.1 Timings</h3>
The parameters under the standardgroup heading <tt>[KDE Setup]</tt> listed The parameters under the standardgroup heading <tt>[TDE Setup]</tt> listed
in the table below control the timing of the game.&nbsp; Keys ending in in the table below control the timing of the game.&nbsp; Keys ending in
"MS" (e.g., "DyingAnimationMS") have their values expressed in milliseconds, "MS" (e.g., "DyingAnimationMS") have their values expressed in milliseconds,
whereas Keys ending in "Ticks" have their values expressed in cycles.&nbsp; whereas Keys ending in "Ticks" have their values expressed in cycles.&nbsp;
@ -342,7 +342,7 @@ level 1 and so on.&nbsp;
<h3> <h3>
<a NAME="ss3.2"></a>3.2 Points (Scoring)</h3> <a NAME="ss3.2"></a>3.2 Points (Scoring)</h3>
Scoring during the game is controlled by the following key/value-pairs Scoring during the game is controlled by the following key/value-pairs
in the standardgroup <tt>[KDE Setup]</tt> (see the section <a href="#ss3.1">Timings</a> in the standardgroup <tt>[TDE Setup]</tt> (see the section <a href="#ss3.1">Timings</a>
for information on how to interpret comma-separated values):&nbsp; for information on how to interpret comma-separated values):&nbsp;
<br>&nbsp; <br>&nbsp;
<table BORDER WIDTH="100%" NOSAVE > <table BORDER WIDTH="100%" NOSAVE >
@ -406,7 +406,7 @@ so on.</td>
<h3> <h3>
<a NAME="ss3.3"></a>3.3 Graphic schemes</h3> <a NAME="ss3.3"></a>3.3 Graphic schemes</h3>
The graphics schemes are controlled by the following two key/value-pairs The graphics schemes are controlled by the following two key/value-pairs
of the standardgroup <tt>[KDE Setup]</tt>:&nbsp; of the standardgroup <tt>[TDE Setup]</tt>:&nbsp;
<br>&nbsp; <br>&nbsp;
<table BORDER WIDTH="100%" NOSAVE > <table BORDER WIDTH="100%" NOSAVE >
<tr NOSAVE> <tr NOSAVE>
@ -454,10 +454,10 @@ keys:&nbsp;
<td>Font</td> <td>Font</td>
<td>Filename of the xbm-font. Names without an absolute path (a leading <td>Filename of the xbm-font. Names without an absolute path (a leading
"/" or "~") are relative to <tt>$TDEDIR/share/apps/kpacman/fonts</tt>.&nbsp; "/" or "~") are relative to <tt>$TDEDIR/share/apps/tdepacman/fonts</tt>.&nbsp;
The structure of the fontfile will be explained in one of the next releases, The structure of the fontfile will be explained in one of the next releases,
but you should be able to figure it out by opening one of the fontfiles but you should be able to figure it out by opening one of the fontfiles
included with KPacman using a bitmap-editor.</td> included with TDEPacman using a bitmap-editor.</td>
<td>font.xbm</td> <td>font.xbm</td>
</tr> </tr>
@ -485,7 +485,7 @@ must be changed.</td>
<td>Directory in which the pixmap-files for the figures are located.&nbsp; <td>Directory in which the pixmap-files for the figures are located.&nbsp;
Direcotry names without an absolute path (a leading "/" or "~") are relative Direcotry names without an absolute path (a leading "/" or "~") are relative
to <tt>$TDEDIR/share/apps/kpacman/pics</tt>. The names of the individual to <tt>$TDEDIR/share/apps/tdepacman/pics</tt>. The names of the individual
xpm-files are fixed in the code at the moment (this will be changed) and xpm-files are fixed in the code at the moment (this will be changed) and
are ''down.xpm" for an arrow pointing down, "fruit.xpm" for the series are ''down.xpm" for an arrow pointing down, "fruit.xpm" for the series
of fruit for the various levels, "lifes.xpm" for the image to display at of fruit for the various levels, "lifes.xpm" for the image to display at
@ -548,13 +548,13 @@ room. The first position (rightmost) has the value 0.</td>
If only a directory (".../") is given, the default-filename ("highscore") If only a directory (".../") is given, the default-filename ("highscore")
will be used.</td> will be used.</td>
<td>/tmp/kpacman.highscore</td> <td>/tmp/tdepacman.highscore</td>
</tr> </tr>
</table> </table>
<br>&nbsp; <br>&nbsp;
<div align=right><a href="kpacman-4.html">Next</a> <a href="kpacman-2.html">Previous</a> <a href="index.html#toc1">Table of Contents</a> <div align=right><a href="tdepacman-4.html">Next</a> <a href="tdepacman-2.html">Previous</a> <a href="index.html#toc1">Table of Contents</a>
<hr ALIGN=LEFT NOSHADE WIDTH="100%"></div> <hr ALIGN=LEFT NOSHADE WIDTH="100%"></div>
</td> </td>
</tr> </tr>

@ -2,17 +2,17 @@
<HTML> <HTML>
<HEAD> <HEAD>
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="keywords" CONTENT="KPacman"> <META NAME="keywords" CONTENT="TDEPacman">
<META NAME="description" CONTENT="Documentation for KPacman"> <META NAME="description" CONTENT="Documentation for TDEPacman">
<TITLE>The KPacman Handbook: Copyright</TITLE> <TITLE>The TDEPacman Handbook: Copyright</TITLE>
</HEAD> </HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#8E2727" VLINK="#8E2727"> <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#8E2727" VLINK="#8E2727">
&nbsp; &nbsp;
<TABLE BORDER=0 CELLSPACING=2 > <TABLE BORDER=0 CELLSPACING=2 >
<TR> <TR>
<TD><IMG SRC="kpacman.gif" ALT="KPacman" BORDER=0 HEIGHT=32 WIDTH=32 ALIGN=TEXTTOP></TD> <TD><IMG SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 HEIGHT=32 WIDTH=32 ALIGN=TEXTTOP></TD>
<TD><B><FONT SIZE=+2>KPacman</FONT></B> <TD><B><FONT SIZE=+2>TDEPacman</FONT></B>
<BR><FONT SIZE=-1>Version 0.3.2</FONT></TD> <BR><FONT SIZE=-1>Version 0.3.2</FONT></TD>
</TR> </TR>
</TABLE> </TABLE>
@ -21,11 +21,11 @@
<TABLE WIDTH="600" > <TABLE WIDTH="600" >
<TR> <TR>
<TD> <TD>
<DIV ALIGN=right>Next <A HREF="kpacman-3.html">Previous</A> <A HREF="index.html#toc1">Table of Contents</A></DIV> <DIV ALIGN=right>Next <A HREF="tdepacman-3.html">Previous</A> <A HREF="index.html#toc1">Table of Contents</A></DIV>
<H3> <H3>
<A NAME="s1"></A>4. Copyright</H3> <A NAME="s1"></A>4. Copyright</H3>
KPacman Copyright (c) 1998-2003 J&ouml;rg Th&ouml;nnissen, <A HREF="mailto:joe@dsite.de">&lt;joe@dsite.de></A> TDEPacman Copyright (c) 1998-2003 J&ouml;rg Th&ouml;nnissen, <A HREF="mailto:joe@dsite.de">&lt;joe@dsite.de></A>
<P>This program (including this documentation) is free software; you can <P>This program (including this documentation) is free software; you can
redistribute it and/or modify it under the terms of the GNU General Public redistribute it and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either version 2 License as published by the Free Software Foundation; either version 2
@ -39,7 +39,7 @@ License for more details.&nbsp;
with this program; if not, write to the Free Software Foundation, Inc., with this program; if not, write to the Free Software Foundation, Inc.,
675 Mass Ave, Cabridge, MA 02139, USA.&nbsp; 675 Mass Ave, Cabridge, MA 02139, USA.&nbsp;
<BR>&nbsp; <BR>&nbsp;
<DIV ALIGN=right>Next <A HREF="kpacman-3.html">Previous</A> <A HREF="index.html#toc1">Table of Contents</A></DIV> <DIV ALIGN=right>Next <A HREF="tdepacman-3.html">Previous</A> <A HREF="index.html#toc1">Table of Contents</A></DIV>
<CENTER> <CENTER>
<HR ALIGN=LEFT NOSHADE WIDTH="100%"></CENTER> <HR ALIGN=LEFT NOSHADE WIDTH="100%"></CENTER>

Before

Width:  |  Height:  |  Size: 481 B

After

Width:  |  Height:  |  Size: 481 B

@ -1,11 +1,11 @@
.TH kpacman 1 "August 20, 2020" .TH tdepacman 1 "August 20, 2020"
.SH NAME .SH NAME
kpacman \- A pacman clone game for TDE. tdepacman \- A pacman clone game for TDE.
.SH SYNOPSIS .SH SYNOPSIS
.B kpacman .B tdepacman
.RI [Qt-options] [TDE-options] [URL] .RI [Qt-options] [TDE-options] [URL]
.SH DESCRIPTION .SH DESCRIPTION
Kpacman is a classic arcade game from the 80s in which you have TDEpacman is a classic arcade game from the 80s in which you have
to finish the tables by eating all the pac-gums to score as many points to finish the tables by eating all the pac-gums to score as many points
as possible. as possible.
.PP .PP
@ -36,7 +36,7 @@ Show license information
.SS .SS
.PP .PP
.SH HOMEPAGE .SH HOMEPAGE
Homepage: https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman Homepage: https://mirror.git.trinitydesktop.org/gitea/TDE/tdepacman
.SH AUTHOR .SH AUTHOR
This manual page was written by gregory guy <gregory-tde@laposte.net>, This manual page was written by gregory guy <gregory-tde@laposte.net>,
for the Trinity Desktop Environment project (but may be used by others). for the Trinity Desktop Environment project (but may be used by others).

@ -1,6 +1,6 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>class Kpacman</TITLE> <TITLE>class TDEpacman</TITLE>
<META NAME="Generator" CONTENT="KDOC "> <META NAME="Generator" CONTENT="KDOC ">
</HEAD> </HEAD>
@ -10,7 +10,7 @@
<TD> <TD>
<TABLE BORDER="0"> <TABLE BORDER="0">
<TR><TD valign="top" align="left" cellspacing="10"> <TR><TD valign="top" align="left" cellspacing="10">
<h1>class Kpacman</h1> <h1>class TDEpacman</h1>
</TD> </TD>
<TD valign="top" align="right" colspan="1"> <TD valign="top" align="right" colspan="1">
* *
@ -21,9 +21,9 @@
</TABLE> </TABLE>
<HR> <HR>
<TABLE BORDER="0"> <TABLE BORDER="0">
<TR><TH>Definition</TH><TD><code>#include &lt;<A HREF="kpacman_h.html">kpacman.h</A>&gt;</code></TD></TR> <TR><TH>Definition</TH><TD><code>#include &lt;<A HREF="tdepacman_h.html">tdepacman.h</A>&gt;</code></TD></TR>
<TR><TH>Inherits</TH><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html">TQWidget</A> <small>(qt)</small> <small>[public ]</small></TD></TR> <TR><TH>Inherits</TH><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html">TQWidget</A> <small>(qt)</small> <small>[public ]</small></TD></TR>
<TR><TH><A HREF="full-list-Kpacman.html">List of all Methods</A></TH></TR> <TR><TH><A HREF="full-list-TDEpacman.html">List of all Methods</A></TH></TR>
</TABLE> </TABLE>
</TD> </TD>
<TD align="right"><TABLE BORDER="0"><TR><TD><small><A HREF="index-long.html">Annotated List</A></small></TD></TR> <TD align="right"><TABLE BORDER="0"><TR><TD><small><A HREF="index-long.html">Annotated List</A></small></TD></TR>
@ -32,9 +32,9 @@
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR> <TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR> <TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
</TABLE></TD></TR></TABLE> </TABLE></TD></TR></TABLE>
<h4>Public Methods</h4><ul><LI>&nbsp;<b><A HREF="#ref1">Kpacman</A></b> (<A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html">TQWidget</A>* parent=0, const char *name=0) <h4>Public Methods</h4><ul><LI>&nbsp;<b><A HREF="#ref1">TDEpacman</A></b> (<A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html">TQWidget</A>* parent=0, const char *name=0)
</LI> </LI>
<LI>&nbsp;<b><A HREF="#ref2">~Kpacman</A></b> () <LI>&nbsp;<b><A HREF="#ref2">~TDEpacman</A></b> ()
</LI> </LI>
</ul><HR><H2><A NAME="longdesc">Detailed Description</A></H2><p> </ul><HR><H2><A NAME="longdesc">Detailed Description</A></H2><p>
* *
@ -44,9 +44,9 @@
(at your option) any later version. * (at your option) any later version. *
* *
*************************************************************************</p> *************************************************************************</p>
<A NAME="Kpacman"></A><A NAME="ref1"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>Kpacman</strong> (<A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html">TQWidget</A>* parent=0, const char *name=0) <A NAME="TDEpacman"></A><A NAME="ref1"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>TDEpacman</strong> (<A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html">TQWidget</A>* parent=0, const char *name=0)
<br></td><td align="right"><h3><strong>Kpacman</strong></h3></td></tr></table><p></p><A NAME="~Kpacman"></A><A NAME="ref2"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>~Kpacman</strong> () <br></td><td align="right"><h3><strong>TDEpacman</strong></h3></td></tr></table><p></p><A NAME="~TDEpacman"></A><A NAME="ref2"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>~TDEpacman</strong> ()
<br></td><td align="right"><h3><strong>~Kpacman</strong></h3></td></tr></table><p></p><HR> <br></td><td align="right"><h3><strong>~TDEpacman</strong></h3></td></tr></table><p></p><HR>
<table> <table>
<tr><td><small>Generated by: jth on tim on Sat Jan 19 13:38:55 2002, using kdoc 2.0a53.</small></td></tr> <tr><td><small>Generated by: jth on tim on Sat Jan 19 13:38:55 2002, using kdoc 2.0a53.</small></td></tr>
</table> </table>

@ -1,6 +1,6 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>class Kpacman: All methods</TITLE> <TITLE>class TDEpacman: All methods</TITLE>
<META NAME="Generator" CONTENT="KDOC "> <META NAME="Generator" CONTENT="KDOC ">
</HEAD> </HEAD>
@ -10,7 +10,7 @@
<TD> <TD>
<TABLE BORDER="0"> <TABLE BORDER="0">
<TR><TD valign="top" align="left" cellspacing="10"> <TR><TD valign="top" align="left" cellspacing="10">
<h1>class Kpacman: All methods</h1> <h1>class TDEpacman: All methods</h1>
</TD> </TD>
<TD valign="top" align="right" colspan="1"></TD></TR> <TD valign="top" align="right" colspan="1"></TD></TR>
</TABLE> </TABLE>
@ -25,7 +25,7 @@
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR> <TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR> <TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
</TABLE></TD></TR></TABLE> </TABLE></TD></TR></TABLE>
<TABLE WIDTH="100%" BORDER="0"><TR><TD VALIGN="top"><TABLE BORDER="0"><TR bgcolor="b0b0b0"><TH>Kpacman - isEnabled</TH></TR><TR ><TD><A HREF="Kpacman.html#Kpacman">Kpacman::Kpacman</A></TD></TR> <TABLE WIDTH="100%" BORDER="0"><TR><TD VALIGN="top"><TABLE BORDER="0"><TR bgcolor="b0b0b0"><TH>TDEpacman - isEnabled</TH></TR><TR ><TD><A HREF="TDEpacman.html#TDEpacman">TDEpacman::TDEpacman</A></TD></TR>
<TR bgcolor="#eeeeee"><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#07949b">TQWidget::acceptDrops</A></TD></TR> <TR bgcolor="#eeeeee"><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#07949b">TQWidget::acceptDrops</A></TD></TR>
<TR ><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#ab3108">TQWidget::adjustSize</A></TD></TR> <TR ><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#ab3108">TQWidget::adjustSize</A></TD></TR>
<TR bgcolor="#eeeeee"><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#6232b2">TQWidget::autoMask</A></TD></TR> <TR bgcolor="#eeeeee"><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#6232b2">TQWidget::autoMask</A></TD></TR>
@ -163,7 +163,7 @@
<TR ><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#a6c4d9">TQWidget::setBackgroundPixmap</A></TD></TR> <TR ><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#a6c4d9">TQWidget::setBackgroundPixmap</A></TD></TR>
<TR bgcolor="#eeeeee"><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#807f67">TQWidget::setBaseSize</A></TD></TR> <TR bgcolor="#eeeeee"><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#807f67">TQWidget::setBaseSize</A></TD></TR>
<TR ><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#48b3b1">TQWidget::setCRect</A></TD></TR> <TR ><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#48b3b1">TQWidget::setCRect</A></TD></TR>
</TABLE></TD><TD VALIGN="top"><TABLE BORDER="0"><TR bgcolor="b0b0b0"><TH>setCaption - ~Kpacman</TH></TR><TR ><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#d4f007">TQWidget::setCaption</A></TD></TR> </TABLE></TD><TD VALIGN="top"><TABLE BORDER="0"><TR bgcolor="b0b0b0"><TH>setCaption - ~TDEpacman</TH></TR><TR ><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#d4f007">TQWidget::setCaption</A></TD></TR>
<TR bgcolor="#eeeeee"><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#afbf1a">TQWidget::setCursor</A></TD></TR> <TR bgcolor="#eeeeee"><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#afbf1a">TQWidget::setCursor</A></TD></TR>
<TR ><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#8cbcae">TQWidget::setDisabled</A></TD></TR> <TR ><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#8cbcae">TQWidget::setDisabled</A></TD></TR>
<TR bgcolor="#eeeeee"><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#f996ef">TQWidget::setEnabled</A></TD></TR> <TR bgcolor="#eeeeee"><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#f996ef">TQWidget::setEnabled</A></TD></TR>
@ -229,7 +229,7 @@
<TR bgcolor="#eeeeee"><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#e04160">TQWidget::wmapper</A></TD></TR> <TR bgcolor="#eeeeee"><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#e04160">TQWidget::wmapper</A></TD></TR>
<TR ><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#a8f5dd">TQWidget::x</A></TD></TR> <TR ><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#a8f5dd">TQWidget::x</A></TD></TR>
<TR bgcolor="#eeeeee"><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#043386">TQWidget::y</A></TD></TR> <TR bgcolor="#eeeeee"><TD><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html#043386">TQWidget::y</A></TD></TR>
<TR ><TD><A HREF="Kpacman.html#~Kpacman">Kpacman::~Kpacman</A></TD></TR> <TR ><TD><A HREF="TDEpacman.html#~TDEpacman">TDEpacman::~TDEpacman</A></TD></TR>
</TABLE></TD></TR></TABLE><HR> </TABLE></TD></TR></TABLE><HR>
<table> <table>
<tr><td><small>Generated by: jth on tim on Sat Jan 19 13:38:55 2002, using kdoc 2.0a53.</small></td></tr> <tr><td><small>Generated by: jth on tim on Sat Jan 19 13:38:55 2002, using kdoc 2.0a53.</small></td></tr>

@ -25,7 +25,7 @@
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR> <TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR> <TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
</TABLE></TD></TR></TABLE> </TABLE></TD></TR></TABLE>
<TABLE WIDTH="100%" BORDER="0"><TR><TD VALIGN="top"><TABLE BORDER="0"><TR bgcolor="b0b0b0"><TH>kpacman.h - kpacman.h</TH></TR><TR ><TD><A HREF="kpacman_h.html">kpacman.h</A></TD></TR> <TABLE WIDTH="100%" BORDER="0"><TR><TD VALIGN="top"><TABLE BORDER="0"><TR bgcolor="b0b0b0"><TH>tdepacman.h - tdepacman.h</TH></TR><TR ><TD><A HREF="tdepacman_h.html">tdepacman.h</A></TD></TR>
</TABLE></TD></TR></TABLE></UL> </TABLE></TD></TR></TABLE></UL>
<HR> <HR>
<table> <table>

@ -26,7 +26,7 @@
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR> <TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
</TABLE></TD></TR></TABLE> </TABLE></TD></TR></TABLE>
<UL><LI><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html">TQWidget</A> (qt) <UL><LI><A HREF="../../../../../../usr/share/doc/packages/qt/html/ntqwidget.html">TQWidget</A> (qt)
<UL><LI><A HREF="Kpacman.html">Kpacman</A> <UL><LI><A HREF="TDEpacman.html">TDEpacman</A>
</UL></LI> </UL></LI>
</UL> </UL>
<HR> <HR>

@ -25,7 +25,7 @@
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR> <TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR> <TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
</TABLE></TD></TR></TABLE> </TABLE></TD></TR></TABLE>
<TABLE WIDTH="100%" BORDER=\"0\"><TR ><TD><A HREF="Kpacman.html">Kpacman</A></TD><TD> <TABLE WIDTH="100%" BORDER=\"0\"><TR ><TD><A HREF="TDEpacman.html">TDEpacman</A></TD><TD>
* *
This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by *

@ -25,7 +25,7 @@
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR> <TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR> <TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
</TABLE></TD></TR></TABLE> </TABLE></TD></TR></TABLE>
<TABLE WIDTH="100%" BORDER="0"><TR><TD VALIGN="top"><TABLE BORDER="0"><TR bgcolor="b0b0b0"><TH>Kpacman - Kpacman</TH></TR><TR ><TD><A HREF="Kpacman.html">Kpacman</A></TD></TR> <TABLE WIDTH="100%" BORDER="0"><TR><TD VALIGN="top"><TABLE BORDER="0"><TR bgcolor="b0b0b0"><TH>TDEpacman - TDEpacman</TH></TR><TR ><TD><A HREF="TDEpacman.html">TDEpacman</A></TD></TR>
</TABLE></TD></TR></TABLE><HR> </TABLE></TD></TR></TABLE><HR>
<table> <table>
<tr><td><small>Generated by: jth on tim on Sat Jan 19 13:38:55 2002, using kdoc 2.0a53.</small></td></tr> <tr><td><small>Generated by: jth on tim on Sat Jan 19 13:38:55 2002, using kdoc 2.0a53.</small></td></tr>

@ -1,6 +1,6 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>Source: kpacman.h</TITLE> <TITLE>Source: tdepacman.h</TITLE>
<META NAME="Generator" CONTENT="KDOC "> <META NAME="Generator" CONTENT="KDOC ">
</HEAD> </HEAD>
@ -10,7 +10,7 @@
<TD> <TD>
<TABLE BORDER="0"> <TABLE BORDER="0">
<TR><TD valign="top" align="left" cellspacing="10"> <TR><TD valign="top" align="left" cellspacing="10">
<h1>Source: kpacman.h</h1> <h1>Source: tdepacman.h</h1>
</TD> </TD>
<TD valign="top" align="right" colspan="1"></TD></TR> <TD valign="top" align="right" colspan="1"></TD></TR>
</TABLE> </TABLE>
@ -27,7 +27,7 @@
</TABLE></TD></TR></TABLE> </TABLE></TD></TR></TABLE>
<pre> <pre>
/*************************************************************************** /***************************************************************************
kpacman.h - description tdepacman.h - description
------------------- -------------------
begin : Sam Jan 19 13:37:57 CET 2002 begin : Sam Jan 19 13:37:57 CET 2002
copyright : (C) 1998-2003 by Jörg Thönnissen copyright : (C) 1998-2003 by Jörg Thönnissen
@ -43,8 +43,8 @@
* * * *
***************************************************************************/ ***************************************************************************/
#ifndef KPACMAN_H #ifndef TDEPACMAN_H
#define KPACMAN_H #define TDEPACMAN_H
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
@ -53,15 +53,15 @@
#include <kapp.h> #include <kapp.h>
#include <ntqwidget.h> #include <ntqwidget.h>
/** Kpacman is the base class of the project */ /** TDEpacman is the base class of the project */
class Kpacman : public TQWidget class TDEpacman : public TQWidget
{ {
Q_OBJECT Q_OBJECT
public: public:
/** construtor */ /** construtor */
Kpacman(TQWidget* parent=0, const char *name=0); TDEpacman(TQWidget* parent=0, const char *name=0);
/** destructor */ /** destructor */
~Kpacman(); ~TDEpacman();
}; };
#endif #endif

@ -1,993 +0,0 @@
[AUTHORS]
dist=true
install=false
install_location=
type=DATA
[COPYING]
dist=true
install=false
install_location=
type=DATA
[ChangeLog]
dist=true
install=false
install_location=
type=DATA
[Config for BinMakefileAm]
addcxxflags=
bin_program=kpacman
cxxflags=\s-O0 -g3 -Wall
ldadd=-ltdegames $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT)
ldflags=
[General]
AMChanged=true
author=Jörg Thönnissen
configure_args=--prefix /opt/kde3
email=joe@dsite.de
kdevprj_version=1.3
lfv_open_groups=Andere,Header,Quellen
make_options=\s-j1
makefiles=Makefile.am,kpacman/Makefile.am,doc/Makefile.am,doc/en/Makefile.am,po/Makefile.am,fonts/Makefile.am,maps/mspacman/Makefile.am,maps/Makefile.am,pics/Makefile.am,pics/mspacman/Makefile.am,pics/mspacman-tiny/Makefile.am,pics/tiny/Makefile.am,pics/zacman/Makefile.am,doc/de/Makefile.am
modifyMakefiles=true
project_name=Kpacman
project_type=mini_kde2
sgml_file=/home/jth/src/kde/kpacman-0.3.1/doc/en/index.docbook
short_info=
sub_dir=kpacman/
version=0.3.2
version_control=None
workspace=1
[INSTALL]
dist=true
install=false
install_location=
type=DATA
[KPP]
kpp_appgrp=
kpp_bldroot=
kpp_icon=0
kpp_license=5
kpp_summary=
kpp_url=
kpp_version=0.3.1
[LFV Groups]
Andere=*
Benutzerschnittstelle=*.kdevdlg,*.ui,*.rc
GNU=AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,NEWS
Header=*.h,*.hh,*.hxx,*.hpp,*.H
Quellen=*.cpp,*.c,*.cc,*.C,*.cxx,*.ec,*.ecpp,*.lxx,*.l++,*.ll,*.l
groups=Header,Quellen,Benutzerschnittstelle,Übersetzungen,GNU,Andere
Übersetzungen=*.po
[Makefile.am]
files=kpacman.kdevprj,admin,AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,kpacman.lsm
sub_dirs=kpacman,po,doc,fonts,maps,pics
type=normal
[README]
dist=true
install=false
install_location=
type=DATA
[TODO]
dist=true
install=false
install_location=
type=DATA
[admin]
dist=true
install=false
install_location=
type=DATA
[doc/Makefile.am]
sub_dirs=en,de
type=normal
[doc/de/Makefile.am]
files=doc/de/index.html,doc/de/kpacman-1.html,doc/de/kpacman-2.html,doc/de/kpacman-3.html,doc/de/kpacman-4.html,doc/de/kpacman.gif
sub_dirs=
type=normal
[doc/de/index.html]
dist=true
install=false
install_location=
type=DATA
[doc/de/kpacman-1.html]
dist=true
install=false
install_location=
type=DATA
[doc/de/kpacman-2.html]
dist=true
install=false
install_location=
type=DATA
[doc/de/kpacman-3.html]
dist=true
install=false
install_location=
type=DATA
[doc/de/kpacman-4.html]
dist=true
install=false
install_location=
type=DATA
[doc/de/kpacman.gif]
dist=true
install=false
install_location=
type=DATA
[doc/en/Makefile.am]
files=doc/en/index.docbook,doc/en/index.html,doc/en/kpacman-1.html,doc/en/kpacman-2.html,doc/en/kpacman-3.html,doc/en/kpacman-4.html,doc/en/kpacman.gif
sub_dirs=
type=normal
[doc/en/index.docbook]
dist=true
install=false
install_location=$$(kde_icondir)/locolor/16x16/apps/kpacman.png
type=DATA
[doc/en/index.html]
dist=true
install=false
install_location=
type=DATA
[doc/en/kpacman-1.html]
dist=true
install=false
install_location=
type=DATA
[doc/en/kpacman-2.html]
dist=true
install=false
install_location=
type=DATA
[doc/en/kpacman-3.html]
dist=true
install=false
install_location=
type=DATA
[doc/en/kpacman-4.html]
dist=true
install=false
install_location=
type=DATA
[doc/en/kpacman.gif]
dist=true
install=false
install_location=
type=DATA
[fonts/Makefile.am]
files=fonts/font-small.pbm,fonts/font-smooth.pbm,fonts/font.pbm
sub_dirs=
type=normal
[fonts/font-small.pbm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/fonts/font-small.pbm
type=DATA
[fonts/font-smooth.pbm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/fonts/font-smooth.pbm
type=DATA
[fonts/font.pbm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/fonts/font.pbm
type=DATA
[kpacman.kdevprj]
dist=true
install=false
install_location=
type=DATA
[kpacman.lsm]
dist=true
install=false
install_location=
type=DATA
[kpacman/Makefile.am]
files=kpacman/main.cpp,kpacman/kpacman.cpp,kpacman/kpacman.h,kpacman/kpacman.desktop,kpacman/lo32-app-kpacman.png,kpacman/lo16-app-kpacman.png,kpacman/bitfont.cpp,kpacman/bitfont.h,kpacman/colors.h,kpacman/bitmaps.h,kpacman/board.cpp,kpacman/board.h,kpacman/energizer.cpp,kpacman/energizer.h,kpacman/fruit.cpp,kpacman/fruit.h,kpacman/keys.cpp,kpacman/keys.h,kpacman/monster.cpp,kpacman/monster.h,kpacman/pacman.cpp,kpacman/pacman.h,kpacman/score.cpp,kpacman/score.h,kpacman/painter.cpp,kpacman/painter.h,kpacman/status.cpp,kpacman/status.h,kpacman/referee.cpp,kpacman/referee.h,kpacman/kpacmanrc,kpacman/kpacmanview.h,kpacman/kpacmanview.cpp,kpacman/kpacmanui.rc,kpacman/hi16-app-kpacman.png,kpacman/hi32-app-kpacman.png
sub_dirs=
type=prog_main
[kpacman/bitfont.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kpacman/bitfont.h]
dist=true
install=false
install_location=
type=HEADER
[kpacman/bitmaps.h]
dist=true
install=false
install_location=
type=HEADER
[kpacman/board.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kpacman/board.h]
dist=true
install=false
install_location=
type=HEADER
[kpacman/colors.h]
dist=true
install=false
install_location=
type=HEADER
[kpacman/energizer.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kpacman/energizer.h]
dist=true
install=false
install_location=
type=HEADER
[kpacman/fruit.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kpacman/fruit.h]
dist=true
install=false
install_location=
type=HEADER
[kpacman/hi16-app-kpacman.png]
dist=true
install=true
install_location=$$(kde_icondir)/hicolor/16x16/apps/kpacman.png
type=DATA
[kpacman/hi32-app-kpacman.png]
dist=true
install=true
install_location=$$(kde_icondir)/hicolor/32x32/apps/kpacman.png
type=DATA
[kpacman/keys.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kpacman/keys.h]
dist=true
install=false
install_location=
type=HEADER
[kpacman/kpacman.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kpacman/kpacman.desktop]
dist=true
install=true
install_location=$$(kde_appsdir)/Games/kpacman.desktop
type=DATA
[kpacman/kpacman.h]
dist=true
install=false
install_location=
type=HEADER
[kpacman/kpacmanrc]
dist=true
install=true
install_location=$$(kde_confdir)/kpacmanrc
type=DATA
[kpacman/kpacmanui.rc]
dist=true
install=false
install_location=
type=DATA
[kpacman/kpacmanview.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kpacman/kpacmanview.h]
dist=true
install=false
install_location=
type=HEADER
[kpacman/lo16-app-kpacman.png]
dist=true
install=true
install_location=$$(kde_icondir)/locolor/16x16/apps/kpacman.png
type=DATA
[kpacman/lo32-app-kpacman.png]
dist=true
install=true
install_location=$$(kde_icondir)/locolor/32x32/apps/kpacman.png
type=DATA
[kpacman/main.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kpacman/monster.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kpacman/monster.h]
dist=true
install=false
install_location=
type=HEADER
[kpacman/pacman.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kpacman/pacman.h]
dist=true
install=false
install_location=
type=HEADER
[kpacman/painter.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kpacman/painter.h]
dist=true
install=false
install_location=
type=HEADER
[kpacman/referee.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kpacman/referee.h]
dist=true
install=false
install_location=
type=HEADER
[kpacman/score.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kpacman/score.h]
dist=true
install=false
install_location=
type=HEADER
[kpacman/status.cpp]
dist=true
install=false
install_location=
type=SOURCE
[kpacman/status.h]
dist=true
install=false
install_location=
type=HEADER
[maps/Makefile.am]
sub_dirs=mspacman
type=normal
[maps/mspacman/Makefile.am]
files=maps/mspacman/map01,maps/mspacman/map02,maps/mspacman/map03,maps/mspacman/map04
sub_dirs=
type=normal
[maps/mspacman/map01]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/maps/mspacman/map01
type=DATA
[maps/mspacman/map02]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/maps/mspacman/map02
type=DATA
[maps/mspacman/map03]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/maps/mspacman/map03
type=DATA
[maps/mspacman/map04]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/maps/mspacman/map04
type=DATA
[pics/Makefile.am]
files=pics/down.xpm,pics/dying.xpm,pics/eyes.xpm,pics/fruit.xpm,pics/left.xpm,pics/lifes.xpm,pics/monster.xpm,pics/pacman.xpm,pics/point.xpm,pics/prison.xpm,pics/right.xpm,pics/switch.xpm,pics/up.xpm,pics/wall.xpm
sub_dirs=mspacman,mspacman-tiny,tiny,zacman
type=normal
[pics/down.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/down.xpm
type=DATA
[pics/dying.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/dying.xpm
type=DATA
[pics/eyes.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/eyes.xpm
type=DATA
[pics/fruit.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/fruit.xpm
type=DATA
[pics/left.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/left.xpm
type=DATA
[pics/lifes.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/lifes.xpm
type=DATA
[pics/monster.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/monster.xpm
type=DATA
[pics/mspacman-tiny/Makefile.am]
files=pics/mspacman-tiny/dying.xpm,pics/mspacman-tiny/fruit.xpm,pics/mspacman-tiny/fruitscore.xpm,pics/mspacman-tiny/lifes.xpm,pics/mspacman-tiny/pacman.xpm,pics/mspacman-tiny/point.xpm,pics/mspacman-tiny/point02.xpm,pics/mspacman-tiny/point03.xpm,pics/mspacman-tiny/prison.xpm,pics/mspacman-tiny/prison02.xpm,pics/mspacman-tiny/prison03.xpm,pics/mspacman-tiny/prison04.xpm,pics/mspacman-tiny/prison05.xpm,pics/mspacman-tiny/prison06.xpm,pics/mspacman-tiny/switch.xpm,pics/mspacman-tiny/switch02.xpm,pics/mspacman-tiny/switch03.xpm,pics/mspacman-tiny/wall.xpm,pics/mspacman-tiny/wall02.xpm,pics/mspacman-tiny/wall03.xpm,pics/mspacman-tiny/wall04.xpm,pics/mspacman-tiny/wall05.xpm,pics/mspacman-tiny/wall06.xpm
sub_dirs=
type=normal
[pics/mspacman-tiny/dying.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/dying.xpm
type=DATA
[pics/mspacman-tiny/fruit.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/fruit.xpm
type=DATA
[pics/mspacman-tiny/fruitscore.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/fruitscore.xpm
type=DATA
[pics/mspacman-tiny/lifes.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/lifes.xpm
type=DATA
[pics/mspacman-tiny/pacman.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/pacman.xpm
type=DATA
[pics/mspacman-tiny/point.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/point.xpm
type=DATA
[pics/mspacman-tiny/point02.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/point02.xpm
type=DATA
[pics/mspacman-tiny/point03.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/point03.xpm
type=DATA
[pics/mspacman-tiny/prison.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/prison.xpm
type=DATA
[pics/mspacman-tiny/prison02.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/prison02.xpm
type=DATA
[pics/mspacman-tiny/prison03.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/prison03.xpm
type=DATA
[pics/mspacman-tiny/prison04.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/prison04.xpm
type=DATA
[pics/mspacman-tiny/prison05.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/prison05.xpm
type=DATA
[pics/mspacman-tiny/prison06.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/prison06.xpm
type=DATA
[pics/mspacman-tiny/switch.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/switch.xpm
type=DATA
[pics/mspacman-tiny/switch02.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/switch02.xpm
type=DATA
[pics/mspacman-tiny/switch03.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/switch03.xpm
type=DATA
[pics/mspacman-tiny/wall.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/wall.xpm
type=DATA
[pics/mspacman-tiny/wall02.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/wall02.xpm
type=DATA
[pics/mspacman-tiny/wall03.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/wall03.xpm
type=DATA
[pics/mspacman-tiny/wall04.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/wall04.xpm
type=DATA
[pics/mspacman-tiny/wall05.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/wall05.xpm
type=DATA
[pics/mspacman-tiny/wall06.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/wall06.xpm
type=DATA
[pics/mspacman/Makefile.am]
files=pics/mspacman/dying.xpm,pics/mspacman/fruit.xpm,pics/mspacman/fruitscore.xpm,pics/mspacman/lifes.xpm,pics/mspacman/pacman.xpm,pics/mspacman/point.xpm,pics/mspacman/point02.xpm,pics/mspacman/point03.xpm,pics/mspacman/prison.xpm,pics/mspacman/prison02.xpm,pics/mspacman/prison03.xpm,pics/mspacman/prison04.xpm,pics/mspacman/prison05.xpm,pics/mspacman/prison06.xpm,pics/mspacman/switch.xpm,pics/mspacman/switch02.xpm,pics/mspacman/switch03.xpm,pics/mspacman/wall.xpm,pics/mspacman/wall02.xpm,pics/mspacman/wall03.xpm,pics/mspacman/wall04.xpm,pics/mspacman/wall05.xpm,pics/mspacman/wall06.xpm
sub_dirs=
type=normal
[pics/mspacman/dying.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/dying.xpm
type=DATA
[pics/mspacman/fruit.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/fruit.xpm
type=DATA
[pics/mspacman/fruitscore.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/fruitscore.xpm
type=DATA
[pics/mspacman/lifes.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/lifes.xpm
type=DATA
[pics/mspacman/pacman.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/pacman.xpm
type=DATA
[pics/mspacman/point.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/point.xpm
type=DATA
[pics/mspacman/point02.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/point02.xpm
type=DATA
[pics/mspacman/point03.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/point03.xpm
type=DATA
[pics/mspacman/prison.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/prison.xpm
type=DATA
[pics/mspacman/prison02.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/prison02.xpm
type=DATA
[pics/mspacman/prison03.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/prison03.xpm
type=DATA
[pics/mspacman/prison04.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/prison04.xpm
type=DATA
[pics/mspacman/prison05.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/prison05.xpm
type=DATA
[pics/mspacman/prison06.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/prison06.xpm
type=DATA
[pics/mspacman/switch.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/switch.xpm
type=DATA
[pics/mspacman/switch02.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/switch02.xpm
type=DATA
[pics/mspacman/switch03.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/switch03.xpm
type=DATA
[pics/mspacman/wall.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/wall.xpm
type=DATA
[pics/mspacman/wall02.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/wall02.xpm
type=DATA
[pics/mspacman/wall03.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/wall03.xpm
type=DATA
[pics/mspacman/wall04.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/wall04.xpm
type=DATA
[pics/mspacman/wall05.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/wall05.xpm
type=DATA
[pics/mspacman/wall06.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/mspacman/wall06.xpm
type=DATA
[pics/pacman.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/pacman.xpm
type=DATA
[pics/point.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/point.xpm
type=DATA
[pics/prison.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/prison.xpm
type=DATA
[pics/right.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/right.xpm
type=DATA
[pics/switch.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/switch.xpm
type=DATA
[pics/tiny/Makefile.am]
files=pics/tiny/dying.xpm,pics/tiny/eyes.xpm,pics/tiny/fruit.xpm,pics/tiny/lifes.xpm,pics/tiny/monster.xpm,pics/tiny/pacman.xpm,pics/tiny/point.xpm,pics/tiny/prison.xpm,pics/tiny/switch.xpm,pics/tiny/wall.xpm
sub_dirs=
type=normal
[pics/tiny/dying.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/tiny/dying.xpm
type=DATA
[pics/tiny/eyes.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/tiny/eyes.xpm
type=DATA
[pics/tiny/fruit.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/tiny/fruit.xpm
type=DATA
[pics/tiny/lifes.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/tiny/lifes.xpm
type=DATA
[pics/tiny/monster.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/tiny/monster.xpm
type=DATA
[pics/tiny/pacman.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/tiny/pacman.xpm
type=DATA
[pics/tiny/point.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/tiny/point.xpm
type=DATA
[pics/tiny/prison.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/tiny/prison.xpm
type=DATA
[pics/tiny/switch.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/tiny/switch.xpm
type=DATA
[pics/tiny/wall.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/tiny/wall.xpm
type=DATA
[pics/up.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/up.xpm
type=DATA
[pics/wall.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/wall.xpm
type=DATA
[pics/zacman/Makefile.am]
files=pics/zacman/dying.xpm,pics/zacman/eyes.xpm,pics/zacman/lifes.xpm,pics/zacman/monster.xpm,pics/zacman/pacman.xpm,pics/zacman/point.xpm,pics/zacman/switch.xpm,pics/zacman/wall.xpm
sub_dirs=
type=normal
[pics/zacman/dying.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/zacman/dying.xpm
type=DATA
[pics/zacman/eyes.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/zacman/eyes.xpm
type=DATA
[pics/zacman/lifes.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/zacman/lifes.xpm
type=DATA
[pics/zacman/monster.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/zacman/monster.xpm
type=DATA
[pics/zacman/pacman.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/zacman/pacman.xpm
type=DATA
[pics/zacman/point.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/zacman/point.xpm
type=DATA
[pics/zacman/switch.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/zacman/switch.xpm
type=DATA
[pics/zacman/wall.xpm]
dist=true
install=true
install_location=$$(kde_datadir)/kpacman/pics/zacman/wall.xpm
type=DATA
[po/Makefile.am]
files=po/de.po,po/pt.po,po/sv.po,po/es.po
sub_dirs=
type=po
[po/de.po]
dist=false
install=false
install_location=
type=PO
[po/es.po]
dist=false
install=false
install_location=
type=PO
[po/pt.po]
dist=false
install=false
install_location=
type=PO
[po/sv.po]
dist=false
install=false
install_location=
type=PO

@ -1,80 +0,0 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<!DOCTYPE KDevPrjSession>
<KDevPrjSession>
<Mainframe MaximizeMode="1" />
<DocsAndViews NumberOfDocuments="24" >
<Doc0 CursorPosLine="31" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/bitfont.h" >
<View0 Top="23" Width="400" Attach="1" Height="300" Left="3" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc0>
<Doc1 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/bitfont.cpp" >
<View0 Top="44" Width="759" Attach="1" Height="405" Left="24" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc1>
<Doc2 CursorPosLine="30" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="30" FileName="/home/jth/src/kpacman/kpacman/main.cpp" >
<View0 Top="65" Width="759" Attach="1" Height="405" Left="45" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc2>
<Doc3 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/monster.cpp" >
<View0 Top="86" Width="759" Attach="1" Height="405" Left="66" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc3>
<Doc4 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/monster.h" >
<View0 Top="107" Width="759" Attach="1" Height="405" Left="87" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc4>
<Doc5 CursorPosLine="147" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/pacman.cpp" >
<View0 Top="128" Width="759" Attach="1" Height="405" Left="108" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc5>
<Doc6 CursorPosLine="353" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/status.cpp" >
<View0 Top="149" Width="759" Attach="1" Height="405" Left="129" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc6>
<Doc7 CursorPosLine="502" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/score.cpp" >
<View0 Top="170" Width="759" Attach="1" Height="405" Left="150" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc7>
<Doc8 CursorPosLine="910" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="65" FileName="/home/jth/src/kpacman/kpacman/referee.cpp" >
<View0 Top="191" Width="759" Attach="1" Height="405" Left="171" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc8>
<Doc9 CursorPosLine="4" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="36" FileName="/home/jth/src/kpacman/kpacman/kpacmanview.cpp" >
<View0 Top="212" Width="759" Attach="1" Height="405" Left="192" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc9>
<Doc10 CursorPosLine="4" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="40" FileName="/home/jth/src/kpacman/kpacman/kpacman.cpp" >
<View0 Top="233" Width="759" Attach="1" Height="405" Left="213" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc10>
<Doc11 CursorPosLine="4" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="36" FileName="/home/jth/src/kpacman/kpacman/kpacmanview.h" >
<View0 Top="254" Width="759" Attach="1" Height="405" Left="234" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc11>
<Doc12 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/referee.h" >
<View0 Top="275" Width="759" Attach="1" Height="405" Left="255" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc12>
<Doc13 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/painter.h" >
<View0 Top="296" Width="759" Attach="1" Height="405" Left="276" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc13>
<Doc14 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/pacman.h" >
<View0 Top="317" Width="759" Attach="1" Height="405" Left="297" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc14>
<Doc15 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/bitmaps.h" >
<View0 Top="338" Width="759" Attach="1" Height="405" Left="318" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc15>
<Doc16 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/board.cpp" >
<View0 Top="359" Width="759" Attach="1" Height="405" Left="339" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc16>
<Doc17 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/board.h" >
<View0 Top="380" Width="759" Attach="1" Height="405" Left="360" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc17>
<Doc18 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/colors.h" >
<View0 Top="23" Width="759" Attach="1" Height="405" Left="381" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc18>
<Doc19 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/energizer.cpp" >
<View0 Top="44" Width="759" Attach="1" Height="405" Left="402" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc19>
<Doc20 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/energizer.h" >
<View0 Top="65" Width="759" Attach="1" Height="405" Left="423" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc20>
<Doc21 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/fruit.cpp" >
<View0 Top="86" Width="759" Attach="1" Height="405" Left="444" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc21>
<Doc22 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/jth/src/kpacman/kpacman/fruit.h" >
<View0 Top="107" Width="759" Attach="1" Height="405" Left="465" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc22>
<Doc23 CursorPosLine="4" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="36" FileName="/home/jth/src/kpacman/kpacman/kpacman.h" >
<View0 Top="105" Width="765" Attach="1" Height="431" Left="483" Focus="1" Type="KWriteView" MinMaxMode="2" />
</Doc23>
</DocsAndViews>
<LastCompileConfig>(Default)</LastCompileConfig>
</KDevPrjSession>

@ -1,14 +0,0 @@
Begin3
Title: Kpacman
Version: 0.3.2
Entered-date: 30JUN2003
Description: Pacman game for the KDE
Keywords: Pacmac Game KDE Qt
Author: Jörg Thönnissen <joe@dsite.de>
Maintained-by: Jörg Thönnissen <joe@dsite.de>
Primary-site: http://sourceforge.net/projects/kpacman/
Home-page: http://kpacman.sourceforge.net/
Original-site:
Platforms: Linux and other Unices
Copying-policy: GNU Public License
End

@ -1,8 +0,0 @@
##### create translation templates ##############
tde_l10n_create_template( "messages/kpacman" )
tde_l10n_create_template(
CATALOG "desktop_files/kpacman.desktop/"
SOURCES kpacman.desktop
)

@ -0,0 +1,8 @@
##### create translation templates ##############
tde_l10n_create_template( "messages/tdepacman" )
tde_l10n_create_template(
CATALOG "desktop_files/tdepacman.desktop/"
SOURCES tdepacman.desktop
)

@ -14,12 +14,12 @@ link_directories(
) )
##### kpacman (executable) ##### tdepacman (executable)
tde_add_executable( ${PROJECT_NAME} AUTOMOC tde_add_executable( ${PROJECT_NAME} AUTOMOC
SOURCES SOURCES
kpacmanview.cpp tdepacmanview.cpp
referee.cpp referee.cpp
status.cpp status.cpp
painter.cpp painter.cpp
@ -31,7 +31,7 @@ tde_add_executable( ${PROJECT_NAME} AUTOMOC
energizer.cpp energizer.cpp
board.cpp board.cpp
bitfont.cpp bitfont.cpp
kpacman.cpp tdepacman.cpp
main.cpp main.cpp
LINK LINK
tdeui-shared tdeui-shared
@ -45,12 +45,12 @@ tde_add_executable( ${PROJECT_NAME} AUTOMOC
##### other data ##### other data
install( install(
FILES kpacmanui.rc FILES tdepacmanui.rc
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}
) )
install( install(
FILES kpacmanrc FILES tdepacmanrc
DESTINATION ${CONFIG_INSTALL_DIR} DESTINATION ${CONFIG_INSTALL_DIR}
) )

Before

Width:  |  Height:  |  Size: 325 B

After

Width:  |  Height:  |  Size: 325 B

Before

Width:  |  Height:  |  Size: 535 B

After

Width:  |  Height:  |  Size: 535 B

Before

Width:  |  Height:  |  Size: 325 B

After

Width:  |  Height:  |  Size: 325 B

Before

Width:  |  Height:  |  Size: 535 B

After

Width:  |  Height:  |  Size: 535 B

@ -19,10 +19,10 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdelocale.h> #include <tdelocale.h>
#include "kpacman.h" #include "tdepacman.h"
static const char *description = static const char *description =
I18N_NOOP("A pacman game for the KDE Desktop\n\n" I18N_NOOP("A pacman game for the TDE Desktop\n\n"
"The program based on the source of ksnake\n" "The program based on the source of ksnake\n"
"by Michel Filippi (mfilippi@sade.rhein-main.de).\n" "by Michel Filippi (mfilippi@sade.rhein-main.de).\n"
"The design was strongly influenced by the pacman\n" "The design was strongly influenced by the pacman\n"
@ -40,7 +40,7 @@ static TDECmdLineOptions options[] =
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
TDEAboutData aboutData( "kpacman", I18N_NOOP("Kpacman"), TDEAboutData aboutData( "tdepacman", I18N_NOOP("TDEpacman"),
VERSION, description, TDEAboutData::License_GPL, VERSION, description, TDEAboutData::License_GPL,
"(c) 1998-2003, Jörg Thönnissen", 0, 0, "joe@dsite.de"); "(c) 1998-2003, Jörg Thönnissen", 0, 0, "joe@dsite.de");
aboutData.addAuthor("Jörg Thönnissen",0, "joe@dsite.de"); aboutData.addAuthor("Jörg Thönnissen",0, "joe@dsite.de");
@ -49,8 +49,8 @@ int main(int argc, char *argv[])
TDEApplication app; TDEApplication app;
KpacmanApp *kpacman = new KpacmanApp(); TDEpacmanApp *tdepacman = new TDEpacmanApp();
kpacman->show(); tdepacman->show();
return app.exec(); return app.exec();
} }

@ -473,7 +473,7 @@ void Score::write()
"on that file or ask your systemadministator for that favor.\n" "on that file or ask your systemadministator for that favor.\n"
"\n" "\n"
"To use a different directory or filename for the highscores," "To use a different directory or filename for the highscores,"
"specify them in the configfile (kpacmanrc:highscoreFilePath)." "specify them in the configfile (tdepacmanrc:highscoreFilePath)."
).arg(systemHighscoreFileInfo.filePath())); ).arg(systemHighscoreFileInfo.filePath()));
if (highscoreFile.name() == privateHighscoreFileInfo.filePath()) if (highscoreFile.name() == privateHighscoreFileInfo.filePath())
@ -486,7 +486,7 @@ void Score::write()
"by setting the appropriate rights (a+w) on it.\n" "by setting the appropriate rights (a+w) on it.\n"
"\n" "\n"
"To use a different directory or filename for the highscores," "To use a different directory or filename for the highscores,"
"specify them in the configfile (kpacmanrc:highscoreFilePath)." "specify them in the configfile (tdepacmanrc:highscoreFilePath)."
).arg(systemHighscoreFileInfo.filePath()), ).arg(systemHighscoreFileInfo.filePath()),
TQString::null, "PrivateHighscore"); TQString::null, "PrivateHighscore");

@ -1,5 +1,5 @@
/*************************************************************************** /***************************************************************************
kpacman.cpp - description tdepacman.cpp - description
------------------- -------------------
begin : Sam Jan 19 13:37:57 CET 2002 begin : Sam Jan 19 13:37:57 CET 2002
copyright : (C) 1998-2003 by Jörg Thönnissen copyright : (C) 1998-2003 by Jörg Thönnissen
@ -21,18 +21,18 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqmsgbox.h> #include <tqmsgbox.h>
// include files for KDE // include files for TDE
#include <kcolordlg.h> #include <kcolordlg.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kstdgameaction.h> #include <kstdgameaction.h>
// application specific includes // application specific includes
#include "kpacman.h" #include "tdepacman.h"
#define ID_STATUS_MSG 1 #define ID_STATUS_MSG 1
KpacmanApp::KpacmanApp(TQWidget *, const char *name) : TDEMainWindow(0, name) TDEpacmanApp::TDEpacmanApp(TQWidget *, const char *name) : TDEMainWindow(0, name)
{ {
config=kapp->config(); config=kapp->config();
@ -59,13 +59,13 @@ KpacmanApp::KpacmanApp(TQWidget *, const char *name) : TDEMainWindow(0, name)
connect(view->score, SIGNAL(gameFinished()), this, SLOT(slotGameFinished())); connect(view->score, SIGNAL(gameFinished()), this, SLOT(slotGameFinished()));
} }
KpacmanApp::~KpacmanApp() TDEpacmanApp::~TDEpacmanApp()
{ {
} }
void KpacmanApp::initActions() void TDEpacmanApp::initActions()
{ {
gameNew = KStdGameAction::gameNew(this, SLOT(slotGameNew()), actionCollection()); gameNew = KStdGameAction::gameNew(this, SLOT(slotGameNew()), actionCollection());
gamePause = KStdGameAction::pause(this, SLOT(slotGamePause()), actionCollection()); gamePause = KStdGameAction::pause(this, SLOT(slotGamePause()), actionCollection());
@ -93,12 +93,12 @@ void KpacmanApp::initActions()
showStatusBar->setStatusText(i18n("Enables/disables the statusbar")); showStatusBar->setStatusText(i18n("Enables/disables the statusbar"));
showMouseCursor->setStatusText(i18n("Enable/disables the mousecursor")); showMouseCursor->setStatusText(i18n("Enable/disables the mousecursor"));
// use the absolute path to your kpacmanui.rc file for testing purpose in createGUI(); // use the absolute path to your tdepacmanui.rc file for testing purpose in createGUI();
createGUI(); createGUI();
} }
void KpacmanApp::initStatusBar() void TDEpacmanApp::initStatusBar()
{ {
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
// STATUSBAR // STATUSBAR
@ -106,20 +106,20 @@ void KpacmanApp::initStatusBar()
statusBar()->insertItem(i18n("Ready."), ID_STATUS_MSG); statusBar()->insertItem(i18n("Ready."), ID_STATUS_MSG);
} }
void KpacmanApp::initView() void TDEpacmanApp::initView()
{ {
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// create the main widget here that is managed by TDEMainWindow's view-region and // create the main widget here that is managed by TDEMainWindow's view-region and
// connect the widget. // connect the widget.
view = new KpacmanView(this); view = new TDEpacmanView(this);
setCentralWidget(view); setCentralWidget(view);
setFixedSize(view->width(), view->height()); setFixedSize(view->width(), view->height());
view->referee->setFocus(); view->referee->setFocus();
} }
void KpacmanApp::saveOptions() void TDEpacmanApp::saveOptions()
{ {
// config->setGroup("General Options"); // config->setGroup("General Options");
config->writeEntry("Geometry", size()); config->writeEntry("Geometry", size());
@ -134,7 +134,7 @@ void KpacmanApp::saveOptions()
config->writeEntry("Mode", mode); config->writeEntry("Mode", mode);
} }
void KpacmanApp::readOptions() void TDEpacmanApp::readOptions()
{ {
// config->setGroup("General Options"); // config->setGroup("General Options");
@ -183,7 +183,7 @@ void KpacmanApp::readOptions()
readSchemes(); readSchemes();
} }
void KpacmanApp::readSchemes() void TDEpacmanApp::readSchemes()
{ {
TQString saveGroup = config->group(); TQString saveGroup = config->group();
TQString group; TQString group;
@ -247,7 +247,7 @@ void KpacmanApp::readSchemes()
config->setGroup(saveGroup); config->setGroup(saveGroup);
} }
bool KpacmanApp::queryExit() bool TDEpacmanApp::queryExit()
{ {
saveOptions(); saveOptions();
return true; return true;
@ -258,7 +258,7 @@ bool KpacmanApp::queryExit()
// SLOT IMPLEMENTATION // SLOT IMPLEMENTATION
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
void KpacmanApp::slotGameNew() void TDEpacmanApp::slotGameNew()
{ {
// enable the gameHighscores action, if disabled by forced highscores mode // enable the gameHighscores action, if disabled by forced highscores mode
if (!gameHighscores->isEnabled()) if (!gameHighscores->isEnabled())
@ -279,13 +279,13 @@ void KpacmanApp::slotGameNew()
view->referee->play(); view->referee->play();
} }
void KpacmanApp::slotGamePause() void TDEpacmanApp::slotGamePause()
{ {
view->referee->pause(); view->referee->pause();
view->score->setPause(gamePause->isChecked()); view->score->setPause(gamePause->isChecked());
} }
void KpacmanApp::slotFocusedGamePause() void TDEpacmanApp::slotFocusedGamePause()
{ {
// if an focus-event triggers the pause, toggle the gamePause checked // if an focus-event triggers the pause, toggle the gamePause checked
gamePause->setChecked(!gamePause->isChecked()); gamePause->setChecked(!gamePause->isChecked());
@ -294,7 +294,7 @@ void KpacmanApp::slotFocusedGamePause()
slotGamePause(); slotGamePause();
} }
void KpacmanApp::slotGameHighscores() void TDEpacmanApp::slotGameHighscores()
{ {
// toggle highscores mode flag // toggle highscores mode flag
highscoresChecked = !highscoresChecked; highscoresChecked = !highscoresChecked;
@ -318,7 +318,7 @@ void KpacmanApp::slotGameHighscores()
} }
} }
void KpacmanApp::slotForcedGameHighscores() void TDEpacmanApp::slotForcedGameHighscores()
{ {
// disable menuitem to prevent closing highscores display // disable menuitem to prevent closing highscores display
gameHighscores->setEnabled(false); gameHighscores->setEnabled(false);
@ -326,14 +326,14 @@ void KpacmanApp::slotForcedGameHighscores()
slotGameHighscores(); slotGameHighscores();
} }
void KpacmanApp::slotGameQuit() void TDEpacmanApp::slotGameQuit()
{ {
slotStatusMsg(i18n("Exiting...")); slotStatusMsg(i18n("Exiting..."));
saveOptions(); saveOptions();
kapp->quit(); kapp->quit();
} }
void KpacmanApp::slotShowMenuBar() void TDEpacmanApp::slotShowMenuBar()
{ {
slotStatusMsg(i18n("Toggling menubar...")); slotStatusMsg(i18n("Toggling menubar..."));
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
@ -348,7 +348,7 @@ void KpacmanApp::slotShowMenuBar()
slotStatusMsg(i18n("Ready.")); slotStatusMsg(i18n("Ready."));
} }
void KpacmanApp::slotShowToolBar() void TDEpacmanApp::slotShowToolBar()
{ {
slotStatusMsg(i18n("Toggling toolbar...")); slotStatusMsg(i18n("Toggling toolbar..."));
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
@ -363,7 +363,7 @@ void KpacmanApp::slotShowToolBar()
slotStatusMsg(i18n("Ready.")); slotStatusMsg(i18n("Ready."));
} }
void KpacmanApp::slotShowStatusBar() void TDEpacmanApp::slotShowStatusBar()
{ {
slotStatusMsg(i18n("Toggle the statusbar...")); slotStatusMsg(i18n("Toggle the statusbar..."));
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
@ -378,7 +378,7 @@ void KpacmanApp::slotShowStatusBar()
slotStatusMsg(i18n("Ready.")); slotStatusMsg(i18n("Ready."));
} }
void KpacmanApp::slotShowMouseCursor() void TDEpacmanApp::slotShowMouseCursor()
{ {
slotStatusMsg(i18n("Toggle the mousecursor...")); slotStatusMsg(i18n("Toggle the mousecursor..."));
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
@ -392,7 +392,7 @@ void KpacmanApp::slotShowMouseCursor()
slotStatusMsg(i18n("Ready.")); slotStatusMsg(i18n("Ready."));
} }
void KpacmanApp::slotSchemeActivated(int id) void TDEpacmanApp::slotSchemeActivated(int id)
{ {
slotStatusMsg(i18n("Graphic scheme selected...")); slotStatusMsg(i18n("Graphic scheme selected..."));
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
@ -420,7 +420,7 @@ void KpacmanApp::slotSchemeActivated(int id)
slotStatusMsg(i18n("Ready.")); slotStatusMsg(i18n("Ready."));
} }
void KpacmanApp::slotFocusOutPause() void TDEpacmanApp::slotFocusOutPause()
{ {
slotStatusMsg(i18n("Toggle focusOutPause...")); slotStatusMsg(i18n("Toggle focusOutPause..."));
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
@ -430,7 +430,7 @@ void KpacmanApp::slotFocusOutPause()
slotStatusMsg(i18n("Ready.")); slotStatusMsg(i18n("Ready."));
} }
void KpacmanApp::slotFocusInContinue() void TDEpacmanApp::slotFocusInContinue()
{ {
slotStatusMsg(i18n("Toggle focusInContinue...")); slotStatusMsg(i18n("Toggle focusInContinue..."));
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
@ -440,7 +440,7 @@ void KpacmanApp::slotFocusInContinue()
slotStatusMsg(i18n("Ready.")); slotStatusMsg(i18n("Ready."));
} }
void KpacmanApp::slotKeyBindings() void TDEpacmanApp::slotKeyBindings()
{ {
slotStatusMsg(i18n("Configure key bindings...")); slotStatusMsg(i18n("Configure key bindings..."));
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
@ -455,7 +455,7 @@ void KpacmanApp::slotKeyBindings()
slotStatusMsg(i18n("Ready.")); slotStatusMsg(i18n("Ready."));
} }
void KpacmanApp::slotGameFinished() void TDEpacmanApp::slotGameFinished()
{ {
slotStatusMsg(i18n("Game finished...")); slotStatusMsg(i18n("Game finished..."));
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
@ -465,7 +465,7 @@ void KpacmanApp::slotGameFinished()
slotStatusMsg(i18n("Ready.")); slotStatusMsg(i18n("Ready."));
} }
void KpacmanApp::slotStatusMsg(const TQString &text) void TDEpacmanApp::slotStatusMsg(const TQString &text)
{ {
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
// change status message permanently // change status message permanently
@ -473,4 +473,4 @@ void KpacmanApp::slotStatusMsg(const TQString &text)
statusBar()->changeItem(text, ID_STATUS_MSG); statusBar()->changeItem(text, ID_STATUS_MSG);
} }
#include "kpacman.moc" #include "tdepacman.moc"

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Name=Kpacman Name=TDEpacman
GenericName=Arcade Game GenericName=Arcade Game
@ -8,9 +8,9 @@ Comment=A simple clone of the classic arcade game Pac-Man
Keywords=arcade;pacman;dots;ghosts;level; Keywords=arcade;pacman;dots;ghosts;level;
Type=Application Type=Application
Exec=kpacman -caption "%c" %i %m Exec=tdepacman -caption "%c" %i %m
Icon=kpacman.png Icon=tdepacman.png
MiniIcon=kpacman.png MiniIcon=tdepacman.png
Terminal=false Terminal=false
X-DocPath=kpacman/index.html X-DocPath=tdepacman/index.html
Categories=Qt;TDE;Game;ArcadeGame; Categories=Qt;TDE;Game;ArcadeGame;

@ -1,5 +1,5 @@
/*************************************************************************** /***************************************************************************
kpacman.h - description tdepacman.h - description
------------------- -------------------
begin : Sam Jan 19 13:37:57 CET 2002 begin : Sam Jan 19 13:37:57 CET 2002
copyright : (C) 1998-2003 by Jörg Thönnissen copyright : (C) 1998-2003 by Jörg Thönnissen
@ -15,8 +15,8 @@
* * * *
***************************************************************************/ ***************************************************************************/
#ifndef KPACMAN_H #ifndef TDEPACMAN_H
#define KPACMAN_H #define TDEPACMAN_H
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
@ -28,7 +28,7 @@
#include <tqfileinf.h> #include <tqfileinf.h>
#include <tqregexp.h> #include <tqregexp.h>
//include files for KDE //include files for TDE
#include <kapp.h> #include <kapp.h>
#include <tdemainwindow.h> #include <tdemainwindow.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>
@ -37,29 +37,29 @@
#include <tdemenubar.h> #include <tdemenubar.h>
// application specific includes // application specific includes
#include "kpacmanview.h" #include "tdepacmanview.h"
#include "referee.h" #include "referee.h"
#include "status.h" #include "status.h"
#include "score.h" #include "score.h"
#include "keys.h" #include "keys.h"
// forward declaration of the Kpacman classes // forward declaration of the TDEpacman classes
class KpacmanView; class TDEpacmanView;
/** /**
* The base class for Kpacman application. * The base class for TDEpacman application.
*/ */
class KpacmanApp : public TDEMainWindow class TDEpacmanApp : public TDEMainWindow
{ {
Q_OBJECT Q_OBJECT
friend class KpacmanView; friend class TDEpacmanView;
public: public:
/** constructor of KpacmanApp, calls all init functions to create the application. /** constructor of TDEpacmanApp, calls all init functions to create the application.
*/ */
KpacmanApp(TQWidget *parent = 0, const char *name = 0); TDEpacmanApp(TQWidget *parent = 0, const char *name = 0);
virtual ~KpacmanApp(); virtual ~TDEpacmanApp();
protected: protected:
/** save general Options like all bar positions and status as well as the application specific /** save general Options like all bar positions and status as well as the application specific
@ -150,7 +150,7 @@ class KpacmanApp : public TDEMainWindow
* you can create your view according to your application's needs by * you can create your view according to your application's needs by
* changing the view class. * changing the view class.
*/ */
KpacmanView *view; TDEpacmanView *view;
// TDEAction pointers to enable/disable actions // TDEAction pointers to enable/disable actions
TDEAction* gameNew; TDEAction* gameNew;
@ -182,4 +182,4 @@ class KpacmanApp : public TDEMainWindow
bool focusedPause; // Pause caused by focusEvents bool focusedPause; // Pause caused by focusEvents
}; };
#endif // KPACMAN_H #endif // TDEPACMAN_H

@ -1,5 +1,5 @@
<!DOCTYPE kpartgui> <!DOCTYPE kpartgui>
<kpartgui name="kpacman" version="0.3.2"> <kpartgui name="tdepacman" version="0.3.2">
<MenuBar> <MenuBar>
<Menu name="game"><text>&amp;Game</text> <Menu name="game"><text>&amp;Game</text>
</Menu> </Menu>

@ -1,5 +1,5 @@
/*************************************************************************** /***************************************************************************
kpacmanview.cpp - description tdepacmanview.cpp - description
------------------- -------------------
begin : Sam Jan 19 13:37:57 CET 2002 begin : Sam Jan 19 13:37:57 CET 2002
copyright : (C) 1998-2003 by Jörg Thönnissen copyright : (C) 1998-2003 by Jörg Thönnissen
@ -18,19 +18,19 @@
// include files for TQt // include files for TQt
#include <tqmessagebox.h> #include <tqmessagebox.h>
// include files for KDE // include files for TDE
#include <kapp.h> #include <kapp.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kstddirs.h> #include <kstddirs.h>
// application specific includes // application specific includes
#include "kpacmanview.h" #include "tdepacmanview.h"
#include "bitfont.h" #include "bitfont.h"
#include "score.h" #include "score.h"
#include "referee.h" #include "referee.h"
#include "status.h" #include "status.h"
KpacmanView::KpacmanView( TQWidget *parent, const char *name) : TQWidget( parent, name ) TDEpacmanView::TDEpacmanView( TQWidget *parent, const char *name) : TQWidget( parent, name )
{ {
bitfont = NULL; bitfont = NULL;
fontName = ""; fontName = "";
@ -45,11 +45,11 @@ KpacmanView::KpacmanView( TQWidget *parent, const char *name) : TQWidget( parent
setFixedSize(referee->width(), bitfont->height()*3 + referee->height() + status->height()); setFixedSize(referee->width(), bitfont->height()*3 + referee->height() + status->height());
} }
KpacmanView::~KpacmanView() TDEpacmanView::~TDEpacmanView()
{ {
} }
void KpacmanView::confMisc(bool defGroup) void TDEpacmanView::confMisc(bool defGroup)
{ {
TDEStandardDirs *dirs = TDEGlobal::dirs(); TDEStandardDirs *dirs = TDEGlobal::dirs();
TQString findPath; TQString findPath;
@ -71,7 +71,7 @@ void KpacmanView::confMisc(bool defGroup)
} }
} }
void KpacmanView::confScheme() void TDEpacmanView::confScheme()
{ {
TQString lastFontName = fontName; TQString lastFontName = fontName;
TQString oldgroup = kapp->config()->group(); TQString oldgroup = kapp->config()->group();
@ -127,7 +127,7 @@ void KpacmanView::confScheme()
kapp->config()->setGroup(oldgroup); kapp->config()->setGroup(oldgroup);
} }
void KpacmanView::setScheme(int Scheme, int Mode) void TDEpacmanView::setScheme(int Scheme, int Mode)
{ {
mode = Mode; mode = Mode;
scheme = Scheme; scheme = Scheme;
@ -147,7 +147,7 @@ void KpacmanView::setScheme(int Scheme, int Mode)
status->repaint(FALSE); status->repaint(FALSE);
} }
void KpacmanView::resizeEvent( TQResizeEvent * ) void TDEpacmanView::resizeEvent( TQResizeEvent * )
{ {
referee->setGeometry(0, bitfont->height()*3, referee->width(), referee->height()); referee->setGeometry(0, bitfont->height()*3, referee->width(), referee->height());
referee->setBackgroundColor(BLACK); referee->setBackgroundColor(BLACK);
@ -160,4 +160,4 @@ void KpacmanView::resizeEvent( TQResizeEvent * )
score->setBackgroundColor(BLACK); score->setBackgroundColor(BLACK);
} }
#include "kpacmanview.moc" #include "tdepacmanview.moc"

@ -1,5 +1,5 @@
/*************************************************************************** /***************************************************************************
kpacmanview.h - description tdepacmanview.h - description
------------------- -------------------
begin : Sam Jan 19 13:37:57 CET 2002 begin : Sam Jan 19 13:37:57 CET 2002
copyright : (C) 1998-2003 by Jörg Thönnissen copyright : (C) 1998-2003 by Jörg Thönnissen
@ -15,8 +15,8 @@
* * * *
***************************************************************************/ ***************************************************************************/
#ifndef KPACMANVIEW_H #ifndef TDEPACMANVIEW_H
#define KPACMANVIEW_H #define TDEPACMANVIEW_H
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
@ -32,17 +32,17 @@
#include "status.h" #include "status.h"
#include "painter.h" #include "painter.h"
/** The KpacmanView class provides the view widget for the KpacmanApp instance. /** The TDEpacmanView class provides the view widget for the TDEpacmanApp instance.
* The View instance inherits TQWidget as a base class and represents the view object of a KTMainWindow. * The View instance inherits TQWidget as a base class and represents the view object of a KTMainWindow.
*/ */
class KpacmanView : public TQWidget class TDEpacmanView : public TQWidget
{ {
Q_OBJECT Q_OBJECT
public: public:
/** Constructor for the main view */ /** Constructor for the main view */
KpacmanView ( TQWidget *parent = 0, const char *name = 0); TDEpacmanView ( TQWidget *parent = 0, const char *name = 0);
/** Destructor for the main view */ /** Destructor for the main view */
virtual ~KpacmanView(); virtual ~TDEpacmanView();
void setScheme(int scheme=-1, int mode=-1); void setScheme(int scheme=-1, int mode=-1);
Score *score; Score *score;
@ -65,4 +65,4 @@ private:
int mode; int mode;
}; };
#endif // KPACMANVIEW_H #endif // TDEPACMANVIEW_H

@ -17,21 +17,21 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#. Name #. Name
#: kpacman.desktop:2 #: tdepacman.desktop:2
msgid "Kpacman" msgid "TDEpacman"
msgstr "Kpacman" msgstr "TDEpacman"
#. GenericName #. GenericName
#: kpacman.desktop:4 #: tdepacman.desktop:4
msgid "Arcade Game" msgid "Arcade Game"
msgstr "" msgstr ""
#. Comment #. Comment
#: kpacman.desktop:6 #: tdepacman.desktop:6
msgid "A simple clone of the classic arcade game Pac-Man" msgid "A simple clone of the classic arcade game Pac-Man"
msgstr "" msgstr ""
#. Keywords #. Keywords
#: kpacman.desktop:8 #: tdepacman.desktop:8
msgid "arcade;pacman;dots;ghosts;level;" msgid "arcade;pacman;dots;ghosts;level;"
msgstr "" msgstr ""

@ -17,21 +17,21 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#. Name #. Name
#: kpacman.desktop:2 #: tdepacman.desktop:2
msgid "Kpacman" msgid "TDEpacman"
msgstr "Kpacman" msgstr "TDEpacman"
#. GenericName #. GenericName
#: kpacman.desktop:4 #: tdepacman.desktop:4
msgid "Arcade Game" msgid "Arcade Game"
msgstr "Jeux d'arcade" msgstr "Jeux d'arcade"
#. Comment #. Comment
#: kpacman.desktop:6 #: tdepacman.desktop:6
msgid "A simple clone of the classic arcade game Pac-Man" msgid "A simple clone of the classic arcade game Pac-Man"
msgstr "" msgstr ""
#. Keywords #. Keywords
#: kpacman.desktop:8 #: tdepacman.desktop:8
msgid "arcade;pacman;dots;ghosts;level;" msgid "arcade;pacman;dots;ghosts;level;"
msgstr "" msgstr ""

@ -17,21 +17,21 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#. Name #. Name
#: kpacman.desktop:2 #: tdepacman.desktop:2
msgid "Kpacman" msgid "TDEpacman"
msgstr "" msgstr ""
#. GenericName #. GenericName
#: kpacman.desktop:4 #: tdepacman.desktop:4
msgid "Arcade Game" msgid "Arcade Game"
msgstr "" msgstr ""
#. Comment #. Comment
#: kpacman.desktop:6 #: tdepacman.desktop:6
msgid "A simple clone of the classic arcade game Pac-Man" msgid "A simple clone of the classic arcade game Pac-Man"
msgstr "" msgstr ""
#. Keywords #. Keywords
#: kpacman.desktop:8 #: tdepacman.desktop:8
msgid "arcade;pacman;dots;ghosts;level;" msgid "arcade;pacman;dots;ghosts;level;"
msgstr "" msgstr ""

@ -20,7 +20,7 @@ msgstr ""
"From: Joerg Thoennissen <joe@dsite.de>\n" "From: Joerg Thoennissen <joe@dsite.de>\n"
"Xgettext-Options: -C -ki18n\n" "Xgettext-Options: -C -ki18n\n"
"Files: bitfont.cpp pacman.cpp monster.cpp fruit.cpp board.cpp painter.cpp " "Files: bitfont.cpp pacman.cpp monster.cpp fruit.cpp board.cpp painter.cpp "
"referee.cpp status.cpp score.cpp keys.cpp kpacman.cpp kpacmanwidget.cpp main." "referee.cpp status.cpp score.cpp keys.cpp tdepacman.cpp tdepacmanwidget.cpp main."
"cpp\n" "cpp\n"
"X-Generator: KBabel 1.0.1\n" "X-Generator: KBabel 1.0.1\n"
@ -64,49 +64,49 @@ msgstr "Tastaturbelegung ändern"
msgid "Undefined key" msgid "Undefined key"
msgstr "Undefinierte Taste" msgstr "Undefinierte Taste"
#: kpacman.cpp:78 #: tdepacman.cpp:78
msgid "Show Mouse&cursor" msgid "Show Mouse&cursor"
msgstr "Maus&cursor anzeigen" msgstr "Maus&cursor anzeigen"
#: kpacman.cpp:81 #: tdepacman.cpp:81
msgid "&Select graphic scheme" msgid "&Select graphic scheme"
msgstr "Grafik&schema auswählen" msgstr "Grafik&schema auswählen"
#: kpacman.cpp:84 #: tdepacman.cpp:84
msgid "Pause in &Background" msgid "Pause in &Background"
msgstr "&Anhalten im Hintergrund" msgstr "&Anhalten im Hintergrund"
#: kpacman.cpp:87 #: tdepacman.cpp:87
msgid "Continue in &Foreground" msgid "Continue in &Foreground"
msgstr "&Fortsetzen im Vordergrund" msgstr "&Fortsetzen im Vordergrund"
#: kpacman.cpp:91 #: tdepacman.cpp:91
msgid "Enables/disables the menubar" msgid "Enables/disables the menubar"
msgstr "Menüzeile ein/ausschalten" msgstr "Menüzeile ein/ausschalten"
#: kpacman.cpp:92 #: tdepacman.cpp:92
msgid "Enables/disables the toolbar" msgid "Enables/disables the toolbar"
msgstr "Werkzeugleiste ein/ausschalten" msgstr "Werkzeugleiste ein/ausschalten"
#: kpacman.cpp:93 #: tdepacman.cpp:93
msgid "Enables/disables the statusbar" msgid "Enables/disables the statusbar"
msgstr "Statuszeile ein/ausschalten" msgstr "Statuszeile ein/ausschalten"
#: kpacman.cpp:94 #: tdepacman.cpp:94
msgid "Enable/disables the mousecursor" msgid "Enable/disables the mousecursor"
msgstr "Mauszeiger ein/ausschalten" msgstr "Mauszeiger ein/ausschalten"
#: kpacman.cpp:106 kpacman.cpp:348 kpacman.cpp:363 kpacman.cpp:378 #: tdepacman.cpp:106 tdepacman.cpp:348 tdepacman.cpp:363 tdepacman.cpp:378
#: kpacman.cpp:392 kpacman.cpp:420 kpacman.cpp:430 kpacman.cpp:440 #: tdepacman.cpp:392 tdepacman.cpp:420 tdepacman.cpp:430 tdepacman.cpp:440
#: kpacman.cpp:455 kpacman.cpp:465 #: tdepacman.cpp:455 tdepacman.cpp:465
msgid "Ready." msgid "Ready."
msgstr "Fertig." msgstr "Fertig."
#: kpacman.cpp:206 #: tdepacman.cpp:206
msgid "Configuration Error" msgid "Configuration Error"
msgstr "Konfigurationsfehler" msgstr "Konfigurationsfehler"
#: kpacman.cpp:207 #: tdepacman.cpp:207
msgid "" msgid ""
"There are no schemes defined,\n" "There are no schemes defined,\n"
"or no scheme is selected." "or no scheme is selected."
@ -114,47 +114,47 @@ msgstr ""
"Es sind keine Schemen definiert,\n" "Es sind keine Schemen definiert,\n"
"oder kein Schema ausgewählt." "oder kein Schema ausgewählt."
#: kpacman.cpp:331 #: tdepacman.cpp:331
msgid "Exiting..." msgid "Exiting..."
msgstr "Beenden..." msgstr "Beenden..."
#: kpacman.cpp:338 #: tdepacman.cpp:338
msgid "Toggling menubar..." msgid "Toggling menubar..."
msgstr "Menüzeile umschalten..." msgstr "Menüzeile umschalten..."
#: kpacman.cpp:353 #: tdepacman.cpp:353
msgid "Toggling toolbar..." msgid "Toggling toolbar..."
msgstr "Werkzeugleiste umschalten..." msgstr "Werkzeugleiste umschalten..."
#: kpacman.cpp:368 #: tdepacman.cpp:368
msgid "Toggle the statusbar..." msgid "Toggle the statusbar..."
msgstr "Statuszeile umschalten..." msgstr "Statuszeile umschalten..."
#: kpacman.cpp:383 #: tdepacman.cpp:383
msgid "Toggle the mousecursor..." msgid "Toggle the mousecursor..."
msgstr "Mauszeiger umschalten..." msgstr "Mauszeiger umschalten..."
#: kpacman.cpp:397 #: tdepacman.cpp:397
msgid "Graphic scheme selected..." msgid "Graphic scheme selected..."
msgstr "Grafikschema ausgewählt..." msgstr "Grafikschema ausgewählt..."
#: kpacman.cpp:425 #: tdepacman.cpp:425
msgid "Toggle focusOutPause..." msgid "Toggle focusOutPause..."
msgstr "Pause im Hintergrund umschalten..." msgstr "Pause im Hintergrund umschalten..."
#: kpacman.cpp:435 #: tdepacman.cpp:435
msgid "Toggle focusInContinue..." msgid "Toggle focusInContinue..."
msgstr "Fortsetzen im Vordergrund umschalten..." msgstr "Fortsetzen im Vordergrund umschalten..."
#: kpacman.cpp:445 #: tdepacman.cpp:445
msgid "Configure key bindings..." msgid "Configure key bindings..."
msgstr "Tastaturbelegung ändern..." msgstr "Tastaturbelegung ändern..."
#: kpacman.cpp:460 #: tdepacman.cpp:460
msgid "Game finished..." msgid "Game finished..."
msgstr "Spiel beendet..." msgstr "Spiel beendet..."
#: kpacmanview.cpp:118 #: tdepacmanview.cpp:118
msgid "" msgid ""
"The bitfont could not be contructed.\n" "The bitfont could not be contructed.\n"
"\n" "\n"
@ -168,7 +168,7 @@ msgstr ""
#: main.cpp:25 #: main.cpp:25
msgid "" msgid ""
"A pacman game for the KDE Desktop\n" "A pacman game for the TDE Desktop\n"
"\n" "\n"
"The program based on the source of ksnake\n" "The program based on the source of ksnake\n"
"by Michel Filippi (mfilippi@sade.rhein-main.de).\n" "by Michel Filippi (mfilippi@sade.rhein-main.de).\n"
@ -179,7 +179,7 @@ msgid ""
"the last 14 years of her friendship\n" "the last 14 years of her friendship\n"
"and Christine Nickel for the 'K' in my life." "and Christine Nickel for the 'K' in my life."
msgstr "" msgstr ""
"Ein Pacman Spiel für den KDE Desktop\n" "Ein Pacman Spiel für den TDE Desktop\n"
"\n" "\n"
"Das Programm basiert auf dem Quellcode von ksnake\n" "Das Programm basiert auf dem Quellcode von ksnake\n"
"von Michel Filippi (mfilippi@sade.rhein-main.de).\n" "von Michel Filippi (mfilippi@sade.rhein-main.de).\n"
@ -192,7 +192,7 @@ msgstr ""
"Leben danken." "Leben danken."
#: main.cpp:43 #: main.cpp:43
msgid "Kpacman" msgid "TDEpacman"
msgstr "" msgstr ""
#: painter.cpp:68 status.cpp:41 #: painter.cpp:68 status.cpp:41
@ -315,7 +315,7 @@ msgid ""
"on that file or ask your systemadministator for that favor.\n" "on that file or ask your systemadministator for that favor.\n"
"\n" "\n"
"To use a different directory or filename for the highscores,specify them in " "To use a different directory or filename for the highscores,specify them in "
"the configfile (kpacmanrc:highscoreFilePath)." "the configfile (tdepacmanrc:highscoreFilePath)."
msgstr "" msgstr ""
"Sie sind gerade dabei die highscore-Datei\n" "Sie sind gerade dabei die highscore-Datei\n"
"'%1'\n" "'%1'\n"
@ -327,7 +327,7 @@ msgstr ""
"um diesen Gefallen.\n" "um diesen Gefallen.\n"
"\n" "\n"
"Um ein anderes Verzeichnis oder einen Dateinamen für die highscores zu\n" "Um ein anderes Verzeichnis oder einen Dateinamen für die highscores zu\n"
"benutzen, geben Sie diese in der Konfigurationsdatei (kpacmanrc:" "benutzen, geben Sie diese in der Konfigurationsdatei (tdepacmanrc:"
"highscoreFilePath)\n" "highscoreFilePath)\n"
"an." "an."
@ -341,7 +341,7 @@ msgid ""
"by setting the appropriate rights (a+w) on it.\n" "by setting the appropriate rights (a+w) on it.\n"
"\n" "\n"
"To use a different directory or filename for the highscores,specify them in " "To use a different directory or filename for the highscores,specify them in "
"the configfile (kpacmanrc:highscoreFilePath)." "the configfile (tdepacmanrc:highscoreFilePath)."
msgstr "" msgstr ""
"Sie benutzen eine private highscore-Datei, das liegt meistens an fehlenden\n" "Sie benutzen eine private highscore-Datei, das liegt meistens an fehlenden\n"
"Schreibrechten auf die systemweite Datei\n" "Schreibrechten auf die systemweite Datei\n"
@ -351,7 +351,7 @@ msgstr ""
"indem er Ihnen die erforderlichen Rechte (a+w) an Dieser erteilt.\n" "indem er Ihnen die erforderlichen Rechte (a+w) an Dieser erteilt.\n"
"\n" "\n"
"Um ein anderes Verzeichnis oder einen Dateinamen für die highscores zu\n" "Um ein anderes Verzeichnis oder einen Dateinamen für die highscores zu\n"
"benutzen, geben Sie diese in der Konfigurationsdatei (kpacmanrc:" "benutzen, geben Sie diese in der Konfigurationsdatei (tdepacmanrc:"
"highscoreFilePath)\n" "highscoreFilePath)\n"
"an." "an."

@ -1,4 +1,4 @@
# Translation of Kpacman to Spanish # Translation of TDEpacman to Spanish
# Copyright (C) 2003 Quique <tquique@sindominio.net> # Copyright (C) 2003 Quique <tquique@sindominio.net>
# Quique <tquique@sindominio.net>, 2003 # Quique <tquique@sindominio.net>, 2003
# #
@ -55,52 +55,52 @@ msgstr "Cambiar las teclas de dirección"
msgid "Undefined key" msgid "Undefined key"
msgstr "Tecla sin definir" msgstr "Tecla sin definir"
#: kpacman.cpp:78 #: tdepacman.cpp:78
#, fuzzy #, fuzzy
msgid "Show Mouse&cursor" msgid "Show Mouse&cursor"
msgstr "&Ocultar puntero del ratón" msgstr "&Ocultar puntero del ratón"
#: kpacman.cpp:81 #: tdepacman.cpp:81
msgid "&Select graphic scheme" msgid "&Select graphic scheme"
msgstr "&Seleccionar el esquema gráfico" msgstr "&Seleccionar el esquema gráfico"
#: kpacman.cpp:84 #: tdepacman.cpp:84
#, fuzzy #, fuzzy
msgid "Pause in &Background" msgid "Pause in &Background"
msgstr "&Pausar a segundo plano" msgstr "&Pausar a segundo plano"
#: kpacman.cpp:87 #: tdepacman.cpp:87
#, fuzzy #, fuzzy
msgid "Continue in &Foreground" msgid "Continue in &Foreground"
msgstr "&Continuar en primer plano" msgstr "&Continuar en primer plano"
#: kpacman.cpp:91 #: tdepacman.cpp:91
msgid "Enables/disables the menubar" msgid "Enables/disables the menubar"
msgstr "" msgstr ""
#: kpacman.cpp:92 #: tdepacman.cpp:92
msgid "Enables/disables the toolbar" msgid "Enables/disables the toolbar"
msgstr "" msgstr ""
#: kpacman.cpp:93 #: tdepacman.cpp:93
msgid "Enables/disables the statusbar" msgid "Enables/disables the statusbar"
msgstr "" msgstr ""
#: kpacman.cpp:94 #: tdepacman.cpp:94
msgid "Enable/disables the mousecursor" msgid "Enable/disables the mousecursor"
msgstr "" msgstr ""
#: kpacman.cpp:106 kpacman.cpp:348 kpacman.cpp:363 kpacman.cpp:378 #: tdepacman.cpp:106 tdepacman.cpp:348 tdepacman.cpp:363 tdepacman.cpp:378
#: kpacman.cpp:392 kpacman.cpp:420 kpacman.cpp:430 kpacman.cpp:440 #: tdepacman.cpp:392 tdepacman.cpp:420 tdepacman.cpp:430 tdepacman.cpp:440
#: kpacman.cpp:455 kpacman.cpp:465 #: tdepacman.cpp:455 tdepacman.cpp:465
msgid "Ready." msgid "Ready."
msgstr "" msgstr ""
#: kpacman.cpp:206 #: tdepacman.cpp:206
msgid "Configuration Error" msgid "Configuration Error"
msgstr "Error de configuración" msgstr "Error de configuración"
#: kpacman.cpp:207 #: tdepacman.cpp:207
msgid "" msgid ""
"There are no schemes defined,\n" "There are no schemes defined,\n"
"or no scheme is selected." "or no scheme is selected."
@ -108,48 +108,48 @@ msgstr ""
"No hay esquemas definidos,\n" "No hay esquemas definidos,\n"
"o no se ha seleccionado ninguno." "o no se ha seleccionado ninguno."
#: kpacman.cpp:331 #: tdepacman.cpp:331
msgid "Exiting..." msgid "Exiting..."
msgstr "" msgstr ""
#: kpacman.cpp:338 #: tdepacman.cpp:338
msgid "Toggling menubar..." msgid "Toggling menubar..."
msgstr "" msgstr ""
#: kpacman.cpp:353 #: tdepacman.cpp:353
msgid "Toggling toolbar..." msgid "Toggling toolbar..."
msgstr "" msgstr ""
#: kpacman.cpp:368 #: tdepacman.cpp:368
msgid "Toggle the statusbar..." msgid "Toggle the statusbar..."
msgstr "" msgstr ""
#: kpacman.cpp:383 #: tdepacman.cpp:383
msgid "Toggle the mousecursor..." msgid "Toggle the mousecursor..."
msgstr "" msgstr ""
#: kpacman.cpp:397 #: tdepacman.cpp:397
msgid "Graphic scheme selected..." msgid "Graphic scheme selected..."
msgstr "" msgstr ""
#: kpacman.cpp:425 #: tdepacman.cpp:425
msgid "Toggle focusOutPause..." msgid "Toggle focusOutPause..."
msgstr "" msgstr ""
#: kpacman.cpp:435 #: tdepacman.cpp:435
msgid "Toggle focusInContinue..." msgid "Toggle focusInContinue..."
msgstr "" msgstr ""
#: kpacman.cpp:445 #: tdepacman.cpp:445
#, fuzzy #, fuzzy
msgid "Configure key bindings..." msgid "Configure key bindings..."
msgstr "Cambiar &teclas..." msgstr "Cambiar &teclas..."
#: kpacman.cpp:460 #: tdepacman.cpp:460
msgid "Game finished..." msgid "Game finished..."
msgstr "" msgstr ""
#: kpacmanview.cpp:118 #: tdepacmanview.cpp:118
msgid "" msgid ""
"The bitfont could not be contructed.\n" "The bitfont could not be contructed.\n"
"\n" "\n"
@ -164,7 +164,7 @@ msgstr ""
#: main.cpp:25 #: main.cpp:25
#, fuzzy #, fuzzy
msgid "" msgid ""
"A pacman game for the KDE Desktop\n" "A pacman game for the TDE Desktop\n"
"\n" "\n"
"The program based on the source of ksnake\n" "The program based on the source of ksnake\n"
"by Michel Filippi (mfilippi@sade.rhein-main.de).\n" "by Michel Filippi (mfilippi@sade.rhein-main.de).\n"
@ -179,7 +179,7 @@ msgstr ""
"\n" "\n"
"Joerg Thoennissen (joe@dsite.de)\n" "Joerg Thoennissen (joe@dsite.de)\n"
"\n" "\n"
"Juego de pacman para el entorno de escritorio KDE\n" "Juego de pacman para el entorno de escritorio TDE\n"
"\n" "\n"
"El programa está basado en el código fuente de ksnake\n" "El programa está basado en el código fuente de ksnake\n"
"de Michel Filippi (mfilippi@sade.rhein-main.de).\n" "de Michel Filippi (mfilippi@sade.rhein-main.de).\n"
@ -190,8 +190,8 @@ msgstr ""
"los últimos 10 años de amistad.\n" "los últimos 10 años de amistad.\n"
#: main.cpp:43 #: main.cpp:43
msgid "Kpacman" msgid "TDEpacman"
msgstr "Kpacman" msgstr "TDEpacman"
#: painter.cpp:68 status.cpp:41 #: painter.cpp:68 status.cpp:41
msgid "" msgid ""
@ -309,7 +309,7 @@ msgid ""
"on that file or ask your systemadministator for that favor.\n" "on that file or ask your systemadministator for that favor.\n"
"\n" "\n"
"To use a different directory or filename for the highscores,specify them in " "To use a different directory or filename for the highscores,specify them in "
"the configfile (kpacmanrc:highscoreFilePath)." "the configfile (tdepacmanrc:highscoreFilePath)."
msgstr "" msgstr ""
"Va a crear un fichero de máximas puntuaciones\n" "Va a crear un fichero de máximas puntuaciones\n"
"'%1'\n" "'%1'\n"
@ -320,7 +320,7 @@ msgstr ""
"a ese fichero, o pídaselo a su administrador de sistema.\n" "a ese fichero, o pídaselo a su administrador de sistema.\n"
"\n" "\n"
"Para usar un directorio o nombre de fichero diferente, especifíquelo en el " "Para usar un directorio o nombre de fichero diferente, especifíquelo en el "
"fichero de configuración (kpacmanrc:highscoreFilePath)." "fichero de configuración (tdepacmanrc:highscoreFilePath)."
#: score.cpp:481 #: score.cpp:481
msgid "" msgid ""
@ -332,7 +332,7 @@ msgid ""
"by setting the appropriate rights (a+w) on it.\n" "by setting the appropriate rights (a+w) on it.\n"
"\n" "\n"
"To use a different directory or filename for the highscores,specify them in " "To use a different directory or filename for the highscores,specify them in "
"the configfile (kpacmanrc:highscoreFilePath)." "the configfile (tdepacmanrc:highscoreFilePath)."
msgstr "" msgstr ""
"Está usando un fichero de máximas puntuaciones privado, debido " "Está usando un fichero de máximas puntuaciones privado, debido "
"principalmente de que no hay permisos de escritura para el fichero global\n" "principalmente de que no hay permisos de escritura para el fichero global\n"
@ -343,7 +343,7 @@ msgstr ""
"asignándole los permisos adecuados (a+w).\n" "asignándole los permisos adecuados (a+w).\n"
"\n" "\n"
"Para usar un directorio o nombre de fichero diferente, especifíquelos en el " "Para usar un directorio o nombre de fichero diferente, especifíquelos en el "
"fichero de configuración (kpacmanrc:highscoreFilePath)." "fichero de configuración (tdepacmanrc:highscoreFilePath)."
#: score.cpp:535 #: score.cpp:535
msgid "@YY@/@MM@/@DD@" msgid "@YY@/@MM@/@DD@"

@ -5,7 +5,7 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Kpacman 0.2.6\n" "Project-Id-Version: TDEpacman 0.2.6\n"
"POT-Creation-Date: 2020-09-01 12:41+0200\n" "POT-Creation-Date: 2020-09-01 12:41+0200\n"
"PO-Revision-Date: 2000-05-01 22:39-0100\n" "PO-Revision-Date: 2000-05-01 22:39-0100\n"
"Last-Translator: Srgio Fernandes <sergio_fernandes@rocketmail.com>\n" "Last-Translator: Srgio Fernandes <sergio_fernandes@rocketmail.com>\n"
@ -55,49 +55,49 @@ msgstr "Mudar Teclas de Direco"
msgid "Undefined key" msgid "Undefined key"
msgstr "" msgstr ""
#: kpacman.cpp:78 #: tdepacman.cpp:78
msgid "Show Mouse&cursor" msgid "Show Mouse&cursor"
msgstr "" msgstr ""
#: kpacman.cpp:81 #: tdepacman.cpp:81
msgid "&Select graphic scheme" msgid "&Select graphic scheme"
msgstr "&Seleccione o esquema grfico" msgstr "&Seleccione o esquema grfico"
#: kpacman.cpp:84 #: tdepacman.cpp:84
msgid "Pause in &Background" msgid "Pause in &Background"
msgstr "" msgstr ""
#: kpacman.cpp:87 #: tdepacman.cpp:87
msgid "Continue in &Foreground" msgid "Continue in &Foreground"
msgstr "" msgstr ""
#: kpacman.cpp:91 #: tdepacman.cpp:91
msgid "Enables/disables the menubar" msgid "Enables/disables the menubar"
msgstr "" msgstr ""
#: kpacman.cpp:92 #: tdepacman.cpp:92
msgid "Enables/disables the toolbar" msgid "Enables/disables the toolbar"
msgstr "" msgstr ""
#: kpacman.cpp:93 #: tdepacman.cpp:93
msgid "Enables/disables the statusbar" msgid "Enables/disables the statusbar"
msgstr "" msgstr ""
#: kpacman.cpp:94 #: tdepacman.cpp:94
msgid "Enable/disables the mousecursor" msgid "Enable/disables the mousecursor"
msgstr "" msgstr ""
#: kpacman.cpp:106 kpacman.cpp:348 kpacman.cpp:363 kpacman.cpp:378 #: tdepacman.cpp:106 tdepacman.cpp:348 tdepacman.cpp:363 tdepacman.cpp:378
#: kpacman.cpp:392 kpacman.cpp:420 kpacman.cpp:430 kpacman.cpp:440 #: tdepacman.cpp:392 tdepacman.cpp:420 tdepacman.cpp:430 tdepacman.cpp:440
#: kpacman.cpp:455 kpacman.cpp:465 #: tdepacman.cpp:455 tdepacman.cpp:465
msgid "Ready." msgid "Ready."
msgstr "" msgstr ""
#: kpacman.cpp:206 #: tdepacman.cpp:206
msgid "Configuration Error" msgid "Configuration Error"
msgstr "Erro de Configurao" msgstr "Erro de Configurao"
#: kpacman.cpp:207 #: tdepacman.cpp:207
msgid "" msgid ""
"There are no schemes defined,\n" "There are no schemes defined,\n"
"or no scheme is selected." "or no scheme is selected."
@ -105,48 +105,48 @@ msgstr ""
"No h esquemas definidos,ou no\n" "No h esquemas definidos,ou no\n"
"h esquemas seleccionados." "h esquemas seleccionados."
#: kpacman.cpp:331 #: tdepacman.cpp:331
msgid "Exiting..." msgid "Exiting..."
msgstr "" msgstr ""
#: kpacman.cpp:338 #: tdepacman.cpp:338
msgid "Toggling menubar..." msgid "Toggling menubar..."
msgstr "" msgstr ""
#: kpacman.cpp:353 #: tdepacman.cpp:353
msgid "Toggling toolbar..." msgid "Toggling toolbar..."
msgstr "" msgstr ""
#: kpacman.cpp:368 #: tdepacman.cpp:368
msgid "Toggle the statusbar..." msgid "Toggle the statusbar..."
msgstr "" msgstr ""
#: kpacman.cpp:383 #: tdepacman.cpp:383
msgid "Toggle the mousecursor..." msgid "Toggle the mousecursor..."
msgstr "" msgstr ""
#: kpacman.cpp:397 #: tdepacman.cpp:397
msgid "Graphic scheme selected..." msgid "Graphic scheme selected..."
msgstr "" msgstr ""
#: kpacman.cpp:425 #: tdepacman.cpp:425
msgid "Toggle focusOutPause..." msgid "Toggle focusOutPause..."
msgstr "" msgstr ""
#: kpacman.cpp:435 #: tdepacman.cpp:435
msgid "Toggle focusInContinue..." msgid "Toggle focusInContinue..."
msgstr "" msgstr ""
#: kpacman.cpp:445 #: tdepacman.cpp:445
#, fuzzy #, fuzzy
msgid "Configure key bindings..." msgid "Configure key bindings..."
msgstr "Mudar &teclas..." msgstr "Mudar &teclas..."
#: kpacman.cpp:460 #: tdepacman.cpp:460
msgid "Game finished..." msgid "Game finished..."
msgstr "" msgstr ""
#: kpacmanview.cpp:118 #: tdepacmanview.cpp:118
msgid "" msgid ""
"The bitfont could not be contructed.\n" "The bitfont could not be contructed.\n"
"\n" "\n"
@ -161,7 +161,7 @@ msgstr ""
#: main.cpp:25 #: main.cpp:25
#, fuzzy #, fuzzy
msgid "" msgid ""
"A pacman game for the KDE Desktop\n" "A pacman game for the TDE Desktop\n"
"\n" "\n"
"The program based on the source of ksnake\n" "The program based on the source of ksnake\n"
"by Michel Filippi (mfilippi@sade.rhein-main.de).\n" "by Michel Filippi (mfilippi@sade.rhein-main.de).\n"
@ -176,7 +176,7 @@ msgstr ""
"\n" "\n"
"Joerg Thoennissen (joe@dsite.de)\n" "Joerg Thoennissen (joe@dsite.de)\n"
"\n" "\n"
"Jogo de pacman para o ambiente de trabalho KDE\n" "Jogo de pacman para o ambiente de trabalho TDE\n"
"\n" "\n"
"O programa foi baseado na fonte do ksnake\n" "O programa foi baseado na fonte do ksnake\n"
"de Michel Filippi (mfilippi@sade.rhein-main.de).\n" "de Michel Filippi (mfilippi@sade.rhein-main.de).\n"
@ -187,7 +187,7 @@ msgstr ""
"ltimos 10 anos de amizade.\n" "ltimos 10 anos de amizade.\n"
#: main.cpp:43 #: main.cpp:43
msgid "Kpacman" msgid "TDEpacman"
msgstr "" msgstr ""
#: painter.cpp:68 status.cpp:41 #: painter.cpp:68 status.cpp:41
@ -306,7 +306,7 @@ msgid ""
"on that file or ask your systemadministator for that favor.\n" "on that file or ask your systemadministator for that favor.\n"
"\n" "\n"
"To use a different directory or filename for the highscores,specify them in " "To use a different directory or filename for the highscores,specify them in "
"the configfile (kpacmanrc:highscoreFilePath)." "the configfile (tdepacmanrc:highscoreFilePath)."
msgstr "" msgstr ""
#: score.cpp:481 #: score.cpp:481
@ -319,7 +319,7 @@ msgid ""
"by setting the appropriate rights (a+w) on it.\n" "by setting the appropriate rights (a+w) on it.\n"
"\n" "\n"
"To use a different directory or filename for the highscores,specify them in " "To use a different directory or filename for the highscores,specify them in "
"the configfile (kpacmanrc:highscoreFilePath)." "the configfile (tdepacmanrc:highscoreFilePath)."
msgstr "" msgstr ""
#: score.cpp:535 #: score.cpp:535

@ -54,96 +54,96 @@ msgstr "Byt Tangenter"
msgid "Undefined key" msgid "Undefined key"
msgstr "Ingen Tangent" msgstr "Ingen Tangent"
#: kpacman.cpp:78 #: tdepacman.cpp:78
msgid "Show Mouse&cursor" msgid "Show Mouse&cursor"
msgstr "" msgstr ""
#: kpacman.cpp:81 #: tdepacman.cpp:81
msgid "&Select graphic scheme" msgid "&Select graphic scheme"
msgstr "&Vlj grafikschema" msgstr "&Vlj grafikschema"
#: kpacman.cpp:84 #: tdepacman.cpp:84
msgid "Pause in &Background" msgid "Pause in &Background"
msgstr "" msgstr ""
#: kpacman.cpp:87 #: tdepacman.cpp:87
msgid "Continue in &Foreground" msgid "Continue in &Foreground"
msgstr "" msgstr ""
#: kpacman.cpp:91 #: tdepacman.cpp:91
msgid "Enables/disables the menubar" msgid "Enables/disables the menubar"
msgstr "" msgstr ""
#: kpacman.cpp:92 #: tdepacman.cpp:92
msgid "Enables/disables the toolbar" msgid "Enables/disables the toolbar"
msgstr "" msgstr ""
#: kpacman.cpp:93 #: tdepacman.cpp:93
msgid "Enables/disables the statusbar" msgid "Enables/disables the statusbar"
msgstr "" msgstr ""
#: kpacman.cpp:94 #: tdepacman.cpp:94
msgid "Enable/disables the mousecursor" msgid "Enable/disables the mousecursor"
msgstr "" msgstr ""
#: kpacman.cpp:106 kpacman.cpp:348 kpacman.cpp:363 kpacman.cpp:378 #: tdepacman.cpp:106 tdepacman.cpp:348 tdepacman.cpp:363 tdepacman.cpp:378
#: kpacman.cpp:392 kpacman.cpp:420 kpacman.cpp:430 kpacman.cpp:440 #: tdepacman.cpp:392 tdepacman.cpp:420 tdepacman.cpp:430 tdepacman.cpp:440
#: kpacman.cpp:455 kpacman.cpp:465 #: tdepacman.cpp:455 tdepacman.cpp:465
msgid "Ready." msgid "Ready."
msgstr "" msgstr ""
#: kpacman.cpp:206 #: tdepacman.cpp:206
msgid "Configuration Error" msgid "Configuration Error"
msgstr "Konfigurationsproblem" msgstr "Konfigurationsproblem"
#: kpacman.cpp:207 #: tdepacman.cpp:207
msgid "" msgid ""
"There are no schemes defined,\n" "There are no schemes defined,\n"
"or no scheme is selected." "or no scheme is selected."
msgstr "" msgstr ""
#: kpacman.cpp:331 #: tdepacman.cpp:331
msgid "Exiting..." msgid "Exiting..."
msgstr "" msgstr ""
#: kpacman.cpp:338 #: tdepacman.cpp:338
msgid "Toggling menubar..." msgid "Toggling menubar..."
msgstr "" msgstr ""
#: kpacman.cpp:353 #: tdepacman.cpp:353
msgid "Toggling toolbar..." msgid "Toggling toolbar..."
msgstr "" msgstr ""
#: kpacman.cpp:368 #: tdepacman.cpp:368
msgid "Toggle the statusbar..." msgid "Toggle the statusbar..."
msgstr "" msgstr ""
#: kpacman.cpp:383 #: tdepacman.cpp:383
msgid "Toggle the mousecursor..." msgid "Toggle the mousecursor..."
msgstr "" msgstr ""
#: kpacman.cpp:397 #: tdepacman.cpp:397
msgid "Graphic scheme selected..." msgid "Graphic scheme selected..."
msgstr "" msgstr ""
#: kpacman.cpp:425 #: tdepacman.cpp:425
msgid "Toggle focusOutPause..." msgid "Toggle focusOutPause..."
msgstr "" msgstr ""
#: kpacman.cpp:435 #: tdepacman.cpp:435
msgid "Toggle focusInContinue..." msgid "Toggle focusInContinue..."
msgstr "" msgstr ""
#: kpacman.cpp:445 #: tdepacman.cpp:445
#, fuzzy #, fuzzy
msgid "Configure key bindings..." msgid "Configure key bindings..."
msgstr "&Byt tangenter..." msgstr "&Byt tangenter..."
#: kpacman.cpp:460 #: tdepacman.cpp:460
msgid "Game finished..." msgid "Game finished..."
msgstr "" msgstr ""
#: kpacmanview.cpp:118 #: tdepacmanview.cpp:118
msgid "" msgid ""
"The bitfont could not be contructed.\n" "The bitfont could not be contructed.\n"
"\n" "\n"
@ -157,7 +157,7 @@ msgstr ""
#: main.cpp:25 #: main.cpp:25
msgid "" msgid ""
"A pacman game for the KDE Desktop\n" "A pacman game for the TDE Desktop\n"
"\n" "\n"
"The program based on the source of ksnake\n" "The program based on the source of ksnake\n"
"by Michel Filippi (mfilippi@sade.rhein-main.de).\n" "by Michel Filippi (mfilippi@sade.rhein-main.de).\n"
@ -170,7 +170,7 @@ msgid ""
msgstr "" msgstr ""
#: main.cpp:43 #: main.cpp:43
msgid "Kpacman" msgid "TDEpacman"
msgstr "" msgstr ""
#: painter.cpp:68 status.cpp:41 #: painter.cpp:68 status.cpp:41
@ -289,7 +289,7 @@ msgid ""
"on that file or ask your systemadministator for that favor.\n" "on that file or ask your systemadministator for that favor.\n"
"\n" "\n"
"To use a different directory or filename for the highscores,specify them in " "To use a different directory or filename for the highscores,specify them in "
"the configfile (kpacmanrc:highscoreFilePath)." "the configfile (tdepacmanrc:highscoreFilePath)."
msgstr "" msgstr ""
#: score.cpp:481 #: score.cpp:481
@ -302,7 +302,7 @@ msgid ""
"by setting the appropriate rights (a+w) on it.\n" "by setting the appropriate rights (a+w) on it.\n"
"\n" "\n"
"To use a different directory or filename for the highscores,specify them in " "To use a different directory or filename for the highscores,specify them in "
"the configfile (kpacmanrc:highscoreFilePath)." "the configfile (tdepacmanrc:highscoreFilePath)."
msgstr "" msgstr ""
#: score.cpp:535 #: score.cpp:535

@ -51,95 +51,95 @@ msgstr ""
msgid "Undefined key" msgid "Undefined key"
msgstr "" msgstr ""
#: kpacman.cpp:78 #: tdepacman.cpp:78
msgid "Show Mouse&cursor" msgid "Show Mouse&cursor"
msgstr "" msgstr ""
#: kpacman.cpp:81 #: tdepacman.cpp:81
msgid "&Select graphic scheme" msgid "&Select graphic scheme"
msgstr "" msgstr ""
#: kpacman.cpp:84 #: tdepacman.cpp:84
msgid "Pause in &Background" msgid "Pause in &Background"
msgstr "" msgstr ""
#: kpacman.cpp:87 #: tdepacman.cpp:87
msgid "Continue in &Foreground" msgid "Continue in &Foreground"
msgstr "" msgstr ""
#: kpacman.cpp:91 #: tdepacman.cpp:91
msgid "Enables/disables the menubar" msgid "Enables/disables the menubar"
msgstr "" msgstr ""
#: kpacman.cpp:92 #: tdepacman.cpp:92
msgid "Enables/disables the toolbar" msgid "Enables/disables the toolbar"
msgstr "" msgstr ""
#: kpacman.cpp:93 #: tdepacman.cpp:93
msgid "Enables/disables the statusbar" msgid "Enables/disables the statusbar"
msgstr "" msgstr ""
#: kpacman.cpp:94 #: tdepacman.cpp:94
msgid "Enable/disables the mousecursor" msgid "Enable/disables the mousecursor"
msgstr "" msgstr ""
#: kpacman.cpp:106 kpacman.cpp:348 kpacman.cpp:363 kpacman.cpp:378 #: tdepacman.cpp:106 tdepacman.cpp:348 tdepacman.cpp:363 tdepacman.cpp:378
#: kpacman.cpp:392 kpacman.cpp:420 kpacman.cpp:430 kpacman.cpp:440 #: tdepacman.cpp:392 tdepacman.cpp:420 tdepacman.cpp:430 tdepacman.cpp:440
#: kpacman.cpp:455 kpacman.cpp:465 #: tdepacman.cpp:455 tdepacman.cpp:465
msgid "Ready." msgid "Ready."
msgstr "" msgstr ""
#: kpacman.cpp:206 #: tdepacman.cpp:206
msgid "Configuration Error" msgid "Configuration Error"
msgstr "" msgstr ""
#: kpacman.cpp:207 #: tdepacman.cpp:207
msgid "" msgid ""
"There are no schemes defined,\n" "There are no schemes defined,\n"
"or no scheme is selected." "or no scheme is selected."
msgstr "" msgstr ""
#: kpacman.cpp:331 #: tdepacman.cpp:331
msgid "Exiting..." msgid "Exiting..."
msgstr "" msgstr ""
#: kpacman.cpp:338 #: tdepacman.cpp:338
msgid "Toggling menubar..." msgid "Toggling menubar..."
msgstr "" msgstr ""
#: kpacman.cpp:353 #: tdepacman.cpp:353
msgid "Toggling toolbar..." msgid "Toggling toolbar..."
msgstr "" msgstr ""
#: kpacman.cpp:368 #: tdepacman.cpp:368
msgid "Toggle the statusbar..." msgid "Toggle the statusbar..."
msgstr "" msgstr ""
#: kpacman.cpp:383 #: tdepacman.cpp:383
msgid "Toggle the mousecursor..." msgid "Toggle the mousecursor..."
msgstr "" msgstr ""
#: kpacman.cpp:397 #: tdepacman.cpp:397
msgid "Graphic scheme selected..." msgid "Graphic scheme selected..."
msgstr "" msgstr ""
#: kpacman.cpp:425 #: tdepacman.cpp:425
msgid "Toggle focusOutPause..." msgid "Toggle focusOutPause..."
msgstr "" msgstr ""
#: kpacman.cpp:435 #: tdepacman.cpp:435
msgid "Toggle focusInContinue..." msgid "Toggle focusInContinue..."
msgstr "" msgstr ""
#: kpacman.cpp:445 #: tdepacman.cpp:445
msgid "Configure key bindings..." msgid "Configure key bindings..."
msgstr "" msgstr ""
#: kpacman.cpp:460 #: tdepacman.cpp:460
msgid "Game finished..." msgid "Game finished..."
msgstr "" msgstr ""
#: kpacmanview.cpp:118 #: tdepacmanview.cpp:118
msgid "" msgid ""
"The bitfont could not be contructed.\n" "The bitfont could not be contructed.\n"
"\n" "\n"
@ -149,7 +149,7 @@ msgstr ""
#: main.cpp:25 #: main.cpp:25
msgid "" msgid ""
"A pacman game for the KDE Desktop\n" "A pacman game for the TDE Desktop\n"
"\n" "\n"
"The program based on the source of ksnake\n" "The program based on the source of ksnake\n"
"by Michel Filippi (mfilippi@sade.rhein-main.de).\n" "by Michel Filippi (mfilippi@sade.rhein-main.de).\n"
@ -162,7 +162,7 @@ msgid ""
msgstr "" msgstr ""
#: main.cpp:43 #: main.cpp:43
msgid "Kpacman" msgid "TDEpacman"
msgstr "" msgstr ""
#: painter.cpp:68 status.cpp:41 #: painter.cpp:68 status.cpp:41
@ -277,7 +277,7 @@ msgid ""
"on that file or ask your systemadministator for that favor.\n" "on that file or ask your systemadministator for that favor.\n"
"\n" "\n"
"To use a different directory or filename for the highscores,specify them in " "To use a different directory or filename for the highscores,specify them in "
"the configfile (kpacmanrc:highscoreFilePath)." "the configfile (tdepacmanrc:highscoreFilePath)."
msgstr "" msgstr ""
#: score.cpp:481 #: score.cpp:481
@ -290,7 +290,7 @@ msgid ""
"by setting the appropriate rights (a+w) on it.\n" "by setting the appropriate rights (a+w) on it.\n"
"\n" "\n"
"To use a different directory or filename for the highscores,specify them in " "To use a different directory or filename for the highscores,specify them in "
"the configfile (kpacmanrc:highscoreFilePath)." "the configfile (tdepacmanrc:highscoreFilePath)."
msgstr "" msgstr ""
#: score.cpp:535 #: score.cpp:535
Loading…
Cancel
Save