Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenXT/toolstack-data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CoveyComputerSoftware/toolstack-data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 0 files changed
  • 2 contributors

Commits on Jan 14, 2015

  1. Add logic to modify UI based on USB policy flag

    Per RFC: https://groups.google.com/forum/#!topic/openxt/RyvWd5-wAZ0
    
    If the policy flag is set to false:
    
    VMDetails
        - On USB tab, controls are disabled
        - 'Add USB Device' message is disabled
          and a tooltip displays on mouseover
    Devices
        - All USB controls are disabled
    
    OXT-115
    
    Signed-off-by: Ian Miller <ian@coveycs.com>
    Ian Miller committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    39a1f29 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2015

  1. Modifying the way the usb policy checks are made

    The checks inside VMDetails are made using the canAddDevice method.
    
    The canAddDevice method has been modified in the vmModel to check
    the hostModel's policy_modify_usb_settings property.
    
    OXT-115
    
    Signed-off-by: Ian Miller <ian@coveycs.com>
    Ian Miller committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    5d64a8a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. Changing Add USB Device disabled tooltip

    The new tooltip text is more descriptive
    
    Also reverting the line ending changes
    
    OXT-115
    
    Signed-off-by: Ian Miller <ian@coveycs.com>
    Ian Miller committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    05b85d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2015

  1. Configuration menu
    Copy the full SHA
    eacfce2 View commit details
    Browse the repository at this point in the history
  2. re-add deleted readme

    pentadoc committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    8ba3f38 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2015

  1. Merge remote-tracking branch 'upstream/master'

    The line endings pull request was merged in upstream. Merging into master to
    keep current with upstream.
    Ian Miller committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    e0aba5a View commit details
    Browse the repository at this point in the history
Loading