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

tray module enhancements #1145

Merged
merged 6 commits into from
Jul 23, 2021
Merged

tray module enhancements #1145

merged 6 commits into from
Jul 23, 2021

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    929fc16 View commit details
    Browse the repository at this point in the history
  2. refactor(tray): infer changed properties from signal name

    Comparing two GVariants is too expensive; let's collect the set of
    properties updated by each signal and apply them unconditionally.
    alebastr committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    4b6253e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84a8f79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1418f96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    245f7f4 View commit details
    Browse the repository at this point in the history
  6. feat(tray): handle Status property

    On the `Passive` value of `Status` tray items would be hidden unless
    `show-passive-items` is set to true.
    On the `NeedsAttention` value of `Status` tray items will have a
    `.needs-attention` CSS class.
    alebastr committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    a5fe6f4 View commit details
    Browse the repository at this point in the history