VirtualBox

source: vbox/trunk/src/VBox/Main/idl/VirtualBox.xidl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75458   6 years vboxsync Main: Stubbed three ISharedFolder attribute setters. bugref:9295
(edit) @75434   6 years vboxsync OCI: Rename exportVM to exportLaunchVM and getExportParameters to …
(edit) @75394   6 years vboxsync Recording/Docs: IRecordingScreenSettings::maxTime is specified in …
(edit) @75380   6 years vboxsync Main,VBoxManage,FE/Qt: Extended the createSharedFolder and …
(edit) @75371   6 years vboxsync bugref:9152. getSupportedPropertyNames and getPropertyDescription were …
(edit) @75362   6 years vboxsync Build fix.
(edit) @75361   6 years vboxsync Recording/Main: Renamed the IRecord* interfaces again to IRecording* …
(edit) @75341   6 years vboxsync Recording: Renaming APIs ICapture* -> IRecord* and other terminology …
(edit) @75326   6 years vboxsync Recording: Added a read-only ID attribute to ICaptureScreenSettings.
(edit) @75271   6 years vboxsync Capturing: New UUID for CaptureVideoScalingMethod.
(edit) @75269   6 years vboxsync Capturing: Added more per-screen attributes, such as audio parameters, …
(edit) @75258   6 years vboxsync Capturing: API docs.
(edit) @75252   6 years vboxsync Capturing: Build fix.
(edit) @75251   6 years vboxsync Capturing: Separated capturing settings into new interfaces …
(edit) @75044   6 years vboxsync OCI: G/c unused enums
(edit) @75038   6 years vboxsync OCI: G/c VBOX_WITH_CLOUD_PROVIDERS_NO_COMMANDS ifdefs and related code.
(edit) @74916   6 years vboxsync bugref:9152. Attribute "name" is changeable now
(edit) @74847   6 years vboxsync OCI: untabify
(edit) @74846   6 years vboxsync OCI: Add IVirtualBox parameter to ICloudClient::exportVM
(edit) @74804   6 years vboxsync Main/Progress: Split into safe public interface and a private one …
(edit) @74778   6 years vboxsync OCI: Add VirtualSystemDescriptionType constants CloudOCIKeepObject and …
(edit) @74764   6 years vboxsync Main: fix doc ref typo
(edit) @74761   6 years vboxsync Main/MediumIO: add stub for a method to convert a medium to a data …
(edit) @74734   6 years vboxsync Guest Control/Main: Got rid of the "types" array in …
(edit) @74602   6 years vboxsync bugref:9230. Initial design of cloud connection manager via …
(edit) @74474   6 years vboxsync Main,Devices: Graphics controller updates. bugref:8893
(edit) @74431   6 years vboxsync Main,GUI,VBoxManage: Provide API for proxy settings that picks up the …
(edit) @74186   6 years vboxsync bugref:9152. Added Progress for the second part of OCI export.
(edit) @74086   6 years vboxsync OCI: initial commit for CloudClient::exportVM function
(edit) @74003   6 years vboxsync Main: bugref:9231: added ability to set IMedium:location for medium …
(edit) @73971   6 years vboxsync bugref:9152. Moved OCI stuff from server to extpack.
(edit) @73929   6 years vboxsync OCI: commit OCI code as-is. Doesn't yet compile in extpack but should …
(edit) @73804   6 years vboxsync Main: bugref:9075: added check into the IMachine::SetExtraData and …
(edit) @73768   6 years vboxsync Main,FE/VBoxManage: Allow changing the UART type of the serial ports …
(edit) @73743   6 years vboxsync Main/Progress+Appliance+Machine: Turn …
(edit) @73716   6 years vboxsync Main/CloudProviderManager+CloudProvider+CloudProfile: Introduce …
(edit) @73664   6 years vboxsync Main: bugref:8598: added "Keep hardware UUIDs" option to "clone …
(edit) @73571   6 years vboxsync bugref:9152. Renamed ICloudUserProfiles to ICloudProvider, …
(edit) @73535   6 years vboxsync bugref:9152. New classes CloudAPI, OCIIAM, OCIObjectStorage, …
(edit) @73337   6 years vboxsync bugref:9152. Renamed CloudUserProfileList to CloudUserProfiles.
(edit) @73216   6 years vboxsync bugref:9152. Added 6 new values into VirtualSystemDescriptionType. …
(edit) @73169   6 years vboxsync bugref:9152. scm issues.
(edit) @73167   6 years vboxsync bugref:9152. scm issues.
(edit) @73154   6 years vboxsync bugref:9152. Added 3 interfaces: CloudClient, CloudUserProfileList, …
(edit) @72979   6 years vboxsync netif.h: Document duplicating of VirtualBox.xidl enums and ask why …
(edit) @72948   6 years vboxsync Main: Introducing IMediumIO for accessing the content of a medium. …
(edit) @72919   6 years vboxsync Main/*: From now on any valid UTF8 string is considered a valid guest …
(edit) @72915   6 years vboxsync VirtualBox.xidl: comment fixes
(edit) @72883   6 years vboxsync Main/Medium: add API flag for creating formatted floppy images …
(edit) @72703   6 years vboxsync Main/Medium: Fix a number of potential deadlocks due to lock order …
(edit) @72478   6 years vboxsync Main: another xref syntax issue fix for enum constants
(edit) @72477   6 years vboxsync Main/Import: fix IDL documentation xref
(edit) @72476   6 years vboxsync Main/Appliance: Teach importing new tricks: importing to specific …
(edit) @72356   7 years vboxsync Main: Add 'UnrestrictedGuest' to features enum while querying host CPU …
(edit) @72353   7 years vboxsync Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
(edit) @72352   7 years vboxsync Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
(edit) @72332   7 years vboxsync Main: Added HWVirtExPropertyType::UseNativeApi for use with …
(edit) @72328   7 years vboxsync Main: Added read-only ExecutionEngine attribute to IMachineDebugger to …
(edit) @72067   7 years vboxsync Guest Control/Main: Made IGuestSession::copyFromGuest() and …
(edit) @72053   7 years vboxsync Guest Control/Main: Be more specific in API docs wrt …
(edit) @72002   7 years vboxsync Main: API docs.
(edit) @71976   7 years vboxsync Guest Control/Main: Added stubs for IGuestSession:copy[From|To]Guest() …
(edit) @71932   7 years vboxsync Docs/Main: Fixed description for GuestSessionWaitForFlag and …
(edit) @71797   7 years vboxsync Guest Control/Main: API docs update for IGuestFile::queryInfo() and …
(edit) @71651   7 years vboxsync DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094
(edit) @71349   7 years vboxsync Guest Control/Main: Added (COM) error codes …
(edit) @71347   7 years vboxsync Guest Control: Clarify session limit in API docs.
(edit) @71314   7 years vboxsync GuestControl: Added and implemented IGuestSession::userHome and …
(edit) @71257   7 years vboxsync Guest Control/Main: Updated SDK docs.
(edit) @71231   7 years vboxsync Main/Guest Control: Renamed FsObjMoveFlags, DirectoryCopyFlags and …
(edit) @71141   7 years vboxsync Main/VBoxSVC,VBoxSDS: fix for ​​​bugref:8161: fixed interface …
(edit) @71140   7 years vboxsync Main/VBoxSVC,VBoxSDS: fix for ​​bugref:8161: fixed interface definition
(edit) @71139   7 years vboxsync Main/VBoxSVC,VBoxSDS: fix for ​bugref:8161: added API client list …
(edit) @71108   7 years vboxsync Added speculation control settings to API, refined implementation.
(edit) @70712   7 years vboxsync Main,VBoxManage: Added CPUPropertyType_HWVirt. Translates to …
(edit) @70606   7 years vboxsync updates (bugref:9087)
(edit) @70593   7 years vboxsync bugref:8345. try to fix the coding style issues.
(edit) @70590   7 years vboxsync bugref:8345. VirtualBox.xidl: coding style - tab removed.
(edit) @70586   7 years vboxsync bugref:8345. VirtualBox.xidl: coding style - tab removed.
(edit) @70582   7 years vboxsync bugref:8345. First draft of move VM feature. There are some issues but …
(edit) @70228   7 years vboxsync VBoxSDS: ​​​bugref:3300: fixed VirtualBox installation when UAC is enabled
(edit) @70075   7 years vboxsync Devices/Graphics, Main, FE/Qt: add plumbing for sending cursor …
(edit) @69785   7 years vboxsync VBoxSDS: Made VirtualBoxSDS internal and non-scriptable, dropping the …
(edit) @69782   7 years vboxsync VBoxSDS: Plan B it is.
(edit) @69775   7 years vboxsync VBoxSDS/Plan/B: More complete code.
(edit) @69740   7 years vboxsync Hack midl.xsl extends $unknown translation for notdual to fix SDK build.
(edit) @69734   7 years vboxsync Main: SDS plan B proof of concept.
(edit) @69729   7 years vboxsync Main: Outlined a possible plan B for the VBoxSDS stuff.
(edit) @69379   7 years vboxsync Main/idl: scm updates
(edit) @69002   7 years vboxsync bugref:8674. Added 2 new events into the Progress - "percentage …
(edit) @68986   7 years vboxsync VMM: Add new QueryGenericObject entry to VMM2USER callback table, for …
(edit) @68979   7 years vboxsync VideoRec: API docs.
(edit) @68974   7 years vboxsync Main: Docs.
(edit) @68938   7 years vboxsync Main,VBoxManage: Changed the CPUID override methods on IMachine to …
(edit) @68534   7 years vboxsync Main: IDisplay::DetachScreens stub
(edit) @68485   7 years vboxsync Audio: Implemented ability to enable / disable audio input / output …
(edit) @68239   7 years vboxsync Unattended: Added detectedOSLanguages and language attributes to deal …
(edit) @68133   7 years vboxsync Unattended: Moved the createUnattendedInstaller method from IMachine …
(edit) @68126   7 years vboxsync Unatteded: Added hostname attribute. Updated debian and ubuntu …
(edit) @68108   7 years vboxsync better link for time zone indexes.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette