VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxShell

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @80824   5 years vboxsync Main: bugref:9341: The "environment" parameter in the …
(edit) @77978   6 years vboxsync vboxshell.py: In the python webservice bindings …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @72919   6 years vboxsync Main/*: From now on any valid UTF8 string is considered a valid guest …
(edit) @71179   7 years vboxsync Fixing few VirtualBox related typos in various places, mostly GUI, GA, …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69257   7 years vboxsync VBoxShell: scm updates
(edit) @69111   7 years vboxsync (C) year
(edit) @68309   7 years vboxsync vboxshell.py: fixed typo in createHddCmd (ticketref:16979)
(edit) @67049   7 years vboxsync Main/glue/vboxapi.py: clean up, remove vbox attribute, eliminate …
(edit) @63231   8 years vboxsync vboxshell.py: python 2.x fix (SyntaxError: can not delete variable …
(edit) @63223   8 years vboxsync VBoxShell: fix for buref:6627: added releasing of ctx to prevent …
(edit) @62493   8 years vboxsync (C) 2016
(edit) @59798   9 years vboxsync re-applied the Python 3 changes which were backed out in r105674 sans …
(edit) @59795   9 years vboxsync temporarily back out the recent Python 3 changes (r105649, r105645, …
(edit) @59777   9 years vboxsync PyXPCOM: fix import inconsistency vbox.py,vboxshell.py: back to …
(edit) @59769   9 years vboxsync PyXPCOM: port to make it compatible with Python 3 (minimum supported …
(edit) @59490   9 years vboxsync Frontends/vboxshell.py: webservice API does not allow specifying None …
(edit) @57528   9 years vboxsync FE/VBoxShell: Fix for attaching USB devices
(edit) @57440   9 years vboxsync Frontends/VBoxShell: fix output parameter array index (return value is …
(edit) @56301   9 years vboxsync *.kmk: Updated (C) year.
(edit) @56000   9 years vboxsync fix python output tuple ordering issue with the changed …
(edit) @55977   9 years vboxsync Main/Snapshot: add a parameter to IMachine.takeSnapshot, returning the …
(edit) @55214   10 years vboxsync Main/Console+Machine+Session+Snapshot: move the save state and …
(edit) @54434   10 years vboxsync vboxshell.py: switch to new IVirtualBox.createMedium API method
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @52978   10 years vboxsync IDisplay::GetScreenResolution returns status of the guest monitor.
(edit) @52200   10 years vboxsync Main,Frontends: TakeScreenShot API cleanup.
(edit) @50711   11 years vboxsync vboxshell.py: new style listener class type to make sure it works.
(edit) @50409   11 years vboxsync vboxshell.py: repair tab completion
(edit) @49841   11 years vboxsync Frontends/VBoxShell: fix SDK path autodetection
(edit) @49704   11 years vboxsync Frontends/VBoxShell: extend event dumping code slighty, good testcase …
(edit) @48300   11 years vboxsync vboxshell.py: Even better automatic path detection.
(edit) @48285   11 years vboxsync vboxshell.py: Fixed some bustage and improved the path autodetection.
(edit) @47981   11 years vboxsync vboxapi.py: Started on error abstrations (testsuite needs …
(edit) @47979   11 years vboxsync vboxapi.py: Some cleaning up. New features: Documentation. ;-) …
(edit) @47848   11 years vboxsync Main: API event for multitouch input.
(edit) @47804   11 years vboxsync Main: OnGuestMouse event cleanup.
(edit) @47774   11 years vboxsync Main,Frontends: IDisplay::GetScreenResolution returns the screen origin.
(edit) @47215   11 years vboxsync Main/vboxshell: mouse code aesthetics and fix mouse events.
(edit) @46478   11 years vboxsync libs/xpcom: touch up Java XPCOM wrapper generation, new common …
(edit) @44649   12 years vboxsync Documentation: added new paragraphs into chapter "Incompatible API …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43425   12 years vboxsync VBoxShell: adapted to interface changes in r79727 (thanks Bertrand!)
(edit) @43105   12 years vboxsync change comment style
(edit) @43041   12 years vboxsync Main/VirtualBox: final API change, cleans up optional parameters to …
(edit) @42904   12 years vboxsync Frontends/VBoxShell: minimal (and incomplete) conversion of gexec to …
(edit) @42380   12 years vboxsync vboxshell.py: update to current API state (hopefully)
(edit) @41477   12 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @40402   13 years vboxsync Fe/VBoxShell: Fixed broken Additions information lookup.
(edit) @38093   13 years vboxsync *.kmk,++: Mode fixes to maximize hardlinking potential during staging.
(edit) @38003   13 years vboxsync VBoxShell/Makefile.kmk: Missing _INST slash.
(edit) @37245   13 years vboxsync Frontends/VBoxShell: adapt to 4.0 API change
(edit) @37200   13 years vboxsync API+Frontends: Generic network attachment driver support which …
(edit) @36628   14 years vboxsync vboxshell: tweaks
(edit) @36346   14 years vboxsync vboxshell: use new media API
(edit) @36246   14 years vboxsync PCI: further interrupts work, tweaks
(edit) @36107   14 years vboxsync PCI: some Main work to provide correct attachment info for physical devices
(edit) @36048   14 years vboxsync vboxshell: flow control and interrupts when running scripts
(edit) @36002   14 years vboxsync vboxshell: typo
(edit) @35885   14 years vboxsync Main, VMM, vboxshell: more PCI work (persistent settings, logging, …
(edit) @35783   14 years vboxsync vboxshell: work around Python bug
(edit) @35675   14 years vboxsync vboxshell: lspci command
(edit) @35569   14 years vboxsync BnoxShell: update for new medium API
(edit) @35342   14 years vboxsync vboxshell: attribute values can be not only alpha-numeric
(edit) @35264   14 years vboxsync VBoxShell: guest pipe cmd
(edit) @35262   14 years vboxsync VBoxShell: check progress result code
(edit) @35260   14 years vboxsync VBoxShell: gcopy command
(edit) @34393   14 years vboxsync Main: better type checks when firing events
(edit) @34082   14 years vboxsync Frontends/VBoxShell: extend autopath feature to the SDK directory as well
(edit) @33550   14 years vboxsync some more spelling fixes, thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33473   14 years vboxsync vboxshell: also find gurus
(edit) @33445   14 years vboxsync vboxshell: find assert in log command
(edit) @33386   14 years vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33321   14 years vboxsync Main. VBoxShell: demo recorder fully functional
(edit) @33298   14 years vboxsync Main: fix docs for aggregator API, burn fix
(edit) @33296   14 years vboxsync vboxshell: typo
(edit) @33295   14 years vboxsync Main: support aggregation of multiple event sources into one, to …
(edit) @33266   14 years vboxsync VBoxShell: demo recording/playback
(edit) @33204   14 years vboxsync vboxshell: tweaks
(edit) @33075   14 years vboxsync Main: also support absolute mouse events
(edit) @33061   14 years vboxsync Main, vboxshell: implemented support for user activity capturing
(edit) @32531   14 years vboxsync Main/Medium+MediumFormat+GuestOSType+SystemPropertiesImpl+Console+Globa …
(edit) @32447   14 years vboxsync VboxShell: simplify lookup
(edit) @32394   14 years vboxsync more branding and header fixes
(edit) @32120   14 years vboxsync Main, devices: support for chipset selection in the public API
(edit) @31959   14 years vboxsync vboxshell: gracefull handling of unavailable VMs, better treatment of …
(edit) @31783   14 years vboxsync vboxshell: typo
(edit) @31773   14 years vboxsync vboxshell: OSE, minor tweaks
(edit) @31718   14 years vboxsync Main: PNG screenshoting API
(edit) @31499   14 years vboxsync python shell: no longer attempt to print max bandwidth (removed)
(edit) @31112   14 years vboxsync Python shell: session API updated
(edit) @31071   14 years vboxsync VBoxShell: correct machine state check
(edit) @31034   14 years vboxsync Main, Python: session API changes, cleanup, tweaks
(edit) @31014   14 years vboxsync Python: update for new session API
(edit) @30871   14 years vboxsync Main: event names now in past tense
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