059504ca70
Inform the user about demands attention events using the messagetray. Clicking on the notification icon moves the user to the window. It differentiates between newly started apps and windows of already running apps, by showing different banners for this cases. It is based on Jon Nettleton's "window attention" extension. https://bugzilla.gnome.org/show_bug.cgi?id=610594
37 lines
658 B
Makefile
37 lines
658 B
Makefile
jsuidir = $(pkgdatadir)/js/ui
|
|
|
|
dist_jsui_DATA = \
|
|
altTab.js \
|
|
appDisplay.js \
|
|
appFavorites.js \
|
|
calendar.js \
|
|
chrome.js \
|
|
dash.js \
|
|
dnd.js \
|
|
docDisplay.js \
|
|
environment.js \
|
|
extensionSystem.js \
|
|
genericDisplay.js \
|
|
lightbox.js \
|
|
link.js \
|
|
lookingGlass.js \
|
|
main.js \
|
|
messageTray.js \
|
|
notificationDaemon.js \
|
|
overview.js \
|
|
panel.js \
|
|
placeDisplay.js \
|
|
runDialog.js \
|
|
search.js \
|
|
shellDBus.js \
|
|
sidebar.js \
|
|
statusMenu.js \
|
|
tweener.js \
|
|
widget.js \
|
|
widgetBox.js \
|
|
windowAttentionHandler.js \
|
|
windowManager.js \
|
|
workspacesView.js \
|
|
workspaceSwitcherPopup.js \
|
|
workspace.js
|