summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [VBox] turned the swithcases to for loops;Victor Mocanu2017-11-234-88/+53Star
| | | | improved exception handling and error messages
* [VBox] added USB to the blacklistVictor Mocanu2017-11-211-6/+9
|
* [VBox] small change for testVictor Mocanu2017-11-211-3/+3
|
* [VBox] separated and made some vmwaremetadata functions abstract in ↵Victor Mocanu2017-11-214-27/+105
| | | | | | vmmetadata s.t. vboxmetadata also needs to implement them implemented said functions in vboxmetadata
* [VBox] added all networkcards for virtualbox made small change to internal classVictor Mocanu2017-11-212-28/+71
|
* [VBox] improved and expanded the setters and getters for the enum typesVictor Mocanu2017-11-203-24/+76
| | | | removed debug messages
* [VBox] setter for the 3dacceleration works now, added new hardwareversion ↵Victor Mocanu2017-11-142-40/+35Star
| | | | enum type for virtualbox
* [VBox] new working coppyVictor Mocanu2017-11-024-52/+137
| | | | added new Javadocs, updated getters of VBoxMetaData still got TODOs
* [VBox] added sorting to the keysarraysVictor Mocanu2017-10-271-8/+21
|
* [VBox] work in progress for the DropDownSelectWindow... everything was vmx ↵Victor Mocanu2017-10-263-118/+352
| | | | specific, made it more generic
* [VBox] changed comments to english, renamed some variablesVictor Mocanu2017-10-252-12/+11Star
|
* fix code formattingJonathan Bauer2017-10-244-346/+425
|
* Merge branch 'vbox' of git.openslx.org:bwlp/master-sync-shared into vboxVictor Mocanu2017-10-243-491/+371Star
|\
| * formatting & first round of cleanupJonathan Bauer2017-10-204-697/+558Star
| | | | | | | | removed typeOf, use instanceof
* | [VBox] changed logger.warn messages from german to englishVictor Mocanu2017-10-241-5/+5
|/
* [VBox] improved download partVictor Mocanu2017-10-094-44/+42Star
| | | | | the getInstance of the VmMetaData class now delivers the right type of object the DiskImage class needs a way to return the type of image
* [VBox] improved the way the new uuid is written in the vdi fileVictor Mocanu2017-10-081-11/+35
|
* Merge branch 'vbox' of git.openslx.org:bwlp/master-sync-shared into vboxVictor Mocanu2017-10-061-0/+3
|\
| * [vbox] remove unneeded dependency breaking compilationJonathan Bauer2017-10-051-1/+0Star
| |
* | [VBox] added new uuid when downloading vm from serverVictor Mocanu2017-10-066-85/+159
|/ | | | uuid is now writen in the vdi too
* [VBox] improved the create new tag and insert attribute functionsVictor Mocanu2017-10-052-42/+154
| | | | added forgotten javadocs
* [VBox] working coppy in case further changes result in catastrophical failureVictor Mocanu2017-10-024-58/+131
|
* [VBox] changes to the VmWrapper class, it asks now for an VmMetaData child, ↵Victor Mocanu2017-09-213-14/+97
| | | | | | is not hard coded on VmxMetaData anymore
* [VBox] removed empty lines, the FilteredDefinitionArray looks good nowVictor Mocanu2017-09-211-20/+27
|
* [VBox] working coppy of VboxConfig class, children are removed but empty ↵Victor Mocanu2017-09-213-96/+203
| | | | lines take their place...working on that
* [VBox] changed and implemented the functionality of VboxConfig s.t. the ↵Victor Mocanu2017-08-084-216/+234
| | | | | | process of reading a .vbox file works and an config object is created
* [VBox] added handling for vdi filesVictor Mocanu2017-07-142-3/+17
|
* [VBox] added function to change atribute value of a given tagVictor Mocanu2017-07-141-2/+18
|
* [VBOX] exceptionhandling and added method to delete unwanted nodes in the ↵Victor Mocanu2017-07-122-21/+82
| | | | config file
* [VBox] Added the VBoxConfig class and done some work on the VBoxMetaData classVictor Mocanu2017-06-225-12/+214
|
* [VBOX] restructured generic VmMetaData for comming VBox supportVictor Mocanu2017-05-226-10/+113
|
* Add Feature support for dozmod; add allowLoginByDefault optionSimon Rettberg2017-01-264-6/+861
|
* [vmutil] Tweak strings of vmware optionsSimon Rettberg2016-11-071-13/+15
|
* [vm] Simplify getters, better naming, add missing ethernet cards, ethernet ↵Simon Rettberg2016-11-071-63/+38Star
| | | | card index configurable
* [vm] add method for selecting device typesVictor Mocanu2016-10-311-5/+199
| | | | | user can now select/change the virtual device for sound, network, the hardware version and turn 3D-Acceleration on and off
* [vmutil] Add .applySettingsForLocalEdit() that is intended to prepare ↵Simon Rettberg2016-10-052-0/+12
| | | | several options in the vm description for local editing
* [vmware] Explicitly enable USB 2.0 when adding usb supportSimon Rettberg2016-09-201-0/+1
|
* [vm] Add .enableUsb(bool)Simon Rettberg2016-09-052-1/+14
|
* Fix hash-write-check race condition again ....Simon Rettberg2016-09-021-1/+3
|
* added new comparator for sorting OS by nameJonathan Bauer2016-09-021-0/+12
|
* Don't use system's line separator but linefeedJonathan Bauer2016-09-021-1/+1
|
* vmx editor stuffJonathan Bauer2016-09-025-145/+62Star
|
* new API versionJonathan Bauer2016-09-021-1/+1
|
* new API calls for VMX edit stuffJonathan Bauer2016-08-313-13/+2799
|
* Fix some minor handling issues with transfers wrt global image exchangeSimon Rettberg2016-08-303-4/+29
|
* [DiskImage] Detect snapshot vmdkSimon Rettberg2016-08-301-5/+12
|
* Fix: Some chunks could be dropped from the hash queue and not marked as ↵Simon Rettberg2016-08-104-5/+26
| | | | to-be-hashed again
* Remove debug spam in json helperSimon Rettberg2016-08-101-1/+0Star
|
* [vmware] Whitelist usb3.0 vmx entriesSimon Rettberg2016-08-101-1/+1
|
* thrift proxied methods: throw all TException not just TTransportExceptionJonathan Bauer2016-05-041-1/+1
|