[Xfce4-commits] [apps/xfdashboard] branch master updated (16315e1 -> 6847725)

noreply at xfce.org noreply at xfce.org
Mon Jun 20 09:48:19 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  16315e1   Clean up xfdashboard_notify() not to iterate through all actors by itself and supporting multiple stages (as only one stage exists) but use new xfdashboard_traverse_actor() function.
       new  5ba19f7   Emit new signal "initialized" in XfdashboardApplication if it is the primary instance and fully initialized, that means all managers and the stage were set up successfully.
       new  444e5be   Load theme later in initialization process just before the stage is created. Doing it later will give plugins the possibility to define new actors which can be used in themes.
       new  f70f3f4   Initialize plugin manager as last component when all other components are available and initialized but before the theme is loaded and the stage created.
       new  6847725   Add flags to XfdashboardPlugin to define behaviours of plugin which can only be set once via xfdashboard_plugin_set_info() and only while loading.

The 4 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/application.c                 | 94 ++++++++++++++++++----------
 libxfdashboard/application.h                 |  2 +
 libxfdashboard/plugin.c                      | 50 +++++++++++++++
 libxfdashboard/plugin.h                      | 17 +++++
 libxfdashboard/plugins-manager.c             | 90 +++++++++++++++++++++++---
 plugins/clock-view/plugin.c                  |  1 +
 plugins/gnome-shell-search-provider/plugin.c |  1 +
 7 files changed, 214 insertions(+), 41 deletions(-)

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


More information about the Xfce4-commits mailing list