summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Try to fix segfault when selecting last session (needs verification)Simon Rettberg2017-11-171-2/+4
| |
* | Fix uninitialized variableSimon Rettberg2017-11-171-4/+1Star
| |
* | Fix memleakSimon Rettberg2017-11-171-0/+2
|/
* Use Qt 5Simon Rettberg2017-11-152-2/+3
|
* Fix logic expressionSimon Rettberg2017-11-132-2/+2
|
* stop the auto-center/auto-quit timer in a sessionJonathan Bauer2017-10-091-1/+1
|
* Reset 'autoquit' on user interactionSteffen Ritter2017-08-242-6/+13
|
* Fix admin mode checkbox handlingSimon Rettberg2017-05-251-3/+7
|
* Add option to make pvs box checked by defaultSimon Rettberg2017-04-285-0/+11
| | | | Refs #3105
* Add support for <can_edit> XML entrySimon Rettberg2017-03-312-0/+18
|
* Implement --pvs optionSimon Rettberg2017-03-304-7/+11
|
* Remove stupid crapSimon Rettberg2017-03-281-3/+0Star
|
* Get rid of .php suffix for resource requestsSimon Rettberg2017-03-271-4/+7
|
* Add "admin mode" (edit vm)Simon Rettberg2017-01-198-115/+156
|
* Update translationsSimon Rettberg2016-12-232-57/+98
|
* Add --autoquit <seconds> that will quit automatically if no action is ↵Simon Rettberg2016-12-226-35/+75
| | | | performed within a given time span
* Don't lower() window on startupSimon Rettberg2016-12-221-1/+0Star
| | | | WTF code?
* Fallback to user/default config if cmdline config was not found; print ↵Simon Rettberg2016-11-071-5/+17
| | | | config path used
* modify the pvs checkbox when in exam-mode. (mandatory).Christian Klinger2016-09-291-0/+5
|
* Really disable xsession button this timeSimon Rettberg2016-09-023-7/+11
|
* Don't allow selecting native sessions in exam modeSimon Rettberg2016-09-023-5/+10
|
* Support telling server whether we are in exam modeSimon Rettberg2016-09-012-7/+10
|
* Pass lecture uuid as SESSION_UUID if applicableSimon Rettberg2016-09-012-2/+3
|
* Cleanup: Remove execCommand from vsession, add newslines around methodsSimon Rettberg2016-09-013-4/+4
|
* check for autostart when download is finishedChristian Klinger2016-08-032-9/+17
| | | | and not after a fixed time of 1 second.
* added --start-uuid parameter.Christian Klinger2016-08-035-1/+65
|
* Parse XML reply for help text (just like news)Simon Rettberg2016-07-041-6/+17
|
* fixes build problem.Christian Klinger2016-06-101-1/+1
|
* improve keyboard behaviour.Christian Klinger2016-06-106-35/+89
|
* catch ALL keyboard events.Christian Klinger2016-06-012-14/+19
|
* expand/collapse on space.Christian Klinger2016-06-012-12/+18
|
* forward all other keys to the filterEdit-Box.Christian Klinger2016-06-011-0/+3
|
* left/right buttons work globally.Christian Klinger2016-06-012-5/+55
|
* Use foreground instead of background for marking unusable vmsSimon Rettberg2016-03-294-7/+7
|
* Fix indentationSimon Rettberg2016-03-295-57/+57
|
* Feature: Show warning for 64bit VMs if no VT-x availableSimon Rettberg2016-03-2910-47/+111
|
* dur dur...Jonathan Bauer2016-02-251-0/+1
|
* always look in the filesystem for the iconJonathan Bauer2016-02-253-16/+13Star
| | | | vsession/xsession handle their fallback icon themselves
* Revert "load icon from the filesystem (if path is set in the xsession file)"Jonathan Bauer2016-02-253-23/+9Star
| | | | This reverts commit 25960be7c786690c14586f3e873012d45935080f.
* load icon from the filesystem (if path is set in the xsession file)Jonathan Bauer2016-02-183-9/+23
| | | | if no icon is found as a resource or from the filesystem always load the default linux icon as fallback
* fix formatingJonathan Bauer2016-01-272-11/+11
|
* reintroduce SESSION_NAME and return an empty String for vsession's exec stringJonathan Bauer2016-01-262-2/+3
|
* reworked session information sent to the session processJonathan Bauer2016-01-264-4/+15
| | | | | exports the Exec= command as SESSION_CMD exports the type of the session (virtual/native) as SESSION_TYPE
* Scroll the item into view when selecting programaticallySimon Rettberg2016-01-215-27/+23Star
|
* Update translationsSimon Rettberg2016-01-212-21/+69
|
* Fix size policy of detail labelsSimon Rettberg2016-01-211-3/+9
|
* Collapse templates aswell in location exclusive modeSimon Rettberg2016-01-211-17/+24
|
* Fix copy paste messupSimon Rettberg2016-01-211-2/+2
|
* Fix help output (location -> locations)Simon Rettberg2016-01-211-1/+1
|
* Remodel section handling: Use constantsSimon Rettberg2016-01-2014-43/+164
|