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

interfaces: allow unity7 launcher API #1173

Merged
merged 10 commits into from
May 19, 2016

Commits on May 12, 2016

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

Commits on May 13, 2016

  1. interfaces: be more precise with the unity7 notification and dbusmenu…

    … rules
    Jamie Strandboge committed May 13, 2016
    Configuration menu
    Copy the full SHA
    55518b0 View commit details
    Browse the repository at this point in the history
  2. interfaces: make gmenu access non-application specific (eg, fixes lib…

    …reoffice)
    
    The gmenu DBus api was not designed for application isolation and apps may
    specify anything as their 'path'. For example, these work in the many cases:
    - /org/gtk/Application/anonymous{,/**}
    - /com/canonical/unity/gtk/window/[0-9]*
    
    but libreoffice does:
    - /org/libreoffice{,/**}
    
    As such, we cannot mediate by DBus path so be as strict as we can in the other
    mediated parts.
    Jamie Strandboge committed May 13, 2016
    Configuration menu
    Copy the full SHA
    05e4339 View commit details
    Browse the repository at this point in the history
  3. interfaces: couple more dbusmenu fixes for indicators

    Jamie Strandboge committed May 13, 2016
    Configuration menu
    Copy the full SHA
    de024b3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'unity7' into gmenu-updates

    Jamie Strandboge committed May 13, 2016
    Configuration menu
    Copy the full SHA
    708b791 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5860b8f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'unity7' into gmenu-updates

    Jamie Strandboge committed May 13, 2016
    Configuration menu
    Copy the full SHA
    6b350c5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Merge branch 'master' into unity7

    Jamie Strandboge committed May 16, 2016
    Configuration menu
    Copy the full SHA
    680381d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'unity7' into gmenu-updates

    Jamie Strandboge committed May 16, 2016
    Configuration menu
    Copy the full SHA
    036521b View commit details
    Browse the repository at this point in the history
  3. interfaces: allow unity7 launcher API

    Jamie Strandboge committed May 16, 2016
    Configuration menu
    Copy the full SHA
    9465996 View commit details
    Browse the repository at this point in the history