diff options
author | Thomas Günther <tom@toms-cafe.de> | 2010-03-31 00:31:47 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2010-03-31 00:31:47 +0200 |
commit | 60d4d142b46e0d03bd05af356c1c5ce4ad0f60b4 (patch) | |
tree | 98d5fcfdf73fcd7b04ec9ae63454984e3b03a19c | |
parent | f94a00c9decb31fb4c4d8fa8348fb134a100c971 (diff) | |
download | vdr-plugin-sudoku-60d4d142b46e0d03bd05af356c1c5ce4ad0f60b4.tar.gz vdr-plugin-sudoku-60d4d142b46e0d03bd05af356c1c5ce4ad0f60b4.tar.bz2 |
Converted documentation and source files to UTF-8
-rw-r--r-- | CONTRIBUTORS | 4 | ||||
-rw-r--r-- | HISTORY | 23 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | backtrack.cpp | 2 | ||||
-rw-r--r-- | backtrack.h | 2 | ||||
-rw-r--r-- | bitmap.cpp | 2 | ||||
-rw-r--r-- | bitmap.h | 2 | ||||
-rw-r--r-- | commands.cpp | 2 | ||||
-rw-r--r-- | commands.h | 2 | ||||
-rw-r--r-- | generator.cpp | 2 | ||||
-rw-r--r-- | generator.h | 2 | ||||
-rw-r--r-- | history.cpp | 2 | ||||
-rw-r--r-- | history.h | 2 | ||||
-rw-r--r-- | list.cpp | 2 | ||||
-rw-r--r-- | list.h | 2 | ||||
-rw-r--r-- | menu.cpp | 2 | ||||
-rw-r--r-- | menu.h | 2 | ||||
-rw-r--r-- | po/de_DE.po | 4 | ||||
-rw-r--r-- | po/es_ES.po | 2 | ||||
-rw-r--r-- | po/fi_FI.po | 4 | ||||
-rw-r--r-- | po/fr_FR.po | 4 | ||||
-rw-r--r-- | po/it_IT.po | 2 | ||||
-rw-r--r-- | puzzle.cpp | 2 | ||||
-rw-r--r-- | puzzle.h | 2 | ||||
-rw-r--r-- | setup.cpp | 2 | ||||
-rw-r--r-- | setup.h | 2 | ||||
-rw-r--r-- | solver.cpp | 2 | ||||
-rw-r--r-- | solver.h | 2 | ||||
-rw-r--r-- | sudoku.cpp | 2 | ||||
-rw-r--r-- | sudoku.h | 2 | ||||
-rw-r--r-- | tools/Makefile | 2 | ||||
-rw-r--r-- | tools/sudoku_generator.1 | 2 | ||||
-rw-r--r-- | tools/sudoku_generator.cpp | 4 |
34 files changed, 50 insertions, 49 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index aa856e8..32221f2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ here, please send an email to tom@toms-cafe.de). Klaus Schmidinger <kls@cadsoft.de> for his fantastic Video Disk Recorder -Ville Skyttä <ville.skytta@iki.fi> +Ville Skyttä <ville.skytta@iki.fi> for Finnish language texts Bittor Corl <bittor7x0 _at_ gmail.com> @@ -16,5 +16,5 @@ Diego Pierotto <vdr-italian@tiscali.it> Patrice Staudt <patr.staudt@laposte.net> for French language texts -NIVAL Michaël <mnival@vdrbox.lautre.net> +NIVAL Michaël <mnival@vdrbox.lautre.net> for French language texts @@ -7,9 +7,9 @@ VDR plug-in 'Sudoku' Revision History 2005-11-04: Version 0.1.1 -- Fixed compiler warnings with gcc-4.0 (thanks to Ville Skyttä for reporting +- Fixed compiler warnings with gcc-4.0 (thanks to Ville Skyttä for reporting this). -- Added Finnish language texts (thanks to Ville Skyttä). +- Added Finnish language texts (thanks to Ville Skyttä). - Added setup option whether or not all cells are unmarked when the puzzle is reset. @@ -44,11 +44,11 @@ VDR plug-in 'Sudoku' Revision History 2008-04-06: Version 0.2.1 -- Fixed crash after exit command (thanks to Ville Skyttä for reporting this). -- Updated Finnish language texts (thanks to Ville Skyttä). +- Fixed crash after exit command (thanks to Ville Skyttä for reporting this). +- Updated Finnish language texts (thanks to Ville Skyttä). - Updated Italian language texts (thanks to Diego Pierotto). - Set default values for "Show possible numbers as pattern/digits" to No, - because of problems with DXR3 (thanks to Ville Skyttä for reporting this). + because of problems with DXR3 (thanks to Ville Skyttä for reporting this). 2008-07-27: Version 0.3.0 @@ -62,13 +62,13 @@ VDR plug-in 'Sudoku' Revision History 2008-08-30: Version 0.3.1 - Corrected English language texts: Great font/digits -> Large font/digits - (thanks to Ville Skyttä for reporting this). -- Updated Finnish language texts (thanks to Ville Skyttä). + (thanks to Ville Skyttä for reporting this). +- Updated Finnish language texts (thanks to Ville Skyttä). - Updated Italian language texts (thanks to Diego Pierotto). 2008-09-28: Version 0.3.2 -- Updated French language texts (thanks to NIVAL Michaël). +- Updated French language texts (thanks to NIVAL Michaël). 2008-11-23: Version 0.3.3 @@ -80,9 +80,9 @@ VDR plug-in 'Sudoku' Revision History 2008-11-29: Version 0.3.4 - Fixed solve and print mode of sudoku_generator (don't work if the dump - begins with a digit - thanks to Ville Skyttä for reporting this). -- Updated Finnish language texts (thanks to Ville Skyttä). -- Updated French language texts (thanks to NIVAL Michaël). + begins with a digit - thanks to Ville Skyttä for reporting this). +- Updated Finnish language texts (thanks to Ville Skyttä). +- Updated French language texts (thanks to NIVAL Michaël). - Updated Italian language texts (thanks to Diego Pierotto). - Updated Spanish language texts (thanks to Bittor Corl). @@ -94,3 +94,4 @@ ____-__-__: Version 0.3.5 - Added support for VDR >= 1.7.13 (Make.global). - Added method Pos::interacts_with. - Removed compatibility to VDR < 1.6.0. +- Converted documentation and source files to UTF-8. @@ -1,7 +1,7 @@ # # Sudoku: A plug-in for the Video Disk Recorder # -# Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> +# Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> # # 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 @@ -1,7 +1,7 @@ Sudoku: A plug-in for the Video Disk Recorder --------------------------------------------- -Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> +Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> Project's homepage: http://toms-cafe.de/vdr/sudoku diff --git a/backtrack.cpp b/backtrack.cpp index 028f305..93c0aae 100644 --- a/backtrack.cpp +++ b/backtrack.cpp @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de> * * 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 diff --git a/backtrack.h b/backtrack.h index 014b13f..22eeadb 100644 --- a/backtrack.h +++ b/backtrack.h @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de> * * 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 diff --git a/commands.cpp b/commands.cpp index c5c9c36..44b3586 100644 --- a/commands.cpp +++ b/commands.cpp @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2008-2010, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2008-2010, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2008, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2008, Thomas Günther <tom@toms-cafe.de> * * 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 diff --git a/generator.cpp b/generator.cpp index 700a092..4fe15fa 100644 --- a/generator.cpp +++ b/generator.cpp @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de> * * 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 diff --git a/generator.h b/generator.h index 0cea81d..2b23d53 100644 --- a/generator.h +++ b/generator.h @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de> * * 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 diff --git a/history.cpp b/history.cpp index 77b3903..5ed7ec7 100644 --- a/history.cpp +++ b/history.cpp @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2008, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2008, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2008, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2008, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2008-2010, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2008-2010, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2008, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2008, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> * * 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 diff --git a/po/de_DE.po b/po/de_DE.po index 5d3f248..8f0c2c6 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -1,7 +1,7 @@ # German translations for vdr-sudoku package. -# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> +# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> # This file is distributed under the same license as the vdr-sudoku package. -# Thomas Günther <tom@toms-cafe.de>, 2005, 2008. +# Thomas Günther <tom@toms-cafe.de>, 2005, 2008. # msgid "" msgstr "" diff --git a/po/es_ES.po b/po/es_ES.po index 7cd874c..5861fd5 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -1,5 +1,5 @@ # Spanish translations for vdr-sudoku package. -# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> +# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> # This file is distributed under the same license as the vdr-sudoku package. # Bittor Corl <bittor7x0 _at_ gmail.com>, 2007, 2008. # diff --git a/po/fi_FI.po b/po/fi_FI.po index c755b52..2a91d69 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -1,7 +1,7 @@ # Finnish translations for vdr-sudoku package. -# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> +# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> # This file is distributed under the same license as the vdr-sudoku package. -# Ville Skyttä <ville.skytta@iki.fi>, 2005, 2008. +# Ville Skyttä <ville.skytta@iki.fi>, 2005, 2008. # msgid "" msgstr "" diff --git a/po/fr_FR.po b/po/fr_FR.po index 74149c0..abf8543 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -1,8 +1,8 @@ # French translations for vdr-sudoku package. -# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> +# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> # This file is distributed under the same license as the vdr-sudoku package. # Patrice Staudt <patr.staudt@laposte.net>, 2008. -# NIVAL Michaël <mnival@vdrbox.lautre.net>, 2008. +# NIVAL Michaël <mnival@vdrbox.lautre.net>, 2008. # msgid "" msgstr "" diff --git a/po/it_IT.po b/po/it_IT.po index 98ddc32..ef3aa25 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -1,5 +1,5 @@ # Italian translations for vdr-sudoku package. -# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> +# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> # This file is distributed under the same license as the vdr-sudoku package. # Diego Pierotto <vdr-italian@tiscali.it>, 2007, 2008. # @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> * * 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 diff --git a/tools/Makefile b/tools/Makefile index e8f8be8..93e5e86 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,7 +1,7 @@ # # Sudoku: A plug-in for the Video Disk Recorder # -# Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> +# Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> # # 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 diff --git a/tools/sudoku_generator.1 b/tools/sudoku_generator.1 index 07b657d..d5f29b2 100644 --- a/tools/sudoku_generator.1 +++ b/tools/sudoku_generator.1 @@ -1,7 +1,7 @@ .\" .\" Sudoku: A plug-in for the Video Disk Recorder .\" -.\" Copyright (C) 2008, Thomas Günther <tom@toms-cafe.de> +.\" Copyright (C) 2008, Thomas Günther <tom@toms-cafe.de> .\" .\" 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 diff --git a/tools/sudoku_generator.cpp b/tools/sudoku_generator.cpp index 5f48f50..f92a789 100644 --- a/tools/sudoku_generator.cpp +++ b/tools/sudoku_generator.cpp @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> * * 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 @@ -31,7 +31,7 @@ using namespace Sudoku; int print_version() { printf("sudoku_generator %s\n" - "Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de>\n" + "Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de>\n" "This GPL program comes with ABSOLUTELY NO WARRANTY;\n" "this is free software, and you are welcome to redistribute it\n" "under certain conditions; see the source for details.\n", VERSION); |