[Xfce4-commits] [apps/xfdashboard] branch master updated (6819d47 -> 144d09d)

noreply at xfce.org noreply at xfce.org
Thu Feb 18 16:16:26 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  6819d47   As the shared library libxfdashboard is more or less the "application" and xfdashboard is (more or less) just a wrapper around it the library should include the version as library "version-info". I tried to use the calculation of current, revision and age for this library version information as GTK+ does. I really hope it make sense and works ... on all platforms.
       new  b2b813e   Configure list of enabled plugins in settings application
       new  914f710   The plugin ID should be unique but not configurable by developer. So let ID be determine from filename - exactly: Get basename of filename and strip off the file extension. This way it's the old behaviour but the ID is set automatically.
       new  144d09d   Set check flag for each plugin enabled when initializing plugins tab in settings application

The 3 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/data/preferences.ui                        | 187 +++++
 libxfdashboard/plugin.c                         |  84 ++-
 libxfdashboard/plugin.h                         |   2 +
 plugins/clock-view/Makefile.am                  |   5 +-
 plugins/clock-view/plugin.c                     |   1 -
 plugins/gnome-shell-search-provider/Makefile.am |   5 +-
 plugins/gnome-shell-search-provider/plugin.c    |   1 -
 plugins/hot-corner/Makefile.am                  |   5 +-
 plugins/hot-corner/plugin.c                     |   1 -
 settings/Makefile.am                            |   2 +
 settings/plugins.c                              | 896 ++++++++++++++++++++++++
 settings/plugins.h                              |  68 ++
 settings/settings.c                             |  14 +-
 settings/themes.c                               |  10 +-
 14 files changed, 1267 insertions(+), 14 deletions(-)
 create mode 100644 settings/plugins.c
 create mode 100644 settings/plugins.h

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


More information about the Xfce4-commits mailing list