summaryrefslogtreecommitdiffstats
path: root/src/choosersettings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup code style (C++11, casts, etc)Simon Rettberg2018-07-261-1/+1
|
* Clean up globals.* (remove unused, rename constants, prefix)Simon Rettberg2018-06-151-4/+4
|
* Fix indentation, cleanup, refactoring, deletionsSimon Rettberg2018-06-151-31/+31
| | | | | | | | | | * 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 indentationSimon Rettberg2016-03-291-1/+1
|
* Lots of fixes, cleanup, refactoringSimon Rettberg2014-05-041-1/+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/+57
text elemtents, cleaned code