~linuxmint-daily-build-team/linuxmint/+git/xapps:symbolic-adjust

Last commit made on 2019-11-28
Get this branch:
git clone -b symbolic-adjust https://git.launchpad.net/~linuxmint-daily-build-team/linuxmint/+git/xapps

Branch merges

Branch information

Name:
symbolic-adjust
Repository:
lp:~linuxmint-daily-build-team/linuxmint/+git/xapps

Recent commits

fdfb114... by Clement Lefebvre <email address hidden>

1.6.4

e68e681... by Clement Lefebvre <email address hidden>

Mate applet: Don't use a handle

The tray applet already does that, it looks awful when there's more than
one handle in the panel.

fb4c921... by Clement Lefebvre <email address hidden>

1.6.3

c3bd7fd... by Clement Lefebvre <email address hidden>

l10n: Update translations

1396b61... by Clement Lefebvre <email address hidden>

Update docs

a7743c3... by Clement Lefebvre <email address hidden>

1.6.2

4e0242d... by Michael Webster

xapp-status-icon.c: Replace g_enum_to_string with a custom function,
this isn't available with lmde's glib.

b875ca3... by Michael Webster

xapp-status-icon: Track and notify changes in types of support for the icon -
notify when a status icon is picked up by a native applet, a traditional system
tray, or is not being picked up by anything.

FIXME: Cinnamon currently doesn't notify when the tray applet is removed because
the underlying plug/socket are still retained in cinnamon's tray subsystem. We
should maybe eventually propagate the applet no longer displaying icons down to
cinnamon-tray-manager and na-tray-manager to remove the icon entirely (this is
done correctly in mate-panel and xfce4).

4c20196... by Michael Webster

xapp-status-icon.c: Keep an account of button presses so an orphan
release doesn't activate or pop up a menu.

This happens in a situation where activating one icon (button press)
causes the icon to be removed, causing the subsequent button release
to be received by the adjacent icon, potentially activating its menu.

3483223... by Michael Webster

test-scripts: have xapp-status-applet sort icons in the same manner
the real applets do (symbolic to the right, then by alpha process
name).