[Xfce4-commits] [apps/xfdashboard] branch master updated (1c001ea -> cefed53)
noreply at xfce.org
noreply at xfce.org
Thu Nov 12 21:26:00 CET 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a change to branch master
in repository apps/xfdashboard.
from 1c001ea Fix unregistering views and search provider (and possibly a memory leak) at XfdashboardSearchManager and XfdashboardViewManager
new cefed53 Implemented a basic and simple plugin system
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:
Makefile.am | 1 +
configure.ac.in | 2 +
plugins/Makefile.am | 2 +
plugins/clock-view/Makefile.am | 43 ++
plugins/clock-view/clock-view.c | 312 ++++++++++++++
plugins/clock-view/clock-view.h | 67 +++
plugins/clock-view/plugin.c | 85 ++++
xfdashboard/Makefile.am | 5 +
xfdashboard/application.c | 48 ++-
xfdashboard/plugin-manager.c | 343 +++++++++++++++
xfdashboard/plugin-manager.h | 67 +++
xfdashboard/plugin.c | 888 +++++++++++++++++++++++++++++++++++++++
xfdashboard/plugin.h | 109 +++++
13 files changed, 1971 insertions(+), 1 deletion(-)
create mode 100644 plugins/Makefile.am
create mode 100644 plugins/clock-view/Makefile.am
create mode 100644 plugins/clock-view/clock-view.c
create mode 100644 plugins/clock-view/clock-view.h
create mode 100644 plugins/clock-view/plugin.c
create mode 100644 xfdashboard/plugin-manager.c
create mode 100644 xfdashboard/plugin-manager.h
create mode 100644 xfdashboard/plugin.c
create mode 100644 xfdashboard/plugin.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list