1. 14 Mar, 2024 1 commit
    • Boh_132_Boh's avatar
      Updated meson build instructions (#402) · d1eb9bfe
      Boh_132_Boh authored
      Just switched from "meson build --prefix=/usr" to "meson setup build --prefix=/usr " as while compiling I received this warning:
      
      WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
      d1eb9bfe
  2. 09 Mar, 2024 3 commits
    • Erik Reider's avatar
      Bumped PKGBUILD versions · d2b79740
      Erik Reider authored
      d2b79740
    • Erik Reider's avatar
      Bumped version to 0.10.1 · 4275fa39
      Erik Reider authored
      4275fa39
    • Abílio Costa's avatar
      Fix default mpris icon size (#370) · ed1b721a
      Abílio Costa authored
      * Fix default mpris icon size
      
      The widget was was using the .ui size instead of the user config
      size in the following situations:
      
      - there was no media player app
      - the media player app icon was used
      - the audio-x-generic-symbolic icon was used
      
      This fix sets the default size for the album art icon according to the
      user's config.
      
      set_from_gicon and set_from_icon_name receive a Gtk.IconSize enum value,
      not an int, so we need to call set_pixel_size to set the proper size.
      
      * Use INVALID for IconSize
      
      * Fix lint
      ed1b721a
  3. 08 Mar, 2024 1 commit
  4. 07 Mar, 2024 1 commit
  5. 21 Feb, 2024 1 commit
  6. 10 Feb, 2024 6 commits
  7. 08 Jan, 2024 1 commit
  8. 02 Jan, 2024 1 commit
  9. 20 Dec, 2023 4 commits
  10. 19 Dec, 2023 5 commits
  11. 15 Dec, 2023 5 commits
  12. 14 Dec, 2023 5 commits
  13. 12 Dec, 2023 1 commit
    • Erik Reider's avatar
      Grouped notifications (#345) · 86166a46
      Erik Reider authored
      * Initial animation work
      
      * Added custom icon
      
      * Fixed collapse icon not being symbolic
      
      * Centered collapse button
      
      * Fixed group of 2 notifications being invisible
      
      * Added back notification logic
      
      Notifications are now separated into their own group depending on their provided name
      
      * Added close all button
      
      Also changed the notification close button icon to the new provided icon
      
      * Fixed replacing notifications not working as expected
      
      * Fixed group sensitivity not being set when auto collapsed
      
      * Don't group notis with no provided app-name/desktop-file
      
      Also adds parsing of desktop file in NotiModel which helps with getting and using the display name as the group name
      
      * Remove testing notifications
      
      * General fixes
      
      * Added fade to cc viewport
      
      * Added padding to cc viewport fade
      
      * Call on_expand_change on close all button click
      
      * Updated README
      
      * Sort critical notification groups before regular groups
      
      * Added group title icon
      
      * Fixed not being able to navigate through single notifications
      
      * Scroll to top of group on expand
      
      * Fix non expanded single noti groups being clickable
      
      * Fixed linting issues
      
      * Added styling
      
      * Fixed invalid style reload cast
      
      * Set lower ordered notifications content opacity to 0
      
      * Added hover effect to groups
      86166a46
  14. 11 Dec, 2023 1 commit
  15. 07 Dec, 2023 1 commit
  16. 28 Nov, 2023 3 commits