summaryrefslogtreecommitdiffstats
path: root/src/globals.cpp
Commit message (Collapse)AuthorAgeFilesLines
* make --pvs option configurable via vmchooser.confSebastian Schmelzer2011-05-121-0/+1
|
* theme support, move directboot option from no parameter to --file / -fSebastian Schmelzer2011-04-281-1/+1
|
* * add debug modeSebastian Schmelzer2011-03-041-0/+2
| | | | | | | | * 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
* Config option: poolJan Darmochwal2010-11-041-0/+2
| | | | | | | | | | | | * 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 global vars, version number in globals.hJan Darmochwal2010-11-011-1/+16
|
* Qt port is almost complete (at least it compiles)Jan Darmochwal2010-10-021-0/+5
Major change: * struct DataEntry has become class Session with sub-classes XSession and VSession * functions from addInfo.cpp, addPrinters.cpp, addScanners.cpp, readLinSess.cpp, readXmlDir.cpp, runImage.cpp have been moved to XSession and VSession Several minor changes: * new files globals.h and globals.cpp for global variables (replaces constants.h and paths.h) * replaced (all) libxml2, (much) std:: and (most) boost:: stuff by Qt stuff Things left to do: * remove tons of debug printfs * show error messages on errors * tidy up anyoption stuff in main() * highlight session run previously * readGroupXml stuff * tree view (with "X Sessions" and "Virtual Sessions" sections) instead of list view for session selection