summaryrefslogtreecommitdiffstats
path: root/src/dialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* WTF did we have two classes for downloading files?Simon Rettberg2018-11-301-174/+189
|
* Cleanup code style (C++11, casts, etc)Simon Rettberg2018-07-261-23/+20Star
|
* Clean up globals.* (remove unused, rename constants, prefix)Simon Rettberg2018-06-151-32/+32
|
* Fix indentation, cleanup, refactoring, deletionsSimon Rettberg2018-06-151-3/+3
| | | | | | | | | | * Remove unused methods for adding hostname and user to xml * Avoid copying/(de)serializing XML a thousand times * Fix Session::isValid() or rather make it a bit more usable (although it's unused currently) * baseDir is global, not per VSession, which doesn't make any sense without the legacy approach of recusively loading one xml file per entry
* FIX EVERYWHERESimon Rettberg2017-11-241-1/+1
|
* Fix invalid memory access (off by one error)Simon Rettberg2017-11-241-11/+12
|
* Try to fix segfault when selecting last session (needs verification)Simon Rettberg2017-11-171-2/+4
|
* stop the auto-center/auto-quit timer in a sessionJonathan Bauer2017-10-091-1/+1
|
* Reset 'autoquit' on user interactionSteffen Ritter2017-08-241-6/+12
|
* Fix admin mode checkbox handlingSimon Rettberg2017-05-251-3/+7
|
* Add option to make pvs box checked by defaultSimon Rettberg2017-04-281-0/+1
| | | | Refs #3105
* Add support for <can_edit> XML entrySimon Rettberg2017-03-311-0/+13
|
* Implement --pvs optionSimon Rettberg2017-03-301-4/+8
|
* Add "admin mode" (edit vm)Simon Rettberg2017-01-191-5/+15
|
* Add --autoquit <seconds> that will quit automatically if no action is ↵Simon Rettberg2016-12-221-7/+21
| | | | performed within a given time span
* modify the pvs checkbox when in exam-mode. (mandatory).Christian Klinger2016-09-291-0/+5
|
* Really disable xsession button this timeSimon Rettberg2016-09-021-5/+8
|
* Don't allow selecting native sessions in exam modeSimon Rettberg2016-09-021-3/+8
|
* Pass lecture uuid as SESSION_UUID if applicableSimon Rettberg2016-09-011-2/+2
|
* check for autostart when download is finishedChristian Klinger2016-08-031-9/+15
| | | | and not after a fixed time of 1 second.
* added --start-uuid parameter.Christian Klinger2016-08-031-1/+41
|
* Parse XML reply for help text (just like news)Simon Rettberg2016-07-041-6/+17
|
* improve keyboard behaviour.Christian Klinger2016-06-101-26/+39
|
* catch ALL keyboard events.Christian Klinger2016-06-011-14/+17
|
* expand/collapse on space.Christian Klinger2016-06-011-10/+15
|
* forward all other keys to the filterEdit-Box.Christian Klinger2016-06-011-0/+3
|
* left/right buttons work globally.Christian Klinger2016-06-011-5/+51
|
* Fix indentationSimon Rettberg2016-03-291-1/+1
|
* fix formatingJonathan Bauer2016-01-271-9/+9
|
* reintroduce SESSION_NAME and return an empty String for vsession's exec stringJonathan Bauer2016-01-261-1/+2
|
* reworked session information sent to the session processJonathan Bauer2016-01-261-2/+8
| | | | | 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-211-0/+1
|
* Collapse templates aswell in location exclusive modeSimon Rettberg2016-01-211-17/+24
|
* Remodel section handling: Use constantsSimon Rettberg2016-01-201-2/+17
|
* Re-introduce tree structure: Allow server-defined sectionsSimon Rettberg2016-01-191-0/+1
|
* Fix selection of last session if session was a VMSimon Rettberg2016-01-071-9/+12
|
* Icons in tabs, configurable default tabSimon Rettberg2016-01-041-4/+4
|
* Update imagesSimon Rettberg2016-01-041-53/+86
|
* Start refactoring download helpers and icon managementSimon Rettberg2015-11-121-3/+8
|
* fix broken auto seletionJonathan Bauer2015-11-021-5/+12
|
* NULL check on the SessionItem....Jonathan Bauer2015-10-301-0/+3
|
* Put session name (short desc) in environment for sessionstart scriptSimon Rettberg2015-05-181-0/+1
|
* Start session on doubleClick signal instead of activated, so we get ↵Simon Rettberg2015-02-021-4/+4
| | | | consistent behaviour on systems with and without KDE
* Resize window on resolution changeSimon Rettberg2015-02-021-0/+2
|
* Minor fixesSimon Rettberg2014-12-041-66/+62Star
|
* Run the startsctripts properly detachedManuel Schneider2014-11-271-12/+25
|
* Use plain c to fork and detach vm session start script.Manuel Schneider2014-09-021-36/+50
|
* Revert "detached pvsclient start"Jonathan Bauer2014-08-271-1/+3
| | | | This reverts commit bdcf7ecc19314e9daa75e00042d004ef426f797b.
* Revert "start flag for pvsclient"Jonathan Bauer2014-08-271-1/+0Star
| | | | This reverts commit de39ad58dd86d87cfa36d63fa1cee87124640efe.
* Revert "testing without detached to fix environment"Jonathan Bauer2014-08-271-1/+1
| | | | This reverts commit f7b94557311b4b34b5783f2c4b076a34295bf0dd.