summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rework url params parsingJonathan Bauer2018-12-121-27/+19Star
|
* support configurable URLs for list, news and helpJonathan Bauer2018-12-101-0/+19
|
* formattig: move runscript parsingJonathan Bauer2018-12-101-7/+7
|
* WTF did we have two classes for downloading files?Simon Rettberg2018-11-301-23/+1Star
|
* Cleanup code style (C++11, casts, etc)Simon Rettberg2018-07-261-3/+3
|
* Clean up globals.* (remove unused, rename constants, prefix)Simon Rettberg2018-06-151-29/+29
|
* Fix indentation, cleanup, refactoring, deletionsSimon Rettberg2018-06-151-321/+321
| | | | | | | | | | * 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 uninitialized variableSimon Rettberg2017-11-171-4/+1Star
|
* Use Qt 5Simon Rettberg2017-11-151-1/+1
|
* Add option to make pvs box checked by defaultSimon Rettberg2017-04-281-0/+4
| | | | Refs #3105
* Implement --pvs optionSimon Rettberg2017-03-301-1/+1
|
* Remove stupid crapSimon Rettberg2017-03-281-3/+0Star
|
* Get rid of .php suffix for resource requestsSimon Rettberg2017-03-271-4/+7
|
* Add "admin mode" (edit vm)Simon Rettberg2017-01-191-32/+37
|
* Add --autoquit <seconds> that will quit automatically if no action is ↵Simon Rettberg2016-12-221-17/+25
| | | | performed within a given time span
* Don't lower() window on startupSimon Rettberg2016-12-221-1/+0Star
| | | | WTF code?
* Fallback to user/default config if cmdline config was not found; print ↵Simon Rettberg2016-11-071-5/+17
| | | | config path used
* Really disable xsession button this timeSimon Rettberg2016-09-021-1/+1
|
* Don't allow selecting native sessions in exam modeSimon Rettberg2016-09-021-1/+1
|
* Support telling server whether we are in exam modeSimon Rettberg2016-09-011-7/+6Star
|
* added --start-uuid parameter.Christian Klinger2016-08-031-0/+14
|
* improve keyboard behaviour.Christian Klinger2016-06-101-2/+0Star
|
* catch ALL keyboard events.Christian Klinger2016-06-011-0/+2
|
* Feature: Show warning for 64bit VMs if no VT-x availableSimon Rettberg2016-03-291-0/+5
|
* Fix copy paste messupSimon Rettberg2016-01-211-2/+2
|
* Fix help output (location -> locations)Simon Rettberg2016-01-211-1/+1
|
* Remodel section handling: Use constantsSimon Rettberg2016-01-201-0/+31
|
* Add support for locations querySimon Rettberg2016-01-191-1/+7
|
* Update imagesSimon Rettberg2016-01-041-8/+15
|
* Resize window on resolution changeSimon Rettberg2015-02-021-0/+1
|
* Make window move to z-order bottom at startupSimon Rettberg2015-02-021-0/+1
|
* Only set the sessionID. Drop old pvs stuff.Manuel Schneider2014-07-231-6/+0Star
|
* Fix layout, give proper name to bug report button, disable button as long as ↵Simon Rettberg2014-05-051-16/+29
| | | | it's not doing anything, add --fullscreen option
* Improve string handling, fix list not updating after sessions are loadedSimon Rettberg2014-05-051-2/+0Star
|
* Lots of fixes, cleanup, refactoringSimon Rettberg2014-05-041-10/+12
| | | | | | | | | * 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 :>
* removed addPrinters() and addScannersNils Schwabe2014-04-041-217/+226
| | | | introduced "change the run-virt.sh path" in cmd line and config file
* Help/News improvement, added ini settings, made some translations for new ↵Nils Schwabe2014-03-311-17/+21
| | | | text elemtents, cleaned code
* added news and help downloadNils Schwabe2014-03-241-1/+14
|
* added choosersettings which remember the last selected sessionNils Schwabe2014-03-241-2/+2
|
* - added tab viewNils Schwabe2014-03-201-2/+2
| | | | - added filter box
* removed the file and path option for XMLsNils Schwabe2014-03-191-38/+3Star
|
* - changed dialog desginNils Schwabe2014-03-191-2/+4
| | | | - added details view
* - Added IconHolder to cache itemsNils Schwabe2014-03-141-2/+1Star
| | | | - Added FileDownloader for icon downloads
* Added function to add info entries if the xml file could not be loadedNils Schwabe2014-03-071-0/+3
|
* vmchooser is now able to get vsessions from a given urlNils Schwabe2014-03-061-8/+6Star
|
* - included the --url commandline options for a xml urlNils Schwabe2014-03-041-5/+18
| | | | | | - httpxmldownloader moved to main.cpp (it's finally working :D) - given url is downloaded and printed on commandline - todo: parse http response
* Added httpxmldownloaderNils Schwabe2014-03-031-0/+6
|
* added files from vmchooser1Nils Schwabe2014-03-031-0/+238