VirtualBox

Changeset 100606 in vbox for trunk/include


Ignore:
Timestamp:
Jul 17, 2023 4:32:44 PM (20 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158436
Message:

Shared Clipboard/Main + FE/Qt: Added clipboard error propagation from the host service via a newly added ClipboardErrorEvent. For that we now have a generic (private) Shared Clipboard handling class within Main, which does the HGCM service callback dispatching. The VRDP console object, which was in charge for this before, now is daisy-chained to this new class as a service extension. FE/QT in turn then shows the error(s) via the notification center. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/log.h

    r100221 r100606  
    403403    /** Main group, IChoiceFormValue. */
    404404    LOG_GROUP_MAIN_CHOICEFORMVALUE,
     405    /** Main group, IClipboardErrorEvent. */
     406    LOG_GROUP_MAIN_CLIPBOARDERROREVENT,
     407    /** Main group, IClipboardEvent. */
     408    LOG_GROUP_MAIN_CLIPBOARDEVENT,
    405409    /** Main group, ICloudClient. */
    406410    LOG_GROUP_MAIN_CLOUDCLIENT,
     
    10151019    "MAIN_CERTIFICATE", \
    10161020    "MAIN_CHOICEFORMVALUE", \
     1021    "MAIN_CLIPBOARDERROREVENT", \
     1022    "MAIN_CLIPBOARDEVENT", \
    10171023    "MAIN_CLOUDCLIENT", \
    10181024    "MAIN_CLOUDMACHINE", \
Note: See TracChangeset for help on using the changeset viewer.

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