Craig Watson
5b7cf175e9
Clean-up of on-screen keyboard code
...
- Moved all platform-specific code to UBPlatformUtils
- For now, removed support (on Linux) for checking whether onboard is
running when OpenBoard is started (it wasn't working anyway, but it needs a
cleaner solution for all 3 platforms)
9 years ago
Craig Watson
20ebdf3cc5
Hide dock and menubar on OSX;
...
Due to QWidget::showFullScreen having side-effects on OSX (setting the
dock and menubar to autohide, making it impossible to then set them as
hidden), the calls to that method were replaced with
UBPlatformUtils::showFullScreen(QWidget *). This function then calls
QWidget::showMaximized() on OSX, or QWidget::showFullScreen() on Linux
and Windows.
It is currently still impossible to switch smoothly between showing or
hiding the dock on OSX; current behaviour is to hide it all the time,
even in desktop mode.
9 years ago
Craig Watson
5f9d6b9c69
fixed compilation error on Linux due to a bad include
9 years ago
Craig Watson
b219655ac2
removed redundant OBCocoa files / namespace; moved functions to UBPlatformUtils, which serves the same purpose
10 years ago
Craig Watson
4b15c535ec
minor compatibility updates (added missing headers, simple function name changes etc)
10 years ago
Claudio Valerio
5c47e5493e
header updated
12 years ago
Claudio Valerio
06a8d52ca8
changes due to rename
12 years ago
Claudio Valerio
907c08482e
first try on linux after changing name
12 years ago
Claudio Valerio
f1ea5c3426
update copyright on headers
12 years ago
Claudio Valerio
26466abab4
changed licence
12 years ago
Claudio Valerio
b2628d12b8
removed tab
12 years ago
Guillaume Burel
a74b7ca134
Added unistd.h dependancy to ensure compilation under gcc 4.7.
13 years ago
Anatoly Mihalchenko
34c6aa28a9
Reversed changed...
13 years ago
Anatoly Mihalchenko
b5d26ab5e5
SANKORE-523
...
Changing the languages of the virtual keyboard crashes the software
13 years ago
Luca Capello
1c132000f0
*.cpp: add 'LGPL-2 with OpenSSL exception' headers
13 years ago
Claudio Valerio
7dd642226a
added good header
13 years ago
Claudio Valerio
a9752aaf00
added -lang parameter to application to be able to choose the language. Available on linux
13 years ago
Claudio Valerio
730f7716a5
implemented computer name function
13 years ago
Ilia Ryabokon
b5383ca3ea
Keyboard layout translations
13 years ago
Anatoly Mihalchenko
c988c2c0a6
Fix Keyboard - LINUX
13 years ago
Claudio Valerio
a3d877d0a0
fixed the code for swiss french keyboard
13 years ago
Claudio Valerio
6f47299097
fixed 0 key on french keyboard
13 years ago
Anatoly Mihalchenko
e0ee366943
Virtual keyboard improvement
13 years ago
Claudio Valerio
7df69403ca
fixed zero key on french keyboard
13 years ago
Aleksei Kanash
3308b550c5
SANKORE-674
...
No swiss-french in virtual keyboard in Ubuntu
13 years ago
Claudio Valerio
41f088d5f6
fixed language error
13 years ago
Claudio Valerio
27e4e44f5c
change the name of cache. Now is called spot {french}
13 years ago
Claudio Valerio
3ad8f5c448
fixed issue SANKORE-574 and font manager is now translated depending on the system lanaguage (linux only but other will be fixed soon too) and some script build issues fixed on linux
13 years ago
shibakaneki
76a66d02df
Drag and drop support from Safari done
14 years ago
Ivan Ilin
7ca82a1e15
protractor symbol fixed
14 years ago
Anatoly Mihalchenko
e9bd3a6e0f
ilia commit
14 years ago
Anatoly Mihalchenko
3ec0de72cd
ilia iss keyboard
14 years ago
Anatoly Mihalchenko
4f48dba896
SANKORE-147: No "m" key in the french virtual keyboard !
14 years ago
Claudio Valerio
73555ef012
Added lgpl header
14 years ago
Claudio Valerio
383fd02a70
some cleaning (code and warning)
14 years ago
Anatoly Mihalchenko
c74e98bc59
Memory leaks checking for Microsoft Visual Studio
14 years ago
Cédric Luthi
e90d2d3338
Replace UBPlatformUtils::disableShadow() with setAttribute(Qt::WA_MacNoShadow, true)
14 years ago
Claudio Valerio
ea5772a772
Adding Sankore code
14 years ago