VirtualBox

Ignore:
Timestamp:
Aug 27, 2019 5:47:44 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132934
Message:

Shared Clipboard/URI: Added protocol versioning support plus enhanced versions of existing commands (to also provide context IDs, among other stuff). So far only the host service(s) and the Windows guest is using the new(er) protocol.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogPage.cpp

    r80339 r80444  
    193193    if (m_bookmarkVector.size() <= index)
    194194         return;
    195     m_bookmarkVector.remove(index, 1);
     195    //m_bookmarkVector.remove(index, 1);
    196196    updateTextEditBookmarkLineSet();
    197197}
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerIndicator.cpp

    r79365 r80444  
    117117
    118118    /* Delete corresponding network-request: */
    119     m_ids.remove(iIndexOfRequiredElement);
    120     m_data.remove(iIndexOfRequiredElement);
     119    RT_NOREF(iIndexOfRequiredElement);
     120    //m_ids.remove(iIndexOfRequiredElement);
     121    //m_data.remove(iIndexOfRequiredElement);
    121122
    122123    /* Update appearance: */
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMediaComboBox.cpp

    r79365 r80444  
    4949    {
    5050        removeItem(0);
    51         m_media.erase(m_media.begin());
     51        //m_media.erase(m_media.begin());
    5252    }
    5353
     
    165165    /* Replace medium from combo-box: */
    166166    removeItem(iIndex);
    167     m_media.erase(m_media.begin() + iIndex);
     167    //m_media.erase(m_media.begin() + iIndex);
    168168
    169169    /* If no real medium left, add the NULL medium: */
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