summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|/
* New feature. Download of tutor-ip-list and automated assingment.Björn Hagemeister2014-04-164-14/+115
| | | | TODO: Make source url configurable.
* Changed exit text to be "exit?" instead of "Beenden?".Björn Hagemeister2014-04-151-1/+1
|
* Fix user name detection in pvsclient.Björn Hagemeister2014-04-141-1/+4
|
* Changed session name to be random at the beginning of each session.# Please ↵Björn Hagemeister2014-04-143-1/+9
| | | | enter the commit message for your changes. Lines starting
* [SERVER] Use remove instead of unlink for better compatibilitysr2013-02-081-2/+2
|
* [CLIENT] Request full screen update from VNC server after the frame buffer ↵sr2013-02-062-5/+14
| | | | has been set up
* [SERVER] Get "stop projection" rightsr2013-02-062-7/+17
| | | | [CLIENT] Redraw whole screen on projection start
* [SERVER] Add "stop projection" buttonsr2013-02-0610-8/+72
| | | | | [SERVER] Don't show error message when VNC server stops as expected [SERVER/CLIENT] Implement connection timeout of 15 seconds
* ...sr2013-02-061-0/+1
|
* [SERVER] Go back from ClientId to int, so queued signal/slot connections worksr2013-02-056-22/+19Star
|
* ...sr2013-02-054-7/+13
|
* ...sr2013-02-054-12/+10Star
|
* ...sr2013-02-052-2/+18
|
* [SERVER/CLIENT] Wait for connection to close properly before deleting socket ↵sr2013-02-058-37/+78
| | | | object
* [SHARED] Add missing error message if network message parsing failssr2013-02-053-5/+9
|