summaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Collapse)AuthorAgeFilesLines
* [*] Use thumbnail on vnc viewer window until connection is upSimon Rettberg2016-02-084-7/+15
|
* [CLIENT] Remove stupid hardcoded client limit of 50Simon Rettberg2016-02-081-5/+0Star
|
* properly close the toolbar (?)Jonathan Bauer2016-01-291-1/+1
|
* [server] reset timeouts to normal intervalsJonathan Bauer2015-05-111-2/+2
|
* Reset debug timeouts, fix autoconnect, remove magic numbersManuel Schneider2014-11-281-1/+2
|
* Added missing translation.Björn Hagemeister2014-09-171-1/+1
|
* Added some translation for manager.Björn Hagemeister2014-09-172-20/+9Star
|
* Forgotten icon of button reload room. Set MainWindow frameless.Björn Hagemeister2014-09-051-1/+1
|
* Several small changes.Björn Hagemeister2014-09-053-3/+4
|
* Changed Icon for reload room configuration and added some translations.Björn Hagemeister2014-09-051-3/+3
|
* Fixed segfault occuring after not choosing a room for reload room configuration.Björn Hagemeister2014-09-051-0/+5
|
* The sessionID is ignored by manager if client is connecting via auto-connect.Björn Hagemeister2014-09-045-10/+45
|
* Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-09-042-8/+1Star
|\
| * Adjust helpwindow to reload button plus adding some more translations.Björn Hagemeister2014-09-042-8/+1Star
| |
* | Let client and server use the config file in the "pvs2" folder.Manuel Schneider2014-09-041-2/+2
|/
* Remove heavy unreadable debug messages. Reintent.Manuel Schneider2014-09-032-43/+42Star
|
* Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-09-036-38/+192
|\
| * Changed .ini file in client and manager from pvs2client.ini and pvs2mgr.ini ↵Björn Hagemeister2014-08-261-2/+2
| | | | | | | | to pvs2.ini, for having just one file.
| * New Feature: Button for reloading room configuration of choosable room.Björn Hagemeister2014-08-254-30/+82
| |
| * Started including button for reloading room configuration by choosing your ↵Björn Hagemeister2014-08-054-0/+73
| | | | | | | | | | | | own room first. Is not working right now.
| * Minimal changes: some qDebugs(), changed index of for - loop.Björn Hagemeister2014-07-302-6/+12
| |
| * Fixed unintended bug from yesterday.Björn Hagemeister2014-07-301-1/+2
| |
| * Added user warning before second or more change of sessionName.Björn Hagemeister2014-07-291-6/+18
| |
| * Fixed, deleting clients after SessionNameUpdate.Björn Hagemeister2014-07-292-5/+12
| | | | | | | | | | Using Counter, change for the first time --> do nothing change for the second time --> delete clients. Maybe too complicated for user?
| * Fixed bug, that frame moved on (0,0) is asked to be deleted.Björn Hagemeister2014-07-294-27/+30
| |
* | Change system settings path. Change name of config fileManuel Schneider2014-09-032-6/+10
|/
* Read the configfile and place the frames according to the coordinatesManuel Schneider2014-07-232-41/+74
| | | | given in /etc/xdg/openslx/pvs2mgr.ini.
* Clean up students broadcastManuel Schneider2014-07-231-2/+0Star
|
* Again fix oneclick-source-change-lock-bug. Note to myself: Never ever ↵Manuel Schneider2014-07-221-25/+15Star
| | | | violate DRY again. NEVER!
* Fix TutorToStudent can't toggle bug.Manuel Schneider2014-07-221-14/+8Star
|
* Fix broadcast bug.Manuel Schneider2014-07-221-16/+8Star
|
* Fix login-lock-bug. Update todolistManuel Schneider2014-07-221-3/+6
|
* Fix oneclick-source-change-lock-bugManuel Schneider2014-07-222-35/+18Star
|
* Drop the watchers concept, since the desiredProjectionSource essentially ↵Manuel Schneider2014-07-223-36/+25Star
| | | | implies it
* Bugfix: One click source change now fully supportedManuel Schneider2014-07-222-77/+67Star
| | | | | | | Since the async nature of this protocol introduces race conditions when changing the source of the projection, the possiblity that two servers exist at a moment is still there. Even though we thought we do not support multiple sources. This is the reason why _desiredProjectionSource is needed after all.
* Remove dead button action.Manuel Schneider2014-07-222-40/+0Star
|
* Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-07-213-2/+61
|\
| * Tried to implement the fixed room settings, but is not working correctly ↵Björn Hagemeister2014-07-213-2/+61
| | | | | | | | | | | | | | | | right now. Problem is, the frames do not appear at setted position because of placeFrameInFreeCell() - call. Also, after updateSessionName(), all frames and clients are currently deleted if SessionName want to be setted manually.
* | Correct indenting by tabsManuel Schneider2014-07-2110-219/+219
| |
* | Finally implemented one click projectionsource changeManuel Schneider2014-07-211-18/+29
| | | | | | | | Prevent the new projectionsource from beeing killed by stop clients wrt the connections
* | Rename modes. Move code in slots to avoid unnecessary branching. Give the ↵Manuel Schneider2014-07-214-83/+167
|/ | | | client more information about past progjectionSource
* NEW feature: Possible to delete offline client by drag and drop to trash, ↵Björn Hagemeister2014-06-193-3/+47
| | | | which is positioned in the right bottom corner of manager.
* Delete connected clients and connectionFrames after sessionName has changed.Björn Hagemeister2014-06-172-2/+15
| | | | Surround camera and eye icon with borderline for better contrast on frames.
* Moved method isManagerMachine() from MainWindow to Client.Björn Hagemeister2014-06-174-22/+20Star
| | | | isManagerMachine() is now called just once directly in lockScreen().
* Removed _tutorFrame and _selectedFrame out of MainWindow to prevent possible ↵Björn Hagemeister2014-06-174-52/+94
| | | | | | | SegFaults because of too many Pointers to ConnectionFrames. Wrote to getters getTutorFrame() and getSelectedFrame(), which are just iterating over ConnectionFrames and looking for flags _isTutor and _isSelected.
* Fixed SegFauls by setting _streamingSource to integer and just using the ↵Björn Hagemeister2014-06-052-31/+45
| | | | clients id, instead of real pointers.
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-06-032-10/+11
|\
| * Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-06-032-0/+15
| |\
| * | Lock the buttons until the new vnc server sent a reply about its state. If ↵Manuel Schneider2014-06-032-10/+11
| | | | | | | | | | | | this fails, unlock the buttons after a timeout of 2 seconds
* | | Removed _watchers List.Björn Hagemeister2014-06-032-11/+55
| |/ |/| | | | | | | Set flag in client.h _isWatcher with getter and setter, and controlling the watchers over this value.