Clément Fauconnier
333b2eb322
prevent the same error to popup again and again if something went wrong while trying to open the virtual keyboard
3 years ago
Clément Fauconnier
8ccf7480c4
make the dock appear when the cursor selector is choosen so we can navigate through other apps (due to the issue regarding transparent view and interactions with other apps (OSX only))
5 years ago
Clément Fauconnier
e228fb19e5
updated Copyright to 2018
6 years ago
Craig Watson
575d14a5c2
Updated headers
9 years ago
Craig Watson
f4b1079d81
Revert "Revert changes pushed to wrong branch"
...
This reverts commit 4aa0ee6197
.
9 years ago
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
6f044afc49
Added support for OSX on-screen keyboard
9 years ago
Craig Watson
4aa0ee6197
Revert changes pushed to wrong branch
...
When the time comes to merge dev into master (for real), the
following may be useful:
https://metlos.wordpress.com/2012/01/13/
git-merging-after-a-revert/
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
b219655ac2
removed redundant OBCocoa files / namespace; moved functions to UBPlatformUtils, which serves the same purpose
9 years ago
Craig Watson
bedf11cc2d
Updated Q_WS_* env variables.
...
Q_WS_MACX -> Q_OS_OSX
Q_WS_MAC -> Q_OS_OSX
Q_WS_WIN -> Q_OS_WIN
Q_WS_X11 -> Q_OS_LINUX
9 years ago
Claudio Valerio
5c47e5493e
header updated
11 years ago
Claudio Valerio
06a8d52ca8
changes due to rename
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
ff6332a66f
Virtual Keyboard under Mac OS 10.7: switching locales
12 years ago
Anatoly Mihalchenko
34c6aa28a9
Reversed changed...
12 years ago
Anatoly Mihalchenko
b5d26ab5e5
SANKORE-523
...
Changing the languages of the virtual keyboard crashes the software
12 years ago
Luca Capello
432d191fcc
*.h: add 'LGPL-2 with OpenSSL exception' headers
12 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
Ilia Ryabokon
b5383ca3ea
Keyboard layout translations
13 years ago
Anatoly Mihalchenko
856b37bfa9
comments are added
13 years ago
Anatoly Mihalchenko
e0ee366943
Virtual keyboard improvement
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
13 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