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
5e6a22dc
Commit
5e6a22dc
authored
Jul 09, 2012
by
Claudio Valerio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed some merge issues
parent
1ef3c90f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
44 additions
and
1 deletion
+44
-1
Sankore_3.1.pro
Sankore_3.1.pro
+1
-0
preferences.ui
resources/forms/preferences.ui
+1
-1
UBExportCFF.h
src/adaptors/UBExportCFF.h
+39
-0
UBGraphicsVideoItem.cpp
src/domain/UBGraphicsVideoItem.cpp
+0
-0
UBTeacherGuideWidgetsTools.cpp
src/gui/UBTeacherGuideWidgetsTools.cpp
+2
-0
UBTeacherGuideWidgetsTools.h
src/gui/UBTeacherGuideWidgetsTools.h
+1
-0
No files found.
Sankore_3.1.pro
View file @
5e6a22dc
...
...
@@ -55,6 +55,7 @@ include(src/desktop/desktop.pri)
include
(
src
/
web
/
web
.
pri
)
include
(
src
/
transition
/
transition
.
pri
)
include
(
src
/
interfaces
/
interfaces
.
pri
)
include
(
src
/
customWidgets
/
customWidgets
.
pri
)
DEPENDPATH
+=
src
/
pdf
-
merger
INCLUDEPATH
+=
src
/
pdf
-
merger
...
...
resources/forms/preferences.ui
View file @
5e6a22dc
...
...
@@ -1374,7 +1374,7 @@ p, li { white-space: pre-wrap; }
<attribute
name=
"title"
>
<string>
Credits
</string>
</attribute>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_3"
>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_3
1
"
>
<item>
<widget
class=
"QTextBrowser"
name=
"credentialTextBrowser"
>
<property
name=
"html"
>
...
...
src/adaptors/UBExportCFF.h
0 → 100644
View file @
5e6a22dc
/*
* 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 3 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, see <http://www.gnu.org/licenses/>.
*/
#ifndef UBExportCFF_H_
#define UBExportCFF_H_
#include <QtCore>
#include "UBExportAdaptor.h"
#include "frameworks/UBFileSystemUtils.h"
class
UBDocumentProxy
;
class
UBExportCFF
:
public
UBExportAdaptor
{
Q_OBJECT
;
public
:
UBExportCFF
(
QObject
*
parent
=
0
);
virtual
~
UBExportCFF
();
virtual
QString
exportName
();
virtual
QString
exportExtention
();
virtual
void
persist
(
UBDocumentProxy
*
pDocument
);
};
#endif
/* UBExportCFF_H_ */
\ No newline at end of file
src/domain/UBGraphicsVideoItem.cpp
0 → 100644
View file @
5e6a22dc
src/gui/UBTeacherGuideWidgetsTools.cpp
View file @
5e6a22dc
...
...
@@ -36,6 +36,8 @@
#include "frameworks/UBFileSystemUtils.h"
#include "customWidgets/UBMediaWidget.h"
#include "core/memcheck.h"
...
...
src/gui/UBTeacherGuideWidgetsTools.h
View file @
5e6a22dc
...
...
@@ -39,6 +39,7 @@ class QTextEdit;
class
QWidget
;
class
UBTGAdaptableText
;
class
QDomElement
;
class
UBMediaWidget
;
typedef
struct
{
...
...
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