| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make toolbar static on left side | Manuel Schneider | 2014-05-16 | 2 | -68/+13![]() |
| | | | | | | | | * 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 Schneider | 2014-05-16 | 2 | -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 Hagemeister | 2014-05-13 | 1 | -1/+1 |
| | | | | | disconnected. | ||||
| * | Configured not locking the screen, if manager and client working on same ↵ | Björn Hagemeister | 2014-05-12 | 4 | -58/+64 |
| | | | | | | | machine. Plus changing symbol for tutor2all button. | ||||
| * | Force connectionWindow to be always on top | Manuel Schneider | 2014-05-07 | 1 | -1/+5 |
| | | |||||
| * | Show taskbar too | Manuel Schneider | 2014-05-07 | 2 | -4/+4 |
| | | | | | | * Let vnc stream complete screen * Let thumbnail display complete screen | ||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-05-07 | 2 | -16/+61 |
| |\ | |||||
| | * | Merge + comments | Manuel Schneider | 2014-05-07 | 2 | -5/+33 |
| | |\ | |||||
| | * | | Comment source file and minor changes. | Manuel Schneider | 2014-05-07 | 2 | -15/+57 |
| | | | | | | | | | | | | | | | | * Change unneccesary slot signature * Reduce hide timer to 500ms | ||||
| * | | | Setting right pixmap after stopping vnc server on client. | Björn Hagemeister | 2014-05-07 | 2 | -3/+4 |
| | |/ |/| | |||||
| * | | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-05-07 | 1 | -6/+9 |
| |\| | |||||
| | * | Hide bar if the menu is left | Manuel Schneider | 2014-05-07 | 1 | -6/+9 |
| | | | |||||
| * | | New feature: Blinking red dot in toolbar, while vnc server is started on client. | Björn Hagemeister | 2014-05-07 | 2 | -5/+30 |
| |/ | |||||
| * | Reduced the class toolbar regarding the KISS paradigm. | Manuel Schneider | 2014-05-07 | 3 | -164/+74![]() |
| | | |||||
| * | Changes the ConnectionWidows gui to a relative layout. Added a stacked widget to | Manuel Schneider | 2014-05-06 | 4 | -30/+45 |
| | | | | | | change between checkmark and the rest. Changed the non expressive names of ui elements. | ||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-05-06 | 9 | -58/+75 |
| |\ | | | | | | | | | Conflicts: src/client/connectwindow/connectwindow.h | ||||
| | * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-05-06 | 1 | -1/+49 |
| | |\ | | | | | | | | | | | | | | | | Conflicts: gui/client/toolbar.ui src/client/connectwindow/connectwindow.cpp | ||||
| | * | | Changes the approach of Qt Gui initialization to the member pointer ↵ | Manuel Schneider | 2014-05-06 | 7 | -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 time | Manuel Schneider | 2014-05-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fixed curious text in warnings | Manuel Schneider | 2014-05-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | Give ui more contrast | Manuel Schneider | 2014-05-05 | 1 | -7/+7 |
| | | | | |||||
| * | | | New Feature: Showing client toolbar while vnc server is running. | Björn Hagemeister | 2014-05-06 | 6 | -2/+31 |
| | |/ |/| | |||||
| * | | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-05-05 | 2 | -0/+3 |
| |\| | |||||
| | * | Resize thumbnail correctly | Manuel Schneider | 2014-05-05 | 2 | -0/+3 |
| | | | |||||
| * | | Adding flashy Symbol for working connection of client to server. | Björn Hagemeister | 2014-05-05 | 1 | -3/+51 |
| |/ | | | | And commenting class ConnectionWindow from client. | ||||
| * | Reniced the ui. Made styles more readable. | Manuel Schneider | 2014-04-30 | 3 | -16/+45 |
| | | |||||
| * | Merge branch 'bastelstube' | Manuel Schneider | 2014-04-30 | 2 | -34/+43 |
| |\ | |||||
| | * | KISS'n'DRY for more cohesion | Manuel Schneider | 2014-04-30 | 2 | -27/+20![]() |
| | | | |||||
| | * | cant fire the timer inside the button slots since they are called somewhere ↵ | Manuel Schneider | 2014-04-30 | 2 | -28/+38 |
| | | | | | | | | | wlse too | ||||
| | * | Disable all buttons if one is clicked and enable them after a specified time | Manuel Schneider | 2014-04-29 | 2 | -27/+33 |
| | | | |||||
| * | | Increased the timeout for debugging purposes; Instruct vncserver to trasmit just | Manuel Schneider | 2014-04-29 | 5 | -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 Hagemeister | 2014-04-28 | 10 | -2/+298 |
| | | | | | the .h files. | ||||
| * | recognize a dragmove only if the distance is larger than 40 px | Manuel Schneider | 2014-04-25 | 2 | -10/+15 |
| | | |||||
| * | Thrown out redundant slots. | Manuel Schneider | 2014-04-25 | 2 | -27/+10![]() |
| | | |||||
| * | More meaningful name | Manuel Schneider | 2014-04-25 | 2 | -13/+17 |
| | | |||||
| * | Now handling the _desiredProjectionSource correctly | Manuel Schneider | 2014-04-25 | 1 | -2/+8 |
| | | |||||
| * | Now using qWidget instead of qDialog to avoid the need to handdle every dialog | Manuel Schneider | 2014-04-25 | 3 | -32/+14![]() |
| | | | | | event (reject, done, accept, finished). No more close override necessary. | ||||
| * | Reduced button block code. Moved some magic number to header. | Manuel Schneider | 2014-04-24 | 2 | -57/+57 |
| | | |||||
| * | Doxygen comments, removed incomplete unused event handling for VNC RW ↵ | Simon Rettberg | 2014-04-23 | 4 | -291/+227![]() |
| | | | | | access, introduced terminateVnc method in VncWindow | ||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-04-23 | 6 | -75/+98 |
| |\ | |||||
| | * | Made vnc thread stoppable from outside. Thread kills itself. If the vnc | Manuel Schneider | 2014-04-23 | 4 | -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) which | Manuel Schneider | 2014-04-23 | 2 | -5/+26 |
| | | | | | | | | | other client | ||||
| * | | Fix status icon updating not working | Björn Hagemeister | 2014-04-23 | 3 | -3/+14 |
| |/ | |||||
| * | Fixed, that inactive Client can be manually choosen as Tutor. | Björn Hagemeister | 2014-04-22 | 1 | -3/+13 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-04-22 | 1 | -0/+1 |
| |\ | |||||
| | * | Set autofocus session field | Manuel Schneider | 2014-04-22 | 1 | -0/+1 |
| | | | |||||
| * | | New feature: Change or set tutor manually during session + URL of IP - List | Björn Hagemeister | 2014-04-22 | 3 | -5/+35 |
| |/ | | | | of possible tutors, can be set in command line by starting server. | ||||
| * | Merge branch 'master' of dnbd3:pvs2 | Simon Rettberg | 2014-04-18 | 1 | -1/+2 |
| |\ | |||||
| | * | Prevent x11vnc from disabling 11 keyrepeat | Manuel Schneider | 2014-04-17 | 1 | -1/+2 |
| | | | |||||
| * | | Fix comments, add (very few) documentation comments | Simon Rettberg | 2014-04-18 | 9 | -17/+51 |
| |/ | |||||

