~linuxmint-daily-build-team/linuxmint/+git/xapps:iconchooser-default-category

Last commit made on 2019-10-08
Get this branch:
git clone -b iconchooser-default-category https://git.launchpad.net/~linuxmint-daily-build-team/linuxmint/+git/xapps

Branch merges

Branch information

Name:
iconchooser-default-category
Repository:
lp:~linuxmint-daily-build-team/linuxmint/+git/xapps

Recent commits

75b7cc3... by Clement Lefebvre <email address hidden>

IconChooserButton: Add the ability to set the default category

12ad992... by Stephen Collins

xapp-icon-chooser-dialog.c: prevent segfault on non-existent icon name (#76)

With the addition of the xapp_icon_chooser_dialog_add_custom_category it is now possible to have non-existent icon names. To prevent a segfault, these icon names are now skipped.

b9a8f27... by Michael Webster

xapp-status-icon.c: Refactor event handling.

- Removed popup-menu signal. All menu handling is done within XAppStatusIcon.
- Primary and secondary menu can be set now.
- Buttons with no corresponding menu will always send the 'activate' signal
  instead.
- Middle button always sends activate.
- button-press- and button-release events are always sent regardless.

- Added more test scripts to test various possible menu configurations.
- Re-use some common code for native and fallback.

f29b3d5... by Michael Webster

Add a Mate status applet (#72)

* Add a status applet for mate-panel.

* mate-xapp-status-applet.py: Some refining, cleanup

* mate-xapp-status-applet: Fix rendering icons, sorting

c741ab6... by Stephen Collins

icon chooser dialog: add *_add_custom_category () function

This function allows to specify a new category in the dialog's category list, which will (when selected) show the icons from the provided list of icon names.

25b65d8... by Stephen Collins

icon chooser dialog: add default_icon property

This property, when set, will cause the dialog to show a revert button. When that button is pressed, it will set the currently selected item to the default icon.

8624653... by Stephen Collins

xapp-icon-chooser-dialog.c: Remove unused variable

13e58e6... by Michael Webster

docs: Generate html automatically

b3af41a... by Michael Webster

xapp-status-icon.c: Emit 'activate' during fallback status icon
activation.

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

README: Add link to API reference