Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KSudoku
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Games
KSudoku
Commits
9ceab37c
Commit
9ceab37c
authored
Apr 30, 2007
by
Johannes Bergmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Added copyright + license information to all *.h *.cpp files
svn path=/trunk/playground/games/ksudoku/; revision=659673
parent
e08ff6e3
Changes
65
Hide whitespace changes
Inline
Side-by-side
Showing
65 changed files
with
1279 additions
and
418 deletions
+1279
-418
src/gui/export/draw/drawbase.cpp
src/gui/export/draw/drawbase.cpp
+19
-11
src/gui/export/draw/drawbase.h
src/gui/export/draw/drawbase.h
+18
-7
src/gui/export/draw/drawfactory.cpp
src/gui/export/draw/drawfactory.cpp
+19
-11
src/gui/export/draw/drawfactory.h
src/gui/export/draw/drawfactory.h
+18
-8
src/gui/export/draw/roxdokudraw.h
src/gui/export/draw/roxdokudraw.h
+19
-11
src/gui/export/draw/sudokudraw.cpp
src/gui/export/draw/sudokudraw.cpp
+20
-11
src/gui/export/draw/sudokudraw.h
src/gui/export/draw/sudokudraw.h
+18
-7
src/gui/export/exportdlg.cpp
src/gui/export/exportdlg.cpp
+21
-11
src/gui/export/exportdlg.h
src/gui/export/exportdlg.h
+21
-11
src/gui/export/exportdlgsettings.cpp
src/gui/export/exportdlgsettings.cpp
+19
-11
src/gui/export/exportdlgsettings.h
src/gui/export/exportdlgsettings.h
+20
-11
src/gui/export/exportpreview.cpp
src/gui/export/exportpreview.cpp
+19
-11
src/gui/export/exportpreview.h
src/gui/export/exportpreview.h
+20
-11
src/gui/export/exportpuzzles.cpp
src/gui/export/exportpuzzles.cpp
+19
-11
src/gui/export/exportpuzzles.h
src/gui/export/exportpuzzles.h
+19
-11
src/gui/export/generateevent.cpp
src/gui/export/generateevent.cpp
+19
-6
src/gui/export/generateevent.h
src/gui/export/generateevent.h
+19
-11
src/gui/export/pagesize.cpp
src/gui/export/pagesize.cpp
+19
-11
src/gui/export/pagesize.h
src/gui/export/pagesize.h
+19
-11
src/gui/export/print.cpp
src/gui/export/print.cpp
+19
-11
src/gui/export/print.h
src/gui/export/print.h
+19
-11
src/gui/export/printdialogpage.cpp
src/gui/export/printdialogpage.cpp
+19
-11
src/gui/export/printdialogpage.h
src/gui/export/printdialogpage.h
+19
-8
src/gui/gamevariants.cpp
src/gui/gamevariants.cpp
+19
-0
src/gui/gamevariants.h
src/gui/gamevariants.h
+19
-0
src/gui/history.cpp
src/gui/history.cpp
+18
-0
src/gui/history.h
src/gui/history.h
+19
-0
src/gui/ksudoku.cpp
src/gui/ksudoku.cpp
+20
-1
src/gui/ksudoku.h
src/gui/ksudoku.h
+20
-1
src/gui/ksudoku_client.cpp
src/gui/ksudoku_client.cpp
+18
-0
src/gui/ksudokugame.cpp
src/gui/ksudokugame.cpp
+21
-0
src/gui/ksudokugame.h
src/gui/ksudokugame.h
+21
-0
src/gui/serializer.cpp
src/gui/serializer.cpp
+21
-0
src/gui/serializer.h
src/gui/serializer.h
+21
-0
src/gui/symbols.cpp
src/gui/symbols.cpp
+20
-11
src/gui/symbols.h
src/gui/symbols.h
+20
-11
src/gui/views/ksudokuiface.h
src/gui/views/ksudokuiface.h
+19
-0
src/gui/views/ksudokuview.cpp
src/gui/views/ksudokuview.cpp
+20
-1
src/gui/views/ksudokuview.h
src/gui/views/ksudokuview.h
+20
-1
src/gui/views/ksview.cpp
src/gui/views/ksview.cpp
+20
-1
src/gui/views/ksview.h
src/gui/views/ksview.h
+21
-10
src/gui/views/qsudokubutton.cpp
src/gui/views/qsudokubutton.cpp
+20
-1
src/gui/views/qsudokubutton.h
src/gui/views/qsudokubutton.h
+20
-1
src/gui/views/roxdokuview.cpp
src/gui/views/roxdokuview.cpp
+21
-0
src/gui/views/roxdokuview.h
src/gui/views/roxdokuview.h
+21
-9
src/gui/welcomescreen.cpp
src/gui/welcomescreen.cpp
+18
-0
src/gui/welcomescreen.h
src/gui/welcomescreen.h
+19
-0
src/ksudoku_types.h
src/ksudoku_types.h
+20
-11
src/logic/grouplookup.h
src/logic/grouplookup.h
+19
-0
src/logic/puzzle.cpp
src/logic/puzzle.cpp
+21
-0
src/logic/puzzle.h
src/logic/puzzle.h
+21
-0
src/logic/puzzlefactory.cpp
src/logic/puzzlefactory.cpp
+20
-11
src/logic/puzzlefactory.h
src/logic/puzzlefactory.h
+19
-10
src/logic/skbase.cpp
src/logic/skbase.cpp
+19
-11
src/logic/skbase.h
src/logic/skbase.h
+20
-11
src/logic/skgraph.cpp
src/logic/skgraph.cpp
+21
-11
src/logic/skgraph.h
src/logic/skgraph.h
+21
-11
src/logic/skpuzzle.cpp
src/logic/skpuzzle.cpp
+22
-11
src/logic/skpuzzle.h
src/logic/skpuzzle.h
+21
-11
src/logic/sksolver.cpp
src/logic/sksolver.cpp
+21
-1
src/logic/sksolver.h
src/logic/sksolver.h
+21
-1
src/logic/solver.cpp
src/logic/solver.cpp
+18
-17
src/logic/solver.h
src/logic/solver.h
+18
-17
src/logic/sudoku_solver.h
src/logic/sudoku_solver.h
+20
-1
src/main.cpp
src/main.cpp
+20
-1
No files found.
src/gui/export/draw/drawbase.cpp
View file @
9ceab37c
//
// C++ Implementation: drawbase
//
// Description:
//
//
// Author: <>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include "drawbase.h"
...
...
src/gui/export/draw/drawbase.h
View file @
9ceab37c
//
// C++ Interface: drawbase
//
// Author: <>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
/***************************************************************************
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifndef KSUDOKUDRAWBASE_H
#define KSUDOKUDRAWBASE_H
...
...
src/gui/export/draw/drawfactory.cpp
View file @
9ceab37c
//
// C++ Implementation: drawfactory
//
// Description:
//
//
// Author: <>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include "drawfactory.h"
#include "ksudoku_types.h"
...
...
src/gui/export/draw/drawfactory.h
View file @
9ceab37c
//
// C++ Interface: drawfactory
//
// Author: <>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
/***************************************************************************
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifndef KSUDOKUDRAWFACTORY_H
#define KSUDOKUDRAWFACTORY_H
...
...
src/gui/export/draw/roxdokudraw.h
View file @
9ceab37c
//
// C++ Interface: roxdokudraw
//
// Description:
//
//
// Author: <>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifndef KSUDOKUROXDOKUDRAW_H
#define KSUDOKUROXDOKUDRAW_H
...
...
src/gui/export/draw/sudokudraw.cpp
View file @
9ceab37c
//
// C++ Implementation: sudokudraw
//
// Description:
//
//
// Author: <>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include "sudokudraw.h"
//#include "ksudokugame.h"
...
...
src/gui/export/draw/sudokudraw.h
View file @
9ceab37c
//
// C++ Interface: sudokudraw
//
// Author: <>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
/***************************************************************************
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifndef KSUDOKUSUDOKUDRAW_H
#define KSUDOKUSUDOKUDRAW_H
...
...
src/gui/export/exportdlg.cpp
View file @
9ceab37c
//
// C++ Implementation: export
//
// Description:
//
//
// Author: <>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include "exportdlg.h"
#include <QSemaphore>
...
...
src/gui/export/exportdlg.h
View file @
9ceab37c
//
// C++ Interface: export
//
// Description:
//
//
// Author: <>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifndef KSUDOKUEXPORTDLG_H
#define KSUDOKUEXPORTDLG_H
...
...
src/gui/export/exportdlgsettings.cpp
View file @
9ceab37c
//
// C++ Implementation: exportsettings
//
// Description:
//
//
// Author: <>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include "exportdlgsettings.h"
#include <kapplication.h>
...
...
src/gui/export/exportdlgsettings.h
View file @
9ceab37c
//
// C++ Interface: exportsettings
//
// Description:
//
//
// Author: <>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifndef KSUDOKUEXPORTDLGSETTINGS_H
#define KSUDOKUEXPORTDLGSETTINGS_H
...
...
src/gui/export/exportpreview.cpp
View file @
9ceab37c
//
// C++ Implementation: exportpreview
//
// Description:
//
//
// Author: <>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include "exportpreview.h"
...
...
src/gui/export/exportpreview.h
View file @
9ceab37c
//
// C++ Interface: exportpreview
//
// Description:
//
//
// Author: <>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifndef KSUDOKUEXPORTPREVIEW_H
#define KSUDOKUEXPORTPREVIEW_H
...
...
src/gui/export/exportpuzzles.cpp
View file @
9ceab37c
//
// C++ Implementation: exportpuzzles
//
// Description:
//
//
// Author: <>, (C) 2007
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include "exportpuzzles.h"
#include "puzzlefactory.h"
...
...
src/gui/export/exportpuzzles.h
View file @
9ceab37c
//
// C++ Interface: exportpuzzles
//
// Description:
//
//
// Author: <>, (C) 2007
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifndef KSUDOKUEXPORTPUZZLES_H
#define KSUDOKUEXPORTPUZZLES_H
...
...
src/gui/export/generateevent.cpp
View file @
9ceab37c
//
// C++ Implementation: generateevent
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include "generateevent.h"
...
...
src/gui/export/generateevent.h
View file @
9ceab37c
//
// C++ Interface: generateevent
//
// Description:
//
//
// Author: <>, (C) 2007
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifndef KSUDOKUGENERATEEVENT_H
#define KSUDOKUGENERATEEVENT_H
...
...
src/gui/export/pagesize.cpp
View file @
9ceab37c
//
// C++ Implementation: pagesize
//
// Description:
//
//
// Author: <>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include "pagesize.h"
...
...
src/gui/export/pagesize.h
View file @
9ceab37c