Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPII-1939, GPII-2395 - Device Reporter reports screen resolutions #95

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Apr 24, 2017

  1. GPII-2395: XRandR bridge should provide all posible screen resolutions

    - Modified the node XRandR add-on to return the available screen
    resolutions as an array of JSON objects, rather than strings.
    - Refactored the XRandR bridge code into a fluid component.
    - Updated the unit tests in light of the above.
    klown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    fb95792 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. GPII-2395: XRandR bridge provides all available screen resolutions

    Modified "screen-resolution" payload to now contain:
    - "current-resolution" (width and height)
    - "available-resolution" (array of widths and heights).
    klown committed May 2, 2017
    Configuration menu
    Copy the full SHA
    819237e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. GPII-2395: XRandR bridge provides all available screen resolutions

    Modified to be analagous to the Windows display settings handler.
    klown committed May 19, 2017
    Configuration menu
    Copy the full SHA
    9347ffe View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Configuration menu
    Copy the full SHA
    310772f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. GPII-2395: XRandR bridge provides all available screen resolutions.

    Remvoed {that} parameter from get() and set() functions.
    klown committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    d0a0ee4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. GPII-1939: New Platform Reporter reports screen resolutions.

    Added machinery for providing a Linux/GNOME Platform Reporter that
    uses the XRandR display settings handler to report all screen resolutions.
    
    Note:  includes code from pull request for GPII-2395, "XRandR bridge should
    report all available screen resolutions".
    klown committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    c14ca6d View commit details
    Browse the repository at this point in the history
  2. GPII-1939: Platform Reporter reports screen resolutions

    Fixed description in package.json.
    klown committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    3f1015c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. GPII-1939: Device Reporter reports screen resolutions

    Fixed bug so that GPII finds the Linux context platform reporter.
    klown committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    b2df85a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c45232 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Configuration menu
    Copy the full SHA
    43b7ca3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Configuration menu
    Copy the full SHA
    3350f48 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. Configuration menu
    Copy the full SHA
    4a94d2d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Configuration menu
    Copy the full SHA
    e873def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f29795 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Configuration menu
    Copy the full SHA
    df98ed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    814998d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6afbfab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abbd7a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. GPII-1939: Reference applicable version of universal.

    Modified to reference the version of universal just prior to
    incorporating Kasper's GPII-1230 code, which introduced functionality
    not yet implemented in the linux repository.
    klown committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    dd6de68 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Configuration menu
    Copy the full SHA
    0bc2681 View commit details
    Browse the repository at this point in the history
  2. GPII-2395: Merge branch 'GPII-2568' into GPII-2395

    Includes updating to latest master branch.
    klown committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    5220b8c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Configuration menu
    Copy the full SHA
    41a3fd7 View commit details
    Browse the repository at this point in the history