summaryrefslogtreecommitdiffstats
path: root/src/command_line_options.cpp
Commit message (Collapse)AuthorAgeFilesLines
* missing long optionSebastian Schmelzer2011-05-031-0/+1
|
* theme support, move directboot option from no parameter to --file / -fSebastian Schmelzer2011-04-281-24/+24
|
* * add debug modeSebastian Schmelzer2011-03-041-1/+5
| | | | | | | | * implement isValid() for vsessions (checks vmdk/vbox existence) * make use of isValid() and isActive() when filling the session list * add icons for vbox, lxde, unknown images, failsafe/term * use exec to guess xsession icon instead of desciption * FIX: remove newlines/whitespaces from xmlfilter.sh output
* * dbus interface removedJohann Latocha2011-03-021-0/+4
| | | | | * write pvs config directly * use "vmchooser --pvs"
* window manager intergration removedJohann Latocha2011-03-021-4/+0Star
|
* 1) cmd-switch to use a window managerJohann Latocha2011-03-011-1/+5
| | | | 2) openslx logo added
* Config option: poolJan Darmochwal2010-11-041-2/+7
| | | | | | | | | | | | * formerly vmchooser_env in vmchooser.conf * pool/vmchooser_env in vmchooser.conf * -P/--pools command line option * a virtual session will only be displayed if a) their pools attribute contains pool b) their pools attribute is unset/empty c) pool is unset/empty * fix for segfault with invalid command line options
* Added files to parse command line optionsJan Darmochwal2010-10-071-0/+54
command_line_options.{cpp,h} must have slipped