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
19853b25
Commit
19853b25
authored
Apr 12, 2008
by
Johannes Bergmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Update on copyright notices
svn path=/trunk/KDE/kdegames/ksudoku/; revision=796053
parent
68f81773
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
102 additions
and
7 deletions
+102
-7
src/gui/ksudoku.cpp
src/gui/ksudoku.cpp
+1
-1
src/gui/views/gameactions.cpp
src/gui/views/gameactions.cpp
+19
-0
src/gui/views/gameactions.h
src/gui/views/gameactions.h
+19
-0
src/gui/views/ksview.cpp
src/gui/views/ksview.cpp
+1
-1
src/gui/views/ksview.h
src/gui/views/ksview.h
+1
-1
src/gui/views/renderer.h
src/gui/views/renderer.h
+19
-0
src/gui/views/roxdokuview.cpp
src/gui/views/roxdokuview.cpp
+1
-1
src/gui/views/roxdokuview.h
src/gui/views/roxdokuview.h
+1
-1
src/gui/views/view2d.cpp
src/gui/views/view2d.cpp
+19
-0
src/gui/views/view2d.h
src/gui/views/view2d.h
+19
-0
src/logic/skgraph.cpp
src/logic/skgraph.cpp
+1
-1
src/logic/skgraph.h
src/logic/skgraph.h
+1
-1
No files found.
src/gui/ksudoku.cpp
View file @
19853b25
/***************************************************************************
* Copyright 2005-2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006-200
7
Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2006-200
8
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 *
...
...
src/gui/views/gameactions.cpp
View file @
19853b25
/***************************************************************************
* Copyright 2008 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., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "gameactions.h"
#include <KLocale>
...
...
src/gui/views/gameactions.h
View file @
19853b25
/***************************************************************************
* Copyright 2008 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., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#ifndef _KSUDOKU_GAMEACTIONS_H_
#define _KSUDOKU_GAMEACTIONS_H_
...
...
src/gui/views/ksview.cpp
View file @
19853b25
/***************************************************************************
* Copyright 2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006
Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2006
-2008
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 *
...
...
src/gui/views/ksview.h
View file @
19853b25
/***************************************************************************
* Copyright 2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006
Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2006
-2008
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 *
...
...
src/gui/views/renderer.h
View file @
19853b25
/***************************************************************************
* Copyright 2008 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., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#ifndef _KSUDOKU_RENDERER_H_
#define _KSUDOKU_RENDERER_H_
...
...
src/gui/views/roxdokuview.cpp
View file @
19853b25
/***************************************************************************
* Copyright 2005-2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006-200
7
Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2006-200
8
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 *
...
...
src/gui/views/roxdokuview.h
View file @
19853b25
/***************************************************************************
* Copyright 2005-2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006-200
7
Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2006-200
8
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 *
...
...
src/gui/views/view2d.cpp
View file @
19853b25
/***************************************************************************
* Copyright 2008 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., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "view2d.h"
#include "view2d.moc"
...
...
src/gui/views/view2d.h
View file @
19853b25
/***************************************************************************
* Copyright 2008 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., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#ifndef _VIEW2D_H_
#define _VIEW2D_H_
...
...
src/logic/skgraph.cpp
View file @
19853b25
/***************************************************************************
* Copyright 2005-2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006
Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2006
-2008
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 *
...
...
src/logic/skgraph.h
View file @
19853b25
/***************************************************************************
* Copyright 2005-2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006
Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2006
-2008
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 *
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment