[Xfce4-commits] [apps/xfdashboard] branch master updated (1262a79 -> 7ee7e64)

noreply at xfce.org noreply at xfce.org
Wed Mar 16 22:27:27 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  1262a79   Silence compiler warning about using deprecated actor state access macros by using functions introduced with Clutter 1.23.4
       new  7ee7e64   Implement our own model class and replace ClutterModel with new XfdashboardModel because ClutterModel is deprecated since Clutter version 1.24. This new model implementation should be compatible to all Clutter version and silence compiler warnings when compiled agaist Clutter 1.24 or higher.

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:
 libxfdashboard/Makefile.am               |    2 +
 libxfdashboard/application.c             |    1 +
 libxfdashboard/applications-menu-model.c |  519 ++++++------
 libxfdashboard/applications-menu-model.h |   19 +-
 libxfdashboard/applications-view.c       |   33 +-
 libxfdashboard/model.c                   | 1306 ++++++++++++++++++++++++++++++
 libxfdashboard/model.h                   |  196 +++++
 7 files changed, 1765 insertions(+), 311 deletions(-)
 create mode 100644 libxfdashboard/model.c
 create mode 100644 libxfdashboard/model.h

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


More information about the Xfce4-commits mailing list