KDE Games/libkdegames Usage: Difference between revisions
*>Capriotti m (added KGameCanvas status) |
m (moved Projects/Games/libkdegames Usage to KDE Games/libkdegames Usage: Move page to its correct location.) |
||
(11 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
Add your comments here on the various modules in libkdegames. Mark modules we're keeping as <font style="color:green">green</font> and modules that are being dropped as <font style="color:red">red</font>. If you disagree with anything make a note of it here and mail the kde-games-devel mailing list. | |||
{| | {| | ||
|- | |- | ||
! Module | ! Module | ||
! Comments | ! Comments | ||
! Maintainer | |||
|- | |- | ||
| '''''Core''''' | | '''''Core''''' | ||
|- | |||
| KCardDialog | |||
| | |||
| | |||
|- | |||
| KChatBase, KChat | |||
| Used by KsirK | |||
| | |||
|- | |||
| KGameCanvas | |||
| Maintained and in use | |||
| Maurizio Monge | |||
|- | |- | ||
| KGameClock | | KGameClock | ||
| | |||
| | | | ||
|- | |- | ||
| | | style="color:green" | KGameDifficulty | ||
| | | | ||
| | |||
|- | |- | ||
| | | KGameLcd | ||
| | |||
| | | | ||
|- | |- | ||
| | | KGameMisc | ||
| Should we encourage the use of KGameMisc::randomName()? That's all that's in this header. | |||
| | | | ||
|- | |- | ||
| KGameProgress | | KGameProgress | ||
| Only used by libsirtet. Is not {{qt|QProgressBar}} sufficient? | |||
| | | | ||
|- | |- | ||
| | | KGameSvgDocument | ||
| | | | ||
| | |||
|- | |- | ||
| | | KGrid2d | ||
| Needs an overhaul to remove all the inline function definitions. Though it is templated. | |||
| | | | ||
|- | |- | ||
| | | style="color:green" | KStandardGameAction | ||
| | | In use everywhere and recommended for use. | ||
| | | | ||
|- | |- | ||
| | | style="color:red" | KZoomMainWindow | ||
| Shouldn't be needed since QGraphicsView work | |||
| | | | ||
|- | |- | ||
| '''''High Score''''' | | '''''High Score''''' | ||
|- | |- | ||
| KHighscore | | KExtHighscore | ||
| I recommend this be deprecated | |||
| | |||
|- | |||
| style="color:green" | KHighscore | |||
| Maintained and in use | | Maintained and in use | ||
| Matt Williams | |||
|- | |- | ||
| KScoreDialog | | style="color:green" | KScoreDialog | ||
| Maintained and recommended for use | | Maintained and recommended for use | ||
| | | Matt Williams | ||
|- | |- | ||
| '''''KGame''''' | | '''''KGame''''' | ||
|- | |- | ||
| KGame and friends | | KGame and friends | ||
| Unmaintained? But in use in various places | | Unmaintained? But in use in various places, KsirK for example | ||
| | |||
|- | |- | ||
| '''''KGGZ''''' | | '''''[[Development/Architecture/KDE4/KGGZ|KGGZ]]''''' | ||
|- | |- | ||
| | | General | ||
| Maintained (but not in use?) | |||
| | | | ||
|- | |- | ||
|} | |} |
Latest revision as of 17:37, 27 April 2012
Add your comments here on the various modules in libkdegames. Mark modules we're keeping as green and modules that are being dropped as red. If you disagree with anything make a note of it here and mail the kde-games-devel mailing list.
Module | Comments | Maintainer |
---|---|---|
Core | ||
KCardDialog | ||
KChatBase, KChat | Used by KsirK | |
KGameCanvas | Maintained and in use | Maurizio Monge |
KGameClock | ||
KGameDifficulty | ||
KGameLcd | ||
KGameMisc | Should we encourage the use of KGameMisc::randomName()? That's all that's in this header. | |
KGameProgress | Only used by libsirtet. Is not QProgressBar sufficient? | |
KGameSvgDocument | ||
KGrid2d | Needs an overhaul to remove all the inline function definitions. Though it is templated. | |
KStandardGameAction | In use everywhere and recommended for use. | |
KZoomMainWindow | Shouldn't be needed since QGraphicsView work | |
High Score | ||
KExtHighscore | I recommend this be deprecated | |
KHighscore | Maintained and in use | Matt Williams |
KScoreDialog | Maintained and recommended for use | Matt Williams |
KGame | ||
KGame and friends | Unmaintained? But in use in various places, KsirK for example | |
KGGZ | ||
General | Maintained (but not in use?) |