summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Make toolbar static on left sideManuel Schneider2014-05-162-68/+13Star
| | | | | | | * Redudce unnecessary codebase by dropping curious nested timerId & timerTimeout * Use the resizeEvent properly * Make size of buttons static * Drop unnecesary ui properties
* Several changes:Manuel Schneider2014-05-162-167/+255
| | | | | | | | | | * Change the messagebox text * Add button stub for exclusiveStudentToTutor * Split prepareProjection in broacast, unicast and exclusiveunicast (stub) * Make multiple used, hardcoded strings static const member of mainwindow * Replace multiple loops asking for selection and tutor by membervariable * references to the connectionframe of the latter * Complete missing error messages
* Fix segmentation fault after looking all screens and there is one client ↵Björn Hagemeister2014-05-131-1/+1
| | | | disconnected.
* Configured not locking the screen, if manager and client working on same ↵Björn Hagemeister2014-05-124-58/+64
| | | | | | machine. Plus changing symbol for tutor2all button.
* Force connectionWindow to be always on topManuel Schneider2014-05-071-1/+5
|
* Show taskbar tooManuel Schneider2014-05-072-4/+4
| | | | | * Let vnc stream complete screen * Let thumbnail display complete screen
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-072-16/+61
|\
| * Merge + commentsManuel Schneider2014-05-072-5/+33
| |\
| * | Comment source file and minor changes.Manuel Schneider2014-05-072-15/+57
| | | | | | | | | | | | | | | * Change unneccesary slot signature * Reduce hide timer to 500ms
* | | Setting right pixmap after stopping vnc server on client.Björn Hagemeister2014-05-072-3/+4
| |/ |/|
* | Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-071-6/+9
|\|
| * Hide bar if the menu is leftManuel Schneider2014-05-071-6/+9
| |
* | New feature: Blinking red dot in toolbar, while vnc server is started on client.Björn Hagemeister2014-05-072-5/+30
|/
* Reduced the class toolbar regarding the KISS paradigm.Manuel Schneider2014-05-073-164/+74Star
|
* Changes the ConnectionWidows gui to a relative layout. Added a stacked widget toManuel Schneider2014-05-064-30/+45
| | | | | change between checkmark and the rest. Changed the non expressive names of ui elements.
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-069-58/+75
|\ | | | | | | | | Conflicts: src/client/connectwindow/connectwindow.h
| * Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-05-061-1/+49
| |\ | | | | | | | | | | | | | | | Conflicts: gui/client/toolbar.ui src/client/connectwindow/connectwindow.cpp
| * | Changes the approach of Qt Gui initialization to the member pointer ↵Manuel Schneider2014-05-067-48/+65
| | | | | | | | | | | | approach. This means multiple inheritance is avoided and the form is now a member pointer of the class. Immlicitely renamed some ui elements for clearification. Again changed unnecessary use of QDialog to QWidget.
| * | Reduces button block timeManuel Schneider2014-05-051-1/+1
| | |
| * | Fixed curious text in warningsManuel Schneider2014-05-051-1/+1
| | |
| * | Give ui more contrastManuel Schneider2014-05-051-7/+7
| | |
* | | New Feature: Showing client toolbar while vnc server is running.Björn Hagemeister2014-05-066-2/+31
| |/ |/|
* | Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-052-0/+3
|\|
| * Resize thumbnail correctlyManuel Schneider2014-05-052-0/+3
| |
* | Adding flashy Symbol for working connection of client to server.Björn Hagemeister2014-05-051-3/+51
|/ | | | And commenting class ConnectionWindow from client.
* Reniced the ui. Made styles more readable.Manuel Schneider2014-04-303-16/+45
|
* Merge branch 'bastelstube'Manuel Schneider2014-04-302-34/+43
|\
| * KISS'n'DRY for more cohesionManuel Schneider2014-04-302-27/+20Star
| |
| * cant fire the timer inside the button slots since they are called somewhere ↵Manuel Schneider2014-04-302-28/+38
| | | | | | | | wlse too
| * Disable all buttons if one is clicked and enable them after a specified timeManuel Schneider2014-04-292-27/+33
| |
* | Increased the timeout for debugging purposes; Instruct vncserver to trasmit justManuel Schneider2014-04-295-13/+52
|/ | | | the primary desktop; Thumbnails just display the primary dektop
* Adding comments for each method in the .cpp files and class definition in ↵Björn Hagemeister2014-04-2810-2/+298
| | | | the .h files.
* recognize a dragmove only if the distance is larger than 40 pxManuel Schneider2014-04-252-10/+15
|
* Thrown out redundant slots.Manuel Schneider2014-04-252-27/+10Star
|
* More meaningful nameManuel Schneider2014-04-252-13/+17
|
* Now handling the _desiredProjectionSource correctlyManuel Schneider2014-04-251-2/+8
|
* Now using qWidget instead of qDialog to avoid the need to handdle every dialogManuel Schneider2014-04-253-32/+14Star
| | | | event (reject, done, accept, finished). No more close override necessary.
* Reduced button block code. Moved some magic number to header.Manuel Schneider2014-04-242-57/+57
|
* Doxygen comments, removed incomplete unused event handling for VNC RW ↵Simon Rettberg2014-04-234-291/+227Star
| | | | access, introduced terminateVnc method in VncWindow
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-04-236-75/+98
|\
| * Made vnc thread stoppable from outside. Thread kills itself. If the vncManuel Schneider2014-04-234-70/+72
| | | | | | | | | | connection cannot be established a timeout kills the thread after a short period of time.
| * [SERVER] Fixed tracking of which clients is watching (trying to watch) whichManuel Schneider2014-04-232-5/+26
| | | | | | | | other client
* | Fix status icon updating not workingBjörn Hagemeister2014-04-233-3/+14
|/
* Fixed, that inactive Client can be manually choosen as Tutor.Björn Hagemeister2014-04-221-3/+13
|
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-04-221-0/+1
|\
| * Set autofocus session fieldManuel Schneider2014-04-221-0/+1
| |
* | New feature: Change or set tutor manually during session + URL of IP - ListBjörn Hagemeister2014-04-223-5/+35
|/ | | | of possible tutors, can be set in command line by starting server.
* Merge branch 'master' of dnbd3:pvs2Simon Rettberg2014-04-181-1/+2
|\
| * Prevent x11vnc from disabling 11 keyrepeatManuel Schneider2014-04-171-1/+2
| |
* | Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-189-17/+51
|/