Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
cbd97686
Commit
cbd97686
authored
Aug 14, 2013
by
Claudio Valerio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
headers fixed
parent
5ba07bfa
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
180 additions
and
21 deletions
+180
-21
C++StandardHeaderFile.txt
C++StandardHeaderFile.txt
+10
-6
UBTextTools.cpp
src/core/UBTextTools.cpp
+25
-0
UBTextTools.h
src/core/UBTextTools.h
+25
-0
UBGraphicsItemZLevelUndoCommand.cpp
src/domain/UBGraphicsItemZLevelUndoCommand.cpp
+25
-0
UBGraphicsItemZLevelUndoCommand.h
src/domain/UBGraphicsItemZLevelUndoCommand.h
+25
-0
UBSelectionFrame.cpp
src/domain/UBSelectionFrame.cpp
+25
-0
UBSelectionFrame.h
src/domain/UBSelectionFrame.h
+25
-0
UBOpenSankoreImporterWidget.cpp
src/gui/UBOpenSankoreImporterWidget.cpp
+10
-7
UBOpenSankoreImporterWidget.h
src/gui/UBOpenSankoreImporterWidget.h
+10
-8
No files found.
C++StandardHeaderFile.txt
View file @
cbd97686
/*
/*
* Copyright (C) 201
0-2013 Groupement d'Intérêt Public pour l'Education Numérique en Afrique (GIP ENA)
* Copyright (C) 201
3 Open Education Foundation
*
*
* This file is part of Open-Sankoré.
* Copyright (C) 2010-2013 Groupement d'Intérêt Public pour
* l'Education Numérique en Afrique (GIP ENA)
*
*
* Open-Sankoré is free software: you can redistribute it and/or modify
* This file is part of OpenBoard.
*
* OpenBoard is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3 of the License,
* the Free Software Foundation, version 3 of the License,
* with a specific linking exception for the OpenSSL project's
* with a specific linking exception for the OpenSSL project's
* "OpenSSL" library (or with modified versions of it that use the
* "OpenSSL" library (or with modified versions of it that use the
* same license as the "OpenSSL" library).
* same license as the "OpenSSL" library).
*
*
* Open
-Sankoré
is distributed in the hope that it will be useful,
* Open
Board
is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with Open
-Sankoré.
If not, see <http://www.gnu.org/licenses/>.
* along with Open
Board.
If not, see <http://www.gnu.org/licenses/>.
*/
*/
src/core/UBTextTools.cpp
View file @
cbd97686
/*
* Copyright (C) 2013 Open Education Foundation
*
* Copyright (C) 2010-2013 Groupement d'Intérêt Public pour
* l'Education Numérique en Afrique (GIP ENA)
*
* This file is part of OpenBoard.
*
* OpenBoard 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, version 3 of the License,
* with a specific linking exception for the OpenSSL project's
* "OpenSSL" library (or with modified versions of it that use the
* same license as the "OpenSSL" library).
*
* OpenBoard 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 OpenBoard. If not, see <http://www.gnu.org/licenses/>.
*/
#include <QDebug>
#include <QDebug>
#include "UBTextTools.h"
#include "UBTextTools.h"
...
...
src/core/UBTextTools.h
View file @
cbd97686
/*
* Copyright (C) 2013 Open Education Foundation
*
* Copyright (C) 2010-2013 Groupement d'Intérêt Public pour
* l'Education Numérique en Afrique (GIP ENA)
*
* This file is part of OpenBoard.
*
* OpenBoard 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, version 3 of the License,
* with a specific linking exception for the OpenSSL project's
* "OpenSSL" library (or with modified versions of it that use the
* same license as the "OpenSSL" library).
*
* OpenBoard 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 OpenBoard. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef UBTEXTTOOLS_H
#ifndef UBTEXTTOOLS_H
#define UBTEXTTOOLS_H
#define UBTEXTTOOLS_H
...
...
src/domain/UBGraphicsItemZLevelUndoCommand.cpp
View file @
cbd97686
/*
* Copyright (C) 2013 Open Education Foundation
*
* Copyright (C) 2010-2013 Groupement d'Intérêt Public pour
* l'Education Numérique en Afrique (GIP ENA)
*
* This file is part of OpenBoard.
*
* OpenBoard 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, version 3 of the License,
* with a specific linking exception for the OpenSSL project's
* "OpenSSL" library (or with modified versions of it that use the
* same license as the "OpenSSL" library).
*
* OpenBoard 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 OpenBoard. If not, see <http://www.gnu.org/licenses/>.
*/
#include "UBGraphicsItemZLevelUndoCommand.h"
#include "UBGraphicsItemZLevelUndoCommand.h"
UBGraphicsItemZLevelUndoCommand
::
UBGraphicsItemZLevelUndoCommand
(
UBGraphicsScene
*
_scene
,
const
QList
<
QGraphicsItem
*>&
_items
,
qreal
_previousZLevel
,
UBZLayerController
::
moveDestination
dest
)
:
UBUndoCommand
(){
UBGraphicsItemZLevelUndoCommand
::
UBGraphicsItemZLevelUndoCommand
(
UBGraphicsScene
*
_scene
,
const
QList
<
QGraphicsItem
*>&
_items
,
qreal
_previousZLevel
,
UBZLayerController
::
moveDestination
dest
)
:
UBUndoCommand
(){
...
...
src/domain/UBGraphicsItemZLevelUndoCommand.h
View file @
cbd97686
/*
* Copyright (C) 2013 Open Education Foundation
*
* Copyright (C) 2010-2013 Groupement d'Intérêt Public pour
* l'Education Numérique en Afrique (GIP ENA)
*
* This file is part of OpenBoard.
*
* OpenBoard 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, version 3 of the License,
* with a specific linking exception for the OpenSSL project's
* "OpenSSL" library (or with modified versions of it that use the
* same license as the "OpenSSL" library).
*
* OpenBoard 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 OpenBoard. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef UBGRAPHICSITEMZLEVELUNDOCOMMAND_H
#ifndef UBGRAPHICSITEMZLEVELUNDOCOMMAND_H
#define UBGRAPHICSITEMZLEVELUNDOCOMMAND_H
#define UBGRAPHICSITEMZLEVELUNDOCOMMAND_H
...
...
src/domain/UBSelectionFrame.cpp
View file @
cbd97686
/*
* Copyright (C) 2013 Open Education Foundation
*
* Copyright (C) 2010-2013 Groupement d'Intérêt Public pour
* l'Education Numérique en Afrique (GIP ENA)
*
* This file is part of OpenBoard.
*
* OpenBoard 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, version 3 of the License,
* with a specific linking exception for the OpenSSL project's
* "OpenSSL" library (or with modified versions of it that use the
* same license as the "OpenSSL" library).
*
* OpenBoard 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 OpenBoard. If not, see <http://www.gnu.org/licenses/>.
*/
#include "UBSelectionFrame.h"
#include "UBSelectionFrame.h"
#include <QtGui>
#include <QtGui>
...
...
src/domain/UBSelectionFrame.h
View file @
cbd97686
/*
* Copyright (C) 2013 Open Education Foundation
*
* Copyright (C) 2010-2013 Groupement d'Intérêt Public pour
* l'Education Numérique en Afrique (GIP ENA)
*
* This file is part of OpenBoard.
*
* OpenBoard 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, version 3 of the License,
* with a specific linking exception for the OpenSSL project's
* "OpenSSL" library (or with modified versions of it that use the
* same license as the "OpenSSL" library).
*
* OpenBoard 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 OpenBoard. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef UBSELECTIONFRAME_H
#ifndef UBSELECTIONFRAME_H
#define UBSELECTIONFRAME_H
#define UBSELECTIONFRAME_H
...
...
src/gui/UBOpenSankoreImporterWidget.cpp
View file @
cbd97686
/* Copyright (C) 2010-2013 Groupement d'Intérêt Public pour l'Education Numérique en Afrique (GIP ENA)
/*
* Copyright (C) 2013 Open Education Foundation
*
*
* This file is part of Open-Sankoré.
* Copyright (C) 2010-2013 Groupement d'Intérêt Public pour
* l'Education Numérique en Afrique (GIP ENA)
*
*
* Open-Sankoré is free software: you can redistribute it and/or modify
* This file is part of OpenBoard.
*
* OpenBoard is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3 of the License,
* the Free Software Foundation, version 3 of the License,
* with a specific linking exception for the OpenSSL project's
* with a specific linking exception for the OpenSSL project's
* "OpenSSL" library (or with modified versions of it that use the
* "OpenSSL" library (or with modified versions of it that use the
* same license as the "OpenSSL" library).
* same license as the "OpenSSL" library).
*
*
* Open
-Sankoré
is distributed in the hope that it will be useful,
* Open
Board
is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with Open
-Sankoré.
If not, see <http://www.gnu.org/licenses/>.
* along with Open
Board.
If not, see <http://www.gnu.org/licenses/>.
*/
*/
#include <QVBoxLayout>
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <QHBoxLayout>
#include <QLabel>
#include <QLabel>
...
...
src/gui/UBOpenSankoreImporterWidget.h
View file @
cbd97686
/* Copyright (C) 2010-2013 Groupement d'Intérêt Public pour l'Education Numérique en Afrique (GIP ENA)
/*
* Copyright (C) 2013 Open Education Foundation
*
*
* This file is part of Open-Sankoré.
* Copyright (C) 2010-2013 Groupement d'Intérêt Public pour
* l'Education Numérique en Afrique (GIP ENA)
*
*
* Open-Sankoré is free software: you can redistribute it and/or modify
* This file is part of OpenBoard.
*
* OpenBoard is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3 of the License,
* the Free Software Foundation, version 3 of the License,
* with a specific linking exception for the OpenSSL project's
* with a specific linking exception for the OpenSSL project's
* "OpenSSL" library (or with modified versions of it that use the
* "OpenSSL" library (or with modified versions of it that use the
* same license as the "OpenSSL" library).
* same license as the "OpenSSL" library).
*
*
* Open
-Sankoré
is distributed in the hope that it will be useful,
* Open
Board
is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with Open
-Sankoré.
If not, see <http://www.gnu.org/licenses/>.
* along with Open
Board.
If not, see <http://www.gnu.org/licenses/>.
*/
*/
#ifndef UBOPENSANKOREIMPORTERWIDGET_H
#ifndef UBOPENSANKOREIMPORTERWIDGET_H
#define UBOPENSANKOREIMPORTERWIDGET_H
#define UBOPENSANKOREIMPORTERWIDGET_H
...
...
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