From a63e8432881b58f0dcfb47a39efc3305335e5c15 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Wed, 23 Jul 2014 14:32:45 +0200 Subject: Clean up students broadcast --- TODO | 12 ++++++++++-- gui/server_normal/mainwindow.ui | 19 ++----------------- src/server/mainwindow/mainwindow.cpp | 2 -- 3 files changed, 12 insertions(+), 21 deletions(-) diff --git a/TODO b/TODO index 85ca877..bbaf6a0 100644 --- a/TODO +++ b/TODO @@ -70,11 +70,19 @@ und zur> Session-ID-Einstellung. wenn PVS-Client auf Rechner online ist. Rechnersymbol soll schwarz werden. ---------------------------- V M C H O O S E R ---------------------------------- +--------------------------- V M C H O O S E R ---------------------------------- -[manuel bald, bald ... ] +[manuel] Im VMchooser (Client): -- Häkchen gesetzt, automatische Verbindung (Session-ID) -- wenn kein Häkchen gesetzt, soll dennoch manuelle Verbindung wählbar sein. +[x] Start pvs in any case +[x] Adjust vmchooser2 to not set env + +-------------------------------------------------------------------------------- + +[ ] Test +[ ] Tests +[ ] TESTS diff --git a/gui/server_normal/mainwindow.ui b/gui/server_normal/mainwindow.ui index 8ab1c05..7e4ffec 100644 --- a/gui/server_normal/mainwindow.ui +++ b/gui/server_normal/mainwindow.ui @@ -103,7 +103,6 @@ - @@ -150,21 +149,6 @@ Ctrl+A - - - - :/student2all:/student2all - - - Broadcast Screen to Everyone - - - Student's Screen to Everyone - - - false - - @@ -203,7 +187,7 @@ - + :/reset:/reset @@ -240,6 +224,7 @@ + diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp index e021515..db161e6 100644 --- a/src/server/mainwindow/mainwindow.cpp +++ b/src/server/mainwindow/mainwindow.cpp @@ -92,7 +92,6 @@ MainWindow::MainWindow(QString ipListUrl, QWidget* parent) : // Close button in tool bar connect(ui->action_Exit, SIGNAL(triggered()), this, SLOT(onButtonExit())); - connect(ui->action_BroadcastScreen, SIGNAL(triggered()), this, SLOT(onButtonStudentToAll())); connect(ui->action_TutorToAll, SIGNAL(triggered()), this, SLOT(onButtonTutorToAll())); connect(ui->action_StudentToTutor, SIGNAL(triggered()), this, SLOT(onButtonStudentToTutor())); connect(ui->action_StudentToTutorExclusive, SIGNAL(triggered()), this, SLOT(onButtonStudentToTutorExclusive())); @@ -146,7 +145,6 @@ MainWindow::MainWindow(QString ipListUrl, QWidget* parent) : // Define the locking buttons _lockingButtons << ui->action_Lock - << ui->action_BroadcastScreen << ui->action_TutorToAll << ui->action_StudentToTutor << ui->action_TutorToStudent -- cgit v1.2.3-55-g7522