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
517541fa
Commit
517541fa
authored
Nov 30, 2011
by
shibakaneki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed the application name
parent
c7cbce30
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
13 deletions
+13
-13
Sankore_3.1.pro
Sankore_3.1.pro
+1
-1
release.linux.sh
release.linux.sh
+4
-4
release.macx.sh
release.macx.sh
+4
-4
UBSettings.cpp
src/core/UBSettings.cpp
+1
-1
main.cpp
src/core/main.cpp
+1
-1
UBDesktopServices_mac.cpp
src/frameworks/UBDesktopServices_mac.cpp
+1
-1
UniboardSankoreTransition.cpp
src/transition/UniboardSankoreTransition.cpp
+1
-1
No files found.
Sankore_3.1.pro
View file @
517541fa
TARGET
=
"Sankore
3.1
"
TARGET
=
"Sankore"
TEMPLATE
=
app
THIRD_PARTY_PATH
=../
Sankore
-
ThirdParty
...
...
release.linux.sh
View file @
517541fa
...
...
@@ -46,8 +46,8 @@ else
LAST_COMMITED_VERSION
=
"
`
git describe
$(
git rev-list
--tags
--max-count
=
1
)
`
"
if
[
"v
$VERSION
"
!=
"
$LAST_COMMITED_VERSION
"
]
;
then
echo
creating a tag with the version
$VERSION
#
git tag -a "v$VERSION" -m "Generating setup for v$VERSION"
#
git push origin --tags
git tag
-a
"v
$VERSION
"
-m
"Generating setup for v
$VERSION
"
git push origin
--tags
fi
fi
...
...
@@ -93,10 +93,10 @@ copyQtLibrary libQtCore
rm
-rf
install
/linux
mkdir
-p
install
/linux
mv
build/linux/release/product build/linux/release/Sankore
_3.1
.
$VERSION
mv
build/linux/release/product build/linux/release/Sankore.
$VERSION
cd
build/linux/release
# "Removing .svn directories ..."
find
.
-name
.svn
-exec
rm
-rf
{}
\;
2> /dev/null
tar
cvzf ../../../install/linux/Sankore
\
3.1.tar.gz Sankore_3.1
.
$VERSION
-C
.
tar
cvzf ../../../install/linux/Sankore
.tar.gz Sankore
.
$VERSION
-C
.
echo
"Build Finished"
release.macx.sh
View file @
517541fa
...
...
@@ -103,11 +103,11 @@ if [ $? != 0 ]; then
fi
NAME
=
"Sankore
3.1
"
NAME
=
"Sankore"
DMG
=
"
$NAME
.dmg"
VOLUME
=
"/Volumes/
$NAME
"
APP
=
"
$PRODUCT_DIR
/Sankore
3.1
.app"
APP
=
"
$PRODUCT_DIR
/Sankore.app"
DSYM_NAME
=
"
$NAME
(r
$SVN_REVISION
).dSYM"
DSYM
=
"
$PRODUCT_DIR
/
$DSYM_NAME
"
GSYM_i386
=
"
$PRODUCT_DIR
/
$NAME
i386.sym"
...
...
@@ -128,8 +128,8 @@ notify "Bulding frameworks ..."
$MACDEPLOYQT
"
$APP
"
notify
"Extracting debug information ..."
$DSYMUTIL
"
$APP
/Contents/MacOS/Sankore
3.1
"
-o
"
$DSYM
"
$STRIP
-S
"
$APP
/Contents/MacOS/Sankore
3.1
"
$DSYMUTIL
"
$APP
/Contents/MacOS/Sankore"
-o
"
$DSYM
"
$STRIP
-S
"
$APP
/Contents/MacOS/Sankore"
notify
"Creating dmg ..."
umount
"
$VOLUME
"
2> /dev/null
...
...
src/core/UBSettings.cpp
View file @
517541fa
...
...
@@ -756,7 +756,7 @@ QString UBSettings::uniboardDataDirectory()
}
}
QString
qtDataPath
=
UBFileSystemUtils
::
normalizeFilePath
(
UBDesktopServices
::
storageLocation
(
QDesktopServices
::
DataLocation
));
qtDataPath
.
replace
(
"/Sankore
3.1
"
,
""
);
qtDataPath
.
replace
(
"/Sankore"
,
""
);
return
qtDataPath
;
}
...
...
src/core/main.cpp
View file @
517541fa
...
...
@@ -88,7 +88,7 @@ int main(int argc, char *argv[])
QApplication
::
setGraphicsSystem
(
"raster"
);
#endif
UBApplication
app
(
"Sankore 3.1
"
,
argc
,
argv
);
UBApplication
app
(
"Sankore
"
,
argc
,
argv
);
//BUGFIX:
//when importing a sankore file that contains a non standard character
...
...
src/frameworks/UBDesktopServices_mac.cpp
View file @
517541fa
...
...
@@ -96,7 +96,7 @@ QString UBDesktopServices::storageLocation(StandardLocation type)
QString
path
=
getFullPath
(
ref
);
if
(
QDesktopServices
::
DataLocation
==
type
||
QDesktopServices
::
CacheLocation
==
type
)
path
+=
"/Sankore/Sankore
3.1
"
;
path
+=
"/Sankore/Sankore"
;
return
path
;
}
...
...
src/transition/UniboardSankoreTransition.cpp
View file @
517541fa
...
...
@@ -31,7 +31,7 @@ UniboardSankoreTransition::UniboardSankoreTransition(QObject *parent) :
mUniboardSourceDirectory
=
UBFileSystemUtils
::
normalizeFilePath
(
UBDesktopServices
::
storageLocation
(
QDesktopServices
::
DataLocation
));
#if defined(Q_WS_MACX)
mOldSankoreDirectory
.
replace
(
"Sankore/Sankore 3.1"
,
"Sankore
3.1
"
);
mOldSankoreDirectory
.
replace
(
"Sankore/Sankore 3.1"
,
"Sankore"
);
mUniboardSourceDirectory
.
replace
(
"Sankore/Sankore 3.1"
,
"Uniboard"
);
#else
mUniboardSourceDirectory
.
replace
(
"Sankore/Sankore 3.1"
,
"Mnemis/Uniboard"
);
...
...
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