[Xfce4-commits] [apps/xfdashboard] branch master updated (3edba62 -> 3d959b2)
noreply at xfce.org
noreply at xfce.org
Sun Jul 5 18:19:24 CEST 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 3edba62 Fix comment (get rid of TODO)
new a0e9e89 Implement basic application tracker
new 906d870 Create single-instance of XfdashboardApplicationTracker in application
new 35041da Reflect running state in XfdashboardApplicationButton by adding CSS class "running" if it running. Otherwise this CSS class will be removed to indicate it is not running.
new fc8adc0 Update default theme to show an icon (emblem effect) to favourite which are running
new f8fdb52 Apply all last changes at default themes to all themes
new d26d7c6 Remove unused variables to keep compiler quiet ;)
new 3d959b2 Remove more unused variables to keep compiler quiet ;)
The 7 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-auber/effects.xml | 8 +
data/themes/xfdashboard-auber/xfdashboard.css | 10 +
data/themes/xfdashboard-blue/effects.xml | 8 +
data/themes/xfdashboard-blue/xfdashboard.css | 10 +
data/themes/xfdashboard-dark/effects.xml | 8 +
data/themes/xfdashboard-dark/xfdashboard.css | 10 +
data/themes/xfdashboard-mint/effects.xml | 8 +
data/themes/xfdashboard-mint/xfdashboard.css | 10 +
data/themes/xfdashboard-moranga/effects.xml | 8 +
data/themes/xfdashboard-moranga/xfdashboard.css | 10 +
data/themes/xfdashboard-wine/effects.xml | 8 +
data/themes/xfdashboard-wine/xfdashboard.css | 10 +
data/themes/xfdashboard/effects.xml | 8 +
data/themes/xfdashboard/xfdashboard.css | 10 +
xfdashboard/Makefile.am | 2 +
xfdashboard/application-button.c | 112 ++-
xfdashboard/application-button.h | 2 -
xfdashboard/application-tracker.c | 835 +++++++++++++++++++++++
xfdashboard/application-tracker.h | 74 ++
xfdashboard/application.c | 16 +
xfdashboard/live-workspace.c | 2 -
xfdashboard/marshal.list | 1 +
xfdashboard/window-content.c | 3 -
xfdashboard/window-tracker-window.c | 57 ++
xfdashboard/window-tracker-window.h | 3 +
25 files changed, 1197 insertions(+), 36 deletions(-)
create mode 100644 xfdashboard/application-tracker.c
create mode 100644 xfdashboard/application-tracker.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list