[Xfce4-commits] [apps/xfdashboard] branch master updated (d9865e3 -> 275da9a)
noreply at xfce.org
noreply at xfce.org
Thu Jan 5 12:02:53 CET 2017
This is an automated email from the git hooks/post-receive script.
nomad pushed a change to branch master
in repository apps/xfdashboard.
from d9865e3 Replace XfdashboardPopupMenuItemMeta with an interface called XfdashboardPopupMenuItem which each actor used as pop-up menu item must implement. It is not allowed anymore to use "normal" actors as menu items.
new 720f677 Add a yet very simple menu item separator via class XfdashboardPopupMenuItemSeparator
new 3f0c75c Fix compiler warning about using NULL as unsigned int parameter
new 275da9a Happy new year :)
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:
libxfdashboard/Makefile.am | 2 +
libxfdashboard/action-button.c | 2 +-
libxfdashboard/action-button.h | 2 +-
libxfdashboard/actor.c | 2 +-
libxfdashboard/actor.h | 2 +-
libxfdashboard/application-button.c | 2 +-
libxfdashboard/application-button.h | 2 +-
libxfdashboard/application-database.c | 2 +-
libxfdashboard/application-database.h | 2 +-
libxfdashboard/application-tracker.c | 2 +-
libxfdashboard/application-tracker.h | 2 +-
libxfdashboard/application.c | 2 +-
libxfdashboard/application.h | 2 +-
libxfdashboard/applications-menu-model.c | 2 +-
libxfdashboard/applications-menu-model.h | 2 +-
libxfdashboard/applications-search-provider.c | 2 +-
libxfdashboard/applications-search-provider.h | 2 +-
libxfdashboard/applications-view.c | 2 +-
libxfdashboard/applications-view.h | 2 +-
libxfdashboard/background.c | 2 +-
libxfdashboard/background.h | 2 +-
libxfdashboard/binding.c | 2 +-
libxfdashboard/binding.h | 2 +-
libxfdashboard/bindings-pool.c | 2 +-
libxfdashboard/bindings-pool.h | 2 +-
libxfdashboard/box-layout.c | 2 +-
libxfdashboard/box-layout.h | 2 +-
libxfdashboard/button.c | 2 +-
libxfdashboard/button.h | 2 +-
libxfdashboard/click-action.c | 2 +-
libxfdashboard/click-action.h | 2 +-
libxfdashboard/collapse-box.c | 2 +-
libxfdashboard/collapse-box.h | 2 +-
libxfdashboard/compat.h | 2 +-
libxfdashboard/css-selector.c | 2 +-
libxfdashboard/css-selector.h | 2 +-
libxfdashboard/desktop-app-info.c | 2 +-
libxfdashboard/desktop-app-info.h | 2 +-
libxfdashboard/drag-action.c | 2 +-
libxfdashboard/drag-action.h | 2 +-
libxfdashboard/drop-action.c | 2 +-
libxfdashboard/drop-action.h | 2 +-
libxfdashboard/dynamic-table-layout.c | 2 +-
libxfdashboard/dynamic-table-layout.h | 2 +-
libxfdashboard/emblem-effect.c | 2 +-
libxfdashboard/emblem-effect.h | 2 +-
libxfdashboard/enums.c.template | 2 +-
libxfdashboard/enums.h.template | 2 +-
libxfdashboard/fill-box-layout.c | 2 +-
libxfdashboard/fill-box-layout.h | 2 +-
libxfdashboard/focus-manager.c | 2 +-
libxfdashboard/focus-manager.h | 2 +-
libxfdashboard/focusable.c | 2 +-
libxfdashboard/focusable.h | 2 +-
libxfdashboard/image-content.c | 2 +-
libxfdashboard/image-content.h | 2 +-
libxfdashboard/label.c | 2 +-
libxfdashboard/label.h | 2 +-
libxfdashboard/libxfdashboard.h | 2 +-
libxfdashboard/live-window.c | 2 +-
libxfdashboard/live-window.h | 2 +-
libxfdashboard/live-workspace.c | 2 +-
libxfdashboard/live-workspace.h | 2 +-
libxfdashboard/model.c | 2 +-
libxfdashboard/model.h | 2 +-
libxfdashboard/outline-effect.c | 2 +-
libxfdashboard/outline-effect.h | 2 +-
libxfdashboard/plugin.c | 2 +-
libxfdashboard/plugin.h | 2 +-
libxfdashboard/plugins-manager.c | 2 +-
libxfdashboard/plugins-manager.h | 2 +-
libxfdashboard/popup-menu-item-button.c | 2 +-
libxfdashboard/popup-menu-item-button.h | 2 +-
libxfdashboard/popup-menu-item-separator.c | 143 +++++++++++++++++++++
libxfdashboard/popup-menu-item-separator.h | 84 ++++++++++++
libxfdashboard/popup-menu-item.c | 4 +-
libxfdashboard/popup-menu-item.h | 2 +-
libxfdashboard/popup-menu.c | 3 +-
libxfdashboard/popup-menu.h | 2 +-
libxfdashboard/quicklaunch.c | 12 +-
libxfdashboard/quicklaunch.h | 2 +-
libxfdashboard/scaled-table-layout.c | 2 +-
libxfdashboard/scaled-table-layout.h | 2 +-
libxfdashboard/scrollbar.c | 2 +-
libxfdashboard/scrollbar.h | 2 +-
libxfdashboard/search-manager.c | 2 +-
libxfdashboard/search-manager.h | 2 +-
libxfdashboard/search-provider.c | 2 +-
libxfdashboard/search-provider.h | 2 +-
libxfdashboard/search-result-container.c | 2 +-
libxfdashboard/search-result-container.h | 2 +-
libxfdashboard/search-result-set.c | 2 +-
libxfdashboard/search-result-set.h | 2 +-
libxfdashboard/search-view.c | 2 +-
libxfdashboard/search-view.h | 2 +-
libxfdashboard/stage-interface.c | 2 +-
libxfdashboard/stage-interface.h | 2 +-
libxfdashboard/stage.c | 2 +-
libxfdashboard/stage.h | 2 +-
libxfdashboard/stylable.c | 2 +-
libxfdashboard/stylable.h | 2 +-
libxfdashboard/text-box.c | 2 +-
libxfdashboard/text-box.h | 2 +-
libxfdashboard/theme-css.c | 2 +-
libxfdashboard/theme-css.h | 2 +-
libxfdashboard/theme-effects.c | 2 +-
libxfdashboard/theme-effects.h | 2 +-
libxfdashboard/theme-layout.c | 2 +-
libxfdashboard/theme-layout.h | 2 +-
libxfdashboard/theme.c | 2 +-
libxfdashboard/theme.h | 2 +-
libxfdashboard/toggle-button.c | 2 +-
libxfdashboard/toggle-button.h | 2 +-
libxfdashboard/tooltip-action.c | 2 +-
libxfdashboard/tooltip-action.h | 2 +-
libxfdashboard/types.h | 2 +-
libxfdashboard/utils.c | 2 +-
libxfdashboard/utils.h | 2 +-
libxfdashboard/view-manager.c | 2 +-
libxfdashboard/view-manager.h | 2 +-
libxfdashboard/view-selector.c | 2 +-
libxfdashboard/view-selector.h | 2 +-
libxfdashboard/view.c | 2 +-
libxfdashboard/view.h | 2 +-
libxfdashboard/viewpad.c | 2 +-
libxfdashboard/viewpad.h | 2 +-
libxfdashboard/window-content.c | 2 +-
libxfdashboard/window-content.h | 2 +-
libxfdashboard/window-tracker-monitor.c | 2 +-
libxfdashboard/window-tracker-monitor.h | 2 +-
libxfdashboard/window-tracker-window.c | 2 +-
libxfdashboard/window-tracker-window.h | 2 +-
libxfdashboard/window-tracker-workspace.c | 2 +-
libxfdashboard/window-tracker-workspace.h | 2 +-
libxfdashboard/window-tracker.c | 2 +-
libxfdashboard/window-tracker.h | 2 +-
libxfdashboard/windows-view.c | 2 +-
libxfdashboard/windows-view.h | 2 +-
libxfdashboard/workspace-selector.c | 2 +-
libxfdashboard/workspace-selector.h | 2 +-
plugins/clock-view/clock-view-settings.c | 2 +-
plugins/clock-view/clock-view-settings.h | 2 +-
plugins/clock-view/clock-view.c | 2 +-
plugins/clock-view/clock-view.h | 2 +-
plugins/clock-view/plugin.c | 2 +-
.../gnome-shell-search-provider.c | 2 +-
.../gnome-shell-search-provider.h | 2 +-
plugins/gnome-shell-search-provider/plugin.c | 2 +-
plugins/hot-corner/hot-corner-settings.c | 2 +-
plugins/hot-corner/hot-corner-settings.h | 2 +-
plugins/hot-corner/hot-corner.c | 2 +-
plugins/hot-corner/hot-corner.h | 2 +-
plugins/hot-corner/plugin.c | 2 +-
.../middle-click-window-close.c | 2 +-
.../middle-click-window-close.h | 2 +-
plugins/middle-click-window-close/plugin.c | 2 +-
settings/general.c | 2 +-
settings/general.h | 2 +-
settings/main.c | 2 +-
settings/plugins.c | 2 +-
settings/plugins.h | 2 +-
settings/settings.c | 2 +-
settings/settings.h | 2 +-
settings/themes.c | 2 +-
settings/themes.h | 2 +-
xfdashboard/main.c | 2 +-
166 files changed, 401 insertions(+), 167 deletions(-)
create mode 100644 libxfdashboard/popup-menu-item-separator.c
create mode 100644 libxfdashboard/popup-menu-item-separator.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list