From 2f5eeea21fc6c8f68de13d21db13b9b8c588ee91 Mon Sep 17 00:00:00 2001 From: Björn Hagemeister Date: Fri, 5 Sep 2014 16:35:08 +0200 Subject: Several small changes. --- gui/server_normal/sessionname.ui | 4 +-- i18n/server/pvsmgr_ar_JO.ts | 58 ++++++++++++++++++------------------ i18n/server/pvsmgr_de_DE.ts | 58 ++++++++++++++++++------------------ i18n/server/pvsmgr_es_MX.ts | 58 ++++++++++++++++++------------------ i18n/server/pvsmgr_fr_FR.ts | 58 ++++++++++++++++++------------------ i18n/server/pvsmgr_pl_PL.ts | 58 ++++++++++++++++++------------------ src/server/clicklabel/clicklabel.cpp | 4 +-- src/server/mainwindow/mainwindow.cpp | 1 + src/server/util/global.cpp | 2 +- 9 files changed, 151 insertions(+), 150 deletions(-) diff --git a/gui/server_normal/sessionname.ui b/gui/server_normal/sessionname.ui index e0c813e..2083fef 100644 --- a/gui/server_normal/sessionname.ui +++ b/gui/server_normal/sessionname.ui @@ -38,9 +38,9 @@ - 240 + 210 80 - 151 + 181 27 diff --git a/i18n/server/pvsmgr_ar_JO.ts b/i18n/server/pvsmgr_ar_JO.ts index 634bedb..3ebfb61 100644 --- a/i18n/server/pvsmgr_ar_JO.ts +++ b/i18n/server/pvsmgr_ar_JO.ts @@ -58,74 +58,74 @@ MainWindow - + Exit - - - + + + Selection - + Sure, You want to change SessionName again? All Clients will be deleted afterwards. - + Session Name: %1 [click to edit] - + No item selected, please select room! - + Are you sure you want to reload the room? Note that all clients will be deleted. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + Projection - + No client is selected. - + The selected client is not connected. - + Lock or Unlock all Clients diff --git a/i18n/server/pvsmgr_de_DE.ts b/i18n/server/pvsmgr_de_DE.ts index 7cb13ef..5a018e6 100644 --- a/i18n/server/pvsmgr_de_DE.ts +++ b/i18n/server/pvsmgr_de_DE.ts @@ -58,75 +58,75 @@ MainWindow - + Exit Ausgang - - - + + + Selection Auswahl - + Sure, You want to change SessionName again? All Clients will be deleted afterwards. Sicher, dass Sie den Sitzungsname erneut ändern wollen? Danach werden alle Clienten gelöscht sein. - + Session Name: %1 [click to edit] Sitzungsname: %1 [anklicken editiert] - + No item selected, please select room! Keine Auswahl getroffen, bitte einen Raum auswählen! - + Are you sure you want to reload the room? Note that all clients will be deleted. Wollen Sie den Raum wirklich neu laden? Beachten Sie, dass alle Clienten gelöscht werden. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + Projection Projektion - + No client is selected. Kein Klient ausgewählt. - + The selected client is not connected. Ausgewählter Klient ist nicht verbunden. - + Lock or Unlock all Clients Alle Klienten sperren oder entsperren diff --git a/i18n/server/pvsmgr_es_MX.ts b/i18n/server/pvsmgr_es_MX.ts index 0e50939..0717e35 100644 --- a/i18n/server/pvsmgr_es_MX.ts +++ b/i18n/server/pvsmgr_es_MX.ts @@ -58,74 +58,74 @@ MainWindow - + Exit Salir - - - + + + Selection - + Sure, You want to change SessionName again? All Clients will be deleted afterwards. - + Session Name: %1 [click to edit] - + No item selected, please select room! - + Are you sure you want to reload the room? Note that all clients will be deleted. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + Projection - + No client is selected. - + The selected client is not connected. - + Lock or Unlock all Clients Bloquear o desbloquear todos los clientes diff --git a/i18n/server/pvsmgr_fr_FR.ts b/i18n/server/pvsmgr_fr_FR.ts index 634bedb..3ebfb61 100644 --- a/i18n/server/pvsmgr_fr_FR.ts +++ b/i18n/server/pvsmgr_fr_FR.ts @@ -58,74 +58,74 @@ MainWindow - + Exit - - - + + + Selection - + Sure, You want to change SessionName again? All Clients will be deleted afterwards. - + Session Name: %1 [click to edit] - + No item selected, please select room! - + Are you sure you want to reload the room? Note that all clients will be deleted. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + Projection - + No client is selected. - + The selected client is not connected. - + Lock or Unlock all Clients diff --git a/i18n/server/pvsmgr_pl_PL.ts b/i18n/server/pvsmgr_pl_PL.ts index 634bedb..3ebfb61 100644 --- a/i18n/server/pvsmgr_pl_PL.ts +++ b/i18n/server/pvsmgr_pl_PL.ts @@ -58,74 +58,74 @@ MainWindow - + Exit - - - + + + Selection - + Sure, You want to change SessionName again? All Clients will be deleted afterwards. - + Session Name: %1 [click to edit] - + No item selected, please select room! - + Are you sure you want to reload the room? Note that all clients will be deleted. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + Projection - + No client is selected. - + The selected client is not connected. - + Lock or Unlock all Clients diff --git a/src/server/clicklabel/clicklabel.cpp b/src/server/clicklabel/clicklabel.cpp index 0e49f08..d4b25ee 100644 --- a/src/server/clicklabel/clicklabel.cpp +++ b/src/server/clicklabel/clicklabel.cpp @@ -7,9 +7,9 @@ ClickLabel::ClickLabel(QWidget *parent) : QLabel(parent) { QFont f(this->font()); - f.setPixelSize(20); + f.setPixelSize(25); this->setFont(f); - this->setMaximumHeight(22); + this->setMaximumHeight(27); } /** diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp index 7072aec..aa05472 100644 --- a/src/server/mainwindow/mainwindow.cpp +++ b/src/server/mainwindow/mainwindow.cpp @@ -66,6 +66,7 @@ MainWindow::MainWindow(QString ipListUrl, QWidget* parent) : _reloadWindow = new ReloadRoomWindow(this); _reloadWindow->setWindowTitle("Reload Room"); ui->setupUi(this); + setWindowFlags(Qt::FramelessWindowHint); Global::setSessionName(); diff --git a/src/server/util/global.cpp b/src/server/util/global.cpp index 3ddbd65..9a4c7c6 100644 --- a/src/server/util/global.cpp +++ b/src/server/util/global.cpp @@ -21,7 +21,7 @@ void Global::setSessionName(const QString& name) void Global::setSessionName() { - const QString name = "";// QString::number(qrand() % 9000 + 1000); // TODO(manuel): DEBUG: undoo + const QString name = QString::number(qrand() % 9000 + 1000); Global::_sessionName = name; Global::_sessionNameArray = name.toUtf8(); } -- cgit v1.2.3-55-g7522