summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Render SVG image on loading with screen resolution.Christian Klinger2016-05-231-4/+15
|
* Improved positioning into the grid. (Pixel-precise calculations).Christian Klinger2016-05-231-68/+51Star
|
* cleaned up some dead code.Christian Klinger2016-05-201-5/+0Star
|
* added feature tutorIP.Christian Klinger2016-05-201-9/+14
|
* added --manager-only (and removed the ipList-feature)Christian Klinger2016-05-191-20/+14Star
|
* This fixes #2813.Christian Klinger2016-05-191-68/+51Star
|
* Closes bug #2807. (And also cleans the code (a bit))Christian Klinger2016-05-191-10/+11
|
* fixed "off-by-one" bug.Christian Klinger2016-05-021-6/+12
|
* better behaviour when placing a client symbol on top of another.Christian Klinger2016-05-021-67/+111
|
* added background-image loading.Christian Klinger2016-04-291-11/+28
|
* Tinted some Icons to differentiate between selected and non-selected students.Christian Klinger2016-04-291-0/+11
|
* Rearranged buttons a little.Christian Klinger2016-04-291-1/+2
|
* lock/unlocking of context-sensitive buttons.Christian Klinger2016-04-271-2/+32
|
* delete button in the toolbar.Christian Klinger2016-04-271-0/+30
|
* removed trashbin.Christian Klinger2016-04-271-43/+1Star
|
* add aspect ratio preservation.Christian Klinger2016-04-271-13/+54
|
* respect configured clientSize.Christian Klinger2016-04-271-2/+8
|
* read gridSize&clientSize from config.Christian Klinger2016-04-271-28/+32
|
* refactor to use Room structChristian Klinger2016-04-271-35/+43
| | | | to save additional properties like gridSize and clientSize.
* basic resizing works.Christian Klinger2016-04-271-13/+18
|
* determine grid size based on the loaded room config.Christian Klinger2016-04-221-26/+54
|
* [CLIENT] Remove stupid hardcoded client limit of 50Simon Rettberg2016-02-081-5/+0Star
|
* properly close the toolbar (?)Jonathan Bauer2016-01-291-1/+1
|
* Added missing translation.Björn Hagemeister2014-09-171-1/+1
|
* Added some translation for manager.Björn Hagemeister2014-09-171-10/+9Star
|
* Forgotten icon of button reload room. Set MainWindow frameless.Björn Hagemeister2014-09-051-1/+1
|
* Several small changes.Björn Hagemeister2014-09-051-0/+1
|
* 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-041-7/+11
|
* Remove heavy unreadable debug messages. Reintent.Manuel Schneider2014-09-031-2/+1Star
|
* New Feature: Button for reloading room configuration of choosable room.Björn Hagemeister2014-08-251-6/+76
|
* Started including button for reloading room configuration by choosing your ↵Björn Hagemeister2014-08-051-0/+11
| | | | | | own room first. Is not working right now.
* Minimal changes: some qDebugs(), changed index of for - loop.Björn Hagemeister2014-07-301-5/+11
|
* 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-291-5/+11
| | | | | 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-291-24/+27
|
* Read the configfile and place the frames according to the coordinatesManuel Schneider2014-07-231-38/+70
| | | | 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-221-35/+17Star
|
* Drop the watchers concept, since the desiredProjectionSource essentially ↵Manuel Schneider2014-07-221-24/+22Star
| | | | implies it
* Bugfix: One click source change now fully supportedManuel Schneider2014-07-221-75/+55Star
| | | | | | | 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-221-39/+0Star
|
* Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-07-211-2/+55
|\
| * Tried to implement the fixed room settings, but is not working correctly ↵Björn Hagemeister2014-07-211-2/+55
| | | | | | | | | | | | | | | | 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.