[Xfce4-commits] [apps/xfdashboard] branch master updated (a396add -> d9865e3)

noreply at xfce.org noreply at xfce.org
Fri Dec 23 11:40:20 CET 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  a396add   Update AppData
       new  d9865e3   Replace XfdashboardPopupMenuItemMeta with an interface called XfdashboardPopupMenuItem which each actor used as pop-up menu item must implement. It is not allowed anymore to use "normal" actors as menu items.

The 1 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:
 data/themes/xfdashboard-auber/xfdashboard.css   |  46 ++
 data/themes/xfdashboard-blue/xfdashboard.css    |  46 ++
 data/themes/xfdashboard-dark/xfdashboard.css    |  46 ++
 data/themes/xfdashboard-mint/xfdashboard.css    |  46 ++
 data/themes/xfdashboard-moranga/xfdashboard.css |  46 ++
 data/themes/xfdashboard-wine/xfdashboard.css    |  46 ++
 data/themes/xfdashboard/xfdashboard.css         |  17 +-
 libxfdashboard/Makefile.am                      |   6 +-
 libxfdashboard/popup-menu-item-button.c         | 128 +++++
 libxfdashboard/popup-menu-item-button.h         |  85 ++++
 libxfdashboard/popup-menu-item-meta.c           | 591 ------------------------
 libxfdashboard/popup-menu-item-meta.h           |  95 ----
 libxfdashboard/popup-menu-item.c                | 119 +++++
 libxfdashboard/popup-menu-item.h                |  65 +++
 libxfdashboard/popup-menu.c                     | 259 ++++-------
 libxfdashboard/popup-menu.h                     |  41 +-
 libxfdashboard/quicklaunch.c                    |  77 +--
 17 files changed, 831 insertions(+), 928 deletions(-)
 create mode 100644 libxfdashboard/popup-menu-item-button.c
 create mode 100644 libxfdashboard/popup-menu-item-button.h
 delete mode 100644 libxfdashboard/popup-menu-item-meta.c
 delete mode 100644 libxfdashboard/popup-menu-item-meta.h
 create mode 100644 libxfdashboard/popup-menu-item.c
 create mode 100644 libxfdashboard/popup-menu-item.h

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


More information about the Xfce4-commits mailing list