summaryrefslogtreecommitdiffstats
path: root/src/img
Commit message (Collapse)AuthorAgeFilesLines
* logo without txt ..Sebastian2011-07-082-0/+164
|
* add opensolaris imageSebastian2011-07-081-0/+0
|
* add icons for atari, amiga, riscosSebastian2011-07-056-0/+58
|
* switch default theme to openslxSebastian Schmelzer2011-05-122-0/+0
| | | | add unifr theme
* resizeSebastian Schmelzer2011-03-081-0/+0
|
* add beos/os2Sebastian Schmelzer2011-03-082-0/+0
|
* resize imagesSebastian Schmelzer2011-03-085-0/+0
|
* add icons for dosbox/mess/qemuSebastian Schmelzer2011-03-083-0/+0
|
* * add debug modeSebastian Schmelzer2011-03-045-0/+0
| | | | | | | | * 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
* ..Sebastian Schmelzer2011-03-021-0/+0
|
* new rz style layoutSebastian Schmelzer2011-03-022-0/+0
|
* 1) cmd-switch to use a window managerJohann Latocha2011-03-011-0/+0
| | | | 2) openslx logo added
* License information for vmware logoJan Darmochwal2010-11-011-0/+4
|
* Removed old .xpm logosJan Darmochwal2010-11-0136-39031/+0Star
|
* New logosJan Darmochwal2010-10-1029-0/+2283
| | | | | | * 64x64 px PNGs with transparency * SVG sources for most logos * logos have at least 2 px empty space on top and bottom
* Empty icon for VSessions, default to vmware iconJan Darmochwal2010-10-091-0/+0
| | | | | * added empty icon "none" * default to vmware icon if no icon is set for a VSession
* qmake -> cmake; (mostly) cosmetic changesJan Darmochwal2010-07-1336-0/+39031
Switched to cmake: CMakeLists.txt in base directory use ./build.sh to build vmchooser (or mkdir -p build; cd build cmake .. && make) updated README removed fltk/ removed libxml2/ removed mesgdisp/ renamed vmchooser/ to src/ moved all header files (.h) from vmchooser/inc/ to src/ added files to repository that must have slipped the last time