summaryrefslogtreecommitdiffstats
path: root/src/vsession.h
Commit message (Collapse)AuthorAgeFilesLines
* * add debug modeSebastian Schmelzer2011-03-041-0/+1
| | | | | | | | * 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/+1
| | | | | * write pvs config directly * use "vmchooser --pvs"
* 1) cmd-switch to use a window managerJohann Latocha2011-03-011-0/+2
| | | | 2) openslx logo added
* [Fix] Startup problems with xsession (Quick&Dirty)Johann Latocha2011-03-011-0/+2
|
* Removed some TODO commentsJan Darmochwal2010-11-041-10/+0Star
|
* Read environment specific optionsJan Darmochwal2010-11-041-0/+1
| | | | | | | | | | | | | | * Vmchooser reads from $vmchooser_etc_path/vmchooser-$pool.xml and merges its contents to any virtual session .xml file * file format: <environment param="$pool"> <printers> <printer path="..." name="...">Some Printer</printer> </printers> <scanners>...</scanners> <shared_folders>...</shared_folders> </environment>
* Empty icon for VSessions, default to vmware iconJan Darmochwal2010-10-091-7/+1Star
| | | | | * added empty icon "none" * default to vmware icon if no icon is set for a VSession
* Tidy up the codeJan Darmochwal2010-10-071-3/+3
| | | | | | | | | | | | | | | | | | * fixed compiler warnings, added -Werror to CMakeLists.txt * removed LibXml2 and boost stuff from CMakeLists.txt * fixed some things cpplint.py complains about: * make single-argument constructors explicit * add space before if/for/while/... * don't put { on a line of its own * remove space after ! operator * add space between // and comment * remove extra space before ( in function call * remove extra space before ) * shorten lines to <= 80 characters * remove blank lines at the start of a code block * maybe others
* TreeView for sessions (replaces ListView)Jan Darmochwal2010-10-031-1/+1
| | | | | | | | | TreeView with SessionTreeModel replaces the old List View Other changes: * fixed bad copy and paste in CMakeLists.txt * added make clean to build.sh * removed moc_ and ui_ files from src
* Qt port is almost complete (at least it compiles)Jan Darmochwal2010-10-021-0/+81
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