Codebase list xapp / 9dcc070
1.8.7 Clement Lefebvre 3 years ago
2 changed file(s) with 17 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 xapp (1.8.7) ulyana; urgency=medium
1
2 [ Clement Lefebvre ]
3 * Update docs
4
5 [ Michael Webster ]
6 * xapp-status-icon.c: Get rid of the dead 'shadow' region around menus, as they can interfere with clicking on the icon to close the menu.
7 * xapp-status-icon: Add new properties for menu/button state handling and one for metadata (miscellaneous info to help define behavior in the status applets).
8 * xapp-sn-watcher: Set status icon metadata for appindicator icons, to inform the applet to highlight/toggle the panel icon with either button click when opening the menu.
9 * mate-xapp-status-applet.py: Use new properties to sync button toggle state with the menu state.
10 * test-scripts: Update some scripts to demonstrate new property use.
11 * sn-item: Remove support for XAyatanaLabel.
12 * xapp-sn-watcher: Update clear the registration list before freeing the table of registered items.
13
14 -- Clement Lefebvre <root@linuxmint.com> Sat, 06 Jun 2020 14:29:58 +0100
15
016 xapp (1.8.6) ulyana; urgency=medium
117
218 [ Clement Lefebvre ]
00 project('xapp',
11 'c',
2 version : '1.8.6'
2 version : '1.8.7'
33 )
44
55 gnome = import('gnome')