[Xfce4-commits] [apps/xfdashboard] branch master updated (029207b -> 07df973)
noreply at xfce.org
noreply at xfce.org
Tue Aug 2 09:03:06 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 029207b Remove weak pointer with g_object_remove_weak_pointer() from selected item to prevent GObject system setting a variable to NULL which is not available anymore so this memory access will cause a segmentation fault. It shoud not happen that this weak pointer still exists but you never know ....
new abed645 Fix typos
new c08d8c5 Do not restart application via session management if application object was disposed which is the usual and clean way and not a crash which could require a restart.
new 4096082 Do not restart application via session management when it crashed but was started as force new instance (via environment variable XFDASHBOARD_FORCE_NEW_INSTANCE which is used for debugging purposes).
new 8390f06 Implement pop-up menu
new 07df973 Make use of new pop-up menu in quicklaunch
The 5 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/themes/xfdashboard/xfdashboard.css | 49 +
libxfdashboard/Makefile.am | 4 +
libxfdashboard/application.c | 15 +-
libxfdashboard/background.c | 4 +-
libxfdashboard/popup-menu-item-meta.c | 591 +++++++++
libxfdashboard/popup-menu-item-meta.h | 95 ++
libxfdashboard/popup-menu.c | 2005 +++++++++++++++++++++++++++++++
libxfdashboard/popup-menu.h | 151 +++
libxfdashboard/quicklaunch.c | 438 ++++++-
9 files changed, 3333 insertions(+), 19 deletions(-)
create mode 100644 libxfdashboard/popup-menu-item-meta.c
create mode 100644 libxfdashboard/popup-menu-item-meta.h
create mode 100644 libxfdashboard/popup-menu.c
create mode 100644 libxfdashboard/popup-menu.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list