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
244c5c07
Commit
244c5c07
authored
12 years ago
by
Yimgo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into widget_fix
parents
23bf38ed
afd70ddc
Changes
35
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
325 additions
and
183 deletions
+325
-183
JournalDesModifications.pdf
JournalDesModifications.pdf
+0
-0
ReleaseNotes.pdf
ReleaseNotes.pdf
+0
-0
Sankore_3.1.pro
Sankore_3.1.pro
+13
-1
release.win7.vc9.bat
release.win7.vc9.bat
+21
-2
freezedWidgetWrapper.html
resources/etc/freezedWidgetWrapper.html
+13
-3
loading.gif
resources/etc/img/loading.gif
+0
-0
ubw-main.js
...rces/library/applications/Calculatrice.wgt/js/ubw-main.js
+24
-9
basic.css
...rces/library/interactivities/Ass images.wgt/css/basic.css
+7
-6
basic.css
resources/library/interactivities/Ass sons.wgt/css/basic.css
+1
-0
basic.css
...rces/library/interactivities/Cat images.wgt/css/basic.css
+3
-3
minus.png
...rces/library/interactivities/Cat images.wgt/img/minus.png
+0
-0
plus.png
...urces/library/interactivities/Cat images.wgt/img/plus.png
+0
-0
script.js
...urces/library/interactivities/Cat images.wgt/js/script.js
+7
-8
script.js
...ry/interactivities/Cat images.wgt/locales/fr/js/script.js
+6
-6
script.js
...ry/interactivities/Cat images.wgt/locales/ru/js/script.js
+6
-6
basic.css
resources/library/interactivities/Choisir.wgt/css/basic.css
+4
-6
basic.css
...es/library/interactivities/Ordre images.wgt/css/basic.css
+2
-1
basic.css
...s/library/interactivities/Ordre lettres.wgt/css/basic.css
+4
-4
script.js
...es/library/interactivities/Ordre lettres.wgt/js/script.js
+1
-1
script.js
...interactivities/Ordre lettres.wgt/locales/fr/js/script.js
+1
-1
exemple.mp3
...tivities/Ordre lettres.wgt/locales/fr/objects/exemple.mp3
+0
-0
script.js
...interactivities/Ordre lettres.wgt/locales/ru/js/script.js
+1
-1
example.mp3
...tivities/Ordre lettres.wgt/locales/ru/objects/example.mp3
+0
-0
beep.mp3
...ibrary/interactivities/Ordre lettres.wgt/objects/beep.mp3
+0
-0
basic.css
...es/library/interactivities/Selectionner.wgt/css/basic.css
+1
-0
UBBoardPaletteManager.cpp
src/board/UBBoardPaletteManager.cpp
+4
-0
UBFeaturesController.cpp
src/board/UBFeaturesController.cpp
+131
-94
UBFeaturesController.h
src/board/UBFeaturesController.h
+9
-5
UBAbstractWidget.cpp
src/domain/UBAbstractWidget.cpp
+4
-2
UBDocumentNavigator.cpp
src/gui/UBDocumentNavigator.cpp
+1
-0
UBFeaturesWidget.cpp
src/gui/UBFeaturesWidget.cpp
+50
-11
UBFeaturesWidget.h
src/gui/UBFeaturesWidget.h
+5
-0
UBLibraryWidget.cpp
src/gui/UBLibraryWidget.cpp
+5
-11
UBLibraryWidget.h
src/gui/UBLibraryWidget.h
+0
-1
UBTeacherGuideWidget.cpp
src/gui/UBTeacherGuideWidget.cpp
+1
-1
No files found.
JournalDesModifications.pdf
View file @
244c5c07
No preview for this file type
This diff is collapsed.
Click to expand it.
ReleaseNotes.pdf
View file @
244c5c07
No preview for this file type
This diff is collapsed.
Click to expand it.
Sankore_3.1.pro
View file @
244c5c07
...
...
@@ -11,10 +11,20 @@ linux-g++-64 {
CONFIG
+=
link_prl
}
linux
-
g
++-
32
{
CONFIG
+=
link_prl
}
linux
-
g
++
{
CONFIG
+=
link_prl
}
VERSION_MAJ
=
2
VERSION_MIN
=
00
VERSION_TYPE
=
b
#
a
=
alpha
,
b
=
beta
,
r
=
release
,
other
=>
error
VERSION_PATCH
=
0
1
VERSION_PATCH
=
0
2
VERSION
=
"$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_TYPE}.$${VERSION_PATCH}"
VERSION
=
$$
replace
(
VERSION
,
"\\.r"
,
""
)
...
...
@@ -352,6 +362,7 @@ macx {
linux-g++ {
LIBS += -lcrypto
LIBS += -lX11
QMAKE_CFLAGS += -fopenmp
QMAKE_CXXFLAGS += -fopenmp
QMAKE_LFLAGS += -fopenmp
...
...
@@ -367,6 +378,7 @@ linux-g++ {
linux-g++-32 {
LIBS += -lcrypto
LIBS += -lX11
QMAKE_CFLAGS += -fopenmp
QMAKE_CXXFLAGS += -fopenmp
QMAKE_LFLAGS += -fopenmp
...
...
This diff is collapsed.
Click to expand it.
release.win7.vc9.bat
View file @
244c5c07
REM --------------------------------------------------------------------
REM This program is free software: you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
REM the Free Software Foundation, either version
3
of the License, or
REM the Free Software Foundation, either version
2
of the License, or
REM (at your option) any later version.
REM
REM This program is distributed in the hope that it will be useful,
...
...
@@ -18,6 +18,7 @@ set QT_BIN=%QT_DIR%\bin
set PROGRAMS_FILE_PATH=C:\Program Files
set SEVEN_ZIP_EXE="%PROGRAMS_FILE_PATH%\7-Zip\7z.exe"
set GIT_BIN=%PROGRAMS_FILE_PATH%\Git\bin
set VS_BIN=%PROGRAMS_FILE_PATH%\Microsoft Visual Studio 9.0\VC\bin
set WIN_SDK_BIN=%PROGRAMS_FILE_PATH%\Microsoft SDKs\Windows\v6.0A\Bin
...
...
@@ -46,7 +47,9 @@ set EDITION=MNEMIS_EDITION
%LRELEASE% Sankore_3.1.pro
%LRELEASE% %BASE_QT_TRANSLATIONS_DIRECTORY%\translations.pro
REM set /p VERSION= < build\win32\release\version
set /p VERSION= < build\win32\release\version
REM remove the last character that is a space
set VERSION=%VERSION: =%
REM git rev-list --tags --max-count=1 > tmp
REM set /p LAST_TAG= < tmp
REM erase tmp
...
...
@@ -78,3 +81,19 @@ set INSTALLER_PATH=.\install\win32\%INSTALLER_NAME%.exe
call "%INNO_EXE%" "Sankore 3.1.iss" /F"%INSTALLER_NAME%"
set INSTALL_DIRECTORY=install\win32\
xcopy *.pdf %INSTALL_DIRECTORY%
cd %INSTALL_DIRECTORY%
call %SEVEN_ZIP_EXE% a Open-Sankor_Windows_%VERSION%.zip *.exe *.pdf
cd ..\..\
GOTO END
:EXIT_WITH_ERROR
echo "Error found"
GOTO :EOF
:END
echo "Open-Sankore's build finished"
:EOF
This diff is collapsed.
Click to expand it.
resources/etc/freezedWidgetWrapper.html
View file @
244c5c07
...
...
@@ -9,9 +9,19 @@
width
:
100%
;
}
div
{
#freezed
{
text-align
:
center
;
border
:
5px
#ccc
outset
;
border
:
5px
solid
#ccc
;
border-radius
:
80px
;
box-shadow
:
inset
0
0
30px
rgba
(
66
,
66
,
66
,
0.5
);
}
.loading
{
color
:
#999
;
font-weight
:
bold
;
font-size
:
large
;
margin-top
:
5px
;
margin-left
:
5px
;
}
</style>
<script
type=
"text/javascript"
>
...
...
@@ -42,6 +52,6 @@
</script>
</head>
<body>
<div
id=
"freezed"
>
Widget freezed.
</div>
<div
id=
"freezed"
>
<img
src=
"img/loading.gif"
/><div
class=
"loading"
>
Loading ...
</div>
</div>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
resources/etc/img/loading.gif
0 → 100644
View file @
244c5c07
2.11 KB
This diff is collapsed.
Click to expand it.
resources/library/applications/Calculatrice.wgt/js/ubw-main.js
View file @
244c5c07
...
...
@@ -350,7 +350,6 @@ function init(){
function
compute
(){
var
result
;
//alert(calc)
if
(
calc
.
length
<=
1
)
result
=
eval
(
calc
);
else
{
...
...
@@ -362,7 +361,6 @@ function init(){
operation
=
(
calc
.
indexOf
(
"+"
,
0
)
!=
-
1
)?
calc
.
charAt
(
calc
.
indexOf
(
"+"
,
0
)):((
calc
.
indexOf
(
"*"
,
0
)
!=
-
1
)?
calc
.
charAt
(
calc
.
indexOf
(
"*"
,
0
)):((
calc
.
indexOf
(
"/"
,
0
)
!=
-
1
)?
calc
.
charAt
(
calc
.
indexOf
(
"/"
,
0
)):((
calc
.
indexOf
(
"-"
,
0
)
!=
-
1
)?
calc
.
charAt
(
calc
.
indexOf
(
"-"
,
0
)):
""
)));
fNumber
=
fMinus
+
calc
.
substring
(
0
,
calc
.
indexOf
(
operation
,
0
));
lNumber
=
calc
.
substring
(
calc
.
indexOf
(
operation
,
0
)
+
1
,
calc
.
length
);
//alert(fNumber + " | " + operation + " | " + lNumber)
result
=
calcIt
(
fNumber
,
operation
,
lNumber
);
}
...
...
@@ -391,10 +389,10 @@ function init(){
lCount
=
(
lNumber
.
indexOf
(
"."
,
0
)
!=
-
1
)?
lNumber
.
substring
(
lNumber
.
indexOf
(
"."
,
0
)
+
1
,
lNumber
.
length
):
""
;
length
=
(
fCount
.
length
>=
lCount
.
length
)?
fCount
.
length
:
lCount
.
length
;
length
=
Math
.
pow
(
10
,
length
);
fNumber
=
fNumber
*
length
;
lNumber
=
lNumber
*
length
;
fNumber
=
Math
.
round
(
fNumber
*
length
)
;
lNumber
=
Math
.
round
(
lNumber
*
length
)
;
switch
(
operation
){
case
"+"
:
case
"+"
:
result
=
(
fNumber
+
lNumber
)
/
length
;
break
;
case
"-"
:
...
...
@@ -516,10 +514,27 @@ function init(){
displayTrunk
=
displayTrunk
.
substr
(
0
,
displayTrunk
.
length
-
1
);
};
calc
+=
String
(
char
);
displayTrunk
+=
String
(
char
);
historyTrunk
+=
String
(
char
);
lastchar
.
type
=
"Number"
;
if
(
calc
==
"0"
){
if
(
char
!=
"0"
){
if
(
char
!=
"."
){
calc
=
String
(
char
);
displayTrunk
=
String
(
char
);
historyTrunk
=
String
(
char
);
lastchar
.
type
=
"Number"
;
}
else
{
calc
+=
String
(
char
);
displayTrunk
+=
String
(
char
);
historyTrunk
+=
String
(
char
);
lastchar
.
type
=
"Number"
;
}
}
}
else
{
char
=
(
char
==
"."
)?((
displayTrunk
.
indexOf
(
"."
,
0
)
!=
-
1
)?
""
:
"."
):
char
;
calc
+=
String
(
char
);
displayTrunk
+=
String
(
char
);
historyTrunk
+=
String
(
char
);
lastchar
.
type
=
"Number"
;
}
}
// char is an operator
else
{
...
...
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Ass images.wgt/css/basic.css
View file @
244c5c07
...
...
@@ -64,7 +64,7 @@ body{
.sub_cont
{
width
:
100%
;
padding
:
0
;
margin
:
20px
0
0
0
;
margin
:
20px
0
5px
0
;
min-height
:
60px
;
}
...
...
@@ -84,7 +84,7 @@ body{
}
.imgs_answers_gray
{
}
.imgs_answers_green
{
...
...
@@ -114,11 +114,12 @@ body{
min-height
:
40px
;
max-height
:
60px
;
float
:
right
;
overflow
:
auto
;
overflow
-x
:
hidden
;
background-color
:
#ccc
;
border-top-left-radius
:
10px
;
border-bottom-left-radius
:
10px
;
padding-left
:
10px
;
padding-left
:
10px
;
word-break
:
break-all
;
}
.close_cont
{
...
...
@@ -207,7 +208,7 @@ body{
}
.dropBack
{
}
/* new design */
...
...
@@ -417,5 +418,5 @@ body{
}
.open
{
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Ass sons.wgt/css/basic.css
View file @
244c5c07
...
...
@@ -218,6 +218,7 @@ body{
overflow-x
:
hidden
;
float
:
right
;
margin-left
:
20px
;
word-break
:
break-all
;
}
.play
,
.stop
{
...
...
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Cat images.wgt/css/basic.css
View file @
244c5c07
...
...
@@ -150,16 +150,16 @@ body{
height
:
30px
;
float
:
right
;
cursor
:
pointer
;
background-color
:
white
;
background-color
:
transparent
;
border
:
none
;
}
.del_category
{
background-image
:
url(../img/minus.png)
;
}
.add_category
{
background-image
:
url(../img/plus.png)
;
}
.cat_desc
{
...
...
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Cat images.wgt/img/minus.png
0 → 100644
View file @
244c5c07
1.5 KB
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Cat images.wgt/img/plus.png
0 → 100644
View file @
244c5c07
1.53 KB
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Cat images.wgt/js/script.js
View file @
244c5c07
...
...
@@ -5,7 +5,7 @@ var sankoreLang = {
second_desc
:
"Even numbers"
,
enter
:
"Enter your category name here ..."
,
add
:
"Add new block"
,
wgt_name
:
"
Order
images"
,
wgt_name
:
"
Categorize
images"
,
reload
:
"Reload"
,
slate
:
"Wood"
,
pad
:
"Pad"
,
...
...
@@ -160,8 +160,8 @@ function start(){
$
(
"<div class='close_cont'>"
).
appendTo
(
container
);
container
.
find
(
".imgs_cont"
).
each
(
function
(){
$
(
"<button class='del_category'>
-
</button>"
).
appendTo
(
$
(
this
));
$
(
"<button class='add_category'>
+
</button>"
).
appendTo
(
$
(
this
));
$
(
"<button class='del_category'></button>"
).
appendTo
(
$
(
this
));
$
(
"<button class='add_category'></button>"
).
appendTo
(
$
(
this
));
$
(
this
).
attr
(
"ondragenter"
,
"return false;"
)
.
attr
(
"ondragleave"
,
"$(this).css(
\"
background-color
\"
,
\"
#E6F6FF
\"
); return false;"
)
.
attr
(
"ondragover"
,
"$(this).css(
\"
background-color
\"
,
\"
#C3E9FF
\"
); return false;"
)
...
...
@@ -558,8 +558,8 @@ function addCategory(obj){
$
(
"<input type='hidden' name='count' value=''/>"
).
appendTo
(
imgs_container
);
var
tmp_div
=
$
(
"<div style='width: 100%; overflow: hidden;'>"
).
appendTo
(
imgs_container
);
$
(
"<input type='text' class='cat_desc' value='"
+
sankoreLang
.
enter
+
"'>"
).
appendTo
(
tmp_div
);
$
(
"<button class='del_category'>
-
</button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='add_category'>
+
</button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='del_category'></button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='add_category'></button>"
).
appendTo
(
imgs_container
);
imgs_container
.
attr
(
"ondragenter"
,
"return false;"
)
.
attr
(
"ondragleave"
,
"$(this).css(
\"
background-color
\"
,
\"\"
); return false;"
)
.
attr
(
"ondragover"
,
"$(this).css(
\"
background-color
\"
,
\"\"
); return false;"
)
...
...
@@ -579,8 +579,8 @@ function addContainer(){
$
(
"<input type='hidden' name='count' value=''/>"
).
appendTo
(
imgs_container
);
var
tmp_div
=
$
(
"<div style='width: 100%; overflow: hidden;'>"
).
appendTo
(
imgs_container
);
$
(
"<input type='text' class='cat_desc' value='"
+
sankoreLang
.
enter
+
"'/>"
).
appendTo
(
tmp_div
);
$
(
"<button class='del_category'>
-
</button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='add_category'>
+
</button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='del_category'></button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='add_category'></button>"
).
appendTo
(
imgs_container
);
imgs_container
.
attr
(
"ondragenter"
,
"return false;"
)
.
attr
(
"ondragleave"
,
"$(this).css(
\"
background-color
\"
,
\"
#e6f6ff
\"
); return false;"
)
.
attr
(
"ondragover"
,
"$(this).css(
\"
background-color
\"
,
\"
#c3e9ff
\"
); return false;"
)
...
...
@@ -787,7 +787,6 @@ function onDropTarget(obj, event) {
}
}
}
exportData
();
}
else
{
alert
(
"Your browser does not support the dataTransfer object."
);
...
...
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Cat images.wgt/locales/fr/js/script.js
View file @
244c5c07
...
...
@@ -158,8 +158,8 @@ function start(){
$
(
"<div class='close_cont'>"
).
appendTo
(
container
);
container
.
find
(
".imgs_cont"
).
each
(
function
(){
$
(
"<button class='del_category'>
-
</button>"
).
appendTo
(
$
(
this
));
$
(
"<button class='add_category'>
+
</button>"
).
appendTo
(
$
(
this
));
$
(
"<button class='del_category'></button>"
).
appendTo
(
$
(
this
));
$
(
"<button class='add_category'></button>"
).
appendTo
(
$
(
this
));
$
(
this
).
attr
(
"ondragenter"
,
"return false;"
)
.
attr
(
"ondragleave"
,
"$(this).css(
\"
background-color
\"
,
\"
#E6F6FF
\"
); return false;"
)
.
attr
(
"ondragover"
,
"$(this).css(
\"
background-color
\"
,
\"
#C3E9FF
\"
); return false;"
)
...
...
@@ -556,8 +556,8 @@ function addCategory(obj){
$
(
"<input type='hidden' name='count' value=''/>"
).
appendTo
(
imgs_container
);
var
tmp_div
=
$
(
"<div style='width: 100%; overflow: hidden;'>"
).
appendTo
(
imgs_container
);
$
(
"<input type='text' class='cat_desc' value='"
+
sankoreLang
.
enter
+
"'>"
).
appendTo
(
tmp_div
);
$
(
"<button class='del_category'>
-
</button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='add_category'>
+
</button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='del_category'></button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='add_category'></button>"
).
appendTo
(
imgs_container
);
imgs_container
.
attr
(
"ondragenter"
,
"return false;"
)
.
attr
(
"ondragleave"
,
"$(this).css(
\"
background-color
\"
,
\"\"
); return false;"
)
.
attr
(
"ondragover"
,
"$(this).css(
\"
background-color
\"
,
\"\"
); return false;"
)
...
...
@@ -577,8 +577,8 @@ function addContainer(){
$
(
"<input type='hidden' name='count' value=''/>"
).
appendTo
(
imgs_container
);
var
tmp_div
=
$
(
"<div style='width: 100%; overflow: hidden;'>"
).
appendTo
(
imgs_container
);
$
(
"<input type='text' class='cat_desc' value='"
+
sankoreLang
.
enter
+
"'/>"
).
appendTo
(
tmp_div
);
$
(
"<button class='del_category'>
-
</button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='add_category'>
+
</button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='del_category'></button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='add_category'></button>"
).
appendTo
(
imgs_container
);
imgs_container
.
attr
(
"ondragenter"
,
"return false;"
)
.
attr
(
"ondragleave"
,
"$(this).css(
\"
background-color
\"
,
\"\"
); return false;"
)
.
attr
(
"ondragover"
,
"$(this).css(
\"
background-color
\"
,
\"\"
); return false;"
)
...
...
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Cat images.wgt/locales/ru/js/script.js
View file @
244c5c07
...
...
@@ -158,8 +158,8 @@ function start(){
$
(
"<div class='close_cont'>"
).
appendTo
(
container
);
container
.
find
(
".imgs_cont"
).
each
(
function
(){
$
(
"<button class='del_category'>
-
</button>"
).
appendTo
(
$
(
this
));
$
(
"<button class='add_category'>
+
</button>"
).
appendTo
(
$
(
this
));
$
(
"<button class='del_category'></button>"
).
appendTo
(
$
(
this
));
$
(
"<button class='add_category'></button>"
).
appendTo
(
$
(
this
));
$
(
this
).
attr
(
"ondragenter"
,
"return false;"
)
.
attr
(
"ondragleave"
,
"$(this).css(
\"
background-color
\"
,
\"
#E6F6FF
\"
); return false;"
)
.
attr
(
"ondragover"
,
"$(this).css(
\"
background-color
\"
,
\"
#C3E9FF
\"
); return false;"
)
...
...
@@ -559,8 +559,8 @@ function addCategory(obj){
$
(
"<input type='hidden' name='count' value=''/>"
).
appendTo
(
imgs_container
);
var
tmp_div
=
$
(
"<div style='width: 100%; overflow: hidden;'>"
).
appendTo
(
imgs_container
);
$
(
"<input type='text' class='cat_desc' value='"
+
sankoreLang
.
enter
+
"'>"
).
appendTo
(
tmp_div
);
$
(
"<button class='del_category'>
-
</button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='add_category'>
+
</button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='del_category'></button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='add_category'></button>"
).
appendTo
(
imgs_container
);
imgs_container
.
attr
(
"ondragenter"
,
"return false;"
)
.
attr
(
"ondragleave"
,
"$(this).css(
\"
background-color
\"
,
\"\"
); return false;"
)
.
attr
(
"ondragover"
,
"$(this).css(
\"
background-color
\"
,
\"\"
); return false;"
)
...
...
@@ -580,8 +580,8 @@ function addContainer(){
$
(
"<input type='hidden' name='count' value=''/>"
).
appendTo
(
imgs_container
);
var
tmp_div
=
$
(
"<div style='width: 100%; overflow: hidden;'>"
).
appendTo
(
imgs_container
);
$
(
"<input type='text' class='cat_desc' value='"
+
sankoreLang
.
enter
+
"'/>"
).
appendTo
(
tmp_div
);
$
(
"<button class='del_category'>
-
</button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='add_category'>
+
</button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='del_category'></button>"
).
appendTo
(
imgs_container
);
$
(
"<button class='add_category'></button>"
).
appendTo
(
imgs_container
);
imgs_container
.
attr
(
"ondragenter"
,
"return false;"
)
.
attr
(
"ondragleave"
,
"$(this).css(
\"
background-color
\"
,
\"\"
); return false;"
)
.
attr
(
"ondragover"
,
"$(this).css(
\"
background-color
\"
,
\"\"
); return false;"
)
...
...
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Choisir.wgt/css/basic.css
View file @
244c5c07
...
...
@@ -149,12 +149,10 @@ body{
font-family
:
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
font-size
:
small
;
border
:
3px
solid
#ccc
;
-webkit-border-radius
:
5px
;
border-radius
:
5px
;
-moz-box-shadow
:
#dadada
-1px
0
4px
;
-webkit-box-shadow
:
#dadada
-1px
0
4px
;
box-shadow
:
#dadada
-1px
0
4px
;
color
:
white
;
word-break
:
break-all
;
}
.qstContentDisplay
{
...
...
@@ -169,6 +167,7 @@ body{
border
:
1px
solid
#DFDFDE
;
border-top-left-radius
:
10px
;
border-bottom-left-radius
:
10px
;
word-break
:
break-all
;
}
.ansDiv
{
...
...
@@ -222,12 +221,10 @@ body{
overflow-x
:
hidden
;
float
:
left
;
border
:
3px
solid
#ccc
;
-webkit-border-radius
:
5px
;
border-radius
:
5px
;
-moz-box-shadow
:
#dadada
-1px
0
4px
;
-webkit-box-shadow
:
#dadada
-1px
0
4px
;
box-shadow
:
#dadada
-1px
0
4px
;
color
:
white
;
word-break
:
break-all
;
}
.ansContentDisplay
{
...
...
@@ -244,6 +241,7 @@ body{
border-top-left-radius
:
10px
;
border-bottom-left-radius
:
10px
;
color
:
white
;
word-break
:
break-all
;
}
.ansDelete
{
...
...
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Ordre images.wgt/css/basic.css
View file @
244c5c07
...
...
@@ -60,7 +60,7 @@ body{
.sub_cont
{
width
:
100%
;
padding
:
0
;
margin
:
20px
0
0
0
;
margin
:
20px
0
5px
0
;
min-height
:
60px
;
}
...
...
@@ -93,6 +93,7 @@ body{
border-top-left-radius
:
10px
;
border-bottom-left-radius
:
10px
;
padding-left
:
10px
;
word-break
:
break-all
;
}
.close_cont
{
...
...
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Ordre lettres.wgt/css/basic.css
View file @
244c5c07
...
...
@@ -172,6 +172,7 @@ body{
overflow-x
:
hidden
;
float
:
right
;
margin-left
:
20px
;
word-break
:
break-all
;
}
.play
,
.stop
{
...
...
@@ -205,16 +206,15 @@ body{
.audio_answer
{
min-height
:
50px
;
min-width
:
200px
;
max-width
:
700px
;
margin
:
5px
10px
;
padding
:
0
10px
;
background-color
:
white
;
display
:
inline-block
;
position
:
relative
;
border
:
1px
solid
#ccc
;
-moz-box-shadow
:
#ccc
-1px
0
4px
;
-webkit-box-shadow
:
#ccc
-1px
0
4px
;
box-shadow
:
#ccc
-1px
0
4px
;
font-size
:
230%
;
word-wrap
:
break-word
;
}
/*new design*/
...
...
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Ordre lettres.wgt/js/script.js
View file @
244c5c07
...
...
@@ -337,7 +337,7 @@ function showExample(){
var
audio_block
=
$
(
"<div class='audio_block'>"
).
appendTo
(
text
);
$
(
"<div class='play'>"
).
appendTo
(
audio_block
);
$
(
"<div class='replay'>"
).
appendTo
(
audio_block
);
var
source
=
$
(
"<source/>"
).
attr
(
"src"
,
"objects/beep.
wav
"
);
var
source
=
$
(
"<source/>"
).
attr
(
"src"
,
"objects/beep.
mp3
"
);
var
audio
=
$
(
"<audio>"
).
appendTo
(
audio_block
);
audio
.
append
(
source
);
$
(
"<input type='hidden'/>"
).
appendTo
(
audio_block
);
...
...
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Ordre lettres.wgt/locales/fr/js/script.js
View file @
244c5c07
...
...
@@ -331,7 +331,7 @@ function showExample(){
var
audio_block
=
$
(
"<div class='audio_block'>"
).
appendTo
(
text
);
$
(
"<div class='play'>"
).
appendTo
(
audio_block
);
$
(
"<div class='replay'>"
).
appendTo
(
audio_block
);
var
source
=
$
(
"<source/>"
).
attr
(
"src"
,
"
../../objects/beep.wav
"
);
var
source
=
$
(
"<source/>"
).
attr
(
"src"
,
"
objects/exemple.mp3
"
);
var
audio
=
$
(
"<audio>"
).
appendTo
(
audio_block
);
audio
.
append
(
source
);
$
(
"<input type='hidden'/>"
).
appendTo
(
audio_block
);
...
...
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Ordre lettres.wgt/locales/fr/objects/exemple.mp3
0 → 100644
View file @
244c5c07
File added
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Ordre lettres.wgt/locales/ru/js/script.js
View file @
244c5c07
...
...
@@ -332,7 +332,7 @@ function showExample(){
var
audio_block
=
$
(
"<div class='audio_block'>"
).
appendTo
(
text
);
$
(
"<div class='play'>"
).
appendTo
(
audio_block
);
$
(
"<div class='replay'>"
).
appendTo
(
audio_block
);
var
source
=
$
(
"<source/>"
).
attr
(
"src"
,
"
../../objects/beep.wav
"
);
var
source
=
$
(
"<source/>"
).
attr
(
"src"
,
"
objects/example.mp3
"
);
var
audio
=
$
(
"<audio>"
).
appendTo
(
audio_block
);
audio
.
append
(
source
);
$
(
"<input type='hidden'/>"
).
appendTo
(
audio_block
);
...
...
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Ordre lettres.wgt/locales/ru/objects/example.mp3
0 → 100644
View file @
244c5c07
File added
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Ordre lettres.wgt/objects/beep.mp3
0 → 100644
View file @
244c5c07
File added
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Selectionner.wgt/css/basic.css
View file @
244c5c07
...
...
@@ -94,6 +94,7 @@ body{
border-bottom-left-radius
:
10px
;
padding-left
:
10px
;
display
:
block
;
word-break
:
break-all
;
}
.close_cont
{
...
...
This diff is collapsed.
Click to expand it.
src/board/UBBoardPaletteManager.cpp
View file @
244c5c07
...
...
@@ -884,6 +884,10 @@ void UBBoardPaletteManager::addItemToLibrary()
#ifdef USE_WEB_WIDGET
mpLibWidget
->
libNavigator
()
->
libraryWidget
()
->
libraryController
()
->
importImageOnLibrary
(
image
);
#else
QDateTime
now
=
QDateTime
::
currentDateTime
();
QString
capturedName
=
tr
(
"CapturedImage"
)
+
"-"
+
now
.
toString
(
"dd-MM-yyyy hh-mm-ss"
)
+
".png"
;
mpFeaturesWidget
->
importImage
(
image
,
capturedName
);
#endif
}
...
...
This diff is collapsed.
Click to expand it.
src/board/UBFeaturesController.cpp
View file @
244c5c07
This diff is collapsed.
Click to expand it.
src/board/UBFeaturesController.h
View file @
244c5c07
...
...
@@ -33,7 +33,8 @@ enum UBFeatureElementType
FEATURE_ITEM
,
FEATURE_TRASH
,
FEATURE_FAVORITE
,
FEATURE_SEARCH
FEATURE_SEARCH
,
FEATURE_INVALID
};
class
UBFeature
...
...
@@ -105,6 +106,7 @@ public:
UBFeature
moveItemToFolder
(
const
QUrl
&
url
,
const
UBFeature
&
destination
);
UBFeature
copyItemToFolder
(
const
QUrl
&
url
,
const
UBFeature
&
destination
);
void
moveExternalData
(
const
QUrl
&
url
,
const
UBFeature
&
destination
);
void
rescanModel
();
void
siftElements
(
const
QString
&
pSiftValue
);
...
...
@@ -120,13 +122,15 @@ public:
void
addNewFolder
(
const
QString
&
name
);
void
addToFavorite
(
const
QUrl
&
path
);
void
removeFromFavorite
(
const
QUrl
&
path
,
bool
deleteManualy
=
false
);
UBFeature
importImage
(
const
QImage
&
image
,
const
UBFeature
&
destination
);
void
importImage
(
const
QImage
&
image
,
const
QString
&
fileName
=
QString
());
void
importImage
(
const
QImage
&
image
,
const
UBFeature
&
destination
,
const
QString
&
fileName
=
QString
()
);
void
fileSystemScan
(
const
QUrl
&
currPath
,
const
QString
&
currVirtualPath
);
static
UBFeatureElementType
fileTypeFromUrl
(
const
QString
&
path
);
static
QString
fileNameFromUrl
(
const
QUrl
&
url
);
static
QPixmap
thumbnailForFile
(
const
QString
&
path
);
static
QPixmap
getIcon
(
const
QString
&
path
,
UBFeatureElementType
pFType
);
static
bool
isDeletable
(
const
QUrl
&
url
);
static
char
featureTypeSplitter
()
{
return
':'
;}
...
...
@@ -153,7 +157,7 @@ private:
void
loadFavoriteList
();
void
saveFavoriteList
();
static
UBFeatureElementType
fileTypeFromUrl
(
const
QString
&
path
);
QList
<
UBFeature
>
*
featuresList
;
...
...
@@ -204,7 +208,7 @@ private:
public
:
UBFeature
trashElement
;
UBFeature
get
Parent
FeatureForUrl
(
const
QUrl
&
url
);
UBFeature
get
Destination
FeatureForUrl
(
const
QUrl
&
url
);
};
...
...
This diff is collapsed.
Click to expand it.
src/domain/UBAbstractWidget.cpp
View file @
244c5c07
...
...
@@ -172,8 +172,10 @@ bool UBAbstractWidget::hasEmbededFlash()
void
UBAbstractWidget
::
resize
(
qreal
width
,
qreal
height
)
{
QWebView
::
page
()
->
setViewportSize
(
QSize
(
width
,
height
));
QWebView
::
setFixedSize
(
QSize
(
width
,
height
));
qreal
w
=
qMax
((
qreal
)
mNominalSize
.
width
(),
width
);
qreal
h
=
qMax
((
qreal
)
mNominalSize
.
height
(),
height
);
QWebView
::
page
()
->
setViewportSize
(
QSize
(
w
,
h
));
QWebView
::
setFixedSize
(
QSize
(
w
,
h
));
}
...
...
This diff is collapsed.
Click to expand it.
src/gui/UBDocumentNavigator.cpp
View file @
244c5c07
...
...
@@ -161,6 +161,7 @@ void UBDocumentNavigator::refreshScene()
int
rowIndex
=
i
/
mNbColumns
;
item
.
Place
(
rowIndex
,
columnIndex
,
mThumbnailWidth
,
thumbnailHeight
);
}
scene
()
->
setSceneRect
(
scene
()
->
itemsBoundingRect
());
}
/**
...
...
This diff is collapsed.
Click to expand it.
src/gui/UBFeaturesWidget.cpp
View file @
244c5c07
...
...
@@ -3,7 +3,6 @@
#include "UBFeaturesWidget.h"
#include "domain/UBAbstractWidget.h"
#include "gui/UBThumbnailWidget.h"
#include "gui/UBLibraryWidget.h"
#include "frameworks/UBFileSystemUtils.h"
#include "core/UBApplication.h"
#include "core/UBDownloadManager.h"
...
...
@@ -18,7 +17,10 @@ const int FeatureListBorderOffset = 10;
const
char
featureTypeSplitter
=
':'
;
static
const
QString
mimeSankoreFeatureTypes
=
"Sankore/featureTypes"
;
UBFeaturesWidget
::
UBFeaturesWidget
(
QWidget
*
parent
,
const
char
*
name
)
:
UBDockPaletteWidget
(
parent
),
imageGatherer
(
NULL
)
UBFeaturesWidget
::
UBFeaturesWidget
(
QWidget
*
parent
,
const
char
*
name
)
:
UBDockPaletteWidget
(
parent
)
,
imageGatherer
(
NULL
)
,
mkFolderDlg
(
NULL
)
{
setObjectName
(
name
);
...
...
@@ -108,6 +110,9 @@ void UBFeaturesWidget::currentSelected(const QModelIndex ¤t)
return
;
}
//Calling to reset the model for listView. Maybe separate function needed
controller
->
searchStarted
(
""
,
mNavigator
->
listView
());
QString
objName
=
sender
()
->
objectName
();
if
(
objName
.
isEmpty
())
{
...
...
@@ -159,10 +164,22 @@ void UBFeaturesWidget::currentSelected(const QModelIndex ¤t)
void
UBFeaturesWidget
::
createNewFolder
()
{
UBNewFolderDlg
dlg
;
if
(
QDialog
::
Accepted
==
dlg
.
exec
())
{
controller
->
addNewFolder
(
dlg
.
folderName
());
if
(
!
mkFolderDlg
)
{
mkFolderDlg
=
new
UBNewFolderDlg
(
this
);
connect
(
mkFolderDlg
,
SIGNAL
(
accepted
()),
this
,
SLOT
(
addFolder
()));
}
mkFolderDlg
->
setWindowFlags
(
Qt
::
WindowStaysOnTopHint
);
mkFolderDlg
->
resize
(
this
->
size
().
width
()
-
20
,
80
);
mkFolderDlg
->
move
(
5
,
this
->
size
().
height
()
-
200
);
mkFolderDlg
->
show
();
}
void
UBFeaturesWidget
::
addFolder
()
{
if
(
mkFolderDlg
)
controller
->
addNewFolder
(
mkFolderDlg
->
folderName
());
}
void
UBFeaturesWidget
::
deleteElements
(
const
UBFeaturesMimeData
*
mimeData
)
...
...
@@ -334,6 +351,16 @@ void UBFeaturesWidget::removeElementsFromFavorite()
controller
->
refreshModels
();
}
void
UBFeaturesWidget
::
resizeEvent
(
QResizeEvent
*
event
)
{
UBDockPaletteWidget
::
resizeEvent
(
event
);
if
(
mkFolderDlg
)
{
mkFolderDlg
->
resize
(
this
->
size
().
width
()
-
20
,
80
);
mkFolderDlg
->
move
(
5
,
this
->
size
().
height
()
-
200
);
}
}
void
UBFeaturesWidget
::
switchToListView
()
{
stackedWidget
->
setCurrentIndex
(
ID_LISTVIEW
);
...
...
@@ -357,6 +384,10 @@ QStringList UBFeaturesMimeData::formats() const
return
QMimeData
::
formats
();
}
void
UBFeaturesWidget
::
importImage
(
const
QImage
&
image
,
const
QString
&
fileName
)
{
controller
->
importImage
(
image
,
fileName
);
}
UBFeaturesListView
::
UBFeaturesListView
(
QWidget
*
parent
,
const
char
*
name
)
:
QListView
(
parent
)
...
...
@@ -862,6 +893,8 @@ bool UBFeaturesModel::dropMimeData(const QMimeData *mimeData, Qt::DropAction act
Q_UNUSED
(
row
)
const
UBFeaturesMimeData
*
fMimeData
=
qobject_cast
<
const
UBFeaturesMimeData
*>
(
mimeData
);
UBFeaturesController
*
curController
=
qobject_cast
<
UBFeaturesController
*>
(
QObject
::
parent
());
bool
dataFromSameModel
=
false
;
if
(
fMimeData
)
...
...
@@ -876,12 +909,12 @@ bool UBFeaturesModel::dropMimeData(const QMimeData *mimeData, Qt::DropAction act
UBFeature
parentFeature
;
if
(
!
parent
.
isValid
())
{
parentFeature
=
dynamic_cast
<
UBFeaturesWidget
*>
(
QObject
::
parent
())
->
getFeaturesController
()
->
getCurrentElement
();
parentFeature
=
curController
->
getCurrentElement
();
}
else
{
parentFeature
=
parent
.
data
(
Qt
::
UserRole
+
1
).
value
<
UBFeature
>
();
}
if
(
mimeData
->
hasUrls
()
)
{
if
(
dataFromSameModel
)
{
QList
<
UBFeature
>
featList
=
fMimeData
->
features
();
for
(
int
i
=
0
;
i
<
featList
.
count
();
i
++
)
{
UBFeature
sourceElement
;
...
...
@@ -890,10 +923,16 @@ bool UBFeaturesModel::dropMimeData(const QMimeData *mimeData, Qt::DropAction act
moveData
(
sourceElement
,
parentFeature
,
Qt
::
MoveAction
);
}
}
}
else
if
(
mimeData
->
hasImage
()
)
{
}
else
if
(
mimeData
->
hasUrls
())
{
QList
<
QUrl
>
urlList
=
mimeData
->
urls
();
foreach
(
QUrl
curUrl
,
urlList
)
{
qDebug
()
<<
"URl catched is "
<<
curUrl
.
toLocalFile
();
curController
->
moveExternalData
(
curUrl
,
parentFeature
);
}
}
else
if
(
mimeData
->
hasImage
())
{
QImage
image
=
qvariant_cast
<
QImage
>
(
mimeData
->
imageData
()
);
UBFeature
element
=
dynamic_cast
<
UBFeaturesWidget
*>
(
QObject
::
parent
())
->
getFeaturesController
()
->
importImage
(
image
,
parentFeature
);
addItem
(
element
);
curController
->
importImage
(
image
,
parentFeature
);
}
return
true
;
...
...
@@ -1019,7 +1058,7 @@ void UBFeaturesModel::moveData(const UBFeature &source, const UBFeature &destina
curFeature
.
setFullPath
(
newPath
);
}
}
// processing copy or move action for
re
al FS
// processing copy or move action for
virtu
al FS
if
(
action
==
Qt
::
CopyAction
)
{
copyFeature
.
setFullVirtualPath
(
newVirtualPath
);
}
else
{
...
...
This diff is collapsed.
Click to expand it.
src/gui/UBFeaturesWidget.h
View file @
244c5c07
...
...
@@ -21,6 +21,7 @@
#include "api/UBWidgetUniboardAPI.h"
#include "UBFeaturesActionBar.h"
#include "UBRubberBand.h"
#include "gui/UBLibraryWidget.h"
#define THUMBNAIL_WIDTH 400
#define ID_LISTVIEW 0
...
...
@@ -56,6 +57,7 @@ public:
||
mode
==
eUBDockPaletteWidget_DESKTOP
;
}
UBFeaturesController
*
getFeaturesController
()
const
{
return
controller
;
}
void
importImage
(
const
QImage
&
image
,
const
QString
&
fileName
=
QString
());
static
const
int
minThumbnailSize
=
20
;
static
const
int
maxThumbnailSize
=
100
;
...
...
@@ -70,6 +72,7 @@ private slots:
void
currentSelected
(
const
QModelIndex
&
);
void
searchStarted
(
const
QString
&
);
void
createNewFolder
();
void
addFolder
();
void
deleteElements
(
const
UBFeaturesMimeData
*
);
void
addToFavorite
(
const
UBFeaturesMimeData
*
);
void
removeFromFavorite
(
const
UBFeaturesMimeData
*
);
...
...
@@ -81,6 +84,7 @@ private slots:
void
rescanModel
();
private
:
void
resizeEvent
(
QResizeEvent
*
event
);
void
switchToListView
();
void
switchToProperties
();
void
switchToWebView
();
...
...
@@ -96,6 +100,7 @@ private:
QStackedWidget
*
stackedWidget
;
int
currentStackedWidget
;
UBDownloadHttpFile
*
imageGatherer
;
UBNewFolderDlg
*
mkFolderDlg
;
};
...
...
This diff is collapsed.
Click to expand it.
src/gui/UBLibraryWidget.cpp
View file @
244c5c07
...
...
@@ -547,7 +547,6 @@ UBNewFolderDlg::UBNewFolderDlg(QWidget *parent, const char *name):QDialog(parent
,
mpAddButton
(
NULL
)
,
mpCancelButton
(
NULL
)
,
mpLayout
(
NULL
)
,
mpHLayout
(
NULL
)
{
setObjectName
(
name
);
setWindowTitle
(
tr
(
"Add new folder"
));
...
...
@@ -562,15 +561,14 @@ UBNewFolderDlg::UBNewFolderDlg(QWidget *parent, const char *name):QDialog(parent
mpButtons
=
new
QDialogButtonBox
(
Qt
::
Horizontal
,
this
);
mpLayout
=
new
QVBoxLayout
(
this
);
mpHLayout
=
new
QHBoxLayout
(
0
);
setLayout
(
mpLayout
);
mpLayout
->
addLayout
(
mpHLayout
,
0
);
mp
HLayout
->
addWidget
(
mpLabel
,
0
);
mp
HLayout
->
addWidget
(
mpLineEdit
,
1
);
mp
Layout
->
addWidget
(
mpLabel
,
1
);
mp
Layout
->
addWidget
(
mpLineEdit
);
mpButtons
->
addButton
(
mpAddButton
,
QDialogButtonBox
::
ActionRole
);
mpButtons
->
addButton
(
mpCancelButton
,
QDialogButtonBox
::
ActionRole
);
mpLayout
->
addWidget
(
mpButtons
);
mpLayout
->
addWidget
(
mpButtons
,
1
,
Qt
::
AlignJustify
);
connect
(
mpAddButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
accept
()));
connect
(
mpCancelButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
reject
()));
...
...
@@ -612,11 +610,7 @@ UBNewFolderDlg::~UBNewFolderDlg()
delete
mpLabel
;
mpLabel
=
NULL
;
}
if
(
NULL
!=
mpHLayout
)
{
delete
mpHLayout
;
mpHLayout
=
NULL
;
}
if
(
NULL
!=
mpLayout
)
{
delete
mpLayout
;
...
...
This diff is collapsed.
Click to expand it.
src/gui/UBLibraryWidget.h
View file @
244c5c07
...
...
@@ -119,7 +119,6 @@ private:
QPushButton
*
mpAddButton
;
QPushButton
*
mpCancelButton
;
QVBoxLayout
*
mpLayout
;
QHBoxLayout
*
mpHLayout
;
};
#endif // UBLIBRARYWIDGET_H
This diff is collapsed.
Click to expand it.
src/gui/UBTeacherGuideWidget.cpp
View file @
244c5c07
...
...
@@ -1163,7 +1163,7 @@ void UBTeacherGuideWidget::connectToStylusPalette()
connect
(
UBApplication
::
mainWindow
->
actionPlay
,
SIGNAL
(
triggered
(
bool
)),
this
,
SLOT
(
onTriggeredAction
(
bool
)));
connect
(
UBApplication
::
mainWindow
->
actionZoomIn
,
SIGNAL
(
triggered
(
bool
)),
this
,
SLOT
(
onTriggeredAction
(
bool
)));
connect
(
UBApplication
::
mainWindow
->
actionZoomOut
,
SIGNAL
(
triggered
(
bool
)),
this
,
SLOT
(
onTriggeredAction
(
bool
)));
connect
(
UBApplication
::
mainWindow
->
actionCapture
,
SIGNAL
(
triggered
(
bool
)),
this
,
SLOT
(
onTriggeredAction
(
bool
)));
connect
(
UBApplication
::
mainWindow
->
actionCapture
,
SIGNAL
(
triggered
(
bool
)),
this
,
SLOT
(
onTriggeredAction
(
bool
)));
connect
(
UBApplication
::
mainWindow
->
actionHand
,
SIGNAL
(
triggered
(
bool
)),
this
,
SLOT
(
onTriggeredAction
(
bool
)));
connect
(
UBApplication
::
mainWindow
->
actionLine
,
SIGNAL
(
triggered
(
bool
)),
this
,
SLOT
(
onTriggeredAction
(
bool
)));
connect
(
UBApplication
::
mainWindow
->
actionText
,
SIGNAL
(
triggered
(
bool
)),
this
,
SLOT
(
onTriggeredAction
(
bool
)));
...
...
This diff is collapsed.
Click to expand it.
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