585bfe5b5a
Places is one of the dash sections and it should be included in search results. Factor out the code for getting and updating the information about places from Places to PlacesManager. Introduce PlaceInfo class that contains information about the place and can be used by classes that display it in different ways. Rename classes so that their names are consistent with corresponding classes in appDisplay.js and docDisplay.js https://bugzilla.gnome.org/show_bug.cgi?id=599125
31 lines
486 B
Makefile
31 lines
486 B
Makefile
jsuidir = $(pkgdatadir)/js/ui
|
|
|
|
dist_jsui_DATA = \
|
|
altTab.js \
|
|
appDisplay.js \
|
|
appFavorites.js \
|
|
appIcon.js \
|
|
button.js \
|
|
calendar.js \
|
|
chrome.js \
|
|
dash.js \
|
|
dnd.js \
|
|
docDisplay.js \
|
|
environment.js \
|
|
genericDisplay.js \
|
|
lightbox.js \
|
|
link.js \
|
|
lookingGlass.js \
|
|
main.js \
|
|
overview.js \
|
|
panel.js \
|
|
placeDisplay.js \
|
|
runDialog.js \
|
|
shellDBus.js \
|
|
sidebar.js \
|
|
tweener.js \
|
|
widget.js \
|
|
widgetBox.js \
|
|
windowManager.js \
|
|
workspaces.js
|