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
1ebc821a
Commit
1ebc821a
authored
Oct 04, 2011
by
Claudio Valerio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed issue
http://188.165.53.52/jira/browse/SANKORE-68
parent
2b8dd1ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
93 additions
and
71 deletions
+93
-71
UBWebController.cpp
src/web/UBWebController.cpp
+92
-70
UBWebController.h
src/web/UBWebController.h
+1
-1
No files found.
src/web/UBWebController.cpp
View file @
1ebc821a
...
...
@@ -55,7 +55,7 @@ UBWebController::UBWebController(UBMainWindow* mainWindow)
,
mBrowserWidget
(
0
)
,
mTrapFlashController
(
0
)
,
mToolsCurrentPalette
(
0
)
,
mKeyboardCurrentPalette
(
0
)
,
mKeyboardCurrentPalette
(
0
)
,
mToolsPalettePositionned
(
false
)
,
mDownloadViewIsVisible
(
false
)
...
...
@@ -70,6 +70,8 @@ UBWebController::UBWebController(UBMainWindow* mainWindow)
mToolsPalettePositionnedList
[
i
]
=
false
;
}
initialiazemOEmbedProviders
();
}
...
...
@@ -78,6 +80,26 @@ UBWebController::~UBWebController()
// NOOP
}
void
UBWebController
::
initialiazemOEmbedProviders
()
{
mOEmbedProviders
<<
"5min.com"
;
mOEmbedProviders
<<
"amazon.com"
;
mOEmbedProviders
<<
"flickr"
;
mOEmbedProviders
<<
"video.google."
;
mOEmbedProviders
<<
"hulu.com"
;
mOEmbedProviders
<<
"imdb.com"
;
mOEmbedProviders
<<
"metacafe.com"
;
mOEmbedProviders
<<
"qik.com"
;
mOEmbedProviders
<<
"slideshare"
;
mOEmbedProviders
<<
"5min.com"
;
mOEmbedProviders
<<
"twitpic.com"
;
mOEmbedProviders
<<
"viddler.com"
;
mOEmbedProviders
<<
"vimeo.com"
;
mOEmbedProviders
<<
"wikipedia.org"
;
mOEmbedProviders
<<
"wordpress.com"
;
mOEmbedProviders
<<
"youtube.com"
;
}
void
UBWebController
::
webBrowserInstance
()
{
QString
webHomePage
=
UBSettings
::
settings
()
->
webHomePage
->
get
().
toString
();
...
...
@@ -91,7 +113,7 @@ void UBWebController::webBrowserInstance()
{
mCurrentWebBrowser
=
&
mWebBrowserList
[
WebBrowser
];
mToolsCurrentPalette
=
&
mToolsPaletteList
[
WebBrowser
];
mKeyboardCurrentPalette
=
&
mKeyboardPaletteList
[
WebBrowser
];
mKeyboardCurrentPalette
=
&
mKeyboardPaletteList
[
WebBrowser
];
mToolsPalettePositionned
=
mToolsPalettePositionnedList
[
WebBrowser
];
if
(
!
(
*
mCurrentWebBrowser
))
{
...
...
@@ -102,7 +124,7 @@ void UBWebController::webBrowserInstance()
WBBrowserWindow
::
downloadManager
()
->
setParent
((
*
mCurrentWebBrowser
),
Qt
::
Tool
);
UBApplication
::
app
()
->
insertSpaceToToolbarBeforeAction
(
mMainWindow
->
webToolBar
,
mMainWindow
->
actionBoard
,
32
);
mMainWindow
->
actionBoard
,
32
);
UBApplication
::
app
()
->
decorateActionMenu
(
mMainWindow
->
actionMenu
);
...
...
@@ -124,23 +146,23 @@ void UBWebController::webBrowserInstance()
(
*
mCurrentWebBrowser
)
->
tabWidget
()
->
tabBar
()
->
show
();
(
*
mCurrentWebBrowser
)
->
tabWidget
()
->
lineEdits
()
->
show
();
}
}
UBApplication
::
applicationController
->
setMirrorSourceWidget
((
*
mCurrentWebBrowser
)
->
paintWidget
());
mStackedWidget
->
setCurrentIndex
(
WebBrowser
);
mMainWindow
->
switchToWebWidget
();
setupPalettes
();
screenLayoutChanged
();
setupPalettes
();
screenLayoutChanged
();
bool
mirroring
=
UBSettings
::
settings
()
->
webShowPageImmediatelyOnMirroredScreen
->
get
().
toBool
();
UBApplication
::
mainWindow
->
actionWebShowHideOnDisplay
->
setChecked
(
mirroring
);
(
*
mToolsCurrentPalette
)
->
show
();
}
(
*
mToolsCurrentPalette
)
->
show
();
}
if
(
mDownloadViewIsVisible
)
WBBrowserWindow
::
downloadManager
()
->
show
();
WBBrowserWindow
::
downloadManager
()
->
show
();
}
...
...
@@ -169,7 +191,7 @@ void UBWebController::tutorialWebInstance()
{
mCurrentWebBrowser
=
&
mWebBrowserList
[
Tutorial
];
mToolsCurrentPalette
=
&
mToolsPaletteList
[
Tutorial
];
mKeyboardCurrentPalette
=
&
mKeyboardPaletteList
[
Tutorial
];
mKeyboardCurrentPalette
=
&
mKeyboardPaletteList
[
Tutorial
];
mToolsPalettePositionned
=
&
mToolsPalettePositionnedList
[
Tutorial
];
if
(
!
(
*
mCurrentWebBrowser
))
{
...
...
@@ -211,13 +233,13 @@ void UBWebController::paraschoolWebInstance()
QString
language
=
"_"
+
locale
.
name
().
left
(
2
);
QString
editorPath
=
"/etc/SankoreEditor/editor"
+
language
+
"/index.html"
;
QString
editorHtmlIndexFile
;
#if defined(Q_WS_MAC)
editorHtmlIndexFile
=
QApplication
::
applicationDirPath
()
+
"/../Resources"
+
editorPath
;
#elif defined(Q_WS_WIN)
editorHtmlIndexFile
=
QApplication
::
applicationDirPath
()
+
editorPath
;
#else
editorHtmlIndexFile
=
QApplication
::
applicationDirPath
()
+
editorPath
;
#endif
#if defined(Q_WS_MAC)
editorHtmlIndexFile
=
QApplication
::
applicationDirPath
()
+
"/../Resources"
+
editorPath
;
#elif defined(Q_WS_WIN)
editorHtmlIndexFile
=
QApplication
::
applicationDirPath
()
+
editorPath
;
#else
editorHtmlIndexFile
=
QApplication
::
applicationDirPath
()
+
editorPath
;
#endif
QUrl
currentUrl
=
QUrl
::
fromLocalFile
(
editorHtmlIndexFile
);
...
...
@@ -227,7 +249,7 @@ void UBWebController::paraschoolWebInstance()
else
{
mCurrentWebBrowser
=
&
mWebBrowserList
[
Paraschool
];
mToolsCurrentPalette
=
&
mToolsPaletteList
[
Paraschool
];
mKeyboardCurrentPalette
=
&
mKeyboardPaletteList
[
Paraschool
];
mKeyboardCurrentPalette
=
&
mKeyboardPaletteList
[
Paraschool
];
mToolsPalettePositionned
=
&
mToolsPalettePositionnedList
[
Paraschool
];
if
(
!
(
*
mCurrentWebBrowser
)){
(
*
mCurrentWebBrowser
)
=
new
WBBrowserWindow
(
mMainWindow
->
centralWidget
(),
mMainWindow
,
true
);
...
...
@@ -263,17 +285,17 @@ void UBWebController::show(WebInstance type)
{
switch
(
type
)
{
case
WebBrowser
:
webBrowserInstance
();
break
;
case
Tutorial
:
tutorialWebInstance
();
break
;
case
Paraschool
:
paraschoolWebInstance
();
default
:
qCritical
()
<<
__FILE__
<<
" non supported web instance type "
<<
QString
::
number
(
type
)
;
break
;
case
WebBrowser
:
webBrowserInstance
();
break
;
case
Tutorial
:
tutorialWebInstance
();
break
;
case
Paraschool
:
paraschoolWebInstance
();
default
:
qCritical
()
<<
__FILE__
<<
" non supported web instance type "
<<
QString
::
number
(
type
)
;
break
;
}
}
...
...
@@ -316,10 +338,10 @@ QPixmap UBWebController::captureCurrentPage()
QPixmap
pix
;
if
(
mCurrentWebBrowser
&&
(
*
mCurrentWebBrowser
)
&&
(
*
mCurrentWebBrowser
)
->
currentTabWebView
()
&&
(
*
mCurrentWebBrowser
)
->
currentTabWebView
()
->
page
()
&&
(
*
mCurrentWebBrowser
)
->
currentTabWebView
()
->
page
()
->
mainFrame
())
&&
(
*
mCurrentWebBrowser
)
&&
(
*
mCurrentWebBrowser
)
->
currentTabWebView
()
&&
(
*
mCurrentWebBrowser
)
->
currentTabWebView
()
->
page
()
&&
(
*
mCurrentWebBrowser
)
->
currentTabWebView
()
->
page
()
->
mainFrame
())
{
QWebFrame
*
frame
=
(
*
mCurrentWebBrowser
)
->
currentTabWebView
()
->
page
()
->
mainFrame
();
QSize
size
=
frame
->
contentsSize
();
...
...
@@ -365,49 +387,49 @@ QPixmap UBWebController::captureCurrentPage()
void
UBWebController
::
setupPalettes
()
{
if
(
!
(
*
mToolsCurrentPalette
))
{
(
*
mToolsCurrentPalette
)
=
new
UBWebToolsPalette
((
*
mCurrentWebBrowser
),
false
);
if
(
!
(
*
mToolsCurrentPalette
))
{
(
*
mToolsCurrentPalette
)
=
new
UBWebToolsPalette
((
*
mCurrentWebBrowser
),
false
);
(
*
mKeyboardCurrentPalette
)
=
UBKeyboardPalette
::
create
(
*
mCurrentWebBrowser
);
(
*
mKeyboardCurrentPalette
)
=
UBKeyboardPalette
::
create
(
*
mCurrentWebBrowser
);
#ifndef Q_WS_WIN
if
(
*
mKeyboardCurrentPalette
)
connect
(
*
mKeyboardCurrentPalette
,
SIGNAL
(
closed
()),
*
mKeyboardCurrentPalette
,
SLOT
(
onDeactivated
()));
if
(
*
mKeyboardCurrentPalette
)
connect
(
*
mKeyboardCurrentPalette
,
SIGNAL
(
closed
()),
*
mKeyboardCurrentPalette
,
SLOT
(
onDeactivated
()));
#endif
connect
(
mMainWindow
->
actionWebTrapFlash
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
trapFlash
()));
connect
(
mMainWindow
->
actionWebCustomCapture
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
customCapture
()));
connect
(
mMainWindow
->
actionWebWindowCapture
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
captureWindow
()));
connect
(
mMainWindow
->
actionWebOEmbed
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
captureoEmbed
()));
connect
(
mMainWindow
->
actionEduMedia
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
captureEduMedia
()));
connect
(
mMainWindow
->
actionWebTrapFlash
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
trapFlash
()));
connect
(
mMainWindow
->
actionWebCustomCapture
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
customCapture
()));
connect
(
mMainWindow
->
actionWebWindowCapture
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
captureWindow
()));
connect
(
mMainWindow
->
actionWebOEmbed
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
captureoEmbed
()));
connect
(
mMainWindow
->
actionEduMedia
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
captureEduMedia
()));
connect
(
mMainWindow
->
actionWebShowHideOnDisplay
,
SIGNAL
(
toggled
(
bool
)),
this
,
SLOT
(
toogleMirroring
(
bool
)));
connect
(
mMainWindow
->
actionWebTrap
,
SIGNAL
(
toggled
(
bool
)),
this
,
SLOT
(
toggleWebTrap
(
bool
)));
connect
(
mMainWindow
->
actionWebShowHideOnDisplay
,
SIGNAL
(
toggled
(
bool
)),
this
,
SLOT
(
toogleMirroring
(
bool
)));
connect
(
mMainWindow
->
actionWebTrap
,
SIGNAL
(
toggled
(
bool
)),
this
,
SLOT
(
toggleWebTrap
(
bool
)));
connect
(
mMainWindow
->
actionVirtualKeyboard
,
SIGNAL
(
toggled
(
bool
)),
this
,
SLOT
(
showKeyboard
(
bool
)));
connect
(
mMainWindow
->
actionVirtualKeyboard
,
SIGNAL
(
toggled
(
bool
)),
this
,
SLOT
(
showKeyboard
(
bool
)));
(
*
mToolsCurrentPalette
)
->
hide
();
(
*
mToolsCurrentPalette
)
->
adjustSizeAndPosition
();
(
*
mToolsCurrentPalette
)
->
hide
();
(
*
mToolsCurrentPalette
)
->
adjustSizeAndPosition
();
(
*
mKeyboardCurrentPalette
)
->
adjustSizeAndPosition
();
(
*
mKeyboardCurrentPalette
)
->
adjustSizeAndPosition
();
if
(
controlView
()){
int
left
=
controlView
()
->
width
()
-
20
-
(
*
mToolsCurrentPalette
)
->
width
();
int
top
=
(
controlView
()
->
height
()
-
(
*
mToolsCurrentPalette
)
->
height
())
/
2
;
mToolsPalettePositionnedList
[
mStackedWidget
->
currentIndex
()]
=
true
;
(
*
mToolsCurrentPalette
)
->
setCustomPosition
(
true
);
(
*
mToolsCurrentPalette
)
->
move
(
left
,
top
);
}
mMainWindow
->
actionWebTools
->
trigger
();
}
if
(
controlView
()){
int
left
=
controlView
()
->
width
()
-
20
-
(
*
mToolsCurrentPalette
)
->
width
();
int
top
=
(
controlView
()
->
height
()
-
(
*
mToolsCurrentPalette
)
->
height
())
/
2
;
mToolsPalettePositionnedList
[
mStackedWidget
->
currentIndex
()]
=
true
;
(
*
mToolsCurrentPalette
)
->
setCustomPosition
(
true
);
(
*
mToolsCurrentPalette
)
->
move
(
left
,
top
);
}
mMainWindow
->
actionWebTools
->
trigger
();
}
}
void
UBWebController
::
toggleWebTrap
(
bool
checked
)
{
if
(
mCurrentWebBrowser
&&
(
*
mCurrentWebBrowser
)
&&
(
*
mCurrentWebBrowser
)
->
currentTabWebView
())
&&
(
*
mCurrentWebBrowser
)
&&
(
*
mCurrentWebBrowser
)
->
currentTabWebView
())
{
(
*
mCurrentWebBrowser
)
->
currentTabWebView
()
->
setIsTrapping
(
checked
);
}
...
...
@@ -415,10 +437,10 @@ void UBWebController::toggleWebTrap(bool checked)
void
UBWebController
::
showKeyboard
(
bool
checked
)
{
if
(
mKeyboardCurrentPalette
&&
(
*
mKeyboardCurrentPalette
))
if
(
mKeyboardCurrentPalette
&&
(
*
mKeyboardCurrentPalette
))
{
(
*
mKeyboardCurrentPalette
)
->
setVisible
(
checked
);
(
*
mKeyboardCurrentPalette
)
->
setVisible
(
checked
);
}
}
...
...
@@ -473,16 +495,16 @@ QPixmap UBWebController::getScreenPixmap()
QCoreApplication
::
flush
();
return
QPixmap
::
grabWindow
(
desktop
->
winId
(),
primaryScreenRect
.
x
(),
primaryScreenRect
.
y
(),
primaryScreenRect
.
width
(),
primaryScreenRect
.
height
());
primaryScreenRect
.
x
(),
primaryScreenRect
.
y
(),
primaryScreenRect
.
width
(),
primaryScreenRect
.
height
());
}
void
UBWebController
::
screenLayoutChanged
()
{
bool
hasDisplay
=
(
UBApplication
::
applicationController
&&
UBApplication
::
applicationController
->
displayManager
()
&&
UBApplication
::
applicationController
->
displayManager
()
->
hasDisplay
());
UBApplication
::
applicationController
->
displayManager
()
&&
UBApplication
::
applicationController
->
displayManager
()
->
hasDisplay
());
UBApplication
::
mainWindow
->
actionWebShowHideOnDisplay
->
setVisible
(
hasDisplay
);
}
...
...
@@ -516,7 +538,7 @@ void UBWebController::showTabAtTop(bool attop)
void
UBWebController
::
captureoEmbed
()
{
if
(
mCurrentWebBrowser
&&
(
*
mCurrentWebBrowser
)
&&
(
*
mCurrentWebBrowser
)
->
currentTabWebView
())
&&
(
*
mCurrentWebBrowser
)
->
currentTabWebView
())
{
QWebView
*
webView
=
(
*
mCurrentWebBrowser
)
->
currentTabWebView
();
QUrl
currentUrl
=
webView
->
url
();
...
...
@@ -538,7 +560,7 @@ void UBWebController::captureoEmbed()
void
UBWebController
::
captureEduMedia
()
{
if
(
mCurrentWebBrowser
&&
(
*
mCurrentWebBrowser
)
&&
(
*
mCurrentWebBrowser
)
->
currentTabWebView
())
&&
(
*
mCurrentWebBrowser
)
->
currentTabWebView
())
{
QWebView
*
webView
=
(
*
mCurrentWebBrowser
)
->
currentTabWebView
();
QUrl
currentUrl
=
webView
->
url
();
...
...
src/web/UBWebController.h
View file @
1ebc821a
...
...
@@ -111,7 +111,7 @@ class UBWebController : public QObject
QStringList
mOEmbedProviders
;
UBServerXMLHttpRequest
*
mGetOEmbedProviderListRequest
;
void
initialiazemOEmbedProviders
()
;
void
tutorialWebInstance
();
void
webBrowserInstance
();
...
...
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