[Xfce4-commits] [apps/xfdashboard] branch master updated (867d481 -> aed3c54)

noreply at xfce.org noreply at xfce.org
Tue Jun 21 14:16:36 CEST 2016


This is an automated email from the git hooks/post-receive script.

nomad pushed a change to branch master
in repository apps/xfdashboard.

      from  867d481   Add missing annotation for API documentation to files already documented
       new  3074048   Reorder emitting "quit" signal of application before the stage is destroyed so plugin which rely on the stage being still accessible can still access the stage on shut-down of application.
       new  aed3c54   Add new plugin 'middle-click-window-close' which (when enabled) allows the user to close windows in windows view with a middle click. This plugin is not configurable.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac.in                                    |   1 +
 libxfdashboard/application.c                       |  13 +-
 plugins/Makefile.am                                |   3 +-
 .../Makefile.am                                    |  20 +-
 .../middle-click-window-close.c                    | 316 +++++++++++++++++++++
 .../middle-click-window-close.h                    |  67 +++++
 plugins/middle-click-window-close/plugin.c         |  82 ++++++
 7 files changed, 485 insertions(+), 17 deletions(-)
 copy plugins/{hot-corner => middle-click-window-close}/Makefile.am (67%)
 create mode 100644 plugins/middle-click-window-close/middle-click-window-close.c
 create mode 100644 plugins/middle-click-window-close/middle-click-window-close.h
 create mode 100644 plugins/middle-click-window-close/plugin.c

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list