summaryrefslogtreecommitdiffstats
path: root/src/choosersettings.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor user .ini class, support "recent VMs" tab, misc. cleanupSimon Rettberg2019-06-031-31/+0Star
|
* Fix indentation, cleanup, refactoring, deletionsSimon Rettberg2018-06-151-7/+7
| | | | | | | | | | * 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
* Lots of fixes, cleanup, refactoringSimon Rettberg2014-05-041-0/+1
| | | | | | | | | * Added command line option to set the base path where images can be accessed locally, in case NFS/CIFS is used. * Sorted command line options in source file to make it easier to add new options (prevent accidental shortopt collisions). * Disable "My Courses" button if the list is empty. * Added some TODO notes :>
* Help/News improvement, added ini settings, made some translations for new ↵Nils Schwabe2014-03-311-0/+30
text elemtents, cleaned code