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
4ac96f70
Commit
4ac96f70
authored
Aug 13, 2013
by
Claudio Valerio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed the base url reference to openboard.org
parent
8123279b
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
12 deletions
+12
-12
OpenBoard.iss
OpenBoard.iss
+3
-3
buildDebianPackage.sh
buildDebianPackage.sh
+1
-1
OpenBoard.rc
resources/win/OpenBoard.rc
+5
-5
UBApplicationController.cpp
src/core/UBApplicationController.cpp
+1
-1
UBSettings.cpp
src/core/UBSettings.cpp
+1
-1
UBYouTubePublisher.cpp
src/podcast/youtube/UBYouTubePublisher.cpp
+1
-1
No files found.
OpenBoard.iss
View file @
4ac96f70
...
@@ -10,9 +10,9 @@ AppName=OpenBoard
...
@@ -10,9 +10,9 @@ AppName=OpenBoard
AppVerName=OpenBoard 1.0
AppVerName=OpenBoard 1.0
AppPublisher=Open Education Foundation
AppPublisher=Open Education Foundation
AppPublisherURL=http://
dev.open-sankore
.org
AppPublisherURL=http://
get.openboard
.org
AppSupportURL=http://
dev.open-sankore
.org
AppSupportURL=http://
www.openboard
.org
AppUpdatesURL=http://
dev.open-sankore
.org
AppUpdatesURL=http://
get.openboard
.org
DefaultDirName={pf}\OpenBoard
DefaultDirName={pf}\OpenBoard
DefaultGroupName=OpenBoard
DefaultGroupName=OpenBoard
...
...
buildDebianPackage.sh
View file @
4ac96f70
...
@@ -366,7 +366,7 @@ echo "Architecture: $ARCHITECTURE" >> "$CONTROL_FILE"
...
@@ -366,7 +366,7 @@ echo "Architecture: $ARCHITECTURE" >> "$CONTROL_FILE"
echo
"Essential: no"
>>
"
$CONTROL_FILE
"
echo
"Essential: no"
>>
"
$CONTROL_FILE
"
echo
"Installed-Size:
`
du
-s
$PACKAGE_DIRECTORY
|
awk
'{ print $1 }'
`
"
>>
"
$CONTROL_FILE
"
echo
"Installed-Size:
`
du
-s
$PACKAGE_DIRECTORY
|
awk
'{ print $1 }'
`
"
>>
"
$CONTROL_FILE
"
echo
"Maintainer:
${
APPLICATION_NAME
}
Developers team <dev@oe-f.org>"
>>
"
$CONTROL_FILE
"
echo
"Maintainer:
${
APPLICATION_NAME
}
Developers team <dev@oe-f.org>"
>>
"
$CONTROL_FILE
"
echo
"Homepage: http://
oe-f
.org"
>>
"
$CONTROL_FILE
"
echo
"Homepage: http://
www.openboard
.org"
>>
"
$CONTROL_FILE
"
echo
-n
"Depends: "
>>
"
$CONTROL_FILE
"
echo
-n
"Depends: "
>>
"
$CONTROL_FILE
"
unset
tab
unset
tab
declare
-a
tab
declare
-a
tab
...
...
resources/win/OpenBoard.rc
View file @
4ac96f70
...
@@ -33,17 +33,17 @@ BEGIN
...
@@ -33,17 +33,17 @@ BEGIN
BEGIN
BEGIN
VALUE "CompanyName", "Open
-Sankoré
\000"
VALUE "CompanyName", "Open
Education Foudation
\000"
VALUE "FileDescription", "
Sankore 3.1
\000"
VALUE "FileDescription", "
OpenBoard
\000"
VALUE "FileVersion", UBVERSION
VALUE "FileVersion", UBVERSION
VALUE "LegalCopyright", "(c)
Webdoc SA, 2009-2012
. All rights reserved\000"
VALUE "LegalCopyright", "(c)
Open Education Foundation 2013
. All rights reserved\000"
VALUE "OriginalFilename", "
Sankore 3.1
.exe\000"
VALUE "OriginalFilename", "
OpenBoard
.exe\000"
VALUE "ProductName", "
Sankore 3.1
\000"
VALUE "ProductName", "
OpenBoard
\000"
VALUE "ProductVersion", UBVERSION
VALUE "ProductVersion", UBVERSION
...
...
src/core/UBApplicationController.cpp
View file @
4ac96f70
...
@@ -481,7 +481,7 @@ void UBApplicationController::checkUpdate()
...
@@ -481,7 +481,7 @@ void UBApplicationController::checkUpdate()
{
{
if
(
mHttp
)
if
(
mHttp
)
delete
mHttp
;
delete
mHttp
;
QUrl
url
(
"http://
oe-f
.org/update.json"
);
QUrl
url
(
"http://
get.openboard
.org/update.json"
);
mHttp
=
new
QHttp
(
url
.
host
());
mHttp
=
new
QHttp
(
url
.
host
());
connect
(
mHttp
,
SIGNAL
(
requestFinished
(
int
,
bool
)),
this
,
SLOT
(
updateRequestFinished
(
int
,
bool
)));
connect
(
mHttp
,
SIGNAL
(
requestFinished
(
int
,
bool
)),
this
,
SLOT
(
updateRequestFinished
(
int
,
bool
)));
mHttp
->
get
(
url
.
path
());
mHttp
->
get
(
url
.
path
());
...
...
src/core/UBSettings.cpp
View file @
4ac96f70
...
@@ -200,7 +200,7 @@ void UBSettings::ValidateKeyboardPaletteKeyBtnSize()
...
@@ -200,7 +200,7 @@ void UBSettings::ValidateKeyboardPaletteKeyBtnSize()
void
UBSettings
::
init
()
void
UBSettings
::
init
()
{
{
productWebUrl
=
new
UBSetting
(
this
,
"App"
,
"ProductWebAddress"
,
"http://www.o
e-f
.org"
);
productWebUrl
=
new
UBSetting
(
this
,
"App"
,
"ProductWebAddress"
,
"http://www.o
penboard
.org"
);
softwareHomeUrl
=
productWebUrl
->
get
().
toString
();
softwareHomeUrl
=
productWebUrl
->
get
().
toString
();
...
...
src/podcast/youtube/UBYouTubePublisher.cpp
View file @
4ac96f70
...
@@ -278,7 +278,7 @@ QString UBYouTubePublisher::youtubeMetadata()
...
@@ -278,7 +278,7 @@ QString UBYouTubePublisher::youtubeMetadata()
workingDescription
=
workingDescription
.
left
(
4900
)
+
"..."
;
workingDescription
=
workingDescription
.
left
(
4900
)
+
"..."
;
}
}
workingDescription
+=
"
\n\n
http://www.o
e-f
.org"
;
workingDescription
+=
"
\n\n
http://www.o
penboard
.org"
;
if
(
workingDescription
.
length
()
==
0
)
if
(
workingDescription
.
length
()
==
0
)
{
{
...
...
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