Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/95012f47640d8facf8ae4e8cde8b74b3322f6e2f?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Virtual Keyboard: removed debug messages on linux

preferencesAboutTextFull
Anatoly Mihalchenko 13 years ago
parent 07ae1fd116
commit 95012f4764
  1. 10
      src/gui/UBKeyboardPalette_linux.cpp

@ -73,6 +73,7 @@ void x11SendKey(Display *display, int keyCode, int modifiers)
}
/*
void traceKeyCodes()
{
Display *display = XOpenDisplay(0);
@ -102,6 +103,7 @@ void traceKeyCodes()
XCloseDisplay(display);
}
*/
void UBKeyboardButton::sendUnicodeSymbol(KEYCODE keycode)
@ -184,16 +186,8 @@ void UBKeyboardPalette::onActivated(bool activated)
XCloseDisplay(display);
qDebug() << "------------ ORIGINAL --------------------------------------------------";
traceKeyCodes();
onLocaleChanged(locales[nCurrentLocale]);
qDebug() << "------------ CUSTOM ------------------------------------------------";
traceKeyCodes();
qDebug() << "----------------------------------------------------------------------";
}
else
{

Loading…
Cancel
Save