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
35b03dda
Commit
35b03dda
authored
Sep 06, 2011
by
shibakaneki
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:Sankore/Sankore-3.1
parents
ac53fc94
efc09b98
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
7 deletions
+9
-7
Sankore_3.1.pro
Sankore_3.1.pro
+1
-1
UBBoardController.h
src/board/UBBoardController.h
+1
-1
UBBoardPaletteManager.h
src/board/UBBoardPaletteManager.h
+1
-1
UBDesktopAnnotationController.cpp
src/desktop/UBDesktopAnnotationController.cpp
+5
-1
UBPlatformUtils_linux.cpp
src/frameworks/UBPlatformUtils_linux.cpp
+1
-3
No files found.
Sankore_3.1.pro
View file @
35b03dda
...
...
@@ -110,7 +110,7 @@ win32 {
QMAKE_CXXFLAGS_RELEASE += /Od \
/Zi
QMAKE_LFLAGS_RELEASE += /DEBUG
UB_LIBRARY.path = DESTDIR
UB_LIBRARY.path =
$$
DESTDIR
UB_I18N.path = $$DESTDIR/i18n
UB_ETC.path = $$DESTDIR
UB_THIRDPARTY_INTERACTIVE.path = $$DESTDIR/library
...
...
src/board/UBBoardController.h
View file @
35b03dda
...
...
@@ -41,7 +41,7 @@ class UBBoardPaletteManager;
class
UBBoardController
:
public
QObject
{
Q_OBJECT
;
Q_OBJECT
public
:
UBBoardController
(
UBMainWindow
*
mainWindow
);
...
...
src/board/UBBoardPaletteManager.h
View file @
35b03dda
...
...
@@ -36,7 +36,7 @@ class UBMainWindow;
class
UBBoardPaletteManager
:
public
QObject
{
Q_OBJECT
;
Q_OBJECT
public
:
UBBoardPaletteManager
(
QWidget
*
container
,
UBBoardController
*
controller
);
...
...
src/desktop/UBDesktopAnnotationController.cpp
View file @
35b03dda
...
...
@@ -855,7 +855,11 @@ void UBDesktopAnnotationController::updateMask(bool bTransparent)
void
UBDesktopAnnotationController
::
refreshMask
()
{
if
(
mIsFullyTransparent
||
UBDrawingController
::
drawingController
()
->
stylusTool
()
==
UBStylusTool
::
Selector
)
||
UBDrawingController
::
drawingController
()
->
stylusTool
()
==
UBStylusTool
::
Selector
||
UBDrawingController
::
drawingController
()
->
stylusTool
()
==
UBStylusTool
::
Eraser
||
UBDrawingController
::
drawingController
()
->
stylusTool
()
==
UBStylusTool
::
Pointer
||
UBDrawingController
::
drawingController
()
->
stylusTool
()
==
UBStylusTool
::
Pen
||
UBDrawingController
::
drawingController
()
->
stylusTool
()
==
UBStylusTool
::
Marker
)
{
updateMask
(
true
);
}
...
...
src/frameworks/UBPlatformUtils_linux.cpp
View file @
35b03dda
...
...
@@ -210,7 +210,6 @@ const KEYBT RUSSIAN_LOCALE [] =
/* ю Ю */
KEYBT
(
0x44e
,
XK_Cyrillic_yu
,
0x42e
,
XK_Cyrillic_YU
),
/* . , */
KEYBT
(
0x2e
,
0x2c
)};
const
KEYBT
FRENCH_LOCALE
[]
=
{
/* ? ? */
KEYBT
(
0xb2
,
XK_twosuperior
,
0xb2
,
XK_twosuperior
),
/* & 1 */
KEYBT
(
0x26
,
0x31
),
...
...
@@ -263,7 +262,6 @@ const KEYBT FRENCH_LOCALE[] = {
/* : / */
KEYBT
(
0x3a
,
0x2f
),
/* ! ? */
KEYBT
(
0x21
,
0xa7
)};
const
KEYBT
GERMAN_LOCALE
[]
=
{
/* ^ ? */
KEYBT
(
0x5f
,
0xb0
),
/* 1 ! */
KEYBT
(
0x31
,
0x21
),
...
...
@@ -333,4 +331,4 @@ void UBPlatformUtils::destroyKeyboardLayouts()
delete
keyboardLayouts
[
i
];
delete
[]
keyboardLayouts
;
keyboardLayouts
=
NULL
;
}
\ No newline at end of file
}
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