| Commit message (Expand) | Author | Age | Files | Lines |
* | Add button to open beamergui | Simon Rettberg | 2019-03-01 | 1 | -1/+37 |
* | support configurable URLs for list, news and help | Jonathan Bauer | 2018-12-10 | 1 | -3/+3 |
* | WTF did we have two classes for downloading files? | Simon Rettberg | 2018-11-30 | 1 | -174/+189 |
* | Cleanup code style (C++11, casts, etc) | Simon Rettberg | 2018-07-26 | 1 | -23/+20 |
* | Clean up globals.* (remove unused, rename constants, prefix) | Simon Rettberg | 2018-06-15 | 1 | -32/+32 |
* | Fix indentation, cleanup, refactoring, deletions | Simon Rettberg | 2018-06-15 | 1 | -3/+3 |
* | FIX EVERYWHERE | Simon Rettberg | 2017-11-24 | 1 | -1/+1 |
* | Fix invalid memory access (off by one error) | Simon Rettberg | 2017-11-24 | 1 | -11/+12 |
* | Try to fix segfault when selecting last session (needs verification) | Simon Rettberg | 2017-11-17 | 1 | -2/+4 |
* | stop the auto-center/auto-quit timer in a session | Jonathan Bauer | 2017-10-09 | 1 | -1/+1 |
* | Reset 'autoquit' on user interaction | Steffen Ritter | 2017-08-24 | 1 | -6/+12 |
* | Fix admin mode checkbox handling | Simon Rettberg | 2017-05-25 | 1 | -3/+7 |
* | Add option to make pvs box checked by default | Simon Rettberg | 2017-04-28 | 1 | -0/+1 |
* | Add support for <can_edit> XML entry | Simon Rettberg | 2017-03-31 | 1 | -0/+13 |
* | Implement --pvs option | Simon Rettberg | 2017-03-30 | 1 | -4/+8 |
* | Add "admin mode" (edit vm) | Simon Rettberg | 2017-01-19 | 1 | -5/+15 |
* | Add --autoquit <seconds> that will quit automatically if no action is perform... | Simon Rettberg | 2016-12-22 | 1 | -7/+21 |
* | modify the pvs checkbox when in exam-mode. (mandatory). | Christian Klinger | 2016-09-29 | 1 | -0/+5 |
* | Really disable xsession button this time | Simon Rettberg | 2016-09-02 | 1 | -5/+8 |
* | Don't allow selecting native sessions in exam mode | Simon Rettberg | 2016-09-02 | 1 | -3/+8 |
* | Pass lecture uuid as SESSION_UUID if applicable | Simon Rettberg | 2016-09-01 | 1 | -2/+2 |
* | check for autostart when download is finished | Christian Klinger | 2016-08-03 | 1 | -9/+15 |
* | added --start-uuid parameter. | Christian Klinger | 2016-08-03 | 1 | -1/+41 |
* | Parse XML reply for help text (just like news) | Simon Rettberg | 2016-07-04 | 1 | -6/+17 |
* | improve keyboard behaviour. | Christian Klinger | 2016-06-10 | 1 | -26/+39 |
* | catch ALL keyboard events. | Christian Klinger | 2016-06-01 | 1 | -14/+17 |
* | expand/collapse on space. | Christian Klinger | 2016-06-01 | 1 | -10/+15 |
* | forward all other keys to the filterEdit-Box. | Christian Klinger | 2016-06-01 | 1 | -0/+3 |
* | left/right buttons work globally. | Christian Klinger | 2016-06-01 | 1 | -5/+51 |
* | Fix indentation | Simon Rettberg | 2016-03-29 | 1 | -1/+1 |
* | fix formating | Jonathan Bauer | 2016-01-27 | 1 | -9/+9 |
* | reintroduce SESSION_NAME and return an empty String for vsession's exec string | Jonathan Bauer | 2016-01-26 | 1 | -1/+2 |
* | reworked session information sent to the session process | Jonathan Bauer | 2016-01-26 | 1 | -2/+8 |
* | Scroll the item into view when selecting programatically | Simon Rettberg | 2016-01-21 | 1 | -0/+1 |
* | Collapse templates aswell in location exclusive mode | Simon Rettberg | 2016-01-21 | 1 | -17/+24 |
* | Remodel section handling: Use constants | Simon Rettberg | 2016-01-20 | 1 | -2/+17 |
* | Re-introduce tree structure: Allow server-defined sections | Simon Rettberg | 2016-01-19 | 1 | -0/+1 |
* | Fix selection of last session if session was a VM | Simon Rettberg | 2016-01-07 | 1 | -9/+12 |
* | Icons in tabs, configurable default tab | Simon Rettberg | 2016-01-04 | 1 | -4/+4 |
* | Update images | Simon Rettberg | 2016-01-04 | 1 | -53/+86 |
* | Start refactoring download helpers and icon management | Simon Rettberg | 2015-11-12 | 1 | -3/+8 |
* | fix broken auto seletion | Jonathan Bauer | 2015-11-02 | 1 | -5/+12 |
* | NULL check on the SessionItem.... | Jonathan Bauer | 2015-10-30 | 1 | -0/+3 |
* | Put session name (short desc) in environment for sessionstart script | Simon Rettberg | 2015-05-18 | 1 | -0/+1 |
* | Start session on doubleClick signal instead of activated, so we get consisten... | Simon Rettberg | 2015-02-02 | 1 | -4/+4 |
* | Resize window on resolution change | Simon Rettberg | 2015-02-02 | 1 | -0/+2 |
* | Minor fixes | Simon Rettberg | 2014-12-04 | 1 | -66/+62 |
* | Run the startsctripts properly detached | Manuel Schneider | 2014-11-27 | 1 | -12/+25 |
* | Use plain c to fork and detach vm session start script. | Manuel Schneider | 2014-09-02 | 1 | -36/+50 |
* | Revert "detached pvsclient start" | Jonathan Bauer | 2014-08-27 | 1 | -1/+3 |