Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linuxmint/cinnamon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: itzexor/Cinnamon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: notif-rework-layout-1
Choose a head ref
  • 4 commits
  • 13 files changed
  • 1 contributor

Commits on Apr 22, 2020

  1. messageTray: remove unused/obsolete code

    unused code and leftovers from the old tray system before applets.
    itzexor committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    404c3bc View commit details
    Browse the repository at this point in the history
  2. all: remove CinnamonMountOperation

    unused code
    itzexor committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    85ee036 View commit details
    Browse the repository at this point in the history
  3. notification system: notification UI reworks

    All code related to expanding and collapsing notifs has been
    condensed down into the functionality we actually use. We have
    been forcing the expand path for years, so it no longer exists
    as a separate path.
    
    The custom banner box has been removed. The ellipsization was
    broken for unknown reasons, and it was a significant amount of
    code to basically display short notifications on one line.
    
    Support for custom actors in notifications is removed. The only
    (internal)  user was unused code that I also removed in a previous
    commit of this branch.
    itzexor committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    ac126d5 View commit details
    Browse the repository at this point in the history
  4. notifications: misc fixes

    -Add 4px spacing to time and title vbox
    -Only use supplied action icons when they are symbolic
    itzexor committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    d7e03c5 View commit details
    Browse the repository at this point in the history
Loading