summaryrefslogtreecommitdiffstats
path: root/src/vsession.h
Commit message (Collapse)AuthorAgeFilesLines
* Support CoW, and selecting between edit and copyHEADmasterSimon Rettberg6 days1-3/+7
|
* vsession icon: Match agains OS display name tooSimon Rettberg2021-10-211-0/+4
|
* Use execv() to start selected sessionSimon Rettberg2019-10-181-1/+3
| | | | | | Prevent vmchooser from lingering in the background, like a zombie, haunting you with invisible windows. Also seems to be notably faster when launching the openbox session.
* Rewrite list/news/help download and backup file handlingSimon Rettberg2019-07-091-1/+1
|
* Gray out and warn about VMs with missing hypervisorSimon Rettberg2019-07-091-1/+3
|
* vsession.*: Use QStringLiteral for most C-StringsSimon Rettberg2019-07-081-10/+10
| | | | | Some things like searching feel a bit sluggish; try to get rid of repeated QString creation and destruction.
* Get rid of ImgType, use string directlySimon Rettberg2019-07-081-7/+5Star
| | | | | | | | The virtualizer ID should (mostly) be treated as an opaque value. The only place it's evaluated is where we determine whether a VM needs VTx or not. In the future this should be handled by meta data queried from run-virt (extend --query)
* Gray out all VBox VMs if no VTx is availableSimon Rettberg2019-06-121-1/+1
|
* WTF did we have two classes for downloading files?Simon Rettberg2018-11-301-3/+0Star
|
* Cleanup code style (C++11, casts, etc)Simon Rettberg2018-07-261-0/+1
|
* Fix indentation, cleanup, refactoring, deletionsSimon Rettberg2018-06-151-7/+3Star
| | | | | | | | | | * Remove unused methods for adding hostname and user to xml * Avoid copying/(de)serializing XML a thousand times * Fix Session::isValid() or rather make it a bit more usable (although it's unused currently) * baseDir is global, not per VSession, which doesn't make any sense without the legacy approach of recusively loading one xml file per entry
* Add support for <can_edit> XML entrySimon Rettberg2017-03-311-0/+5
|
* Cleanup: Remove execCommand from vsession, add newslines around methodsSimon Rettberg2016-09-011-3/+1Star
|
* added --start-uuid parameter.Christian Klinger2016-08-031-0/+4
|
* Use foreground instead of background for marking unusable vmsSimon Rettberg2016-03-291-1/+1
|
* Feature: Show warning for 64bit VMs if no VT-x availableSimon Rettberg2016-03-291-0/+3
|
* fix formatingJonathan Bauer2016-01-271-2/+2
|
* reintroduce SESSION_NAME and return an empty String for vsession's exec stringJonathan Bauer2016-01-261-1/+1
|
* reworked session information sent to the session processJonathan Bauer2016-01-261-1/+3
| | | | | exports the Exec= command as SESSION_CMD exports the type of the session (virtual/native) as SESSION_TYPE
* Remodel section handling: Use constantsSimon Rettberg2016-01-201-5/+16
|
* Re-introduce tree structure: Allow server-defined sectionsSimon Rettberg2016-01-191-0/+7
|
* Update imagesSimon Rettberg2016-01-041-1/+1
|
* Start refactoring download helpers and icon managementSimon Rettberg2015-11-121-1/+1
|
* removed addPrinters() and addScannersNils Schwabe2014-04-041-2/+0Star
| | | | introduced "change the run-virt.sh path" in cmd line and config file
* added functionality to filter boxNils Schwabe2014-03-211-0/+1
|
* - display the keywords in the desciption boxNils Schwabe2014-03-211-0/+4
|
* vmchooser is now able to get vsessions from a given urlNils Schwabe2014-03-061-1/+1
|
* - included the --url commandline options for a xml urlNils Schwabe2014-03-041-0/+2
| | | | | | - httpxmldownloader moved to main.cpp (it's finally working :D) - given url is downloaded and printed on commandline - todo: parse http response
* added files from vmchooser1Nils Schwabe2014-03-031-0/+72