[Xfce4-commits] [apps/xfce4-notifyd] branch master updated (0d57f07 -> 0144399)
noreply at xfce.org
noreply at xfce.org
Fri Sep 8 23:27:31 CEST 2017
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c h a n g e t o b r a n c h m a s t e r
in repository apps/xfce4-notifyd.
from 0d57f07 I18n: Update translation hr (100%).
new db09c3a Add panel plugin
new f5af25e panel-plugin: Replace menu positioning code with gtk_menu_popup_at_widget
new 17f9469 panel-plugin: Add a do-not-disturb menuitem and icon-status
new a74d48f panel-plugin: Show the last 10 notifications in the menu
new bca1913 panel-plugin: Make the 4.13 panel optional to make testing easier
new 3f5fb12 panel-plugin: Switch to GtkImageMenuItem because it looks nicer overall
new 3e086b6 panel-plugin: Fix gravity issues of the plugin menu
new 258145d panel-plugin: Fix some meta information and change icon
new 1abe4f7 panel-plugin: Correct author name
new c2a2c63 panel-plugin: Update icon if there are unread notifications
new 936042e panel-plugin: Distinguish "unread" and "unread while in do not disturb" states
new e2500d5 panel-plugin: Make sure summary and body wrap at the same width
new 1d73761 panel-plugin: Add basic configuration option "log display limit"
new 564eaf5 panel-plugin: Drop remaining references to config file saving
new e262b76 panel-plugin: Add a settings menuitem for xfce4-notifyd-config
new 444d749 panel-plugin: Add setting to only show today's notifications
new 5fded92 panel-plugin: Don't show notifications menu on ctrl + right click
new 8b48901 panel-plugin: Set tooltip to menuitem instead of grid
new 79e3dbb panel-plugin: Add support for pixbufs in the log
new c12e88e panel-plugin: Attach menu to the button
new cb66f98 panel-plugin: Update menu position when size was changed
new e7798d8 panel-plugin: Drop debug message
new 328f853 panel-plugin: Check for markup tags in the notification body
new 0144399 panel-plugin: Actually build and install it
The 24 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 | 5 +
configure.ac.in | 5 +
icons/Makefile.am | 17 ++
icons/scalable/Makefile.am | 13 +
.../notification-disabled-new-symbolic.svg | 63 +++++
icons/scalable/notification-disabled-symbolic.svg | 60 +++++
icons/scalable/notification-new-symbolic.svg | 63 +++++
icons/scalable/notification-symbolic.svg | 60 +++++
panel-plugin/Makefile.am | 61 +++++
panel-plugin/notification-plugin-dialogs.c | 145 ++++++++++
panel-plugin/notification-plugin-dialogs.h | 34 +++
panel-plugin/notification-plugin-log.c | 274 +++++++++++++++++++
panel-plugin/notification-plugin-log.h | 28 ++
panel-plugin/notification-plugin.c | 293 +++++++++++++++++++++
panel-plugin/notification-plugin.desktop.in | 10 +
panel-plugin/notification-plugin.h | 55 ++++
16 files changed, 1186 insertions(+)
create mode 100644 icons/Makefile.am
create mode 100644 icons/scalable/Makefile.am
create mode 100644 icons/scalable/notification-disabled-new-symbolic.svg
create mode 100644 icons/scalable/notification-disabled-symbolic.svg
create mode 100644 icons/scalable/notification-new-symbolic.svg
create mode 100644 icons/scalable/notification-symbolic.svg
create mode 100644 panel-plugin/Makefile.am
create mode 100644 panel-plugin/notification-plugin-dialogs.c
create mode 100644 panel-plugin/notification-plugin-dialogs.h
create mode 100644 panel-plugin/notification-plugin-log.c
create mode 100644 panel-plugin/notification-plugin-log.h
create mode 100644 panel-plugin/notification-plugin.c
create mode 100644 panel-plugin/notification-plugin.desktop.in
create mode 100644 panel-plugin/notification-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