Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor user .ini class, support "recent VMs" tab, misc. cleanup | Simon Rettberg | 2019-06-03 | 1 | -1/+0 |
| | |||||
* | Don't replace window flags, just add new one | Simon Rettberg | 2019-06-03 | 1 | -1/+1 |
| | |||||
* | Add --dump-config | Simon Rettberg | 2019-06-03 | 1 | -0/+5 |
| | |||||
* | Fix .conf file reading, add messages/warnings | Simon Rettberg | 2019-05-31 | 1 | -0/+1 |
| | |||||
* | Cleanup, and rewrite cmdline + settings handling | Simon Rettberg | 2019-05-30 | 1 | -245/+39 |
| | | | | | | | Command line parsing now uses QCommandLineXXX classes Old unused options have been removed, like the "pools" feature Closes #3599 | ||||
* | introduce '--insecure' option ... | Jonathan Bauer | 2019-05-14 | 1 | -1/+6 |
| | | | | to disable ssl certificate verification | ||||
* | rework url params parsing | Jonathan Bauer | 2018-12-12 | 1 | -27/+19 |
| | |||||
* | support configurable URLs for list, news and help | Jonathan Bauer | 2018-12-10 | 1 | -0/+19 |
| | |||||
* | formattig: move runscript parsing | Jonathan Bauer | 2018-12-10 | 1 | -7/+7 |
| | |||||
* | WTF did we have two classes for downloading files? | Simon Rettberg | 2018-11-30 | 1 | -23/+1 |
| | |||||
* | Cleanup code style (C++11, casts, etc) | Simon Rettberg | 2018-07-26 | 1 | -3/+3 |
| | |||||
* | Clean up globals.* (remove unused, rename constants, prefix) | Simon Rettberg | 2018-06-15 | 1 | -29/+29 |
| | |||||
* | Fix indentation, cleanup, refactoring, deletions | Simon Rettberg | 2018-06-15 | 1 | -321/+321 |
| | | | | | | | | | | * 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 uninitialized variable | Simon Rettberg | 2017-11-17 | 1 | -4/+1 |
| | |||||
* | Use Qt 5 | Simon Rettberg | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | Add option to make pvs box checked by default | Simon Rettberg | 2017-04-28 | 1 | -0/+4 |
| | | | | Refs #3105 | ||||
* | Implement --pvs option | Simon Rettberg | 2017-03-30 | 1 | -1/+1 |
| | |||||
* | Remove stupid crap | Simon Rettberg | 2017-03-28 | 1 | -3/+0 |
| | |||||
* | Get rid of .php suffix for resource requests | Simon Rettberg | 2017-03-27 | 1 | -4/+7 |
| | |||||
* | Add "admin mode" (edit vm) | Simon Rettberg | 2017-01-19 | 1 | -32/+37 |
| | |||||
* | Add --autoquit <seconds> that will quit automatically if no action is ↵ | Simon Rettberg | 2016-12-22 | 1 | -17/+25 |
| | | | | performed within a given time span | ||||
* | Don't lower() window on startup | Simon Rettberg | 2016-12-22 | 1 | -1/+0 |
| | | | | WTF code? | ||||
* | Fallback to user/default config if cmdline config was not found; print ↵ | Simon Rettberg | 2016-11-07 | 1 | -5/+17 |
| | | | | config path used | ||||
* | Really disable xsession button this time | Simon Rettberg | 2016-09-02 | 1 | -1/+1 |
| | |||||
* | Don't allow selecting native sessions in exam mode | Simon Rettberg | 2016-09-02 | 1 | -1/+1 |
| | |||||
* | Support telling server whether we are in exam mode | Simon Rettberg | 2016-09-01 | 1 | -7/+6 |
| | |||||
* | added --start-uuid parameter. | Christian Klinger | 2016-08-03 | 1 | -0/+14 |
| | |||||
* | improve keyboard behaviour. | Christian Klinger | 2016-06-10 | 1 | -2/+0 |
| | |||||
* | catch ALL keyboard events. | Christian Klinger | 2016-06-01 | 1 | -0/+2 |
| | |||||
* | Feature: Show warning for 64bit VMs if no VT-x available | Simon Rettberg | 2016-03-29 | 1 | -0/+5 |
| | |||||
* | Fix copy paste messup | Simon Rettberg | 2016-01-21 | 1 | -2/+2 |
| | |||||
* | Fix help output (location -> locations) | Simon Rettberg | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | Remodel section handling: Use constants | Simon Rettberg | 2016-01-20 | 1 | -0/+31 |
| | |||||
* | Add support for locations query | Simon Rettberg | 2016-01-19 | 1 | -1/+7 |
| | |||||
* | Update images | Simon Rettberg | 2016-01-04 | 1 | -8/+15 |
| | |||||
* | Resize window on resolution change | Simon Rettberg | 2015-02-02 | 1 | -0/+1 |
| | |||||
* | Make window move to z-order bottom at startup | Simon Rettberg | 2015-02-02 | 1 | -0/+1 |
| | |||||
* | Only set the sessionID. Drop old pvs stuff. | Manuel Schneider | 2014-07-23 | 1 | -6/+0 |
| | |||||
* | Fix layout, give proper name to bug report button, disable button as long as ↵ | Simon Rettberg | 2014-05-05 | 1 | -16/+29 |
| | | | | it's not doing anything, add --fullscreen option | ||||
* | Improve string handling, fix list not updating after sessions are loaded | Simon Rettberg | 2014-05-05 | 1 | -2/+0 |
| | |||||
* | Lots of fixes, cleanup, refactoring | Simon Rettberg | 2014-05-04 | 1 | -10/+12 |
| | | | | | | | | | * Added command line option to set the base path where images can be accessed locally, in case NFS/CIFS is used. * Sorted command line options in source file to make it easier to add new options (prevent accidental shortopt collisions). * Disable "My Courses" button if the list is empty. * Added some TODO notes :> | ||||
* | removed addPrinters() and addScanners | Nils Schwabe | 2014-04-04 | 1 | -217/+226 |
| | | | | introduced "change the run-virt.sh path" in cmd line and config file | ||||
* | Help/News improvement, added ini settings, made some translations for new ↵ | Nils Schwabe | 2014-03-31 | 1 | -17/+21 |
| | | | | text elemtents, cleaned code | ||||
* | added news and help download | Nils Schwabe | 2014-03-24 | 1 | -1/+14 |
| | |||||
* | added choosersettings which remember the last selected session | Nils Schwabe | 2014-03-24 | 1 | -2/+2 |
| | |||||
* | - added tab view | Nils Schwabe | 2014-03-20 | 1 | -2/+2 |
| | | | | - added filter box | ||||
* | removed the file and path option for XMLs | Nils Schwabe | 2014-03-19 | 1 | -38/+3 |
| | |||||
* | - changed dialog desgin | Nils Schwabe | 2014-03-19 | 1 | -2/+4 |
| | | | | - added details view | ||||
* | - Added IconHolder to cache items | Nils Schwabe | 2014-03-14 | 1 | -2/+1 |
| | | | | - Added FileDownloader for icon downloads | ||||
* | Added function to add info entries if the xml file could not be loaded | Nils Schwabe | 2014-03-07 | 1 | -0/+3 |
| |