Git commit 11aed59ec0c8d3f47824184802c85b594a15cbca by Ronny Yabar Aizcorbe. Committed on 06/09/2015 at 09:40. Pushed by ronnyy into branch 'master'.
Update to KDE email M +1 -1 AUTHORS M +8 -8 ChangeLog M +3 -3 doc/index.docbook M +1 -1 src/board.cpp M +1 -1 src/board.h M +1 -1 src/hole.cpp M +1 -1 src/hole.h M +2 -2 src/main.cpp M +1 -1 src/movement.cpp M +1 -1 src/movement.h M +1 -1 src/peg.cpp M +1 -1 src/peg.h M +1 -1 src/puzzle.cpp M +1 -1 src/puzzle.h M +1 -1 src/window.cpp M +1 -1 src/window.h M +1 -1 themes/default-blue.desktop M +1 -1 themes/default-red.desktop M +1 -1 themes/default.desktop http://commits.kde.org/kpeg/11aed59ec0c8d3f47824184802c85b594a15cbca diff --git a/AUTHORS b/AUTHORS index 8d970bf..f1cb9aa 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,2 @@ (c) 2009, Graeme Gott <[email protected]> -(c) 2010, Ronny Yabar Aizcorbe <[email protected]> +(c) 2010, Ronny Yabar Aizcorbe <[email protected]> diff --git a/ChangeLog b/ChangeLog index f5c288f..aa26930 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,34 +1,34 @@ -2015-06-18 Ronny Yabar Aizcorbe <[email protected]> +2015-06-18 Ronny Yabar Aizcorbe <[email protected]> * Remove kdelibs4support. -2015-05-27 Ronny Yabar Aizcorbe <[email protected]> +2015-05-27 Ronny Yabar Aizcorbe <[email protected]> * Fixed Undo/Redo actions. * Stopped reading old moves. * Updated moves counter in the statusbar after Undo/Redo actions. -2015-05-26 Ronny Yabar Aizcorbe <[email protected]> +2015-05-26 Ronny Yabar Aizcorbe <[email protected]> * Documentation updated. Chapters "Introduction" and "How to Play" were modified. * Added chapters "Interface overview" (Game, Move and Settings Menu) to documentation. -2015-05-24 Ronny Yabar Aizcorbe <[email protected]> +2015-05-24 Ronny Yabar Aizcorbe <[email protected]> * Set up moves counter. * Fixed statusbar alignment. * Play Sounds action added to settings. -2015-05-18 Ronny Yabar Aizcorbe <[email protected]> +2015-05-18 Ronny Yabar Aizcorbe <[email protected]> * Game ported to KF5. * Added sounds (Peg pressed and move). * Fixed some action buttons. * Desktop file replaced. * Game icons replaced. -2012-05-01 Ronny Yabar Aizcorbe <[email protected]> +2012-05-01 Ronny Yabar Aizcorbe <[email protected]> * Port from KGameDifficulty to KgDifficulty. -2012-04-30 Ronny Yabar Aizcorbe <[email protected]> +2012-04-30 Ronny Yabar Aizcorbe <[email protected]> * Port to KGameRenderer. -2009-12-01 Ronny Yabar Aizcorbe <[email protected]> +2009-12-01 Ronny Yabar Aizcorbe <[email protected]> * Show timer. * Add Pause Action. * Add difficulty levels. diff --git a/doc/index.docbook b/doc/index.docbook index b3f40ac..c589786 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -23,7 +23,7 @@ <firstname>Ronny</firstname> <surname>Yabar Aizcorbe</surname> </personname> - <email>[email protected]</email> + <email>[email protected]</email> </author> <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> @@ -238,10 +238,10 @@ </para> <para> - Program copyright 2010 Ronny Yabar Aizcorbe <email>[email protected]</email> + Program copyright 2010 Ronny Yabar Aizcorbe <email>[email protected]</email> </para> <para> - Documentation Copyright © 2015 Ronny Yabar Aizcorbe <email>[email protected]</email> + Documentation Copyright © 2015 Ronny Yabar Aizcorbe <email>[email protected]</email> </para> <!-- TRANS:CREDIT_FOR_TRANSLATORS --> diff --git a/src/board.cpp b/src/board.cpp index 67ec163..366eab5 100644 --- a/src/board.cpp +++ b/src/board.cpp @@ -1,6 +1,6 @@ /* Copyright 2009 Graeme Gott <[email protected]> - Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> + Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/board.h b/src/board.h index 791d8d3..701a520 100644 --- a/src/board.h +++ b/src/board.h @@ -1,6 +1,6 @@ /* Copyright 2009 Graeme Gott <[email protected]> - Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> + Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/hole.cpp b/src/hole.cpp index e48c18b..d2a9656 100644 --- a/src/hole.cpp +++ b/src/hole.cpp @@ -1,6 +1,6 @@ /* Copyright 2009 Graeme Gott <[email protected]> - Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> + Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/hole.h b/src/hole.h index f90f76e..ee2cd42 100644 --- a/src/hole.h +++ b/src/hole.h @@ -1,6 +1,6 @@ /* Copyright 2009 Graeme Gott <[email protected]> - Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> + Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/main.cpp b/src/main.cpp index 6b53716..2eb8502 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /* Copyright 2009 Graeme Gott <[email protected]> - Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> + Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -48,7 +48,7 @@ int main(int argc, char* argv[]) "(c) 2010, Ronny Yabar Aizcorbe\n")); aboutData.addAuthor(i18n("Ronny Yabar Aizcorbe"), i18n("Developer and current maintainer"), - QLatin1String("[email protected]")); + QLatin1String("[email protected]")); aboutData.addAuthor(i18n("Graeme Gott"), i18n("Original author"), QLatin1String("[email protected]")); diff --git a/src/movement.cpp b/src/movement.cpp index d412b51..caecb29 100644 --- a/src/movement.cpp +++ b/src/movement.cpp @@ -1,6 +1,6 @@ /* Copyright 2009 Graeme Gott <[email protected]> - Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> + Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/movement.h b/src/movement.h index 52dcd81..dcb01cb 100644 --- a/src/movement.h +++ b/src/movement.h @@ -1,6 +1,6 @@ /* Copyright 2009 Graeme Gott <[email protected]> - Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> + Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/peg.cpp b/src/peg.cpp index d8a310d..8745996 100644 --- a/src/peg.cpp +++ b/src/peg.cpp @@ -1,6 +1,6 @@ /* Copyright 2009 Graeme Gott <[email protected]> - Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> + Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/peg.h b/src/peg.h index 9ad986c..df5c496 100644 --- a/src/peg.h +++ b/src/peg.h @@ -1,6 +1,6 @@ /* Copyright 2009 Graeme Gott <[email protected]> - Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> + Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/puzzle.cpp b/src/puzzle.cpp index a1ffe0a..b893b5d 100644 --- a/src/puzzle.cpp +++ b/src/puzzle.cpp @@ -1,6 +1,6 @@ /* Copyright 2009 Graeme Gott <[email protected]> - Copyright 2010 Ronny Yabar <[email protected]> + Copyright 2010 Ronny Yabar <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/puzzle.h b/src/puzzle.h index 12b07cc..b05ee41 100644 --- a/src/puzzle.h +++ b/src/puzzle.h @@ -1,6 +1,6 @@ /* Copyright 2009 Graeme Gott <[email protected]> - Copyright 2010 Ronny Yabar <[email protected]> + Copyright 2010 Ronny Yabar <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/window.cpp b/src/window.cpp index 14110e4..a2936ce 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -1,6 +1,6 @@ /* Copyright 2009 Graeme Gott <[email protected]> - Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> + Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/window.h b/src/window.h index 9b8b8dd..e46064d 100644 --- a/src/window.h +++ b/src/window.h @@ -1,6 +1,6 @@ /* Copyright 2009 Graeme Gott <[email protected]> - Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> + Copyright 2010 Ronny Yabar Aizcorbe <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/themes/default-blue.desktop b/themes/default-blue.desktop index 41ef24f..7a0feac 100644 --- a/themes/default-blue.desktop +++ b/themes/default-blue.desktop @@ -41,5 +41,5 @@ Description[zh_CN]=蓝色竹签的默认主题 Description[zh_TW]=預設藍色主題 FileName=default-blue.svgz Author=Ronny Yabar Aizcorbe [email protected] [email protected] Preview=default-blue.png diff --git a/themes/default-red.desktop b/themes/default-red.desktop index d2d8d56..019e226 100644 --- a/themes/default-red.desktop +++ b/themes/default-red.desktop @@ -41,5 +41,5 @@ Description[zh_CN]=KPeg 的木头风格主题 Description[zh_TW]=KPeg 木頭主題 FileName=default-red.svgz Author=Ronny Yabar Aizcorbe [email protected] [email protected] Preview=default-red.png diff --git a/themes/default.desktop b/themes/default.desktop index cf893f2..31d4509 100644 --- a/themes/default.desktop +++ b/themes/default.desktop @@ -42,5 +42,5 @@ Description[zh_CN]=KPeg 的默认主题 Description[zh_TW]=KPeg 預設主題 FileName=default.svgz Author=Ronny Yabar Aizcorbe [email protected] [email protected] Preview=default.png _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
