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

notification v2 specs: Allow passing GFileIcon, sound and add additional properties #147

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    4436098 View commit details
    Browse the repository at this point in the history
  2. email: Fix fd leak

    jsparber committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3e09fac View commit details
    Browse the repository at this point in the history
  3. notification: Add support for file-descriptor icons

    Notification portal v2 allows passing a file-descriptors, so implement
    support for GFileIcon and convert it to a file-descriptor icon.
    jsparber committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6559854 View commit details
    Browse the repository at this point in the history
  4. notificaiton: Allow passing serialized sound file

    Notification portal v2 has a sound property allow users to set a sound
    file and get file-descriptor to the file that can be passed to the
    portal.
    jsparber committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9ce1aae View commit details
    Browse the repository at this point in the history
  5. notification: Add supported option property

    The notification specs v2 have some optional properties. This adds a
    method for querying those.
    jsparber committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7e1b057 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c39eb4 View commit details
    Browse the repository at this point in the history