[SCM] knights packaging branch, master, updated. upstream/2.2.0-25-g3070cdf

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Tue Mar 22 20:57:27 UTC 2011


The following commit has been merged in the master branch:
commit 684984f42f0a016661417dbfe394fded7eee0d44
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Tue Mar 22 14:05:04 2011 +0100

    Imported Upstream version 2.3.1
---
 CMakeLists.txt                               |    6 +
 COPYING                                      |  346 ++++++++
 DESIGN                                       |   39 +
 doc/CMakeLists.txt                           |    5 +-
 doc/en_US/Knights-board-setup.png            |  Bin 46296 -> 20725 bytes
 doc/en_US/Knights-board.png                  |  Bin 7589 -> 2920 bytes
 doc/en_US/Knights-castle-kingside.png        |  Bin 7622 -> 7211 bytes
 doc/en_US/Knights-castle-queenside.png       |  Bin 8447 -> 4250 bytes
 doc/en_US/Knights-danger.png                 |  Bin 144660 -> 25440 bytes
 doc/en_US/Knights-enpassant.png              |  Bin 5701 -> 5638 bytes
 doc/en_US/Knights-lastmove.png               |  Bin 143080 -> 24172 bytes
 doc/en_US/Knights-move-bishop.png            |  Bin 14560 -> 11547 bytes
 doc/en_US/Knights-move-king.png              |  Bin 8891 -> 7730 bytes
 doc/en_US/Knights-move-knight.png            |  Bin 7145 -> 6553 bytes
 doc/en_US/Knights-move-limits.png            |  Bin 10361 -> 8843 bytes
 doc/en_US/Knights-move-pawn.png              |  Bin 8897 -> 7808 bytes
 doc/en_US/Knights-move-queen.png             |  Bin 23326 -> 17950 bytes
 doc/en_US/Knights-move-rook.png              |  Bin 11707 -> 9866 bytes
 doc/en_US/Knights-moving-queen.png           |  Bin 100698 -> 27106 bytes
 doc/en_US/Knights-newgame-dialog.png         |  Bin 49143 -> 44976 bytes
 doc/en_US/Knights-server-account.png         |  Bin 0 -> 31913 bytes
 doc/en_US/Knights-server-challenges.png      |  Bin 0 -> 33953 bytes
 doc/en_US/Knights-server-graph.png           |  Bin 0 -> 35952 bytes
 doc/en_US/Knights-server-list.png            |  Bin 0 -> 49276 bytes
 doc/en_US/index.docbook                      |  130 +++-
 doc/es/CMakeLists.txt                        |    1 -
 doc/es/index.docbook                         |  255 ------
 doc/{nl => et}/CMakeLists.txt                |    2 +-
 doc/et/index.docbook                         |  890 +++++++++++++++++++++
 doc/nl/index.docbook                         |  748 ------------------
 doc/pt/CMakeLists.txt                        |    1 -
 doc/pt/index.docbook                         |  772 ------------------
 doc/pt_BR/index.docbook                      |  748 ++++++++++++++++--
 doc/sv/CMakeLists.txt                        |    1 -
 doc/sv/index.docbook                         |  774 ------------------
 doc/uk/index.docbook                         |  142 +++-
 po/CMakeLists.txt                            |    6 +
 po/ca/CMakeLists.txt                         |    2 +
 po/ca/knights.po                             |  989 +++++++++++++++++++++++
 po/ca at valencia/CMakeLists.txt                |    2 +
 po/ca at valencia/knights.po                    | 1046 ++++++++++++++++++++++++
 po/cs/knights.po                             | 1076 ++++++++++++++++++--------
 po/da/knights.po                             |  966 +++++++++++++++--------
 po/de/knights.po                             | 1062 ++++++++++++++++++--------
 po/en_GB/knights.po                          |  997 ++++++++++++++++--------
 po/eo/knights.po                             |  911 +++++++++++++++-------
 po/es/knights.po                             | 1062 +++++++++++++++++--------
 po/et/knights.po                             | 1035 +++++++++++++++++--------
 po/fi/CMakeLists.txt                         |    2 +
 po/fi/knights.po                             |  920 ++++++++++++++++++++++
 po/fr/knights.po                             | 1048 +++++++++++++++++--------
 po/hu/knights.po                             |  926 +++++++++++++++-------
 po/it/knights.po                             | 1068 ++++++++++++++++++--------
 po/ja/knights.po                             |  846 ++++++++++++++------
 po/lt/knights.po                             |  940 +++++++++++++++-------
 po/ml/CMakeLists.txt                         |    2 +
 po/ml/knights.po                             | 1027 ++++++++++++++++++++++++
 po/nds/knights.po                            | 1020 +++++++++++++++++--------
 po/nl/knights.po                             | 1090 ++++++++++++++++++--------
 po/pt/knights.po                             |  967 +++++++++++++++--------
 po/pt_BR/knights.po                          |  975 +++++++++++++++--------
 po/ro/CMakeLists.txt                         |    2 +
 po/ro/knights.po                             |  975 +++++++++++++++++++++++
 po/ru/knights.po                             | 1002 +++++++++++++++++-------
 po/sk/knights.po                             |  849 ++++++++++++++------
 po/sr/knights.po                             | 1049 +++++++++++++++++--------
 po/sr at ijekavian/knights.po                   | 1049 +++++++++++++++++--------
 po/sr at ijekavianlatin/knights.po              | 1049 +++++++++++++++++--------
 po/sr at latin/CMakeLists.txt                   |    2 +
 po/sr at latin/knights.po                       | 1002 +++++++++++++++++++++++
 po/sv/knights.po                             |  972 +++++++++++++++--------
 po/uk/knights.po                             |  977 ++++++++++++++++--------
 po/zh_TW/knights.po                          | 1015 +++++++++++++++++--------
 src/CMakeLists.txt                           |   29 +-
 src/board.cpp                                |  324 +++++----
 src/board.h                                  |   73 +-
 src/clock.cpp                                |   14 +-
 src/clock.h                                  |    2 +-
 src/clockwidget.cpp                          |   85 +--
 src/clockwidget.h                            |   23 +-
 src/core/item.cpp                            |   47 +-
 src/core/item.h                              |   42 +-
 src/core/move.cpp                            |  205 +++++-
 src/core/move.h                              |   61 ++-
 src/core/piece.cpp                           |   54 +-
 src/core/piece.h                             |   17 +-
 src/core/pos.cpp                             |   27 +-
 src/core/pos.h                               |   44 +-
 src/core/renderer.cpp                        |   36 +-
 src/core/renderer.h                          |   36 +-
 src/gamedialog.cpp                           |  327 ++++-----
 src/gamedialog.h                             |   38 +-
 src/gamedialog.ui                            |  397 ++++++----
 src/gamemanager.cpp                          |  678 ++++++++++++++++
 src/gamemanager.h                            |  169 ++++
 src/knights.cpp                              |  388 +++++++---
 src/knights.desktop                          |   22 +
 src/knights.h                                |   22 +-
 src/knights.kcfg                             |   88 ++-
 src/knightsui.rc                             |   42 +-
 src/knightsview.cpp                          |  147 +++-
 src/knightsview.h                            |   40 +-
 src/knightsview_base.ui                      |   36 +-
 src/main.cpp                                 |   47 +-
 src/offerwidget.cpp                          |   82 ++
 src/{proto/xboardproto.h => offerwidget.h}   |   73 +-
 src/popup.ui                                 |   66 ++
 src/prefs_base.ui                            |  230 +++---
 src/proto/chatwidget.cpp                     |  218 +++++
 src/proto/chatwidget.h                       |   99 +++
 src/proto/chatwidget.ui                      |   98 +++
 src/proto/ficsdialog.cpp                     |  227 +++++-
 src/proto/ficsdialog.h                       |   48 +-
 src/proto/ficsdialog.ui                      |  267 ++++++-
 src/proto/ficsprotocol.cpp                   |  751 +++++++++++-------
 src/proto/ficsprotocol.h                     |   86 ++-
 src/proto/localprotocol.cpp                  |   92 +++
 src/proto/{xboardproto.h => localprotocol.h} |   56 +-
 src/proto/protocol.cpp                       |  177 ++++-
 src/proto/protocol.h                         |   93 ++-
 src/proto/seekgraph.cpp                      |  162 ++++
 src/proto/{xboardproto.h => seekgraph.h}     |   57 +-
 src/proto/textprotocol.cpp                   |  117 +++
 src/proto/textprotocol.h                     |   66 ++
 src/proto/xboardproto.cpp                    |  290 ++++++-
 src/proto/xboardproto.h                      |   33 +-
 src/rules/chessrules.cpp                     |  157 +++-
 src/rules/chessrules.h                       |   10 +-
 src/rules/rules.h                            |   44 +-
 themes/CMakeLists.txt                        |    1 +
 themes/default.desktop                       |    1 +
 themes/east_west.desktop                     |   27 +
 themes/gray.desktop                          |   26 +
 themes/gray.svgz                             |  Bin 4748 -> 20813 bytes
 themes/knights.desktop                       |   22 +
 themes/knights.svgz                          |  Bin 241821 -> 242616 bytes
 themes/plain.desktop                         |   20 +
 themes/xboard2.desktop                       |   20 +
 138 files changed, 30153 insertions(+), 11911 deletions(-)

The diff has been stripped from this email because it exceeds 50KB


-- 
knights packaging



More information about the pkg-kde-commits mailing list