summaryrefslogtreecommitdiffstats
path: root/src/command_line_options.cpp
Commit message (Collapse)AuthorAgeFilesLines
* support configurable URLs for list, news and helpJonathan Bauer2018-12-101-0/+12
|
* Cleanup code style (C++11, casts, etc)Simon Rettberg2018-07-261-28/+28
|
* 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
* Add option to make pvs box checked by defaultSimon Rettberg2017-04-281-0/+4
| | | | Refs #3105
* Add "admin mode" (edit vm)Simon Rettberg2017-01-191-0/+4
|
* Add --autoquit <seconds> that will quit automatically if no action is ↵Simon Rettberg2016-12-221-0/+4
| | | | performed within a given time span
* Support telling server whether we are in exam modeSimon Rettberg2016-09-011-0/+4
|
* added --start-uuid parameter.Christian Klinger2016-08-031-0/+5
|
* Feature: Show warning for 64bit VMs if no VT-x availableSimon Rettberg2016-03-291-31/+35
|
* Remodel section handling: Use constantsSimon Rettberg2016-01-201-5/+13
|
* Add support for locations querySimon Rettberg2016-01-191-0/+4
|
* Update imagesSimon Rettberg2016-01-041-1/+5
|
* Forgot shortopt for --fullscreenSimon Rettberg2014-05-051-1/+1
|
* Fix layout, give proper name to bug report button, disable button as long as ↵Simon Rettberg2014-05-051-0/+5
| | | | it's not doing anything, add --fullscreen option
* Lots of fixes, cleanup, refactoringSimon Rettberg2014-05-041-26/+31
| | | | | | | | | * 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 :>
* shut up eclipse about missing breakSimon Rettberg2014-04-301-0/+1
|
* removed addPrinters() and addScannersNils Schwabe2014-04-041-1/+5
| | | | introduced "change the run-virt.sh path" in cmd line and config file
* removed the file and path option for XMLsNils Schwabe2014-03-191-5/+1Star
|
* - included the --url commandline options for a xml urlNils Schwabe2014-03-041-1/+5
| | | | | | - httpxmldownloader moved to main.cpp (it's finally working :D) - given url is downloaded and printed on commandline - todo: parse http response
* added files from vmchooser1Nils Schwabe2014-03-031-0/+68