Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for autostarting a session predefined in /opt/openslx/config in ↵HEADmaster | Simon Rettberg | 2014-02-07 | 4 | -4/+30 |
| | | | | SLX_BENCHMARK_VM | ||||
* | Check if the window is still centered once a second and move it if neccessary. | Simon Rettberg | 2013-12-19 | 3 | -1/+25 |
| | | | | This is needed to account for resolution changes while the vmChooser is being displayed. | ||||
* | Add support for a session start script that gets run right before the ↵ | Simon Rettberg | 2013-12-13 | 3 | -0/+14 |
| | | | | session is started | ||||
* | fix problems with unreadable files | Sebastian Schmelzer | 2011-07-13 | 3 | -10/+21 |
| | | | | | cleaned up debug messages changed pools parameter to env | ||||
* | update win7 logo | Sebastian Schmelzer | 2011-07-11 | 3 | -0/+0 |
| | |||||
* | add more windows images .. update beos icon size | Sebastian Schmelzer | 2011-07-11 | 6 | -0/+324 |
| | |||||
* | add solaris icon.. | Sebastian | 2011-07-10 | 2 | -0/+1 |
| | |||||
* | logo without txt .. | Sebastian | 2011-07-08 | 2 | -0/+164 |
| | |||||
* | add opensolaris image | Sebastian | 2011-07-08 | 2 | -0/+1 |
| | |||||
* | add icons for atari, amiga, riscos | Sebastian | 2011-07-05 | 7 | -0/+62 |
| | |||||
* | add planets theme .. | Sebastian Schmelzer | 2011-07-04 | 3 | -0/+4 |
| | |||||
* | make --pvs option configurable via vmchooser.conf | Sebastian Schmelzer | 2011-05-12 | 3 | -1/+10 |
| | |||||
* | switch default theme to openslx | Sebastian Schmelzer | 2011-05-12 | 6 | -3/+7 |
| | | | | add unifr theme | ||||
* | change conf path to /etc/vmchooser/vmchooser.conf | Sebastian Schmelzer | 2011-05-12 | 2 | -4/+3 |
| | | | | add missing option to usage | ||||
* | missing long option | Sebastian Schmelzer | 2011-05-03 | 1 | -0/+1 |
| | |||||
* | theme support v2 | Sebastian Schmelzer | 2011-04-29 | 4 | -0/+5 |
| | |||||
* | add missing newline .. | Sebastian Schmelzer | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | theme support, move directboot option from no parameter to --file / -f | Sebastian Schmelzer | 2011-04-28 | 6 | -26/+79 |
| | |||||
* | add translation | Dirk von Suchodoletz | 2011-03-29 | 1 | -0/+135 |
| | |||||
* | resize | Sebastian Schmelzer | 2011-03-08 | 1 | -0/+0 |
| | |||||
* | add beos/os2 | Sebastian Schmelzer | 2011-03-08 | 3 | -0/+2 |
| | |||||
* | resize images | Sebastian Schmelzer | 2011-03-08 | 5 | -0/+0 |
| | |||||
* | add icons for dosbox/mess/qemu | Sebastian Schmelzer | 2011-03-08 | 4 | -1/+3 |
| | |||||
* | remove dead code .. | Sebastian Schmelzer | 2011-03-04 | 1 | -4/+0 |
| | |||||
* | * add debug mode | Sebastian Schmelzer | 2011-03-04 | 15 | -7/+63 |
| | | | | | | | | * 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 | ||||
* | Merge branch 'master' of openslx.org:openslx/tools/vmchooser | Johann Latocha | 2011-03-02 | 3 | -8/+16 |
|\ | | | | | | | | | Conflicts: src/main.cpp | ||||
| * | .. | Sebastian Schmelzer | 2011-03-02 | 2 | -6/+6 |
| | | |||||
| * | Merge branch 'master' of openslx.org:openslx/tools/vmchooser | Sebastian Schmelzer | 2011-03-02 | 6 | -39/+8 |
| |\ | | | | | | | | | | | | | Conflicts: src/main.cpp | ||||
| * | | gui stuff .. | Sebastian Schmelzer | 2011-03-02 | 2 | -4/+12 |
| | | | |||||
* | | | * dbus interface removed | Johann Latocha | 2011-03-02 | 10 | -209/+95 |
| |/ |/| | | | | | | | * write pvs config directly * use "vmchooser --pvs" | ||||
* | | window manager intergration removed | Johann Latocha | 2011-03-02 | 5 | -36/+5 |
|/ | |||||
* | new rz style layout | Sebastian Schmelzer | 2011-03-02 | 4 | -8/+114 |
| | |||||
* | 1) cmd-switch to use a window manager | Johann Latocha | 2011-03-01 | 13 | -16/+86 |
| | | | | 2) openslx logo added | ||||
* | [Fix] Startup problems with xsession (Quick&Dirty) | Johann Latocha | 2011-03-01 | 8 | -17/+35 |
| | |||||
* | Fix for issue #781 | Jan Darmochwal | 2010-11-04 | 1 | -8/+10 |
| | | | | | This patch fixes issue #781 (http://lab.openslx.org/issues/781). Vmchooser wrote bad .xml files. | ||||
* | Removed some TODO comments | Jan Darmochwal | 2010-11-04 | 4 | -25/+2 |
| | |||||
* | Read environment specific options | Jan Darmochwal | 2010-11-04 | 2 | -6/+61 |
| | | | | | | | | | | | | | | * 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> | ||||
* | Config option: pool | Jan Darmochwal | 2010-11-04 | 6 | -13/+40 |
| | | | | | | | | | | | | * 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 | ||||
* | Updated .de translation | Jan Darmochwal | 2010-11-01 | 1 | -10/+37 |
| | |||||
* | Added global vars, version number in globals.h | Jan Darmochwal | 2010-11-01 | 5 | -59/+62 |
| | |||||
* | License information for vmware logo | Jan Darmochwal | 2010-11-01 | 1 | -0/+4 |
| | |||||
* | Added missing closing parantheses in dialog.cpp | Jan Darmochwal | 2010-11-01 | 1 | -1/+1 |
| | |||||
* | Removed old .xpm logos | Jan Darmochwal | 2010-11-01 | 36 | -39031/+0 |
| | |||||
* | New logos | Jan Darmochwal | 2010-10-10 | 30 | -12/+2298 |
| | | | | | | * 64x64 px PNGs with transparency * SVG sources for most logos * logos have at least 2 px empty space on top and bottom | ||||
* | Console error messages | Jan Darmochwal | 2010-10-10 | 1 | -7/+23 |
| | |||||
* | Failure message if session cannot be started | Jan Darmochwal | 2010-10-10 | 1 | -10/+13 |
| | |||||
* | Remove debug printf from vsession.cpp | Jan Darmochwal | 2010-10-09 | 1 | -1/+0 |
| | |||||
* | SVG Icon support | Jan Darmochwal | 2010-10-09 | 1 | -3/+12 |
| | | | | | | This patch adds support for SVG icons. Add an image with an alias ending in .svg to images.qrc to use SVG images. SVG icons will be preferred over other icons. | ||||
* | Empty icon for VSessions, default to vmware icon | Jan Darmochwal | 2010-10-09 | 4 | -7/+14 |
| | | | | | * added empty icon "none" * default to vmware icon if no icon is set for a VSession | ||||
* | Return EXIT_SUCCESS or EXIT_FAILURE in main() | Jan Darmochwal | 2010-10-09 | 1 | -15/+24 |
| |