[Pkg-virtualbox-commits] [virtualbox] branch experimental updated (df99615 -> e2c8e8d)

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Tue Jun 2 15:34:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a change to branch experimental
in repository virtualbox.

      from  df99615   Update get-orig-source script to remove another prebuilt file.
      adds  2e26cbb   Imported Upstream version 5.0.0~RC1-dfsg
      adds  3a763c8   Imported Upstream version 5.0.0~RC1-dfsg
       new  954a85d   Merge tag 'upstream/5.0.0_RC1-dfsg' into experimental
       new  e2c8e8d   Patch refresh, update changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Config.kmk                                         |   12 +-
 configure                                          |    8 +-
 debian/changelog                                   |    2 +-
 debian/patches/16-no-update.patch                  |   24 +-
 debian/patches/27-hide-host-cache-warning.patch    |    2 +-
 debian/patches/29-fix-ftbfs-as-needed.patch        |    2 +-
 debian/patches/36-fix-vnc-version-string.patch     |    2 +-
 doc/manual/Makefile.kmk                            |  593 +++---
 doc/manual/docbook-htmlhelp-formatcfg.xsl          |   17 +
 doc/manual/docbook-refentry-to-man.xsl             |   31 +
 doc/manual/docbook-refentry-to-manual-sect1.xsl    |   94 +
 doc/manual/docbook2latex.xsl                       |  223 +-
 doc/manual/en_US/SDKRef.xml                        |   25 +-
 doc/manual/en_US/man_VBoxManage_extpack.xml        |  137 ++
 doc/manual/en_US/user_BasicConcepts.xml            |    7 +-
 doc/manual/en_US/user_Installation.xml             |    4 +-
 doc/manual/en_US/user_Introduction.xml             |   14 +-
 doc/manual/en_US/user_VBoxManage.xml               |  181 +-
 doc/manual/user_ChangeLogImpl.xml                  |   52 +-
 include/VBox/VBoxVideo.h                           |    7 +
 include/VBox/com/errorprint.h                      |  193 +-
 include/VBox/err.h                                 |   25 +-
 include/VBox/err.mac                               |    2 -
 include/VBox/intnetinline.h                        |   24 +-
 include/VBox/log.h                                 |    3 +
 include/VBox/settings.h                            |    3 +-
 include/VBox/shflsvc.h                             |   72 +-
 include/VBox/types.h                               |    6 +-
 include/VBox/vd.h                                  |   23 +-
 include/VBox/vmm/hm_svm.h                          |   25 +-
 include/VBox/vmm/iom.h                             |    4 -
 include/VBox/vmm/patm.h                            |    6 +-
 include/VBox/vmm/pdmaudioifs.h                     |   17 -
 include/VBox/vmm/pdmdev.h                          |   17 +-
 include/VBox/vmm/pdmdrv.h                          |   17 +-
 include/VBox/vmm/pdmifs.h                          |  171 --
 include/VBox/vmm/pdmnetinline.h                    |   48 +-
 include/VBox/vmm/pdmusb.h                          |    8 +-
 include/VBox/vmm/pgm.h                             |  152 +-
 include/VBox/vmm/vm.h                              |    2 +-
 include/VBox/vusb.h                                |   56 +-
 include/iprt/asm.h                                 |    8 +-
 include/iprt/asn1-generator-pass.h                 |   33 +-
 include/iprt/cdefs.h                               |   25 +-
 include/iprt/cpp/list.h                            |   45 +-
 include/iprt/cpuset.h                              |   52 +-
 include/iprt/err.h                                 |   13 +-
 include/iprt/log.h                                 | 1275 +++++++-----
 include/iprt/mangling.h                            |    5 +-
 include/iprt/mem.h                                 |   12 +-
 .../common/VBoxGuest/VBoxGuest-haiku-stubs.c       |   12 +-
 .../Additions/common/VBoxGuest/VBoxGuest-haiku.c   |    4 +-
 .../Additions/common/VBoxGuest/VBoxGuest-haiku.h   |    4 +-
 .../Additions/common/VBoxGuest/VBoxGuest-linux.c   |   14 +-
 .../VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp     |   14 +-
 src/VBox/Additions/common/crOpenGL/Makefile.kmk    |    7 +
 src/VBox/Additions/common/crOpenGL/pack/packspu.h  |    4 +-
 .../Additions/common/crOpenGL/pack/packspu_init.c  |   22 +-
 src/VBox/Additions/solaris/DRM/vboxvideo_drm.c     |    3 -
 .../Additions/solaris/Installer/postinstall.sh     |    2 +-
 src/VBox/Additions/solaris/Virtio/Virtio-solaris.c |    3 -
 .../Additions/solaris/Virtio/VirtioNet-solaris.c   |    3 -
 .../Additions/solaris/Virtio/VirtioPci-solaris.c   |    3 -
 .../Additions/solaris/Virtio/VirtioRing-solaris.c  |    3 -
 src/VBox/Additions/x11/VBoxClient/display.cpp      |   17 +-
 src/VBox/Additions/x11/VBoxClient/draganddrop.cpp  |  575 ++++--
 src/VBox/Additions/x11/VBoxClient/main.cpp         |    3 +-
 src/VBox/Additions/x11/vboxvideo/Makefile.kmk      |    2 +-
 src/VBox/Additions/x11/vboxvideo/vboxvideo.c       |   39 +-
 src/VBox/Debugger/DBGCCommands.cpp                 |    2 +-
 src/VBox/Debugger/DBGPlugInLinux.cpp               |   40 +-
 src/VBox/Devices/Audio/AudioMixBuffer.cpp          |  425 +++-
 src/VBox/Devices/Audio/AudioMixBuffer.h            |   55 +-
 src/VBox/Devices/Audio/AudioMixer.cpp              |   40 +-
 src/VBox/Devices/Audio/AudioMixer.h                |   30 +-
 src/VBox/Devices/Audio/DevIchAc97.cpp              |  362 +---
 src/VBox/Devices/Audio/DevIchHda.cpp               |  248 +--
 src/VBox/Devices/Audio/DevIchHdaCodec.cpp          |  147 +-
 src/VBox/Devices/Audio/DevIchHdaCodec.h            |   14 -
 src/VBox/Devices/Audio/DevSB16.cpp                 |  233 +--
 src/VBox/Devices/Audio/DrvAudio.cpp                |   26 +-
 src/VBox/Devices/Audio/DrvAudioCommon.cpp          |   12 +-
 src/VBox/Devices/Audio/DrvHostALSAAudio.cpp        |   10 +-
 src/VBox/Devices/Audio/DrvHostCoreAudio.cpp        |   94 +-
 src/VBox/Devices/Audio/DrvHostDSound.cpp           |   16 +-
 src/VBox/Devices/Audio/DrvHostNullAudio.cpp        |    2 +-
 src/VBox/Devices/Audio/DrvHostOSSAudio.cpp         |   14 +-
 src/VBox/Devices/Audio/DrvHostPulseAudio.cpp       |   44 +-
 src/VBox/Devices/Audio/alsaaudio.c                 | 1194 -----------
 src/VBox/Devices/Audio/audio.c                     | 2159 -------------------
 src/VBox/Devices/Audio/audio.h                     |  205 --
 src/VBox/Devices/Audio/audio_int.h                 |  338 ---
 src/VBox/Devices/Audio/audio_template.h            |  574 ------
 src/VBox/Devices/Audio/audiosniffer.c              |  679 ------
 src/VBox/Devices/Audio/coreaudio.c                 | 2179 --------------------
 src/VBox/Devices/Audio/dsound_template.h           |  227 --
 src/VBox/Devices/Audio/dsoundaudio.c               | 1351 ------------
 src/VBox/Devices/Audio/filteraudio.c               |  987 ---------
 src/VBox/Devices/Audio/mixeng.c                    |  377 ----
 src/VBox/Devices/Audio/mixeng.h                    |   68 -
 src/VBox/Devices/Audio/mixeng_template.h           |  208 --
 src/VBox/Devices/Audio/noaudio.c                   |  181 --
 src/VBox/Devices/Audio/ossaudio.c                  |  897 --------
 src/VBox/Devices/Audio/pulseaudio.c                |  866 --------
 src/VBox/Devices/Audio/rate_template.h             |  111 -
 src/VBox/Devices/Audio/solaudio.c                  |  871 --------
 src/VBox/Devices/Audio/testcase/Makefile.kmk       |    6 +-
 .../Devices/Audio/testcase/tstAudioMixBuffer.cpp   |  200 +-
 src/VBox/Devices/Audio/winaudio.c                  |  801 -------
 src/VBox/Devices/Bus/DevPciIch9.cpp                |    8 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative.asm       |  258 +--
 .../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum    |    2 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA.cpp          |   22 +-
 src/VBox/Devices/Graphics/DevVGA.cpp               |   15 +-
 src/VBox/Devices/Graphics/DevVGA_VBVA.cpp          | 1021 +++++----
 src/VBox/Devices/Makefile.kmk                      |  143 +-
 src/VBox/Devices/Network/DevE1000.cpp              |    2 +-
 src/VBox/Devices/Network/DevPCNet.cpp              |  119 +-
 src/VBox/Devices/Network/SrvIntNetR0.cpp           |   12 +-
 .../Devices/Network/lwip-new/src/core/ipv4/ip4.c   |    4 +-
 .../Network/lwip-new/vbox/include/lwip-log.h       |   15 +-
 src/VBox/Devices/Network/lwipopts.h                |    6 +-
 src/VBox/Devices/Network/slirp/bootp.c             |    2 +-
 src/VBox/Devices/Network/slirp/slirp.c             |   32 +-
 src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm   |  156 +-
 .../Devices/PC/BIOS/VBoxBiosAlternative.md5sum     |    2 +-
 src/VBox/Devices/Serial/DevSerial.cpp              |    2 +-
 src/VBox/Devices/Storage/DevAHCI.cpp               |   26 +-
 src/VBox/Devices/Storage/DrvVD.cpp                 |   23 +-
 src/VBox/Devices/USB/VUSBInternal.h                |   27 +-
 .../Devices/USB/solaris/USBProxyDevice-solaris.cpp |    3 -
 src/VBox/Devices/VMMDev/VMMDev.cpp                 |   14 +-
 src/VBox/Devices/build/VBoxDD.cpp                  |   33 +-
 src/VBox/Devices/build/VBoxDD.h                    |   23 +-
 src/VBox/Devices/testcase/Makefile.kmk             |    3 +-
 src/VBox/Devices/testcase/tstDeviceStructSize.cpp  |    5 +-
 .../Devices/testcase/tstDeviceStructSizeRC.cpp     |   10 +-
 .../Frontends/VBoxAutostart/VBoxAutostartStart.cpp |    4 +-
 .../Frontends/VBoxAutostart/VBoxAutostartStop.cpp  |    4 +-
 .../VBoxBalloonCtrl/VBoxModAPIMonitor.cpp          |    6 +-
 .../VBoxBalloonCtrl/VBoxModBallooning.cpp          |    2 +-
 .../Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp     |    4 +-
 .../Frontends/VBoxManage/VBoxInternalManage.cpp    |  262 +--
 src/VBox/Frontends/VBoxManage/VBoxManage.cpp       |  433 ++--
 src/VBox/Frontends/VBoxManage/VBoxManage.h         |   84 +-
 .../Frontends/VBoxManage/VBoxManageAppliance.cpp   |    6 +-
 .../VBoxManage/VBoxManageBandwidthControl.cpp      |   18 +-
 .../Frontends/VBoxManage/VBoxManageControlVM.cpp   |  103 +-
 .../Frontends/VBoxManage/VBoxManageDHCPServer.cpp  |   19 +-
 .../Frontends/VBoxManage/VBoxManageDebugVM.cpp     |  170 +-
 src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp   |   69 +-
 .../Frontends/VBoxManage/VBoxManageGuestCtrl.cpp   |   23 +-
 .../VBoxManage/VBoxManageGuestCtrlListener.cpp     |    6 +-
 .../Frontends/VBoxManage/VBoxManageGuestProp.cpp   |   35 +-
 src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp   |    6 +-
 .../Frontends/VBoxManage/VBoxManageHostonly.cpp    |  300 ++-
 src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp   |   66 +-
 src/VBox/Frontends/VBoxManage/VBoxManageList.cpp   |   30 +-
 .../Frontends/VBoxManage/VBoxManageMetrics.cpp     |   97 +-
 src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp   |  105 +-
 .../Frontends/VBoxManage/VBoxManageModifyVM.cpp    |   10 +-
 .../Frontends/VBoxManage/VBoxManageNATNetwork.cpp  |  154 +-
 .../Frontends/VBoxManage/VBoxManageSnapshot.cpp    |  141 +-
 .../VBoxManage/VBoxManageStorageController.cpp     |   76 +-
 src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp    |   14 +-
 src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp             |    7 +-
 src/VBox/Frontends/VBoxShell/vboxshell.py          |    4 +-
 src/VBox/Frontends/VirtualBox/Makefile.kmk         |   17 +-
 src/VBox/Frontends/VirtualBox/VirtualBox1.qrc      |    1 -
 .../Frontends/VirtualBox/VirtualBox1_hidpi.qrc     |    6 +-
 src/VBox/Frontends/VirtualBox/VirtualBox2.qrc      |    3 +-
 .../Frontends/VirtualBox/VirtualBox2_hidpi.qrc     |    7 +-
 .../VirtualBox/images/guesttools_16px.png          |  Bin 622 -> 631 bytes
 .../images/hidpi/guesttools_16px_hidpi.png         |  Bin 1366 -> 1388 bytes
 .../VirtualBox/images/hidpi/hostkey_16px_hidpi.png |  Bin 1345 -> 1366 bytes
 .../VirtualBox/images/hidpi/hostkey_24px_hidpi.png |  Bin 1910 -> 1974 bytes
 .../VirtualBox/images/hidpi/hostkey_32px_hidpi.png |  Bin 3017 -> 3108 bytes
 .../images/hidpi/hostkey_captured_16px_hidpi.png   |  Bin 1432 -> 1434 bytes
 .../hidpi/hostkey_captured_pressed_16px_hidpi.png  |  Bin 1416 -> 1411 bytes
 .../images/hidpi/hostkey_pressed_16px_hidpi.png    |  Bin 1321 -> 1350 bytes
 .../images/hidpi/hostkey_warning_16px_hidpi.png    |  Bin 1862 -> 1843 bytes
 .../images/hidpi/keyboard_16px_hidpi.png           |  Bin 1842 -> 1561 bytes
 .../images/hidpi/keyboard_24px_hidpi.png           |  Bin 2822 -> 2933 bytes
 .../images/hidpi/keyboard_32px_hidpi.png           |  Bin 4041 -> 4066 bytes
 .../images/hidpi/keyboard_settings_16px_hidpi.png  |  Bin 1647 -> 2300 bytes
 .../VirtualBox/images/hidpi/menubar_16px_hidpi.png |  Bin 0 -> 608 bytes
 .../images/hidpi/menubar_disabled_16px_hidpi.png   |  Bin 0 -> 531 bytes
 .../images/hidpi/menubar_settings_16px_hidpi.png   |  Bin 0 -> 1634 bytes
 .../hidpi/menubar_settings_disabled_16px_hidpi.png |  Bin 0 -> 1481 bytes
 .../VirtualBox/images/hidpi/os_type_16px_hidpi.png |  Bin 0 -> 839 bytes
 .../VirtualBox/images/hidpi/proxy_16px_hidpi.png   |  Bin 797 -> 891 bytes
 .../VirtualBox/images/hidpi/proxy_24px_hidpi.png   |  Bin 909 -> 1145 bytes
 .../VirtualBox/images/hidpi/proxy_32px_hidpi.png   |  Bin 1005 -> 1306 bytes
 .../images/hidpi/proxy_warning_16px_hidpi.png      |  Bin 1594 -> 1671 bytes
 .../VirtualBox/images/hidpi/refresh_16px_hidpi.png |  Bin 2246 -> 2197 bytes
 .../VirtualBox/images/hidpi/refresh_22px_hidpi.png |  Bin 3628 -> 3425 bytes
 .../VirtualBox/images/hidpi/refresh_24px_hidpi.png |  Bin 4212 -> 3955 bytes
 .../VirtualBox/images/hidpi/refresh_32px_hidpi.png |  Bin 5948 -> 5529 bytes
 .../images/hidpi/refresh_warning_16px_hidpi.png    |  Bin 2417 -> 2380 bytes
 .../images/hidpi/shared_clipboard_16px_hidpi.png   |  Bin 488 -> 583 bytes
 .../images/hidpi/vm_pause_16px_hidpi.png           |  Bin 705 -> 700 bytes
 .../images/hidpi/vm_pause_on_16px_hidpi.png        |  Bin 823 -> 811 bytes
 .../images/hidpi/vm_poweroff_16px_hidpi.png        |  Bin 1559 -> 1482 bytes
 .../images/hidpi/web_camera_16px_hidpi.png         |  Bin 1826 -> 1882 bytes
 .../hidpi/web_camera_unavailable_16px_hidpi.png    |  Bin 0 -> 2349 bytes
 .../web_camera_unavailable_disabled_16px_hidpi.png |  Bin 0 -> 2245 bytes
 .../Frontends/VirtualBox/images/hostkey_16px.png   |  Bin 681 -> 3317 bytes
 .../Frontends/VirtualBox/images/hostkey_24px.png   |  Bin 948 -> 940 bytes
 .../Frontends/VirtualBox/images/hostkey_32px.png   |  Bin 1345 -> 1366 bytes
 .../VirtualBox/images/hostkey_captured_16px.png    |  Bin 693 -> 668 bytes
 .../images/hostkey_captured_pressed_16px.png       |  Bin 702 -> 718 bytes
 .../VirtualBox/images/hostkey_pressed_16px.png     |  Bin 680 -> 665 bytes
 .../VirtualBox/images/hostkey_warning_16px.png     |  Bin 790 -> 775 bytes
 .../Frontends/VirtualBox/images/keyboard_16px.png  |  Bin 399 -> 615 bytes
 .../Frontends/VirtualBox/images/keyboard_24px.png  |  Bin 1108 -> 979 bytes
 .../Frontends/VirtualBox/images/keyboard_32px.png  |  Bin 1842 -> 1561 bytes
 .../VirtualBox/images/keyboard_settings_16px.png   |  Bin 664 -> 833 bytes
 .../Frontends/VirtualBox/images/proxy_16px.png     |  Bin 484 -> 525 bytes
 .../Frontends/VirtualBox/images/proxy_24px.png     |  Bin 620 -> 683 bytes
 .../Frontends/VirtualBox/images/proxy_32px.png     |  Bin 797 -> 891 bytes
 .../VirtualBox/images/proxy_warning_16px.png       |  Bin 725 -> 724 bytes
 .../Frontends/VirtualBox/images/refresh_16px.png   |  Bin 900 -> 881 bytes
 .../Frontends/VirtualBox/images/refresh_22px.png   |  Bin 1366 -> 1322 bytes
 .../Frontends/VirtualBox/images/refresh_24px.png   |  Bin 1587 -> 1536 bytes
 .../Frontends/VirtualBox/images/refresh_32px.png   |  Bin 2264 -> 2198 bytes
 .../VirtualBox/images/refresh_warning_16px.png     |  Bin 915 -> 911 bytes
 .../VirtualBox/images/shared_clipboard_16px.png    |  Bin 344 -> 382 bytes
 .../images/{ => unused}/vm_pause_32px.png          |  Bin
 .../{hidpi => unused}/vm_pause_32px_hidpi.png      |  Bin
 .../images/{ => unused}/vm_pause_disabled_32px.png |  Bin
 .../vm_pause_disabled_32px_hidpi.png               |  Bin
 .../Frontends/VirtualBox/images/vm_pause_16px.png  |  Bin 386 -> 355 bytes
 .../VirtualBox/images/vm_pause_on_16px.png         |  Bin 446 -> 420 bytes
 .../VirtualBox/images/vm_poweroff_16px.png         |  Bin 791 -> 736 bytes
 .../VirtualBox/images/web_camera_16px.png          |  Bin 756 -> 765 bytes
 .../images/web_camera_unavailable_16px.png         |  Bin 885 -> 863 bytes
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts | 1828 +++++++++++++---
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts | 1878 ++++++++++++-----
 .../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts   | 1878 ++++++++++++-----
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts | 1842 +++++++++++++----
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts | 1828 +++++++++++-----
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts | 1868 +++++++++++++----
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_en.ts |   16 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts | 1860 +++++++++++++----
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 1715 ++++++++-------
 .../Frontends/VirtualBox/nls/VirtualBox_fa_IR.ts   | 1823 +++++++++++-----
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts | 1743 +++++++++-------
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts | 1820 +++++++++++-----
 .../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts   | 1754 +++++++++-------
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts | 1882 ++++++++++++-----
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts | 1739 ++++++++++------
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts | 1774 +++++++++++++---
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts | 1833 +++++++++++++---
 .../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts   | 1713 +++++++++------
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts | 1793 +++++++++++++---
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts | 1717 +++++++++------
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts | 2165 ++++++++++++++-----
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts | 1760 +++++++++-------
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts | 1740 ++++++++++------
 .../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts   | 1788 +++++++++++++---
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts | 1741 +++++++++-------
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts | 1856 +++++++++++++----
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts | 1727 +++++++++-------
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts | 1740 ++++++++++------
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts | 1734 ++++++++++------
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts | 1817 +++++++++++++---
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts | 1836 ++++++++++++-----
 .../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts   | 1592 +++++++-------
 .../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts   | 1789 +++++++++++++---
 .../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts   | 1807 +++++++++++++---
 .../Frontends/VirtualBox/src/UIVMInfoDialog.cpp    |    4 +-
 .../Frontends/VirtualBox/src/VBoxFBOverlay.cpp     |    2 +-
 .../VirtualBox/src/VBoxTakeSnapshotDlg.ui          |    3 +
 .../src/converter/UIConverterBackendCOM.cpp        |   28 +-
 .../src/converter/UIConverterBackendGlobal.cpp     |   10 +-
 .../VirtualBox/src/extensions/QIArrowSplitter.cpp  |    9 +-
 .../src/extensions/QIStatusBarIndicator.cpp        |    6 +-
 .../src/extensions/graphics/QIGraphicsView.cpp     |  109 +
 .../src/extensions/graphics/QIGraphicsView.h       |   46 +
 .../VirtualBox/src/extradata/UIExtraDataDefs.cpp   |    1 -
 .../VirtualBox/src/extradata/UIExtraDataDefs.h     |   36 +-
 .../src/extradata/UIExtraDataManager.cpp           |   24 +-
 .../VirtualBox/src/extradata/UIExtraDataManager.h  |    4 -
 .../VirtualBox/src/globals/UIActionPool.cpp        |   10 +-
 .../VirtualBox/src/globals/UIIconPool.cpp          |    9 +-
 .../VirtualBox/src/globals/UIMessageCenter.cpp     |  100 +-
 .../VirtualBox/src/globals/VBoxGlobal.cpp          |   39 +-
 .../Frontends/VirtualBox/src/medium/UIMedium.cpp   |   27 +-
 .../Frontends/VirtualBox/src/medium/UIMedium.h     |   12 +-
 .../VirtualBox/src/medium/UIMediumEnumerator.cpp   |   55 +-
 .../VirtualBox/src/medium/UIMediumManager.cpp      |   10 +-
 .../src/net/UINetworkManagerIndicator.cpp          |    9 +-
 src/VBox/Frontends/VirtualBox/src/precomp.cpp      |    3 +
 .../VirtualBox/src/runtime/UIActionPoolRuntime.cpp |  145 +-
 .../VirtualBox/src/runtime/UIActionPoolRuntime.h   |    3 +
 .../runtime/UIAddDiskEncryptionPasswordDialog.cpp  |   22 +-
 .../VirtualBox/src/runtime/UIDnDHandler.cpp        |   23 +-
 .../VirtualBox/src/runtime/UIDnDHandler.h          |    4 +-
 .../VirtualBox/src/runtime/UIDnDMIMEData.cpp       |    3 +
 .../VirtualBox/src/runtime/UIFrameBuffer.cpp       |   21 +-
 .../VirtualBox/src/runtime/UIIndicatorsPool.cpp    |    7 +-
 .../VirtualBox/src/runtime/UIMachineLogic.cpp      |   81 +-
 .../VirtualBox/src/runtime/UIMachineLogic.h        |    4 +-
 .../VirtualBox/src/runtime/UIMachineView.cpp       |   32 +-
 .../VirtualBox/src/runtime/UIMachineView.h         |    6 +
 .../VirtualBox/src/runtime/UIMachineWindow.cpp     |    2 +-
 .../src/runtime/UIMenuBarEditorWindow.cpp          |    1 +
 .../VirtualBox/src/runtime/UIMultiScreenLayout.cpp |    6 +-
 .../Frontends/VirtualBox/src/runtime/UISession.cpp |    6 +-
 .../src/runtime/UIStatusBarEditorWindow.cpp        |    8 +-
 .../fullscreen/UIMachineLogicFullscreen.cpp        |   74 +-
 .../src/runtime/normal/UIMachineViewNormal.cpp     |   42 +-
 .../src/runtime/normal/UIMachineViewNormal.h       |    6 +-
 .../src/runtime/scale/UIMachineViewScale.cpp       |   32 +-
 .../src/runtime/scale/UIMachineViewScale.h         |   10 +-
 .../runtime/seamless/UIMachineLogicSeamless.cpp    |   14 +-
 .../src/selector/UIActionPoolSelector.cpp          |   86 +-
 .../VirtualBox/src/selector/UISelectorWindow.cpp   |   81 +-
 .../VirtualBox/src/selector/VBoxSnapshotsWgt.cpp   |   54 +-
 .../graphics/chooser/UIGChooserHandlerMouse.cpp    |    1 +
 .../graphics/chooser/UIGChooserItemMachine.cpp     |   19 +-
 .../selector/graphics/chooser/UIGChooserModel.cpp  |   15 +-
 .../selector/graphics/chooser/UIGChooserModel.h    |    1 +
 .../selector/graphics/chooser/UIGChooserView.cpp   |    4 +-
 .../src/selector/graphics/chooser/UIGChooserView.h |    8 +-
 .../selector/graphics/details/UIGDetailsView.cpp   |    4 +-
 .../src/selector/graphics/details/UIGDetailsView.h |    8 +-
 .../graphics/details/UIGMachinePreview.cpp         |   33 +-
 .../src/settings/VBoxSettingsSelector.cpp          |   13 +-
 .../src/settings/global/UIGlobalSettingsDisplay.ui |    6 +-
 .../settings/global/UIGlobalSettingsExtension.cpp  |   16 +-
 .../src/settings/global/UIGlobalSettingsGeneral.ui |    4 +-
 .../src/settings/global/UIGlobalSettingsInput.cpp  |   10 +-
 .../settings/global/UIGlobalSettingsNetwork.cpp    |   52 +-
 .../global/UIGlobalSettingsNetworkDetailsHost.ui   |    4 +-
 .../global/UIGlobalSettingsNetworkDetailsNAT.ui    |   10 +-
 .../src/settings/global/UIGlobalSettingsProxy.ui   |    4 +-
 .../src/settings/global/UIGlobalSettingsUpdate.ui  |    2 +-
 .../src/settings/machine/UIMachineSettingsAudio.ui |    2 +-
 .../settings/machine/UIMachineSettingsDisplay.cpp  |   22 +-
 .../settings/machine/UIMachineSettingsDisplay.ui   |   61 +-
 .../settings/machine/UIMachineSettingsGeneral.cpp  |    2 +-
 .../settings/machine/UIMachineSettingsGeneral.ui   |    2 +-
 .../settings/machine/UIMachineSettingsInterface.ui |    6 +-
 .../settings/machine/UIMachineSettingsNetwork.cpp  |    6 +-
 .../settings/machine/UIMachineSettingsNetwork.ui   |   10 +-
 .../settings/machine/UIMachineSettingsParallel.cpp |   10 +-
 .../src/settings/machine/UIMachineSettingsSF.cpp   |   45 +-
 .../settings/machine/UIMachineSettingsSFDetails.ui |    2 +-
 .../settings/machine/UIMachineSettingsSerial.cpp   |   10 +-
 .../settings/machine/UIMachineSettingsSerial.ui    |    4 +-
 .../settings/machine/UIMachineSettingsStorage.cpp  |  110 +-
 .../settings/machine/UIMachineSettingsStorage.ui   |   14 +-
 .../settings/machine/UIMachineSettingsSystem.cpp   |   14 +-
 .../settings/machine/UIMachineSettingsSystem.ui    |   32 +-
 .../src/settings/machine/UIMachineSettingsUSB.cpp  |   69 +-
 .../src/settings/machine/UIMachineSettingsUSB.ui   |    6 +-
 .../machine/UIMachineSettingsUSBFilterDetails.ui   |   16 +-
 .../src/widgets/UIApplianceEditorWidget.cpp        |   43 +-
 .../VirtualBox/src/widgets/UIFilmContainer.cpp     |    2 +-
 .../VirtualBox/src/widgets/UIMiniToolBar.cpp       |    6 +-
 .../src/widgets/UINameAndSystemEditor.cpp          |    2 +-
 .../VirtualBox/src/widgets/UIPopupBox.cpp          |   25 +-
 .../src/widgets/UIPortForwardingTable.cpp          |   37 +-
 .../src/widgets/VBoxFilePathSelectorWidget.cpp     |    8 +-
 .../src/widgets/VBoxOSTypeSelectorButton.cpp       |    5 +-
 .../src/wizards/clonevd/UIWizardCloneVD.cpp        |    2 +-
 .../wizards/clonevd/UIWizardCloneVDPageBasic1.cpp  |    6 +-
 .../wizards/clonevd/UIWizardCloneVDPageBasic2.cpp  |    4 +-
 .../wizards/clonevd/UIWizardCloneVDPageBasic3.cpp  |   12 +-
 .../wizards/clonevd/UIWizardCloneVDPageBasic4.cpp  |    8 +-
 .../wizards/clonevd/UIWizardCloneVDPageExpert.cpp  |   12 +-
 .../src/wizards/clonevm/UIWizardCloneVM.cpp        |    7 +-
 .../wizards/clonevm/UIWizardCloneVMPageBasic2.cpp  |    6 +-
 .../UIWizardExportAppPageBasic1.cpp                |    6 +-
 .../VirtualBox/src/wizards/newvd/UIWizardNewVD.cpp |    2 +-
 .../src/wizards/newvd/UIWizardNewVDPageBasic1.cpp  |    4 +-
 .../src/wizards/newvd/UIWizardNewVDPageBasic2.cpp  |   12 +-
 .../src/wizards/newvd/UIWizardNewVDPageBasic3.cpp  |   10 +-
 .../src/wizards/newvd/UIWizardNewVDPageExpert.cpp  |    6 +-
 .../src/wizards/newvm/UIWizardNewVMPageBasic3.cpp  |   16 +-
 .../src/wizards/newvm/UIWizardNewVMPageExpert.cpp  |   10 +-
 src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp      |   32 +-
 src/VBox/GuestHost/OpenGL/include/cr_error.h       |    2 +-
 src/VBox/GuestHost/OpenGL/util/error.c             |    2 +-
 src/VBox/HostDrivers/Support/SUPDrv.cpp            |    7 +-
 src/VBox/HostDrivers/Support/SUPDrvIOC.h           |    4 +-
 src/VBox/HostDrivers/Support/SUPLib.cpp            |    6 +-
 .../HostDrivers/Support/darwin/SUPLib-darwin.cpp   |    4 +-
 .../HostDrivers/Support/freebsd/SUPLib-freebsd.cpp |    4 +-
 .../HostDrivers/Support/linux/SUPLib-linux.cpp     |    4 +-
 src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp    |    4 +-
 .../HostDrivers/Support/solaris/SUPDrv-solaris.c   |    4 -
 .../HostDrivers/Support/solaris/SUPLib-solaris.cpp |    4 +-
 src/VBox/HostDrivers/Support/win/winstub.com       |  Bin 128 -> 0 bytes
 .../VBoxNetAdp/solaris/VBoxNetAdp-solaris.c        |    4 -
 .../VBoxNetFlt/linux/VBoxNetFlt-linux.c            |  185 +-
 .../VBoxNetFlt/solaris/VBoxNetFlt-solaris.c        |    4 -
 .../VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c     |    4 -
 .../HostDrivers/VBoxUSB/solaris/USBLib-solaris.cpp |    3 -
 .../HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c  |    4 -
 .../VBoxUSB/solaris/VBoxUSBMon-solaris.c           |    4 -
 .../HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp |    5 +-
 src/VBox/HostServices/GuestControl/service.cpp     |   10 +-
 .../SharedOpenGL/crserver/crservice.cpp            |    4 +-
 .../crserverlib/presenter/server_presenter.cpp     |   36 +-
 .../HostServices/SharedOpenGL/crserverlib/server.h |    2 +-
 .../SharedOpenGL/crserverlib/server_main.c         |    6 +-
 src/VBox/Installer/darwin/Makefile.kmk             |    4 +-
 src/VBox/Installer/linux/rpm/rules                 |    2 +-
 src/VBox/Installer/solaris/Makefile.kmk            |    8 +-
 src/VBox/Installer/solaris/checkinstall.sh         |  114 +-
 src/VBox/Main/Makefile.kmk                         |   13 +-
 src/VBox/Main/glue/com.cpp                         |   15 -
 src/VBox/Main/glue/string.cpp                      |   51 +-
 src/VBox/Main/idl/VirtualBox.xidl                  |   98 +-
 src/VBox/Main/idl/apiwrap-server.xsl               |   45 +-
 src/VBox/Main/include/AudioAdapterImpl.h           |    3 +
 src/VBox/Main/include/AudioSnifferInterface.h      |   50 -
 src/VBox/Main/include/ConsoleImpl.h                |   34 +-
 src/VBox/Main/include/GuestDnDPrivate.h            |   13 +-
 src/VBox/Main/include/GuestDnDSourceImpl.h         |    6 +
 src/VBox/Main/include/GuestDnDTargetImpl.h         |   10 +
 src/VBox/Main/include/MachineImpl.h                |   30 +-
 src/VBox/Main/include/StorageControllerImpl.h      |    1 +
 src/VBox/Main/include/USBControllerImpl.h          |    4 +-
 src/VBox/Main/include/VirtualBoxBase.h             |  112 +-
 src/VBox/Main/include/Wrapper.h                    |    8 +-
 src/VBox/Main/src-all/Global.cpp                   |    4 +-
 src/VBox/Main/src-all/Logging.cpp                  |    5 +-
 src/VBox/Main/src-all/SharedFolderImpl.cpp         |    2 +-
 src/VBox/Main/src-all/VirtualBoxBase.cpp           |   31 +-
 src/VBox/Main/src-client/AudioSnifferInterface.cpp |  289 ---
 src/VBox/Main/src-client/ConsoleImpl.cpp           |   73 +-
 src/VBox/Main/src-client/ConsoleImpl2.cpp          |  118 +-
 src/VBox/Main/src-client/ConsoleVRDPServer.cpp     |   60 +-
 src/VBox/Main/src-client/DisplayImplLegacy.cpp     |   14 +-
 src/VBox/Main/src-client/DrvAudioVRDE.cpp          |   16 +-
 src/VBox/Main/src-client/GuestCtrlImpl.cpp         |    6 +-
 src/VBox/Main/src-client/GuestCtrlPrivate.cpp      |   14 +-
 src/VBox/Main/src-client/GuestDnDPrivate.cpp       |   55 +-
 src/VBox/Main/src-client/GuestDnDSourceImpl.cpp    |  129 +-
 src/VBox/Main/src-client/GuestDnDTargetImpl.cpp    |  122 +-
 src/VBox/Main/src-client/GuestImpl.cpp             |    2 +-
 src/VBox/Main/src-client/GuestSessionImpl.cpp      |    8 +-
 src/VBox/Main/src-client/GuestSessionImplTasks.cpp |    8 +-
 src/VBox/Main/src-client/HGCM.cpp                  |    2 +-
 src/VBox/Main/src-client/MachineDebuggerImpl.cpp   |   11 +-
 src/VBox/Main/src-client/SessionImpl.cpp           |    2 +-
 src/VBox/Main/src-client/VBoxDriversRegister.cpp   |   10 +-
 src/VBox/Main/src-client/VMMDevInterface.cpp       |   12 +-
 src/VBox/Main/src-server/ApplianceImplExport.cpp   |    4 +-
 src/VBox/Main/src-server/ApplianceImplImport.cpp   |   40 +-
 src/VBox/Main/src-server/AudioAdapterImpl.cpp      |   71 +
 src/VBox/Main/src-server/HostImpl.cpp              |    5 +
 src/VBox/Main/src-server/MachineImpl.cpp           |  112 +-
 src/VBox/Main/src-server/MediumImpl.cpp            |   15 +-
 src/VBox/Main/src-server/MediumLock.cpp            |    4 +-
 src/VBox/Main/src-server/Performance.cpp           |   91 +-
 src/VBox/Main/src-server/PerformanceImpl.cpp       |   26 +-
 src/VBox/Main/src-server/SnapshotImpl.cpp          |   28 +-
 src/VBox/Main/src-server/StorageControllerImpl.cpp |  101 +-
 src/VBox/Main/src-server/SystemPropertiesImpl.cpp  |    4 +-
 src/VBox/Main/src-server/USBControllerImpl.cpp     |   56 +-
 src/VBox/Main/src-server/VirtualBoxImpl.cpp        |   14 +-
 .../Main/src-server/darwin/PerformanceDarwin.cpp   |    2 +-
 .../Main/src-server/linux/PerformanceLinux.cpp     |    2 +-
 src/VBox/Main/src-server/win/svcmain.cpp           |    2 +-
 src/VBox/Main/testcase/tstAPI.cpp                  |    2 -
 src/VBox/Main/testcase/tstGuestCtrlContextID.cpp   |    3 -
 src/VBox/Main/testcase/tstGuestCtrlParseBuffer.cpp |    3 -
 src/VBox/Main/testcase/tstMediumLock.cpp           |    3 -
 src/VBox/Main/webservice/vboxweb.cpp               |    9 +-
 src/VBox/Main/xml/Settings.cpp                     |   38 +-
 src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp    |    2 +-
 src/VBox/NetworkServices/NAT/lwipopts.h            |    8 +-
 src/VBox/NetworkServices/NAT/pxtcp.c               |    7 +
 .../NetworkServices/NetLib/VBoxNetBaseService.cpp  |    2 +-
 src/VBox/Runtime/VBox/VBoxRTImp.def                |    5 +-
 src/VBox/Runtime/VBox/logbackdoor-redirect.cpp     |   22 +-
 src/VBox/Runtime/common/log/log.cpp                |  123 +-
 src/VBox/Runtime/common/log/logrel.cpp             |   40 +-
 src/VBox/Runtime/common/misc/assert.cpp            |    4 +-
 src/VBox/Runtime/common/misc/getoptargv.cpp        |   33 +-
 .../r0drv/linux/threadctxhooks-r0drv-linux.c       |    2 +-
 .../r0drv/solaris/threadctxhooks-r0drv-solaris.c   |    2 +-
 src/VBox/Runtime/r3/init.cpp                       |    2 +-
 src/VBox/Runtime/r3/posix/dir-posix.cpp            |   18 +-
 src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp      |   25 +-
 src/VBox/Storage/testcase/vbox-img.cpp             |   81 +-
 src/VBox/VMM/Makefile.kmk                          |   10 +-
 src/VBox/VMM/VMMAll/CSAMAll.cpp                    |  125 ++
 src/VBox/VMM/VMMAll/HMAll.cpp                      |   13 +-
 src/VBox/VMM/VMMAll/IEMAll.cpp                     |  938 +++++----
 src/VBox/VMM/VMMAll/IOMAll.cpp                     |  263 ---
 src/VBox/VMM/VMMAll/IOMAllMMIO.cpp                 |  461 +++--
 src/VBox/VMM/VMMAll/PATMAll.cpp                    |   26 +-
 src/VBox/VMM/VMMAll/PDMAllCritSect.cpp             |    2 +-
 src/VBox/VMM/VMMAll/PGMAllBth.h                    |   97 +-
 src/VBox/VMM/VMMAll/PGMAllHandler.cpp              |   19 +-
 src/VBox/VMM/VMMAll/PGMAllPhys.cpp                 |  756 ++++---
 src/VBox/VMM/VMMAll/PGMAllPool.cpp                 |   41 +-
 src/VBox/VMM/VMMAll/SELMAll.cpp                    |  135 +-
 src/VBox/VMM/VMMAll/TRPMAll.cpp                    |   39 +
 src/VBox/VMM/VMMR0/HMR0.cpp                        |    4 +-
 src/VBox/VMM/VMMR0/HMSVMR0.cpp                     |   56 +-
 src/VBox/VMM/VMMR0/HMVMXR0.cpp                     |   20 +-
 src/VBox/VMM/VMMR0/PDMR0Device.cpp                 |   16 +-
 src/VBox/VMM/VMMR0/VMMR0.cpp                       |    5 +-
 src/VBox/VMM/VMMR0/VMMR0.def                       |    4 +-
 src/VBox/VMM/VMMR3/CPUM.cpp                        |    4 +-
 src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp                 |   11 +-
 src/VBox/VMM/VMMR3/CSAM.cpp                        |   73 +-
 src/VBox/VMM/VMMR3/DBGFLog.cpp                     |    2 +-
 src/VBox/VMM/VMMR3/EM.cpp                          |   15 -
 src/VBox/VMM/VMMR3/EMHM.cpp                        |   96 -
 src/VBox/VMM/VMMR3/EMRaw.cpp                       |   92 +-
 src/VBox/VMM/VMMR3/GIM.cpp                         |   28 +-
 src/VBox/VMM/VMMR3/HM.cpp                          |   10 +-
 src/VBox/VMM/VMMR3/IOM.cpp                         |    7 +-
 src/VBox/VMM/VMMR3/PATM.cpp                        |   37 +-
 src/VBox/VMM/VMMR3/PDM.cpp                         |   30 +-
 src/VBox/VMM/VMMR3/PDMDevHlp.cpp                   |   22 +-
 src/VBox/VMM/VMMR3/PDMLdr.cpp                      |   58 +-
 src/VBox/VMM/VMMR3/PGM.cpp                         |    8 +-
 src/VBox/VMM/VMMR3/PGMHandler.cpp                  |  148 +-
 src/VBox/VMM/VMMR3/PGMPhys.cpp                     |    6 +-
 src/VBox/VMM/VMMR3/PGMPhysRWTmpl.h                 |    6 +-
 src/VBox/VMM/VMMR3/PGMPool.cpp                     |    4 +-
 src/VBox/VMM/VMMR3/SELM.cpp                        |  138 +-
 src/VBox/VMM/VMMR3/TRPM.cpp                        |   60 +-
 src/VBox/VMM/VMMR3/VMM.cpp                         |   25 +-
 src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp           |    2 +-
 src/VBox/VMM/VMMR3/VMMTests.cpp                    |   16 +-
 src/VBox/VMM/VMMRC/CSAMRC.cpp                      |   22 +-
 src/VBox/VMM/VMMRC/IOMRC.cpp                       |  255 ++-
 src/VBox/VMM/VMMRC/PATMRC.cpp                      |   94 +-
 src/VBox/VMM/VMMRC/PDMRCDevice.cpp                 |   16 +-
 src/VBox/VMM/VMMRC/SELMRC.cpp                      |  471 +++--
 src/VBox/VMM/VMMRC/TRPMRC.cpp                      |    8 +-
 src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp              |   14 +-
 src/VBox/VMM/VMMRC/VMMRC.def                       |    4 +-
 src/VBox/VMM/include/CSAMInternal.h                |    3 +-
 src/VBox/VMM/include/EMHandleRCTmpl.h              |   12 -
 src/VBox/VMM/include/EMInternal.h                  |    5 -
 src/VBox/VMM/include/HMInternal.h                  |    5 +-
 src/VBox/VMM/include/IEMInternal.h                 |    6 +
 src/VBox/VMM/include/PATMInternal.h                |    2 +
 src/VBox/VMM/include/PDMInternal.h                 |    6 +-
 src/VBox/VMM/include/PGMInternal.h                 |   24 +-
 src/VBox/VMM/include/SELMInternal.h                |   25 +-
 src/VBox/VMM/include/TRPMInternal.h                |   29 +-
 src/VBox/VMM/include/VMMInternal.h                 |    1 -
 src/VBox/VMM/testcase/tstVMStruct.h                |    3 +
 src/VBox/ValidationKit/testdriver/vbox.py          |    4 +-
 src/VBox/ValidationKit/testdriver/vboxwrappers.py  |    4 +-
 src/recompiler/Sun/crt/stdio.h                     |    4 +-
 src/recompiler/VBoxREMWrapper.cpp                  |    8 +-
 src/recompiler/VBoxRecompiler.c                    |   32 +-
 src/recompiler/osdep.h                             |    4 +-
 src/recompiler/qemu-log.h                          |    4 +-
 561 files changed, 53553 insertions(+), 41132 deletions(-)
 create mode 100644 doc/manual/docbook-refentry-to-man.xsl
 create mode 100644 doc/manual/docbook-refentry-to-manual-sect1.xsl
 create mode 100644 doc/manual/en_US/man_VBoxManage_extpack.xml
 delete mode 100644 src/VBox/Devices/Audio/alsaaudio.c
 delete mode 100644 src/VBox/Devices/Audio/audio.c
 delete mode 100644 src/VBox/Devices/Audio/audio.h
 delete mode 100644 src/VBox/Devices/Audio/audio_int.h
 delete mode 100644 src/VBox/Devices/Audio/audio_template.h
 delete mode 100644 src/VBox/Devices/Audio/audiosniffer.c
 delete mode 100644 src/VBox/Devices/Audio/coreaudio.c
 delete mode 100644 src/VBox/Devices/Audio/dsound_template.h
 delete mode 100644 src/VBox/Devices/Audio/dsoundaudio.c
 delete mode 100644 src/VBox/Devices/Audio/filteraudio.c
 delete mode 100644 src/VBox/Devices/Audio/mixeng.c
 delete mode 100644 src/VBox/Devices/Audio/mixeng.h
 delete mode 100644 src/VBox/Devices/Audio/mixeng_template.h
 delete mode 100644 src/VBox/Devices/Audio/noaudio.c
 delete mode 100644 src/VBox/Devices/Audio/ossaudio.c
 delete mode 100644 src/VBox/Devices/Audio/pulseaudio.c
 delete mode 100644 src/VBox/Devices/Audio/rate_template.h
 delete mode 100644 src/VBox/Devices/Audio/solaudio.c
 delete mode 100644 src/VBox/Devices/Audio/winaudio.c
 create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/menubar_16px_hidpi.png
 create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/menubar_disabled_16px_hidpi.png
 create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/menubar_settings_16px_hidpi.png
 create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/menubar_settings_disabled_16px_hidpi.png
 create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/os_type_16px_hidpi.png
 create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/web_camera_unavailable_16px_hidpi.png
 create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/web_camera_unavailable_disabled_16px_hidpi.png
 rename src/VBox/Frontends/VirtualBox/images/{ => unused}/vm_pause_32px.png (100%)
 rename src/VBox/Frontends/VirtualBox/images/{hidpi => unused}/vm_pause_32px_hidpi.png (100%)
 rename src/VBox/Frontends/VirtualBox/images/{ => unused}/vm_pause_disabled_32px.png (100%)
 rename src/VBox/Frontends/VirtualBox/images/{hidpi => unused}/vm_pause_disabled_32px_hidpi.png (100%)
 create mode 100644 src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsView.cpp
 create mode 100644 src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsView.h
 delete mode 100644 src/VBox/HostDrivers/Support/win/winstub.com
 delete mode 100644 src/VBox/Main/include/AudioSnifferInterface.h
 delete mode 100644 src/VBox/Main/src-client/AudioSnifferInterface.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git



More information about the Pkg-virtualbox-commits mailing list