summaryrefslogtreecommitdiffstats
path: root/src/xsession.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few compile warningsSimon Rettberg2022-09-291-2/+3
|
* Use execv() to start selected sessionSimon Rettberg2019-10-181-9/+26
| | | | | | 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.
* *session.cpp: give me those stars!Jonathan Bauer2019-09-241-4/+1Star
|
* Gray out and warn about VMs with missing hypervisorSimon Rettberg2019-07-091-3/+12
|
* Use Qt5 style signal/slot connectionsSimon Rettberg2019-06-051-1/+1
|
* WTF did we have two classes for downloading files?Simon Rettberg2018-11-301-0/+2
|
* Reorder struct members for better packingSimon Rettberg2018-07-261-3/+3
|
* keep 0 as default priorityJonathan Bauer2018-06-271-5/+0Star
| | | | use < 0 priorities in config file to bump them
* fix indentationJonathan Bauer2018-06-271-1/+1
|
* support for xsessions priority and renamingJonathan Bauer2018-06-261-7/+103
|
* Add i3 iconSimon Rettberg2018-06-151-2/+4
|
* Fix indentation, cleanup, refactoring, deletionsSimon Rettberg2018-06-151-1/+2
| | | | | | | | | | * 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
* Fix memleakSimon Rettberg2017-11-171-0/+2
|
* Fix logic expressionSimon Rettberg2017-11-131-1/+1
|
* Fix indentationSimon Rettberg2016-03-291-7/+7
|
* dur dur...Jonathan Bauer2016-02-251-0/+1
|
* always look in the filesystem for the iconJonathan Bauer2016-02-251-6/+8
| | | | vsession/xsession handle their fallback icon themselves
* Revert "load icon from the filesystem (if path is set in the xsession file)"Jonathan Bauer2016-02-251-0/+1
| | | | This reverts commit 25960be7c786690c14586f3e873012d45935080f.
* load icon from the filesystem (if path is set in the xsession file)Jonathan Bauer2016-02-181-1/+0Star
| | | | if no icon is found as a resource or from the filesystem always load the default linux icon as fallback
* Fix filter logicSimon Rettberg2016-01-191-2/+9
|
* Start refactoring download helpers and icon managementSimon Rettberg2015-11-121-2/+3
|
* added functionality to filter boxNils Schwabe2014-03-211-0/+4
|
* added files from vmchooser1Nils Schwabe2014-03-031-0/+149