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
b219655ac2
removed redundant OBCocoa files / namespace; moved functions to UBPlatformUtils, which serves the same purpose
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
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
31a814360a
language can be choosed on windows system too
13 years ago
Claudio Valerio
a9752aaf00
added -lang parameter to application to be able to choose the language. Available on linux
13 years ago
Ilia Ryabokon
b5383ca3ea
Keyboard layout translations
13 years ago
Anatoly Mihalchenko
f5ab0d8d2d
Fix Keyboard: Windows, French locale.
13 years ago
Claudio Valerio
a3d877d0a0
fixed the code for swiss french keyboard
13 years ago
Claudio Valerio
9d81e4a949
fixed 0 key issue on windows
13 years ago
Anatoly Mihalchenko
e0ee366943
Virtual keyboard improvement
13 years ago
Claudio Valerio
7df69403ca
fixed zero key on french keyboard
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
Aleksei Kanash
70a204a920
SANKORE-310. Swiss-French keyboard layout added.
13 years ago
shibakaneki
76a66d02df
Drag and drop support from Safari done
14 years ago
Anatoly Mihalchenko
4f48dba896
SANKORE-147: No "m" key in the french virtual keyboard !
14 years ago
Anatoly Mihalchenko
631adcc35e
OSK - displaying in hidden mode
14 years ago
Claudio Valerio
70ec5ca9c3
Removed quick dirty fix and fixed issue SANKORE-187
14 years ago
Claudio Valerio
73555ef012
Added lgpl header
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