[Xfce4-commits] [apps/xfdashboard] branch master updated (e551406 -> 21ad77e)
noreply at xfce.org
noreply at xfce.org
Thu Jun 30 10:03:28 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 e551406 Add annotation for API documentation of XfdashboardPluginsManager
new 2ff8fb6 Implement new signal "theme-changing" at XfdashboardApplication that is emitted before a new theme is going to loaded and to be changed to.
new aa39a74 Set new theme object instance in "theme-changing" signal parameter instead of current theme instance. Also set new theme name in application property only if loading new theme succeeded.
new 0adfc89 Set up theme object basically to have it in a basic operational state and can be used when "theme-changing" signal is emitted.
new 21ad77e Split loading theme into seperate signals. So rename signal "theme-changing" to "theme-loading" and add new signal "theme-loaded" to application which is emitted after loading theme is complete but not yet applied. It is the last chance for a plugin to load additional resources (CSS etc.), e.g. to override theme's CSS.
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 | 82 +++++++++++--
libxfdashboard/application.h | 2 +
libxfdashboard/theme.c | 285 +++++++++++++++++++++----------------------
libxfdashboard/theme.h | 8 +-
4 files changed, 214 insertions(+), 163 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list