Compare commits
	
		
			1 Commits
		
	
	
		
			3.11.2
			...
			wip/window
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					b1b0b6cfe8 | 
							
								
								
									
										7
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						@@ -19,8 +19,6 @@ configure
 | 
			
		||||
data/50-gnome-shell-*.xml
 | 
			
		||||
data/gnome-shell.desktop
 | 
			
		||||
data/gnome-shell.desktop.in
 | 
			
		||||
data/gnome-shell-wayland.desktop
 | 
			
		||||
data/gnome-shell-wayland.desktop.in
 | 
			
		||||
data/gnome-shell-extension-prefs.desktop
 | 
			
		||||
data/gnome-shell-extension-prefs.desktop.in
 | 
			
		||||
data/gschemas.compiled
 | 
			
		||||
@@ -43,8 +41,6 @@ docs/reference/*/xml/
 | 
			
		||||
docs/reference/shell/doc-gen-*
 | 
			
		||||
gtk-doc.make
 | 
			
		||||
js/misc/config.js
 | 
			
		||||
js/js-resources.c
 | 
			
		||||
js/js-resources.h
 | 
			
		||||
intltool-extract.in
 | 
			
		||||
intltool-merge.in
 | 
			
		||||
intltool-update.in
 | 
			
		||||
@@ -75,14 +71,13 @@ src/calendar-server/evolution-calendar.desktop.in
 | 
			
		||||
src/calendar-server/org.gnome.Shell.CalendarServer.service
 | 
			
		||||
src/gnome-shell
 | 
			
		||||
src/gnome-shell-calendar-server
 | 
			
		||||
src/gnome-shell-extension-prefs
 | 
			
		||||
src/gnome-shell-extension-tool
 | 
			
		||||
src/gnome-shell-extension-prefs
 | 
			
		||||
src/gnome-shell-hotplug-sniffer
 | 
			
		||||
src/gnome-shell-jhbuild
 | 
			
		||||
src/gnome-shell-perf-helper
 | 
			
		||||
src/gnome-shell-perf-tool
 | 
			
		||||
src/gnome-shell-real
 | 
			
		||||
src/gnome-shell-wayland
 | 
			
		||||
src/hotplug-sniffer/org.gnome.Shell.HotplugSniffer.service
 | 
			
		||||
src/run-js-test
 | 
			
		||||
src/test-recorder
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								HACKING
									
									
									
									
									
								
							
							
						
						@@ -138,8 +138,8 @@ GObjects, although this feature isn't used very often in the Shell itself.
 | 
			
		||||
 | 
			
		||||
        _init: function(icon, label) {
 | 
			
		||||
            this.parent({ reactive: false });
 | 
			
		||||
            this.actor.add_child(icon);
 | 
			
		||||
            this.actor.add_child(label);
 | 
			
		||||
            this.addActor(icon);
 | 
			
		||||
            this.addActor(label);
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        open: function() {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,11 +1,7 @@
 | 
			
		||||
# Point to our macro directory and pick up user flags from the environment
 | 
			
		||||
ACLOCAL_AMFLAGS  = -I m4 ${ACLOCAL_FLAGS}
 | 
			
		||||
 | 
			
		||||
SUBDIRS = data js src  tests po docs
 | 
			
		||||
 | 
			
		||||
if BUILD_BROWSER_PLUGIN
 | 
			
		||||
SUBDIRS += browser-plugin
 | 
			
		||||
endif
 | 
			
		||||
SUBDIRS = data js src browser-plugin tests po docs
 | 
			
		||||
 | 
			
		||||
if ENABLE_MAN
 | 
			
		||||
SUBDIRS += man
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										313
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						@@ -1,316 +1,3 @@
 | 
			
		||||
3.11.2
 | 
			
		||||
======
 | 
			
		||||
* Cache search result display actors [Jasper; #704912]
 | 
			
		||||
* Use username in userWidget if real name doesn't fit [Jasper; #706851]
 | 
			
		||||
* Support shell_global_reexec_self() on OpenBSD [Antoine; #709571]
 | 
			
		||||
* Support disabling browser plugin [Colin; #711218]
 | 
			
		||||
* Restore support for 'disable-restart-buttons' [Florian; #711244]
 | 
			
		||||
* Validate parameters of exposed DBus methods [Florian; #699752]
 | 
			
		||||
* Connect applications to systemd journal if available [Colin; #711626]
 | 
			
		||||
* Misc bug fixes and cleanups [Florian, Jasper; #711205, #698486, #711416,
 | 
			
		||||
  #644306, #711555, #709806, #711631, #711732]
 | 
			
		||||
 | 
			
		||||
Contributors:
 | 
			
		||||
  Cosimo Cecchi, Antoine Jacoutot, Florian Müllner, Jasper St. Pierre,
 | 
			
		||||
  Rico Tzschichholz, Colin Walters
 | 
			
		||||
 | 
			
		||||
Translations:
 | 
			
		||||
  Yuri Myasoedov [ru], Kjartan Maraas [nb], Efstathios Iosifidis [el],
 | 
			
		||||
  Benjamin Steinwender [de], eternalhui [zh_CN], Shantha kumar [ta]
 | 
			
		||||
 | 
			
		||||
3.11.1
 | 
			
		||||
======
 | 
			
		||||
* power: Use UPower directly instead of gnome-settings-daemon [Bastien; #710273]
 | 
			
		||||
* Implement support for new GTK+ notification API [Jasper, Giovanni, Florian;
 | 
			
		||||
  #710137, #710596]
 | 
			
		||||
* gdm: Don't allow user-list to fill up the entire screen [Florian; #710555]
 | 
			
		||||
* Don't autostart remote search providers at login [Giovanni; #708830]
 | 
			
		||||
* Fix spacing in end-session dialog [Sebastien; #710543]
 | 
			
		||||
* Prepare for js24 [Tim; #711052]
 | 
			
		||||
* Misc bug fixes and cleanups [Jasper, Florian, Adel, Tim, Sebastien; #710347,
 | 
			
		||||
  #710144, #710541, #691409, #710745, #688331, #704912]
 | 
			
		||||
 | 
			
		||||
Contributors:
 | 
			
		||||
  Giovanni Campagna, Adel Gadllah, Sebastien Lafargue, Tim Lunn,
 | 
			
		||||
  Florian Müllner, Bastien Nocera, Jasper St. Pierre, Rico Tzschichholz
 | 
			
		||||
 | 
			
		||||
Translations:
 | 
			
		||||
  Stas Solovey [ru], Yosef Or Boczko [he], Rafael Ferreira [pt_BR]
 | 
			
		||||
 | 
			
		||||
3.10.1
 | 
			
		||||
======
 | 
			
		||||
* Make sure lock screen is drawn once before switching user [Giovanni; #708051]
 | 
			
		||||
* Fix signal strength indicators in network selector [Jasper; #708442]
 | 
			
		||||
* Scroll search results when focusing provider icons [Jasper; #708868]
 | 
			
		||||
* Add separate hover/active states to page indicators [Carlos; #708852]
 | 
			
		||||
* Tweak appearance of user name and avatar [Yash; #702309]
 | 
			
		||||
* Hide "Turn On" in network menu when disabled by hardware [Giovanni; #709635]
 | 
			
		||||
* Cancel open keyring prompts when the screen is locked [Florian; #708910]
 | 
			
		||||
* Differentiate "Not Connected" and "Off" in network menu [Giovanni; #709043]
 | 
			
		||||
* Make network settings items point to the right device [Giovanni; #709246]
 | 
			
		||||
* Remove animation of window preview titles [Sebastien; #709392]
 | 
			
		||||
* Add 'Notifications' switch to tray menu [Florian; #707073]
 | 
			
		||||
* Make dropdown arrows consistent [Carlos; #709564]
 | 
			
		||||
* power: Use icon from primary device for status [Jasper; #709925]
 | 
			
		||||
* Fix XDND drags to overview [Adel; #708887]
 | 
			
		||||
* Fix workspace switcher disappearing with too many workspaces [Jasper; #694881]
 | 
			
		||||
* Handle search results with 'special:' prefix specially [Giovanni; #707055]
 | 
			
		||||
* gdm: Support pre-authenticated logins from oVirt [Vinzenz; #702162]
 | 
			
		||||
* Use ARROW role for labels representing arrows [Alejandro; #710120]
 | 
			
		||||
* Make selected view in app picker persistent [Florian; #710042]
 | 
			
		||||
* Make network selector navigable by keyboard [Alejandro; #710144]
 | 
			
		||||
* Misc bug fixes [Florian, Adel, Jasper, Aleksander, Giovanni, Dan, Michael,
 | 
			
		||||
  Tim; #709034, #709263, #698486, #709286, #709248, #709543, #696564, #703265,
 | 
			
		||||
  #709638, #709866, #709998, #710019, #710104, #710115]
 | 
			
		||||
 | 
			
		||||
Contributors:
 | 
			
		||||
  Giovanni Campagna, Michael Catanzaro, Vinzenz Feenstra, Adel Gadllah,
 | 
			
		||||
  Yash Girdhar, Sebastien Lafargue, Tim Lunn, Aleksander Morgado,
 | 
			
		||||
  Florian Müllner, Alejandro Piñeiro, Carlos Soriano, Jasper St. Pierre,
 | 
			
		||||
  Dieter Verfaillie, Dan Winship
 | 
			
		||||
 | 
			
		||||
Translations:
 | 
			
		||||
  Inaki Larranaga Murgoitio [eu], Christian Kirbach [de], Muhammet Kara [tr],
 | 
			
		||||
  Aurimas Černius [lt], Ryan Lortie [eo], Rūdolfs Mazurs [lv],
 | 
			
		||||
  Dušan Kazik [sk], Fran Diéguez [gl], Enrico Nicoletto [pt_BR],
 | 
			
		||||
  Kjartan Maraas [nb], Victor Ibragimov [tg], Matej Urbančič [sl],
 | 
			
		||||
  A S Alam [pa], Nilamdyuti Goswami [as], Daniel Mustieles [es],
 | 
			
		||||
  Cheng-Chia Tseng [zh_HK, zh_TW], Mattias Põldaru [et], Kenneth Nielsen [da],
 | 
			
		||||
  Milo Casagrande [it], Marek Černocký [cs], Ihar Hrachyshka [be],
 | 
			
		||||
  Мирослав Николић [sr, sr@latin], Arash Mousavi [fa], Yuri Myasoedov [ru],
 | 
			
		||||
  Gil Forcada [ca], Carles Ferrando [ca@valencia], Andika Triwidada [id],
 | 
			
		||||
  Timo Jyrinki [fi], Piotr Drąg [pl], Rafael Ferreira [pt_BR],
 | 
			
		||||
  Gabor Kelemen [hu], Yosef Or Boczko [he], Daniel Korostil [uk],
 | 
			
		||||
  Wouter Bolsterlee [nl], António Lima [pt]
 | 
			
		||||
 | 
			
		||||
3.10.0.1
 | 
			
		||||
=========
 | 
			
		||||
* Fix login screen [Ray; #708691]
 | 
			
		||||
 | 
			
		||||
Contributors:
 | 
			
		||||
  Ray Strode, Giovanni Campagna, Jasper St. Pierree
 | 
			
		||||
 | 
			
		||||
Translations:
 | 
			
		||||
  Kjartan Maraas [nb], Marek Černocký [cs], A S Alam [pa], Daniel Mustieles [es],
 | 
			
		||||
  Ihar Hrachyshka [be], Chao-Hsiung Liao [zh_HK], Nilamdyuti Goswami [as],
 | 
			
		||||
  Yuri Myasoedov [ru], Baurzhan Muftakhidinov [kk]
 | 
			
		||||
 | 
			
		||||
3.10.0
 | 
			
		||||
======
 | 
			
		||||
* Fix fade effect in ScrollViews [Carlos; #708256]
 | 
			
		||||
* network: Resync when activating connection changes [Jasper; #708322]
 | 
			
		||||
* Close run dialog when the screen locks [Florian; #708218]
 | 
			
		||||
* Fix entry growing out of password dialogs [Florian; #708324, #703833]
 | 
			
		||||
* Vertically center labels in submenu items [Jasper; #708330]
 | 
			
		||||
* https://bugzilla.gnome.org/show_bug.cgi?id=708387 [Mike; #708387]
 | 
			
		||||
* Fix bluetooth icon not being added to status menu [Jasper; #708541]
 | 
			
		||||
* Fix GNOME 2 keyring dialogs appearing on lock screen [Florian; #708187]
 | 
			
		||||
* Fix passwords being cleared twice when authentication fails [Florian; #708186]
 | 
			
		||||
* Fix message tray appearing in a11y popup on login screen [Florian; #708380]
 | 
			
		||||
* Increase width of aggregate menu popup [Adel; #708472]
 | 
			
		||||
 | 
			
		||||
Contributors:
 | 
			
		||||
  Adel Gadllah, Mike Gorse, Ryan Lortie, Florian Müllner, Frédéric Péters,
 | 
			
		||||
  Carlos Soriano, Jasper St. Pierre, Rico Tzschichholz
 | 
			
		||||
 | 
			
		||||
Translations:
 | 
			
		||||
  Daniel Șerbănescu [ro], Ryan Lortie [eo], Ihar Hrachyshka [be],
 | 
			
		||||
  A S Alam [pa], Jiro Matsuzawa [ja], Chao-Hsiung Liao [zh_HK, zh_TW],
 | 
			
		||||
  Piotr Drąg [pl], Kristjan SCHMIDT [eo], Daniel Korostil [uk],
 | 
			
		||||
  Rūdolfs Mazurs [lv], Reinout van Schouwen [nl], Yosef Or Boczko [he],
 | 
			
		||||
  Fran Diéguez [gl], António Lima [pt], Andika Triwidada [id],
 | 
			
		||||
  Alexandre Franke [fr], Rafael Ferreira [pt_BR], Milo Casagrande [it],
 | 
			
		||||
  Kenneth Nielsen [da], Matej Urbančič [sl]
 | 
			
		||||
 | 
			
		||||
3.9.92
 | 
			
		||||
======
 | 
			
		||||
* Don't show page indicators if there's only one page [Florian; #707363]
 | 
			
		||||
* Make :active style of app and non-app results consistent [Jakub; #704714]
 | 
			
		||||
* Fade app pages when scrolled [Florian; #707409]
 | 
			
		||||
* Don't block scrolling on page indicators [Carlos; #707609]
 | 
			
		||||
* Tweak visual appearance of folder views [Florian; #707662]
 | 
			
		||||
* Don't put minimized apps at the end of the app switcher [Florian; #707663]
 | 
			
		||||
* Merge the wayland branch [Giovanni, Neil; #707467]
 | 
			
		||||
* Make search entry behave better in RTL locales [Matthias, Florian; #705779]
 | 
			
		||||
* Allow to change app pages with pageUp/pageDown keys [Carlos; #707979]
 | 
			
		||||
* Set approriate a11y states on expandable menu items [Alejandro; #708038]
 | 
			
		||||
* Improve page indicator animation [Carlos; #707565]
 | 
			
		||||
* Misc bug fixes and cleanups [Florian, Olivier, Jasper, Giovanni, Magdalen,
 | 
			
		||||
  Adel, Carlos, Rico, Joanmarie; #707308, #707430, #707508, #707557, #707600,
 | 
			
		||||
  #707614, #707666, #707814, #707806, #707801, #707889, #707892, #707935,
 | 
			
		||||
  #707842, #707940, #707996, #708007, #708009, #708020, #707580, #708080]
 | 
			
		||||
 | 
			
		||||
Contributors:
 | 
			
		||||
  Magdalen Berns, Olivier Blin, Giovanni Campagna, Matthias Clasen,
 | 
			
		||||
  Joanmarie Diggs, Adel Gadllah, Florian Müllner, Alejandro Piñeiro,
 | 
			
		||||
  Neil Roberts, Carlos Soriano, Jasper St. Pierre, Jakub Steiner,
 | 
			
		||||
  Rico Tzschichholz
 | 
			
		||||
 | 
			
		||||
Translations:
 | 
			
		||||
  Rafael Ferreira [pt_BR], Fran Diéguez [gl], Daniel Mustieles [es],
 | 
			
		||||
  Aurimas Černius [lt], Luca Ferretti [it], Piotr Drąg [pl],
 | 
			
		||||
  Chao-Hsiung Liao [zh_HK, zh_TW], Timo Jyrinki [fi], Daniel Korostil [uk],
 | 
			
		||||
  Dušan Kazik [sk], Adam Matoušek [cs], Marek Černocký [cs],
 | 
			
		||||
  Jiro Matsuzawa [ja], Yuri Myasoedov [ru], Tobias Endrigkeit [de],
 | 
			
		||||
  Kjartan Maraas [nb], Victor Ibragimov [tg], Мирослав Николић [sr, sr@latin],
 | 
			
		||||
  A S Alam [pa], Khaled Hosny [ar], Andika Triwidada [id],
 | 
			
		||||
  Nilamdyuti Goswami [as], Ihar Hrachyshka [be], Rūdolfs Mazurs [lv],
 | 
			
		||||
  Mattias Põldaru [et], Gabor Kelemen [hu], Bruce Cowan [en_GB],
 | 
			
		||||
  Matej Urbančič [sl], Enrico Nicoletto [pt_BR], Benjamin Steinwender [de],
 | 
			
		||||
  Changwoo Ryu [ko], Kris Thomsen [da], Alexandre Franke [fr],
 | 
			
		||||
  Evgeny Bobkin [ru], Baurzhan Muftakhidinov [kk], Peter Mráz [sk],
 | 
			
		||||
  Inaki Larranaga Murgoitio [eu], Yosef Or Boczko [he]
 | 
			
		||||
 | 
			
		||||
3.9.91
 | 
			
		||||
======
 | 
			
		||||
* Improve submenu styling [Jakub; #706037]
 | 
			
		||||
* Fix changing slider values via keyboard [Alejandro; #706386]
 | 
			
		||||
* Fix accessibility of sliders [Alejandro; #706391]
 | 
			
		||||
* Tweak system actions style [Jakub; #706638]
 | 
			
		||||
* Add support for auth without username / fix Not Listed? [Ray; #706607]
 | 
			
		||||
* Dash: Don't show tooltips for apps with open popups [Giovanni; #705611]
 | 
			
		||||
* Implement new end-session/power-off dialog design [Jasper, Matthias; #706612]
 | 
			
		||||
* Implement building separate binaries for x11 and wayland [Giovanni; #705497]
 | 
			
		||||
* authPrompt: Fix controls moving when showing messages [Ray; #706670]
 | 
			
		||||
* Tweak padding between system status icons [Allan; #706796]
 | 
			
		||||
* Add a generic accessible usable by JS code [Alejandro; #648623]
 | 
			
		||||
* Improve keynav and accessibility of the calendar [Alejandro; #706903]
 | 
			
		||||
* Update to new NetworkManager APIs [Jasper; #706098]
 | 
			
		||||
* Hide system actions section in the lock screen [Jasper; #706852]
 | 
			
		||||
* Don't show other logged in users at log out [Giovanni; #707124]
 | 
			
		||||
* Remove "Session" subtitle heading in login dialog [Jasper; #707072]
 | 
			
		||||
* dash: Reload favorites when installed apps change [Giovanni; #706878]
 | 
			
		||||
* Don't open overview after closing last window on workspace [Florian; #662581]
 | 
			
		||||
* Add FocusApp DBus method [Giovanni; #654086]
 | 
			
		||||
* Add ShowApplications DBus method [Giovanni; #698743]
 | 
			
		||||
* Implement new app picker design [Carlos, Florian; #706081]
 | 
			
		||||
* Improve frequent apps being empty by default [Carlos, Florian; #694710]
 | 
			
		||||
* Extend clickable area of page indicators [Giovanni; #707314]
 | 
			
		||||
 | 
			
		||||
* Misc bug fixes [Ray, Giovanni, Jasper, Emmanuele; #706542, #706654, #706005,
 | 
			
		||||
  #706681, #706841, #706843, #707064, #706262, #707197, #707269]
 | 
			
		||||
 | 
			
		||||
Contributors:
 | 
			
		||||
  Emmanuele Bassi, Giovanni Campagna, Matthias Clasen, Allan Day, Adel Gadllah,
 | 
			
		||||
  Florian Müllner, Alejandro Piñeiro, Carlos Soriano, Jasper St. Pierre,
 | 
			
		||||
  Jakub Steiner, Ray Strode, Seán de Búrca
 | 
			
		||||
 | 
			
		||||
Translations:
 | 
			
		||||
  Piotr Drąg [pl], Kjartan Maraas [nb], Victor Ibragimov [tg],
 | 
			
		||||
  Enrico Nicoletto [pt_BR], Benjamin Steinwender [de],
 | 
			
		||||
  Baurzhan Muftakhidinov [kk], Aurimas Černius [lt], Seán de Búrca [ga],
 | 
			
		||||
  Fran Diéguez [gl], Daniel Mustieles [es], Dušan Kazik [sk],
 | 
			
		||||
  Matej Urbančič [sl], Andika Triwidada [id], Jordi Mas [ca],
 | 
			
		||||
  Ihar Hrachyshka [be]
 | 
			
		||||
 | 
			
		||||
3.9.90
 | 
			
		||||
======
 | 
			
		||||
* workspaceThumbnails: Exclude transient windows when shifting workspaces
 | 
			
		||||
  [Bradley; #705174]
 | 
			
		||||
* Never show a horizontal scrollbar on lock screen [Jasper; #704327]
 | 
			
		||||
* authPrompt: Fix disable-user-list / Not Listed? [Ray; #705370]
 | 
			
		||||
* Animate the lock screen notification transitions [Giovanni; #687660]
 | 
			
		||||
* Wake up the screen when new notifications appear [Giovanni; #703084]
 | 
			
		||||
* Use StartupWMClass for application matching [Giovanni; #673657, #705801]
 | 
			
		||||
* dateMenu: Add style class for the clock label [Jonh; #705634]
 | 
			
		||||
* keyboard: Translate IBus IME name if possible [Daiki; #695673]
 | 
			
		||||
* power: Display single digit minutes correctly [Sebastian; #705803]
 | 
			
		||||
* Implement new aggregate status menu [Jasper; #705845]
 | 
			
		||||
* Improve triangle animation when expanding sub-menus [Tarun; #703109]
 | 
			
		||||
* Fix alignment of search provider icons [Tarun; #695760]
 | 
			
		||||
* Slide dash and workspace switcher on overview transitions [Tarun; #694262]
 | 
			
		||||
* Respect always-show-universal-access-status setting [Tanner; #705733]
 | 
			
		||||
* Handle .desktop files with capital letters [Giovanni; #706252]
 | 
			
		||||
* authPrompt: Add smartcard support [Ray; #683437]
 | 
			
		||||
* Fix call notifications in busy mode [Emilio; #666221]
 | 
			
		||||
* Improve triangle animation when expanding sub-menus [Tarun; #703109]
 | 
			
		||||
* Move message tray menu to a tray button [Jasper; #699272]
 | 
			
		||||
* Wi-fi dialog improvements [Jasper, Allan; #705916, #706136]
 | 
			
		||||
* Work towards running as wayland compositor [Giovanni]
 | 
			
		||||
 - Switch to Mutter abstraction layer for cursor tracking [#705911]
 | 
			
		||||
 - Add confirmation dialog for display changes [#706208]
 | 
			
		||||
* Use a different background in screen shield [Giovanni; #688210]
 | 
			
		||||
* Add fade animation before blanking the screen [Giovanni; #699112]
 | 
			
		||||
* Misc. bugfixes and cleanups [Jasper, Giovanni, Adel, Colin, Ray, Florian,
 | 
			
		||||
  Magdalen; #704448, #702536, #686855, #695581, #700901, #701761, #701495,
 | 
			
		||||
  #701848, #697833, #701731, #705664, #705840, #705898, #706089, #706153,
 | 
			
		||||
  #704646, #706262, #706324, #703810, #703811, #704015, #706232, #705917,
 | 
			
		||||
  #706536]
 | 
			
		||||
 | 
			
		||||
Contributors:
 | 
			
		||||
  Magdalen Berns, Giovanni Campagna, Allan Day, Tanner Doshier, Adel Gadllah,
 | 
			
		||||
  Sebastian Keller, Tarun Kumar Joshi, Florian Müllner, Bradley Pankow,
 | 
			
		||||
  Emilio Pozuelo Monfort, Jasper St. Pierre, Ray Strode, Rico Tzschichholz,
 | 
			
		||||
  Daiki Ueno, Colin Walters, Jonh Wendell
 | 
			
		||||
 | 
			
		||||
Translations:
 | 
			
		||||
  Kjartan Maraas [nb], Aurimas Černius [lt], Yaron Shahrabani [he],
 | 
			
		||||
  Fran Diéguez [gl], Gabor Kelemen [hu],
 | 
			
		||||
  Juan Diego Martins da Costa Cruz [pt_BR], Inaki Larranaga Murgoitio [eu],
 | 
			
		||||
  Yuri Myasoedov [ru], Daniel Mustieles [es], Seán de Búrca [ga],
 | 
			
		||||
  Khaled Hosny [ar], Victor Ibragimov [tg], Friedel Wolff [af],
 | 
			
		||||
  Marek Černocký [cs], Matej Urbančič [sl], A S Alam [pa],
 | 
			
		||||
  Rafael Ferreira [pt_BR], Andika Triwidada [id], Dušan Kazik [sk]
 | 
			
		||||
 | 
			
		||||
3.9.5
 | 
			
		||||
=====
 | 
			
		||||
* Fix width changes of the calendar popup [Florian; #704200]
 | 
			
		||||
* Work towards aggregate status menu [Jasper; #702539, #704336, #704368,
 | 
			
		||||
  #704670]
 | 
			
		||||
* Update design of lock screen notifications [Allan; #702305]
 | 
			
		||||
* Don't show empty backgroundMenu [Michael; #703868]
 | 
			
		||||
* Add option to limit app switcher to current workspace [Adel; #703538]
 | 
			
		||||
* Consolidate design of login screen and unlock dialog [Ray; #702308, #704795]
 | 
			
		||||
* Respect hasWorkspace property of session mode [Jasper; #698593]
 | 
			
		||||
* Fix fade of app menu icon in RTL locales [Jasper; #704583]
 | 
			
		||||
* Destroy notifications when the close button is clicked [Adel; #687016]
 | 
			
		||||
* Fix clicks on legacy tray icons in the message tray [Florian; #704095]
 | 
			
		||||
* authPrompt: Fade out message if users start to type [Ray; #704817]
 | 
			
		||||
* Export timestamps of global shortcuts on DBus [Bastien; #704859]
 | 
			
		||||
* Fix duplicate search provider results [Jasper; #700283]
 | 
			
		||||
* Misc bug fixes and cleanups [Lionel, Florian, Emilio, Ray, Jasper; #703859,
 | 
			
		||||
  #703540, #704077, #703997, #704318, #704347, #704265, #704411, #704430,
 | 
			
		||||
  #704347, #704453, #704471, #704542, #704707, #703905, #705037]
 | 
			
		||||
 | 
			
		||||
Contributors:
 | 
			
		||||
  Allan Day, Adel Gadllah, Lionel Landwerlin, Florian Müllner, Bastien Nocera,
 | 
			
		||||
  Emilio Pozuelo Monfort, Jasper St. Pierre, Ray Strode, Colin Walters,
 | 
			
		||||
  Michael Wood
 | 
			
		||||
 | 
			
		||||
Translations:
 | 
			
		||||
  eternalhui [zh_CN], Victor Ibragimov [tg], Dušan Kazik [sk],
 | 
			
		||||
  Jiro Matsuzawa [ja], Kjartan Maraas [nb], Milo Casagrande [it],
 | 
			
		||||
  Marek Černocký [cs], Daniel Mustieles [es], Benjamin Steinwender [de]
 | 
			
		||||
 | 
			
		||||
3.9.4
 | 
			
		||||
=====
 | 
			
		||||
* Fix chat entries not being focused when expanded [Jasper; #698778]
 | 
			
		||||
* Fix alignment of "Not Listed?" label [Mathieu; #702307]
 | 
			
		||||
* Fix alignment of time stamps in chat notifications [Carlos; #687809]
 | 
			
		||||
* Round the ends of slider trough [Jasper; #702825]
 | 
			
		||||
* Add support for "box-shadow: none" [Cosimo; #702782]
 | 
			
		||||
* Keep chrome below popup windows [Florian; #702338]
 | 
			
		||||
* Move the session list to a popup menu [Ray; #702818]
 | 
			
		||||
* Fix autorun notifications for "non-native" volumes [Matthias; #703418]
 | 
			
		||||
* dnd: Speed up by not picking on each motion event [Jasper; #703443]
 | 
			
		||||
* Fix management of asynchronous background loading [Lionel; #703001]
 | 
			
		||||
* Rework focus handling [Jasper; #700735]
 | 
			
		||||
* Optimize box-shadow rendering [Lionel; #689858]
 | 
			
		||||
* Remove support for fixed positioning in BoxLayouts [Florian; #703808]
 | 
			
		||||
* Misc bug fixes and cleanups [Adel, Jasper, Florian, Ray, Lionel, Emilio;
 | 
			
		||||
  #702849, #610279, #703132, #703105, #703160, #703126, #703304, #703403,
 | 
			
		||||
  #698593, #703442, #703565, #700901, #703874, #703807, #703893, #703909]
 | 
			
		||||
 | 
			
		||||
Contributors:
 | 
			
		||||
  Mathieu Bridon, Giovanni Campagna, Cosimo Cecchi, Matthias Clasen,
 | 
			
		||||
  Fran Diéguez, Adel Gadllah, Lionel Landwerlin, Florian Müllner,
 | 
			
		||||
  Emilio Pozuelo Monfort, Carlos Soriano, Jasper St. Pierre, Ray Strode
 | 
			
		||||
 | 
			
		||||
Translations:
 | 
			
		||||
  Baurzhan Muftakhidinov [kk], Marek Černocký [cs], Daniel Mustieles [es],
 | 
			
		||||
  Fran Diéguez [gl], Kjartan Maraas [nb], Andika Triwidada [id],
 | 
			
		||||
  Benjamin Steinwender [de], Nguyễn Thái Ngọc Duy [vi], Trần Ngọc Quân [vi]
 | 
			
		||||
 | 
			
		||||
3.9.3
 | 
			
		||||
=====
 | 
			
		||||
* Don't push window thumbs when workspace switcher is hidden [Jasper; #701167]
 | 
			
		||||
 
 | 
			
		||||
@@ -17,4 +17,5 @@ libgnome_shell_browser_plugin_la_SOURCES = 	\
 | 
			
		||||
 | 
			
		||||
libgnome_shell_browser_plugin_la_CFLAGS = 	\
 | 
			
		||||
	$(BROWSER_PLUGIN_CFLAGS)		\
 | 
			
		||||
	-DG_DISABLE_DEPRECATED			\
 | 
			
		||||
	-DG_LOG_DOMAIN=\"GnomeShellBrowserPlugin\"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										98
									
								
								configure.ac
									
									
									
									
									
								
							
							
						
						@@ -1,5 +1,5 @@
 | 
			
		||||
AC_PREREQ(2.63)
 | 
			
		||||
AC_INIT([gnome-shell],[3.11.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
 | 
			
		||||
AC_INIT([gnome-shell],[3.9.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
 | 
			
		||||
 | 
			
		||||
AC_CONFIG_HEADERS([config.h])
 | 
			
		||||
AC_CONFIG_SRCDIR([src/shell-global.c])
 | 
			
		||||
@@ -16,7 +16,6 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 | 
			
		||||
 | 
			
		||||
# Checks for programs.
 | 
			
		||||
AC_PROG_CC
 | 
			
		||||
AC_PROG_CXX
 | 
			
		||||
 | 
			
		||||
# Initialize libtool
 | 
			
		||||
LT_PREREQ([2.2.6])
 | 
			
		||||
@@ -25,6 +24,9 @@ LT_INIT([disable-static])
 | 
			
		||||
# i18n
 | 
			
		||||
IT_PROG_INTLTOOL([0.40])
 | 
			
		||||
 | 
			
		||||
AM_GNU_GETTEXT([external])
 | 
			
		||||
AM_GNU_GETTEXT_VERSION([0.17])
 | 
			
		||||
 | 
			
		||||
GETTEXT_PACKAGE=gnome-shell
 | 
			
		||||
AC_SUBST(GETTEXT_PACKAGE)
 | 
			
		||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
 | 
			
		||||
@@ -51,32 +53,17 @@ if $PKG_CONFIG --exists gstreamer-1.0 '>=' $GSTREAMER_MIN_VERSION ; then
 | 
			
		||||
   AC_MSG_RESULT(yes)
 | 
			
		||||
   build_recorder=true
 | 
			
		||||
   recorder_modules="gstreamer-1.0 gstreamer-base-1.0 x11 gtk+-3.0"
 | 
			
		||||
   PKG_CHECK_MODULES(TEST_SHELL_RECORDER, $recorder_modules clutter-1.0)
 | 
			
		||||
   PKG_CHECK_MODULES(TEST_SHELL_RECORDER, $recorder_modules clutter-1.0 xfixes)
 | 
			
		||||
else
 | 
			
		||||
   AC_MSG_RESULT(no)
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
AM_CONDITIONAL(BUILD_RECORDER, $build_recorder)
 | 
			
		||||
 | 
			
		||||
AC_ARG_ENABLE([systemd],
 | 
			
		||||
              AS_HELP_STRING([--enable-systemd], [Use systemd]),
 | 
			
		||||
              [enable_systemd=$enableval],
 | 
			
		||||
              [enable_systemd=auto])
 | 
			
		||||
AS_IF([test x$enable_systemd != xno], [
 | 
			
		||||
  AC_MSG_CHECKING([for libsystemd-journal])
 | 
			
		||||
  PKG_CHECK_EXISTS([libsystemd-journal],
 | 
			
		||||
                   [have_systemd=yes
 | 
			
		||||
                    AC_DEFINE([HAVE_SYSTEMD], [1], [Define if we have systemd])],
 | 
			
		||||
                   [have_systemd=no])
 | 
			
		||||
  AC_MSG_RESULT($have_systemd)
 | 
			
		||||
])
 | 
			
		||||
 | 
			
		||||
AC_MSG_RESULT($enable_systemd)
 | 
			
		||||
 | 
			
		||||
CLUTTER_MIN_VERSION=1.13.4
 | 
			
		||||
GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1
 | 
			
		||||
GJS_MIN_VERSION=1.38.1
 | 
			
		||||
MUTTER_MIN_VERSION=3.11.1
 | 
			
		||||
GJS_MIN_VERSION=1.35.4
 | 
			
		||||
MUTTER_MIN_VERSION=3.9.3
 | 
			
		||||
GTK_MIN_VERSION=3.7.9
 | 
			
		||||
GIO_MIN_VERSION=2.37.0
 | 
			
		||||
LIBECAL_MIN_VERSION=3.5.3
 | 
			
		||||
@@ -86,60 +73,41 @@ POLKIT_MIN_VERSION=0.100
 | 
			
		||||
STARTUP_NOTIFICATION_MIN_VERSION=0.11
 | 
			
		||||
GCR_MIN_VERSION=3.7.5
 | 
			
		||||
GNOME_DESKTOP_REQUIRED_VERSION=3.7.90
 | 
			
		||||
GNOME_MENUS_REQUIRED_VERSION=3.5.3
 | 
			
		||||
NETWORKMANAGER_MIN_VERSION=0.9.8
 | 
			
		||||
PULSE_MIN_VERS=2.0
 | 
			
		||||
 | 
			
		||||
# Collect more than 20 libraries for a prize!
 | 
			
		||||
SHARED_PCS="gio-unix-2.0 >= $GIO_MIN_VERSION
 | 
			
		||||
            libxml-2.0
 | 
			
		||||
            gtk+-3.0 >= $GTK_MIN_VERSION
 | 
			
		||||
            atk-bridge-2.0
 | 
			
		||||
            gjs-internals-1.0 >= $GJS_MIN_VERSION
 | 
			
		||||
            $recorder_modules
 | 
			
		||||
            gdk-x11-3.0 libsoup-2.4
 | 
			
		||||
            xtst
 | 
			
		||||
            clutter-x11-1.0 >= $CLUTTER_MIN_VERSION
 | 
			
		||||
            clutter-glx-1.0 >= $CLUTTER_MIN_VERSION
 | 
			
		||||
            libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_MIN_VERSION
 | 
			
		||||
            gobject-introspection-1.0 >= $GOBJECT_INTROSPECTION_MIN_VERSION
 | 
			
		||||
            libcanberra libcanberra-gtk3
 | 
			
		||||
            telepathy-glib >= $TELEPATHY_GLIB_MIN_VERSION
 | 
			
		||||
            polkit-agent-1 >= $POLKIT_MIN_VERSION
 | 
			
		||||
            libnm-glib libnm-util >= $NETWORKMANAGER_MIN_VERSION
 | 
			
		||||
            libnm-gtk >= $NETWORKMANAGER_MIN_VERSION
 | 
			
		||||
            libsecret-unstable gcr-base-3 >= $GCR_MIN_VERSION"
 | 
			
		||||
if test x$have_systemd = xyes; then
 | 
			
		||||
  SHARED_PCS="${SHARED_PCS} libsystemd-journal"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
PKG_CHECK_MODULES(GNOME_SHELL, $SHARED_PCS)
 | 
			
		||||
PKG_CHECK_MODULES(MUTTER, libmutter >= $MUTTER_MIN_VERSION)
 | 
			
		||||
PKG_CHECK_MODULES(MUTTER_WAYLAND, [libmutter-wayland >= $MUTTER_MIN_VERSION],
 | 
			
		||||
                 [MUTTER_WAYLAND_TYPELIB_DIR=`$PKG_CONFIG --variable=typelibdir libmutter-wayland`
 | 
			
		||||
                  AC_SUBST(MUTTER_WAYLAND_TYPELIB_DIR)
 | 
			
		||||
                  have_mutter_wayland=yes],
 | 
			
		||||
                 [have_mutter_wayland=no])
 | 
			
		||||
 | 
			
		||||
AM_CONDITIONAL(HAVE_MUTTER_WAYLAND, test $have_mutter_wayland != no)
 | 
			
		||||
PKG_CHECK_MODULES(GNOME_SHELL, gio-unix-2.0 >= $GIO_MIN_VERSION
 | 
			
		||||
			       libxml-2.0
 | 
			
		||||
                               gtk+-3.0 >= $GTK_MIN_VERSION
 | 
			
		||||
                               atk-bridge-2.0
 | 
			
		||||
                               libmutter >= $MUTTER_MIN_VERSION
 | 
			
		||||
                               gjs-internals-1.0 >= $GJS_MIN_VERSION
 | 
			
		||||
			       libgnome-menu-3.0 >= $GNOME_MENUS_REQUIRED_VERSION
 | 
			
		||||
                               $recorder_modules
 | 
			
		||||
                               gdk-x11-3.0 libsoup-2.4
 | 
			
		||||
			       clutter-x11-1.0 >= $CLUTTER_MIN_VERSION
 | 
			
		||||
			       clutter-glx-1.0 >= $CLUTTER_MIN_VERSION
 | 
			
		||||
                               libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_MIN_VERSION
 | 
			
		||||
                               gobject-introspection-1.0 >= $GOBJECT_INTROSPECTION_MIN_VERSION
 | 
			
		||||
			       libcanberra libcanberra-gtk3
 | 
			
		||||
                               telepathy-glib >= $TELEPATHY_GLIB_MIN_VERSION
 | 
			
		||||
                               polkit-agent-1 >= $POLKIT_MIN_VERSION xfixes
 | 
			
		||||
                               libnm-glib libnm-util >= $NETWORKMANAGER_MIN_VERSION
 | 
			
		||||
                               libnm-gtk >= $NETWORKMANAGER_MIN_VERSION
 | 
			
		||||
                               libsecret-unstable gcr-base-3 >= $GCR_MIN_VERSION)
 | 
			
		||||
 | 
			
		||||
PKG_CHECK_MODULES(GNOME_SHELL_JS, gio-2.0 gjs-internals-1.0 >= $GJS_MIN_VERSION)
 | 
			
		||||
PKG_CHECK_MODULES(ST, clutter-1.0 gtk+-3.0 libcroco-0.6 >= 0.6.8 x11)
 | 
			
		||||
PKG_CHECK_MODULES(SHELL_PERF_HELPER, gtk+-3.0 gio-2.0)
 | 
			
		||||
PKG_CHECK_MODULES(SHELL_HOTPLUG_SNIFFER, gio-2.0 gdk-pixbuf-2.0)
 | 
			
		||||
PKG_CHECK_MODULES(BROWSER_PLUGIN, gio-2.0 >= $GIO_MIN_VERSION json-glib-1.0 >= 0.13.2)
 | 
			
		||||
PKG_CHECK_MODULES(TRAY, gtk+-3.0)
 | 
			
		||||
PKG_CHECK_MODULES(GVC, libpulse >= $PULSE_MIN_VERS libpulse-mainloop-glib gobject-2.0)
 | 
			
		||||
PKG_CHECK_MODULES(DESKTOP_SCHEMAS, gsettings-desktop-schemas >= 3.7.4)
 | 
			
		||||
PKG_CHECK_MODULES(CARIBOU, caribou-1.0 >= 0.4.8)
 | 
			
		||||
 | 
			
		||||
AC_ARG_ENABLE(browser-plugin,
 | 
			
		||||
              [AS_HELP_STRING([--enable-browser-plugin],
 | 
			
		||||
                              [Enable browser plugin [default=yes]])],,
 | 
			
		||||
              enable_browser_plugin=yes)
 | 
			
		||||
AS_IF([test x$enable_browser_plugin = xyes], [
 | 
			
		||||
  PKG_CHECK_MODULES(BROWSER_PLUGIN, gio-2.0 >= $GIO_MIN_VERSION json-glib-1.0 >= 0.13.2)
 | 
			
		||||
])
 | 
			
		||||
AM_CONDITIONAL(BUILD_BROWSER_PLUGIN, test x$enable_browser_plugin = xyes)
 | 
			
		||||
 | 
			
		||||
AC_MSG_CHECKING([for bluetooth support])
 | 
			
		||||
PKG_CHECK_EXISTS([gnome-bluetooth-1.0 >= 3.9.0],
 | 
			
		||||
        [BLUETOOTH_DIR=`$PKG_CONFIG --variable=applet_libdir gnome-bluetooth-1.0`
 | 
			
		||||
@@ -164,17 +132,13 @@ AC_SUBST([GNOME_KEYBINDINGS_KEYSDIR])
 | 
			
		||||
GOBJECT_INTROSPECTION_CHECK([$GOBJECT_INTROSPECTION_MIN_VERSION])
 | 
			
		||||
 | 
			
		||||
MUTTER_GIR_DIR=`$PKG_CONFIG --variable=girdir libmutter`
 | 
			
		||||
AC_SUBST(MUTTER_GIR_DIR)
 | 
			
		||||
 | 
			
		||||
MUTTER_TYPELIB_DIR=`$PKG_CONFIG --variable=typelibdir libmutter`
 | 
			
		||||
AC_SUBST(MUTTER_GIR_DIR)
 | 
			
		||||
AC_SUBST(MUTTER_TYPELIB_DIR)
 | 
			
		||||
 | 
			
		||||
GJS_CONSOLE=`$PKG_CONFIG --variable=gjs_console gjs-1.0`
 | 
			
		||||
AC_SUBST(GJS_CONSOLE)
 | 
			
		||||
 | 
			
		||||
GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
 | 
			
		||||
AC_SUBST(GLIB_COMPILE_RESOURCES)
 | 
			
		||||
 | 
			
		||||
AC_CHECK_FUNCS(fdwalk)
 | 
			
		||||
AC_CHECK_FUNCS(mallinfo)
 | 
			
		||||
AC_CHECK_HEADERS([sys/resource.h])
 | 
			
		||||
@@ -209,6 +173,10 @@ AM_CONDITIONAL(ENABLE_MAN, test "$enable_man" != no)
 | 
			
		||||
 | 
			
		||||
GNOME_COMPILE_WARNINGS([error])
 | 
			
		||||
 | 
			
		||||
AC_ARG_ENABLE(jhbuild-wrapper-script,
 | 
			
		||||
  AS_HELP_STRING([--enable-jhbuild-wrapper-script],[Make "gnome-shell" script work for jhbuild]),,enable_jhbuild_wrapper_script=no)
 | 
			
		||||
AM_CONDITIONAL(USE_JHBUILD_WRAPPER_SCRIPT, test "x$enable_jhbuild_wrapper_script" = xyes)
 | 
			
		||||
 | 
			
		||||
BROWSER_PLUGIN_DIR="${BROWSER_PLUGIN_DIR:-"\${libdir}/mozilla/plugins"}"
 | 
			
		||||
AC_ARG_VAR([BROWSER_PLUGIN_DIR],[Where to install the plugin to])
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										12
									
								
								data/50-gnome-shell-screenshot.xml.in
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,12 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" ?>
 | 
			
		||||
<KeyListEntries schema="org.gnome.shell.keybindings"
 | 
			
		||||
                group="system"
 | 
			
		||||
                _name="Screenshots"
 | 
			
		||||
                wm_name="GNOME Shell"
 | 
			
		||||
                package="gnome-shell">
 | 
			
		||||
 | 
			
		||||
	<KeyListEntry name="toggle-recording"
 | 
			
		||||
                      _description="Record a screencast"/>
 | 
			
		||||
 | 
			
		||||
</KeyListEntries>
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +1,8 @@
 | 
			
		||||
wandadir = $(pkgdatadir)
 | 
			
		||||
dist_wanda_DATA = wanda.png
 | 
			
		||||
 | 
			
		||||
desktopdir=$(datadir)/applications
 | 
			
		||||
desktop_DATA = gnome-shell.desktop gnome-shell-extension-prefs.desktop
 | 
			
		||||
if HAVE_MUTTER_WAYLAND
 | 
			
		||||
desktop_DATA += gnome-shell-wayland.desktop
 | 
			
		||||
endif HAVE_MUTTER_WAYLAND
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# We substitute in bindir so it works as an autostart
 | 
			
		||||
# file when built in a non-system prefix
 | 
			
		||||
@@ -42,10 +41,6 @@ dist_theme_DATA =				\
 | 
			
		||||
	theme/message-tray-background.png	\
 | 
			
		||||
	theme/more-results.svg			\
 | 
			
		||||
	theme/noise-texture.png			\
 | 
			
		||||
	theme/page-indicator-active.svg		\
 | 
			
		||||
	theme/page-indicator-inactive.svg	\
 | 
			
		||||
	theme/page-indicator-checked.svg	\
 | 
			
		||||
	theme/page-indicator-hover.svg		\
 | 
			
		||||
	theme/panel-button-border.svg		\
 | 
			
		||||
	theme/panel-button-highlight-narrow.svg	\
 | 
			
		||||
	theme/panel-button-highlight-wide.svg	\
 | 
			
		||||
@@ -61,7 +56,10 @@ dist_theme_DATA =				\
 | 
			
		||||
	theme/ws-switch-arrow-down.png
 | 
			
		||||
 | 
			
		||||
keysdir = @GNOME_KEYBINDINGS_KEYSDIR@
 | 
			
		||||
keys_in_files = 50-gnome-shell-system.xml.in
 | 
			
		||||
keys_in_files =					\
 | 
			
		||||
	50-gnome-shell-screenshot.xml.in	\
 | 
			
		||||
	50-gnome-shell-system.xml.in		\
 | 
			
		||||
	$(NULL)
 | 
			
		||||
keys_DATA = $(keys_in_files:.xml.in=.xml)
 | 
			
		||||
 | 
			
		||||
gsettings_SCHEMAS = org.gnome.shell.gschema.xml
 | 
			
		||||
@@ -86,7 +84,6 @@ convert_DATA = gnome-shell-overrides.convert
 | 
			
		||||
 | 
			
		||||
EXTRA_DIST =						\
 | 
			
		||||
	gnome-shell.desktop.in.in			\
 | 
			
		||||
	gnome-shell-wayland.desktop.in.in		\
 | 
			
		||||
	gnome-shell-extension-prefs.desktop.in.in	\
 | 
			
		||||
	$(introspection_DATA)				\
 | 
			
		||||
	$(menu_DATA)					\
 | 
			
		||||
@@ -96,7 +93,6 @@ EXTRA_DIST =						\
 | 
			
		||||
 | 
			
		||||
CLEANFILES =						\
 | 
			
		||||
	gnome-shell.desktop.in				\
 | 
			
		||||
	gnome-shell-wayland.desktop.in			\
 | 
			
		||||
	gnome-shell-extension-prefs.in			\
 | 
			
		||||
	$(desktop_DATA)					\
 | 
			
		||||
	$(keys_DATA)					\
 | 
			
		||||
 
 | 
			
		||||
@@ -1,15 +0,0 @@
 | 
			
		||||
[Desktop Entry]
 | 
			
		||||
Type=Application
 | 
			
		||||
_Name=GNOME Shell (wayland compositor)
 | 
			
		||||
_Comment=Window management and application launching
 | 
			
		||||
Exec=@bindir@/mutter-launch -- gnome-shell-wayland --wayland
 | 
			
		||||
X-GNOME-Bugzilla-Bugzilla=GNOME
 | 
			
		||||
X-GNOME-Bugzilla-Product=gnome-shell
 | 
			
		||||
X-GNOME-Bugzilla-Component=general
 | 
			
		||||
X-GNOME-Bugzilla-Version=@VERSION@
 | 
			
		||||
Categories=GNOME;GTK;Core;
 | 
			
		||||
OnlyShowIn=GNOME;
 | 
			
		||||
NoDisplay=true
 | 
			
		||||
X-GNOME-Autostart-Phase=DisplayServer
 | 
			
		||||
X-GNOME-Autostart-Notify=true
 | 
			
		||||
X-GNOME-AutoRestart=false
 | 
			
		||||
@@ -37,13 +37,6 @@
 | 
			
		||||
        application view, rather than being displayed inline in the main view.
 | 
			
		||||
      </_description>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key name="app-picker-view" type="u">
 | 
			
		||||
      <default>0</default>
 | 
			
		||||
      <summary>App Picker View</summary>
 | 
			
		||||
      <description>
 | 
			
		||||
        Index of the currently selected view in the application picker.
 | 
			
		||||
      </description>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key name="command-history" type="as">
 | 
			
		||||
      <default>[]</default>
 | 
			
		||||
      <_summary>History for command (Alt-F2) dialog</_summary>
 | 
			
		||||
@@ -52,6 +45,16 @@
 | 
			
		||||
      <default>[]</default>
 | 
			
		||||
      <_summary>History for the looking glass dialog</_summary>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key name="saved-im-presence" type="i">
 | 
			
		||||
      <default>1</default>
 | 
			
		||||
      <_summary>Internally used to store the last IM presence explicitly set by the user. The
 | 
			
		||||
value here is from the TpConnectionPresenceType enumeration.</_summary>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key name="saved-session-presence" type="i">
 | 
			
		||||
      <default>0</default>
 | 
			
		||||
      <_summary>Internally used to store the last session presence status for the user. The
 | 
			
		||||
value here is from the GsmPresenceStatus enumeration.</_summary>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key name="always-show-log-out" type="b">
 | 
			
		||||
      <default>false</default>
 | 
			
		||||
      <_summary>Always show the 'Log out' menuitem in the user menu.</_summary>
 | 
			
		||||
@@ -71,6 +74,7 @@
 | 
			
		||||
      </_description>
 | 
			
		||||
    </key>
 | 
			
		||||
    <child name="calendar" schema="org.gnome.shell.calendar"/>
 | 
			
		||||
    <child name="recorder" schema="org.gnome.shell.recorder"/>
 | 
			
		||||
    <child name="keybindings" schema="org.gnome.shell.keybindings"/>
 | 
			
		||||
    <child name="keyboard" schema="org.gnome.shell.keyboard"/>
 | 
			
		||||
  </schema>
 | 
			
		||||
@@ -124,6 +128,13 @@
 | 
			
		||||
        Keybinding to focus the active notification.
 | 
			
		||||
      </_description>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key name="toggle-recording" type="as">
 | 
			
		||||
      <default><![CDATA[['<Control><Shift><Alt>r']]]></default>
 | 
			
		||||
      <_summary>Keybinding to toggle the screen recorder</_summary>
 | 
			
		||||
      <_description>
 | 
			
		||||
        Keybinding to start/stop the builtin screen recorder.
 | 
			
		||||
      </_description>
 | 
			
		||||
    </key>
 | 
			
		||||
  </schema>
 | 
			
		||||
 | 
			
		||||
  <schema id="org.gnome.shell.keyboard" path="/org/gnome/shell/keyboard/"
 | 
			
		||||
@@ -137,16 +148,41 @@
 | 
			
		||||
    </key>
 | 
			
		||||
  </schema>
 | 
			
		||||
 | 
			
		||||
  <schema id="org.gnome.shell.app-switcher"
 | 
			
		||||
          path="/org/gnome/shell/app-switcher/"
 | 
			
		||||
  <schema id="org.gnome.shell.recorder" path="/org/gnome/shell/recorder/"
 | 
			
		||||
          gettext-domain="@GETTEXT_PACKAGE@">
 | 
			
		||||
    <key type="b" name="current-workspace-only">
 | 
			
		||||
      <default>false</default>
 | 
			
		||||
      <summary>Limit switcher to current workspace.</summary>
 | 
			
		||||
      <description>
 | 
			
		||||
	If true, only applications that have windows on the current workspace are shown in the switcher.
 | 
			
		||||
	Otherwise, all applications are included.
 | 
			
		||||
      </description>
 | 
			
		||||
    <key name="framerate" type="i">
 | 
			
		||||
      <default>30</default>
 | 
			
		||||
      <_summary>Framerate used for recording screencasts.</_summary>
 | 
			
		||||
      <_description>
 | 
			
		||||
        The framerate of the resulting screencast recordered
 | 
			
		||||
        by GNOME Shell's screencast recorder in frames-per-second.
 | 
			
		||||
      </_description>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key name="pipeline" type="s">
 | 
			
		||||
      <default>''</default>
 | 
			
		||||
      <_summary>The gstreamer pipeline used to encode the screencast</_summary>
 | 
			
		||||
      <_description>
 | 
			
		||||
        Sets the GStreamer pipeline used to encode recordings.
 | 
			
		||||
        It follows the syntax used for gst-launch. The pipeline should have
 | 
			
		||||
        an unconnected sink pad where the recorded video is recorded. It will
 | 
			
		||||
        normally have a unconnected source pad; output from that pad
 | 
			
		||||
        will be written into the output file. However the pipeline can also
 | 
			
		||||
        take care of its own output - this might be used to send the output
 | 
			
		||||
        to an icecast server via shout2send or similar. When unset or set
 | 
			
		||||
        to an empty value, the default pipeline will be used. This is currently
 | 
			
		||||
        'vp8enc min_quantizer=13 max_quantizer=13 cpu-used=5 deadline=1000000 threads=%T ! queue ! webmmux'
 | 
			
		||||
        and records to WEBM using the VP8 codec. %T is used as a placeholder
 | 
			
		||||
        for a guess at the optimal thread count on the system.
 | 
			
		||||
      </_description>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key name="file-extension" type="s">
 | 
			
		||||
      <default>'webm'</default>
 | 
			
		||||
      <_summary>File extension used for storing the screencast</_summary>
 | 
			
		||||
      <_description>
 | 
			
		||||
        The filename for recorded screencasts will be a unique filename
 | 
			
		||||
        based on the current date, and use this extension. It should be
 | 
			
		||||
        changed when recording to a different container format.
 | 
			
		||||
      </_description>
 | 
			
		||||
    </key>
 | 
			
		||||
  </schema>
 | 
			
		||||
 | 
			
		||||
@@ -223,10 +259,10 @@
 | 
			
		||||
 | 
			
		||||
    <key name="focus-change-on-pointer-rest" type="b">
 | 
			
		||||
      <default>true</default>
 | 
			
		||||
      <_summary>Delay focus changes in mouse mode until the pointer stops moving</_summary>
 | 
			
		||||
      <_description>
 | 
			
		||||
      <summary>Delay focus changes in mouse mode until the pointer stops moving</summary>
 | 
			
		||||
      <description>
 | 
			
		||||
        This key overrides the key in org.gnome.mutter when running GNOME Shell.
 | 
			
		||||
      </_description>
 | 
			
		||||
      </description>
 | 
			
		||||
    </key>
 | 
			
		||||
  </schema>
 | 
			
		||||
</schemalist>
 | 
			
		||||
 
 | 
			
		||||
@@ -101,7 +101,7 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
 | 
			
		||||
/* Check Boxes */
 | 
			
		||||
 | 
			
		||||
.check-box StBoxLayout {
 | 
			
		||||
.check-box ShellGenericContainer {
 | 
			
		||||
    spacing: .8em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -127,20 +127,20 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
 | 
			
		||||
.slider {
 | 
			
		||||
    height: 1em;
 | 
			
		||||
    min-width: 15em;
 | 
			
		||||
    -slider-height: 0.3em;
 | 
			
		||||
    -slider-background-color: #333333;
 | 
			
		||||
    -slider-border-color: #5f5f5f;
 | 
			
		||||
    -slider-active-background-color: #76b0ec;
 | 
			
		||||
    -slider-active-border-color: #1f6dbc;
 | 
			
		||||
    -slider-border-width: 1px;
 | 
			
		||||
    -slider-handle-radius: 6px;
 | 
			
		||||
    -slider-handle-radius: 0.5em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* PopupMenu */
 | 
			
		||||
 | 
			
		||||
.popup-menu-ornament {
 | 
			
		||||
    text-align: right;
 | 
			
		||||
    width: 1em;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-menu-boxpointer,
 | 
			
		||||
@@ -157,17 +157,13 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    min-width: 200px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.unicode-arrow {
 | 
			
		||||
    font-size: 120%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-submenu-menu-item:open {
 | 
			
		||||
    background-color: #333333;
 | 
			
		||||
    background-color: #4c4c4c;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-sub-menu {
 | 
			
		||||
    background-gradient-start: rgba(80,80,80,0.3);
 | 
			
		||||
    background-gradient-end: rgba(80,80,80,0.4);
 | 
			
		||||
    background-gradient-end: rgba(80,80,80,0.7);
 | 
			
		||||
    background-gradient-direction: vertical;
 | 
			
		||||
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.9);
 | 
			
		||||
}
 | 
			
		||||
@@ -193,6 +189,13 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    border-width: 0px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-combo-menu {
 | 
			
		||||
    background-color: rgba(0,0,0,0.9);
 | 
			
		||||
    padding: 1em 0em;
 | 
			
		||||
    border: 1px solid #5f5f5f;
 | 
			
		||||
    border-radius: 9px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* The remaining popup-menu sizing is all done in ems, so that if you
 | 
			
		||||
 * override .popup-menu.font-size, everything else will scale with it.
 | 
			
		||||
 */
 | 
			
		||||
@@ -201,15 +204,8 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-menu-item {
 | 
			
		||||
    spacing: 12px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-menu-item:ltr {
 | 
			
		||||
    padding: .4em 1.75em .4em 0em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-menu-item:rtl {
 | 
			
		||||
    padding: .4em 0em .4em 1.75em;
 | 
			
		||||
    padding: .4em 1.75em;
 | 
			
		||||
    spacing: 1em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-menu-item:active {
 | 
			
		||||
@@ -223,6 +219,10 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
.popup-image-menu-item {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-combobox-item {
 | 
			
		||||
    spacing: 1em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-separator-menu-item {
 | 
			
		||||
    -gradient-height: 1px;
 | 
			
		||||
    -gradient-start: rgba(255,255,255,0.0);
 | 
			
		||||
@@ -236,6 +236,10 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-device-menu-item {
 | 
			
		||||
    spacing: .5em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-status-menu-item {
 | 
			
		||||
    font-weight: normal;
 | 
			
		||||
    color: #999;
 | 
			
		||||
@@ -245,10 +249,19 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-subtitle-menu-item, .popup-subtitle-menu-item:insensitive {
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-menu-icon {
 | 
			
		||||
    icon-size: 1.09em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.popup-battery-percentage {
 | 
			
		||||
    padding-left: 24px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Switches */
 | 
			
		||||
.toggle-switch {
 | 
			
		||||
    width: 65px;
 | 
			
		||||
@@ -273,54 +286,10 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    background-size: contain;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Network */
 | 
			
		||||
 | 
			
		||||
.nm-dialog {
 | 
			
		||||
    max-height: 500px;
 | 
			
		||||
    min-height: 450px;
 | 
			
		||||
    min-width: 470px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.nm-dialog-content {
 | 
			
		||||
    spacing: 20px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.nm-dialog-header-hbox {
 | 
			
		||||
    spacing: 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.nm-dialog-header-icon {
 | 
			
		||||
    icon-size: 32px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.nm-dialog-scroll-view {
 | 
			
		||||
    border: 2px solid #666;
 | 
			
		||||
    border-radius: 6px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.nm-dialog-header {
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.nm-dialog-item {
 | 
			
		||||
    font-size: 12pt;
 | 
			
		||||
    border-bottom: 1px solid #666;
 | 
			
		||||
    padding: 12px;
 | 
			
		||||
    spacing: 20px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.nm-dialog-item:selected {
 | 
			
		||||
    background-color: #333;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.nm-dialog-icons {
 | 
			
		||||
.nm-menu-item-icons {
 | 
			
		||||
    spacing: .5em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.nm-dialog-icon {
 | 
			
		||||
    icon-size: 16px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Buttons */
 | 
			
		||||
 | 
			
		||||
.candidate-page-button,
 | 
			
		||||
@@ -358,6 +327,10 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    border-width: 2px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.app-view-control:focus {
 | 
			
		||||
    padding: 3px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.app-view-control:first-child:ltr:focus,
 | 
			
		||||
.app-view-control:last-child:rtl:focus {
 | 
			
		||||
    border-right-width: 1px;
 | 
			
		||||
@@ -392,8 +365,7 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
.modal-dialog-button,
 | 
			
		||||
.notification-button,
 | 
			
		||||
.hotplug-notification-item,
 | 
			
		||||
.app-view-controls,
 | 
			
		||||
#screenShieldNotifications {
 | 
			
		||||
.app-view-controls {
 | 
			
		||||
    border-radius: 18px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -502,6 +474,10 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    height: 1.86em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#panel.lock-screen {
 | 
			
		||||
    background-color: rgba(0,0,0,0.3);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#panel.unlock-screen,
 | 
			
		||||
#panel.login-screen {
 | 
			
		||||
    background-color: transparent;
 | 
			
		||||
@@ -628,56 +604,64 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    -boxpointer-gap: 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.panel-status-indicators-box,
 | 
			
		||||
.panel-status-menu-box {
 | 
			
		||||
    spacing: 2px;
 | 
			
		||||
.panel-status-button-box {
 | 
			
		||||
    spacing: 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.lock-screen-status-button-box {
 | 
			
		||||
    spacing: 8px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* User Menu */
 | 
			
		||||
 | 
			
		||||
#panelUserMenu {
 | 
			
		||||
    spacing: 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.status-chooser {
 | 
			
		||||
    spacing: .4em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.status-chooser .popup-menu-item,
 | 
			
		||||
.status-chooser-combo .popup-menu-item {
 | 
			
		||||
    padding: .4em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.status-chooser-user-icon {
 | 
			
		||||
    border: 2px solid #8b8b8b;
 | 
			
		||||
    border-radius: 5px;
 | 
			
		||||
    width: 48pt;
 | 
			
		||||
    height: 48pt;
 | 
			
		||||
    background-size: contain;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.status-chooser-user-icon:hover {
 | 
			
		||||
    border: 2px solid #bbbbbb;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.status-chooser-user-name {
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
    font-size: 1.3em;
 | 
			
		||||
    min-width: 120pt;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.status-chooser-combo {
 | 
			
		||||
    border: 1px solid transparent;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.status-chooser-combo.popup-combo-menu {
 | 
			
		||||
    padding: .4em 0em;
 | 
			
		||||
    border-radius: 4px;
 | 
			
		||||
    border: 1px solid #5f5f5f;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.status-chooser-status-item,
 | 
			
		||||
.status-chooser-combo .popup-combobox-item {
 | 
			
		||||
    spacing: .4em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.system-status-icon {
 | 
			
		||||
    icon-size: 1.09em;
 | 
			
		||||
    padding: 0 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.aggregate-menu {
 | 
			
		||||
    width: 360px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.aggregate-menu .popup-menu-icon {
 | 
			
		||||
    padding: 0 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.system-switch-user-submenu-icon {
 | 
			
		||||
    icon-size: 24px;
 | 
			
		||||
    border: 1px solid #8b8b8b;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.system-menu-action {
 | 
			
		||||
    color: #e6e6e6;
 | 
			
		||||
    border-radius: 32px; /* wish we could do 50% */
 | 
			
		||||
    padding: 13px;
 | 
			
		||||
    border: 1px solid #5f5f5f; /* using rgba() is flaky unfortunately */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.system-menu-action:hover,
 | 
			
		||||
.system-menu-action:focus {
 | 
			
		||||
    color: white;
 | 
			
		||||
    background-color: #4c4c4c;
 | 
			
		||||
    border: none;
 | 
			
		||||
    padding: 14px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.system-menu-action:active {
 | 
			
		||||
    color: black;
 | 
			
		||||
    background-color: #6f6f6f;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.system-menu-action > StIcon {
 | 
			
		||||
    icon-size: 16px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.screencast-indicator {
 | 
			
		||||
    color: #ff0000;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Overview */
 | 
			
		||||
@@ -690,9 +674,7 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    padding-bottom: 32px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.workspace-thumbnails {
 | 
			
		||||
    spacing: 11px;
 | 
			
		||||
    visible-width: 32px; /* Amount visible before hovering */
 | 
			
		||||
.workspace-thumbnails-background {
 | 
			
		||||
    border: 1px solid rgba(128, 128, 128, 0.4);
 | 
			
		||||
    border-right: 0px;
 | 
			
		||||
    border-radius: 9px 0px 0px 9px;
 | 
			
		||||
@@ -700,13 +682,18 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    padding: 11px 7px 11px 11px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.workspace-thumbnails:rtl {
 | 
			
		||||
.workspace-thumbnails-background:rtl {
 | 
			
		||||
    border-right: 1px;
 | 
			
		||||
    border-left: 0px;
 | 
			
		||||
    border-radius: 0px 9px 9px 0px;
 | 
			
		||||
    padding: 11px 11px 11px 7px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.workspace-thumbnails {
 | 
			
		||||
    spacing: 11px;
 | 
			
		||||
    visible-width: 32px; /* Amount visible before hovering */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.workspace-thumbnail-indicator {
 | 
			
		||||
    border: 4px solid rgba(255,255,255,0.7);
 | 
			
		||||
    border-radius: 4px;
 | 
			
		||||
@@ -902,9 +889,9 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
/* Application Launchers, Grid and List results */
 | 
			
		||||
 | 
			
		||||
.icon-grid {
 | 
			
		||||
    spacing: 30px;
 | 
			
		||||
    -shell-grid-horizontal-item-size: 136px;
 | 
			
		||||
    -shell-grid-vertical-item-size: 136px;
 | 
			
		||||
    spacing: 36px;
 | 
			
		||||
    -shell-grid-horizontal-item-size: 118px;
 | 
			
		||||
    -shell-grid-vertical-item-size: 118px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.icon-grid .overview-icon {
 | 
			
		||||
@@ -912,6 +899,7 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.app-display {
 | 
			
		||||
    padding: 8px;
 | 
			
		||||
    spacing: 20px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -923,43 +911,11 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    padding: 4px 32px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.app-view-control:focus {
 | 
			
		||||
    padding: 3px 31px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.search-display > StBoxLayout,
 | 
			
		||||
.all-apps,
 | 
			
		||||
.all-apps > StBoxLayout,
 | 
			
		||||
.frequent-apps > StBoxLayout {
 | 
			
		||||
    /* horizontal padding to make sure scrollbars or dash don't overlap content */
 | 
			
		||||
    padding: 0px 88px 10px 88px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.page-indicator {
 | 
			
		||||
    padding: 15px 20px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.page-indicator .page-indicator-icon {
 | 
			
		||||
    width: 18px;
 | 
			
		||||
    height: 18px;
 | 
			
		||||
    background-image: url(page-indicator-inactive.svg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.page-indicator:hover .page-indicator-icon {
 | 
			
		||||
    background-image: url(page-indicator-hover.svg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.page-indicator:active .page-indicator-icon {
 | 
			
		||||
    background-image: url(page-indicator-active.svg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.page-indicator:checked .page-indicator-icon,
 | 
			
		||||
.page-indicator:checked:active .page-indicator-icon {
 | 
			
		||||
    background-image: url(page-indicator-checked.svg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.no-frequent-applications-label {
 | 
			
		||||
    font-size: 18pt;
 | 
			
		||||
    color: #999999;
 | 
			
		||||
    padding: 0px 88px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.app-folder-icon {
 | 
			
		||||
@@ -991,39 +947,27 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    background-image: url("more-results.svg");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.app-well-app > .overview-icon.overview-icon-with-label,
 | 
			
		||||
.grid-search-result .overview-icon.overview-icon-with-label {
 | 
			
		||||
    /* since the label controls its own spacing, it is visually more
 | 
			
		||||
    consistent to use different padding values for top and bottom */
 | 
			
		||||
    padding: 10px 8px 5px 8px;
 | 
			
		||||
    spacing: 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.app-well-app > .overview-icon,
 | 
			
		||||
.show-apps > .overview-icon,
 | 
			
		||||
.search-provider-icon,
 | 
			
		||||
.list-search-result,
 | 
			
		||||
.grid-search-result .overview-icon {
 | 
			
		||||
    border-radius: 4px;
 | 
			
		||||
    padding: 6px;
 | 
			
		||||
    padding: 3px;
 | 
			
		||||
    border: 1px rgba(0,0,0,0);
 | 
			
		||||
    transition-duration: 100ms;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.search-provider-icon {
 | 
			
		||||
    padding: 15px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.app-folder-popup {
 | 
			
		||||
    -arrow-border-radius: 8px;
 | 
			
		||||
    -arrow-background-color: rgba(0,0,0,0.3);
 | 
			
		||||
    -arrow-background-color: black;
 | 
			
		||||
    -arrow-base: 24px;
 | 
			
		||||
    -arrow-rise: 11px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.app-folder-popup-bin {
 | 
			
		||||
    padding: 5px;
 | 
			
		||||
    padding: 15px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.app-well-app.running > .overview-icon {
 | 
			
		||||
@@ -1033,7 +977,7 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.app-well-app.app-folder > .overview-icon {
 | 
			
		||||
    background-color: rgba(0,0,0,0.3);
 | 
			
		||||
    background-color: rgba(0,0,0,0.5);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.app-well-app:hover > .overview-icon,
 | 
			
		||||
@@ -1048,7 +992,7 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.app-display .app-well-app > .overview-icon {
 | 
			
		||||
    border-radius: 4px;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.list-search-result:hover .list-search-result-description {
 | 
			
		||||
@@ -1070,14 +1014,12 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
.app-well-app:checked > .overview-icon,
 | 
			
		||||
.app-well-app:active > .overview-icon,
 | 
			
		||||
.show-apps:checked > .overview-icon,
 | 
			
		||||
.show-apps:active > .overview-icon,
 | 
			
		||||
.search-provider-icon:active,
 | 
			
		||||
.list-search-result:active {
 | 
			
		||||
.show-apps:active > .overview-icon {
 | 
			
		||||
    background-gradient-start: rgba(255, 255, 255, .05);
 | 
			
		||||
    background-gradient-end: rgba(255, 255, 255, .15);
 | 
			
		||||
    background-gradient-direction: vertical;
 | 
			
		||||
    border-radius: 4px;
 | 
			
		||||
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.7);
 | 
			
		||||
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 1);
 | 
			
		||||
    transition-duration: 100ms;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -1190,7 +1132,7 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    padding: 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.lg-extensions-list {
 | 
			
		||||
.lg-extension-list {
 | 
			
		||||
    padding: 4px;
 | 
			
		||||
    spacing: 6px;
 | 
			
		||||
}
 | 
			
		||||
@@ -1242,10 +1184,6 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    padding-top: 8px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.calendar-month-label:focus {
 | 
			
		||||
    background-color: #999999;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.calendar-change-month-back {
 | 
			
		||||
    width: 18px;
 | 
			
		||||
    height: 12px;
 | 
			
		||||
@@ -1291,10 +1229,6 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    color: #eeeeec;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.datemenu-date-label:focus {
 | 
			
		||||
    background-color: #999999;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.calendar-day-base {
 | 
			
		||||
    font-size: 9pt;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
@@ -1363,7 +1297,7 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.events-table {
 | 
			
		||||
    width: 320px;
 | 
			
		||||
    min-width: 320px;
 | 
			
		||||
    spacing-columns: 6pt;
 | 
			
		||||
    padding: 0 1.4em;
 | 
			
		||||
}
 | 
			
		||||
@@ -1436,20 +1370,9 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    height: 72px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.message-tray-menu-button StIcon {
 | 
			
		||||
    padding: 0 20px;
 | 
			
		||||
    color: #aaaaaa;
 | 
			
		||||
    icon-size: 24px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.message-tray-menu-button:hover StIcon,
 | 
			
		||||
.message-tray-menu-button:active StIcon,
 | 
			
		||||
.message-tray-menu-button:focus StIcon {
 | 
			
		||||
    color: #eeeeee;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.no-messages-label,
 | 
			
		||||
.no-networks-label {
 | 
			
		||||
.no-messages-label {
 | 
			
		||||
    font-family: cantarell, sans-serif;
 | 
			
		||||
    font-size: 11pt;
 | 
			
		||||
    color: #999999;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -1665,7 +1588,7 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.chat-notification-scrollview{
 | 
			
		||||
    max-height: 22em;
 | 
			
		||||
	max-height: 22em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.subscription-message {
 | 
			
		||||
@@ -1885,6 +1808,8 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-dialog-button {
 | 
			
		||||
    margin-left: 10px;
 | 
			
		||||
    margin-right: 10px;
 | 
			
		||||
    padding: 4px 32px 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -1923,10 +1848,6 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    spacing: 42px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.end-session-dialog-list {
 | 
			
		||||
    padding-top: 20px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.end-session-dialog-subject {
 | 
			
		||||
    padding-left: 17px;
 | 
			
		||||
    padding-bottom: 20px;
 | 
			
		||||
@@ -1960,35 +1881,50 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    height: 32px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.end-session-dialog-inhibitor-layout {
 | 
			
		||||
    spacing: 16px;
 | 
			
		||||
    max-height: 200px;
 | 
			
		||||
    padding-right: 50px;
 | 
			
		||||
    padding-left: 50px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.end-session-dialog-session-list,
 | 
			
		||||
.end-session-dialog-app-list {
 | 
			
		||||
    spacing: 1em;
 | 
			
		||||
    font-size: 10pt;
 | 
			
		||||
    max-height: 200px;
 | 
			
		||||
    padding-top: 42px;
 | 
			
		||||
    padding-left: 49px;
 | 
			
		||||
    padding-right: 32px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.end-session-dialog-list-header {
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
.end-session-dialog-app-list:rtl {
 | 
			
		||||
    padding-right: 49px;
 | 
			
		||||
    padding-left: 32px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.end-session-dialog-app-list-item,
 | 
			
		||||
.end-session-dialog-session-list-item {
 | 
			
		||||
    spacing: 1em;
 | 
			
		||||
.end-session-dialog-app-list-item {
 | 
			
		||||
    color: #ccc;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.end-session-dialog-app-list-item-name,
 | 
			
		||||
.end-session-dialog-session-list-item-name {
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
.end-session-dialog-app-list-item:hover {
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.end-session-dialog-app-list-item:ltr {
 | 
			
		||||
    padding-right: 1em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.end-session-dialog-app-list-item:rtl {
 | 
			
		||||
    padding-left: 1em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.end-session-dialog-app-list-item-icon:ltr {
 | 
			
		||||
    padding-right: 17px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.end-session-dialog-app-list-item-icon:rtl {
 | 
			
		||||
    padding-left: 17px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.end-session-dialog-app-list-item-name {
 | 
			
		||||
    font-size: 10pt;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.end-session-dialog-app-list-item-description {
 | 
			
		||||
    color: #cccccc;
 | 
			
		||||
    font-size: 10pt;
 | 
			
		||||
    font-size: 8pt;
 | 
			
		||||
    color: #444444;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* ShellMountOperation Dialogs */
 | 
			
		||||
@@ -2273,16 +2209,6 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
 | 
			
		||||
/* Login Dialog */
 | 
			
		||||
 | 
			
		||||
.framed-user-icon {
 | 
			
		||||
    border: 2px solid #8b8b8b;
 | 
			
		||||
    border-radius: 3px;
 | 
			
		||||
    background-size: contain;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.framed-user-icon:hover {
 | 
			
		||||
    border: 2px solid #bbbbbb;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-banner {
 | 
			
		||||
    font-size: 10pt;
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
@@ -2302,10 +2228,18 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    /* Reset border and background */
 | 
			
		||||
    border: none;
 | 
			
		||||
    background-color: transparent;
 | 
			
		||||
 | 
			
		||||
    padding-bottom: 80px;
 | 
			
		||||
    padding-top: 80px;
 | 
			
		||||
 | 
			
		||||
    border-radius: 16px;
 | 
			
		||||
    min-height: 150px;
 | 
			
		||||
    max-height: 700px;
 | 
			
		||||
    min-width: 350px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-button-box {
 | 
			
		||||
    spacing: 5px;
 | 
			
		||||
.login-dialog-prompt-login-hint-message {
 | 
			
		||||
    font-size: 10.5pt;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-user-list-view {
 | 
			
		||||
@@ -2315,11 +2249,10 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
.login-dialog-user-list {
 | 
			
		||||
    spacing: 12px;
 | 
			
		||||
    padding: .2em;
 | 
			
		||||
    width: 23em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-user-list-item {
 | 
			
		||||
    border-radius: 5px;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
    padding: .2em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -2332,20 +2265,19 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-user-list-item .login-dialog-user-list-item-name {
 | 
			
		||||
    font-size: 20px;
 | 
			
		||||
    padding-left: 18px;
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
    font-size: 20pt;
 | 
			
		||||
    padding-left: 1em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-user-list:expanded .login-dialog-user-list-item {
 | 
			
		||||
    color: #bfbfbf;
 | 
			
		||||
    color: #666666;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-user-list-item,
 | 
			
		||||
.login-dialog-user-list-item:hover .login-dialog-user-list-item-name,
 | 
			
		||||
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus .login-dialog-user-list-item-name,
 | 
			
		||||
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
 | 
			
		||||
    color: #bfbfbf;
 | 
			
		||||
    color: white;
 | 
			
		||||
    text-shadow: black 0px 2px 2px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -2377,7 +2309,7 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
 | 
			
		||||
.login-dialog-user-list-item-icon {
 | 
			
		||||
    border: 2px solid #8b8b8b;
 | 
			
		||||
    border-radius: 3px;
 | 
			
		||||
    border-radius: 8px;
 | 
			
		||||
    width: 64px;
 | 
			
		||||
    height: 64px;
 | 
			
		||||
}
 | 
			
		||||
@@ -2387,13 +2319,6 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
    color: #666666;
 | 
			
		||||
    padding-top: 1em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-user-selection-box {
 | 
			
		||||
    padding: 100px 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-user-selection-box .login-dialog-not-listed-label {
 | 
			
		||||
    padding-left: 2px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -2414,13 +2339,15 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    padding-top: 24px;
 | 
			
		||||
    padding-bottom: 12px;
 | 
			
		||||
    spacing: 8px;
 | 
			
		||||
    width: 23em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-prompt-label {
 | 
			
		||||
    color: #eeeeee;
 | 
			
		||||
    font-size: 14px;
 | 
			
		||||
    padding-top: 11px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-prompt-entry {
 | 
			
		||||
    width: 15em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-session-list-button StIcon {
 | 
			
		||||
@@ -2482,37 +2409,24 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    background-color: rgba(102, 102, 102, 0.15);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-message {
 | 
			
		||||
    padding-top: 4px;
 | 
			
		||||
    padding-bottom: 16px;
 | 
			
		||||
    min-height: 2em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-message-warning {
 | 
			
		||||
    color: orange;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.login-dialog-message-hint {
 | 
			
		||||
    padding-top: 0px;
 | 
			
		||||
    padding-bottom: 20px;
 | 
			
		||||
.user-widget {
 | 
			
		||||
    spacing: .4em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.user-widget-label {
 | 
			
		||||
    font-size: 20px;
 | 
			
		||||
    font-size: 16pt;
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
    text-align: left;
 | 
			
		||||
    padding-left: 18px;
 | 
			
		||||
    color:white;
 | 
			
		||||
    padding-left: 15px;
 | 
			
		||||
    text-shadow: black 0px 4px 3px 0px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Screen shield */
 | 
			
		||||
 | 
			
		||||
#panel.lock-screen,
 | 
			
		||||
#screenShieldNotifications {
 | 
			
		||||
    background-color: rgba(0,0,0,0.3);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.screen-shield-background {
 | 
			
		||||
    background: black;
 | 
			
		||||
    box-shadow: 0px 4px 8px rgba(0,0,0,0.9);
 | 
			
		||||
@@ -2557,27 +2471,33 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#screenShieldNotifications {
 | 
			
		||||
    border-radius: 8px;
 | 
			
		||||
    background-color: rgba(0.0, 0.0, 0.0, 0.9);
 | 
			
		||||
    border: 2px solid #868686;
 | 
			
		||||
    max-height: 500px;
 | 
			
		||||
    padding: 12px;
 | 
			
		||||
    padding: 18px 0;
 | 
			
		||||
    box-shadow: .5em .5em 20px rgba(0, 0, 0, 0.5);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.screen-shield-notifications-box {
 | 
			
		||||
    spacing: 12px;
 | 
			
		||||
    width: 30em;
 | 
			
		||||
    spacing: 18px;
 | 
			
		||||
    max-width: 34em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.screen-shield-notification-source {
 | 
			
		||||
    padding: 3px 6px;
 | 
			
		||||
    padding: 13px 24px;
 | 
			
		||||
    spacing: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.screen-shield-notification-label {
 | 
			
		||||
    font-size: 1.2em;
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
    padding: 0px 0px 0px 12px;
 | 
			
		||||
    padding: 0px 18px;
 | 
			
		||||
    color: #babdb6;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.screen-shield-notification-count-text {
 | 
			
		||||
    padding: 0px 0px 0px 12px;
 | 
			
		||||
    padding: 0px 18px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Remove background from notifications, otherwise
 | 
			
		||||
@@ -2595,31 +2515,6 @@ StScrollBar StButton#vhandle:active {
 | 
			
		||||
    padding-bottom: 0px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#screenShieldNotifications .notification-button,
 | 
			
		||||
#screenShieldNotifications .notification-icon-button {
 | 
			
		||||
    border: 1px rgba(255,255,255,0.5);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#screenShieldNotifications StScrollBar StBin#trough {
 | 
			
		||||
    background-color: rgba(0,0,0,0.2);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#screenShieldNotifications StScrollBar StButton#vhandle,
 | 
			
		||||
#screenShieldNotifications StScrollBar StButton#hhandle {
 | 
			
		||||
    background-color: rgba(0,0,0,0.3);
 | 
			
		||||
    border: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#screenShieldNotifications StScrollBar StButton#vhandle:hover,
 | 
			
		||||
#screenShieldNotifications StScrollBar StButton#hhandle {
 | 
			
		||||
    background-color: rgba(0,0,0,0.6);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#screenShieldNotifications StScrollBar StButton#vhandle:active,
 | 
			
		||||
#screenShieldNotifications StScrollBar StButton#hhandle {
 | 
			
		||||
    background-color: rgba(0,0,0,0.8);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.input-source-switcher-symbol {
 | 
			
		||||
   font-size: 34pt;
 | 
			
		||||
   width: 96px;
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,7 @@
 | 
			
		||||
   height="16"
 | 
			
		||||
   id="svg12430"
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   inkscape:version="0.48.4 r9939"
 | 
			
		||||
   inkscape:version="0.48.3.1 r9886"
 | 
			
		||||
   sodipodi:docname="more-results.svg">
 | 
			
		||||
  <defs
 | 
			
		||||
     id="defs12432" />
 | 
			
		||||
@@ -25,18 +25,18 @@
 | 
			
		||||
     borderopacity="1.0"
 | 
			
		||||
     inkscape:pageopacity="1"
 | 
			
		||||
     inkscape:pageshadow="2"
 | 
			
		||||
     inkscape:zoom="90.509668"
 | 
			
		||||
     inkscape:cx="6.5009792"
 | 
			
		||||
     inkscape:cy="8.3589595"
 | 
			
		||||
     inkscape:zoom="1"
 | 
			
		||||
     inkscape:cx="8.3155237"
 | 
			
		||||
     inkscape:cy="0.89548874"
 | 
			
		||||
     inkscape:document-units="px"
 | 
			
		||||
     inkscape:current-layer="g14642-3-0"
 | 
			
		||||
     showgrid="false"
 | 
			
		||||
     borderlayer="true"
 | 
			
		||||
     inkscape:showpageshadow="false"
 | 
			
		||||
     inkscape:window-width="1440"
 | 
			
		||||
     inkscape:window-height="840"
 | 
			
		||||
     inkscape:window-x="0"
 | 
			
		||||
     inkscape:window-y="27"
 | 
			
		||||
     inkscape:window-width="2560"
 | 
			
		||||
     inkscape:window-height="1376"
 | 
			
		||||
     inkscape:window-x="1200"
 | 
			
		||||
     inkscape:window-y="187"
 | 
			
		||||
     inkscape:window-maximized="1">
 | 
			
		||||
    <inkscape:grid
 | 
			
		||||
       type="xygrid"
 | 
			
		||||
@@ -90,11 +90,6 @@
 | 
			
		||||
         transform="translate(-2,0)"
 | 
			
		||||
         width="16"
 | 
			
		||||
         height="16" />
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
 | 
			
		||||
         d="M 7 5 L 7 7 L 5 7 L 5 9 L 7 9 L 7 11 L 9 11 L 9 9 L 11 9 L 11 7 L 9 7 L 9 5 L 7 5 z "
 | 
			
		||||
         transform="translate(141.99984,397.99107)"
 | 
			
		||||
         id="rect3757" />
 | 
			
		||||
      <path
 | 
			
		||||
         inkscape:connector-curvature="0"
 | 
			
		||||
         style="color:#bebebe;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible"
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.1 KiB  | 
@@ -1,71 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
			
		||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 | 
			
		||||
 | 
			
		||||
<svg
 | 
			
		||||
   xmlns:dc="http://purl.org/dc/elements/1.1/"
 | 
			
		||||
   xmlns:cc="http://creativecommons.org/ns#"
 | 
			
		||||
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 | 
			
		||||
   xmlns:svg="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   width="18"
 | 
			
		||||
   height="18"
 | 
			
		||||
   id="svg4703"
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   inkscape:version="0.48.4 r9939"
 | 
			
		||||
   sodipodi:docname="page-indicator-pushed.svg">
 | 
			
		||||
  <defs
 | 
			
		||||
     id="defs4705" />
 | 
			
		||||
  <sodipodi:namedview
 | 
			
		||||
     id="base"
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
     bordercolor="#666666"
 | 
			
		||||
     borderopacity="1.0"
 | 
			
		||||
     inkscape:pageopacity="0.0"
 | 
			
		||||
     inkscape:pageshadow="2"
 | 
			
		||||
     inkscape:zoom="31.392433"
 | 
			
		||||
     inkscape:cx="1.0245308"
 | 
			
		||||
     inkscape:cy="13.3715"
 | 
			
		||||
     inkscape:current-layer="layer1"
 | 
			
		||||
     showgrid="true"
 | 
			
		||||
     inkscape:grid-bbox="true"
 | 
			
		||||
     inkscape:document-units="px"
 | 
			
		||||
     inkscape:window-width="2560"
 | 
			
		||||
     inkscape:window-height="1374"
 | 
			
		||||
     inkscape:window-x="0"
 | 
			
		||||
     inkscape:window-y="27"
 | 
			
		||||
     inkscape:window-maximized="1">
 | 
			
		||||
    <inkscape:grid
 | 
			
		||||
       type="xygrid"
 | 
			
		||||
       id="grid6140" />
 | 
			
		||||
  </sodipodi:namedview>
 | 
			
		||||
  <metadata
 | 
			
		||||
     id="metadata4708">
 | 
			
		||||
    <rdf:RDF>
 | 
			
		||||
      <cc:Work
 | 
			
		||||
         rdf:about="">
 | 
			
		||||
        <dc:format>image/svg+xml</dc:format>
 | 
			
		||||
        <dc:type
 | 
			
		||||
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
 | 
			
		||||
        <dc:title></dc:title>
 | 
			
		||||
      </cc:Work>
 | 
			
		||||
    </rdf:RDF>
 | 
			
		||||
  </metadata>
 | 
			
		||||
  <g
 | 
			
		||||
     id="layer1"
 | 
			
		||||
     inkscape:label="Layer 1"
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     transform="translate(0,2)">
 | 
			
		||||
    <path
 | 
			
		||||
       transform="matrix(0.54617904,0,0,0.62523128,-1131.9904,-392.39214)"
 | 
			
		||||
       d="m 2099.9808,638.83099 a 10.985409,9.5964489 0 1 1 -21.9708,0 10.985409,9.5964489 0 1 1 21.9708,0 z"
 | 
			
		||||
       sodipodi:ry="9.5964489"
 | 
			
		||||
       sodipodi:rx="10.985409"
 | 
			
		||||
       sodipodi:cy="638.83099"
 | 
			
		||||
       sodipodi:cx="2088.9954"
 | 
			
		||||
       id="path4711"
 | 
			
		||||
       style="fill:#fdffff;fill-opacity:1;stroke:none"
 | 
			
		||||
       sodipodi:type="arc" />
 | 
			
		||||
  </g>
 | 
			
		||||
</svg>
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 2.1 KiB  | 
@@ -1,67 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
			
		||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 | 
			
		||||
 | 
			
		||||
<svg
 | 
			
		||||
   xmlns:dc="http://purl.org/dc/elements/1.1/"
 | 
			
		||||
   xmlns:cc="http://creativecommons.org/ns#"
 | 
			
		||||
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 | 
			
		||||
   xmlns:svg="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   width="18"
 | 
			
		||||
   height="18"
 | 
			
		||||
   id="svg4703"
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   inkscape:version="0.48.4 r9939"
 | 
			
		||||
   sodipodi:docname="page-indicator-active.svg">
 | 
			
		||||
  <defs
 | 
			
		||||
     id="defs4705" />
 | 
			
		||||
  <sodipodi:namedview
 | 
			
		||||
     id="base"
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
     bordercolor="#666666"
 | 
			
		||||
     borderopacity="1.0"
 | 
			
		||||
     inkscape:pageopacity="0.0"
 | 
			
		||||
     inkscape:pageshadow="2"
 | 
			
		||||
     inkscape:zoom="22.197802"
 | 
			
		||||
     inkscape:cx="2.1522887"
 | 
			
		||||
     inkscape:cy="16.782904"
 | 
			
		||||
     inkscape:current-layer="layer1"
 | 
			
		||||
     showgrid="true"
 | 
			
		||||
     inkscape:grid-bbox="true"
 | 
			
		||||
     inkscape:document-units="px"
 | 
			
		||||
     inkscape:window-width="1920"
 | 
			
		||||
     inkscape:window-height="1021"
 | 
			
		||||
     inkscape:window-x="0"
 | 
			
		||||
     inkscape:window-y="27"
 | 
			
		||||
     inkscape:window-maximized="1" />
 | 
			
		||||
  <metadata
 | 
			
		||||
     id="metadata4708">
 | 
			
		||||
    <rdf:RDF>
 | 
			
		||||
      <cc:Work
 | 
			
		||||
         rdf:about="">
 | 
			
		||||
        <dc:format>image/svg+xml</dc:format>
 | 
			
		||||
        <dc:type
 | 
			
		||||
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
 | 
			
		||||
        <dc:title />
 | 
			
		||||
      </cc:Work>
 | 
			
		||||
    </rdf:RDF>
 | 
			
		||||
  </metadata>
 | 
			
		||||
  <g
 | 
			
		||||
     id="layer1"
 | 
			
		||||
     inkscape:label="Layer 1"
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     transform="translate(0,2)">
 | 
			
		||||
    <path
 | 
			
		||||
       transform="matrix(0.72823872,0,0,0.8336417,-1512.2872,-525.55618)"
 | 
			
		||||
       d="m 2099.9808,638.83099 c 0,5.29998 -4.9184,9.59645 -10.9854,9.59645 -6.0671,0 -10.9854,-4.29647 -10.9854,-9.59645 0,-5.29997 4.9183,-9.59645 10.9854,-9.59645 6.067,0 10.9854,4.29648 10.9854,9.59645 z"
 | 
			
		||||
       sodipodi:ry="9.5964489"
 | 
			
		||||
       sodipodi:rx="10.985409"
 | 
			
		||||
       sodipodi:cy="638.83099"
 | 
			
		||||
       sodipodi:cx="2088.9954"
 | 
			
		||||
       id="path4711"
 | 
			
		||||
       style="fill:#fdffff;fill-opacity:0.94117647;stroke:none"
 | 
			
		||||
       sodipodi:type="arc" />
 | 
			
		||||
  </g>
 | 
			
		||||
</svg>
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 2.1 KiB  | 
@@ -1,67 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
			
		||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 | 
			
		||||
 | 
			
		||||
<svg
 | 
			
		||||
   xmlns:dc="http://purl.org/dc/elements/1.1/"
 | 
			
		||||
   xmlns:cc="http://creativecommons.org/ns#"
 | 
			
		||||
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 | 
			
		||||
   xmlns:svg="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   width="18"
 | 
			
		||||
   height="18"
 | 
			
		||||
   id="svg5266"
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   inkscape:version="0.48.4 r9939"
 | 
			
		||||
   sodipodi:docname="page-indicator-inactive.svg">
 | 
			
		||||
  <defs
 | 
			
		||||
     id="defs5268" />
 | 
			
		||||
  <sodipodi:namedview
 | 
			
		||||
     id="base"
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
     bordercolor="#666666"
 | 
			
		||||
     borderopacity="1.0"
 | 
			
		||||
     inkscape:pageopacity="0"
 | 
			
		||||
     inkscape:pageshadow="2"
 | 
			
		||||
     inkscape:zoom="11.313709"
 | 
			
		||||
     inkscape:cx="-2.307566"
 | 
			
		||||
     inkscape:cy="17.859535"
 | 
			
		||||
     inkscape:current-layer="layer1"
 | 
			
		||||
     showgrid="true"
 | 
			
		||||
     inkscape:grid-bbox="true"
 | 
			
		||||
     inkscape:document-units="px"
 | 
			
		||||
     inkscape:window-width="2560"
 | 
			
		||||
     inkscape:window-height="1374"
 | 
			
		||||
     inkscape:window-x="0"
 | 
			
		||||
     inkscape:window-y="27"
 | 
			
		||||
     inkscape:window-maximized="1" />
 | 
			
		||||
  <metadata
 | 
			
		||||
     id="metadata5271">
 | 
			
		||||
    <rdf:RDF>
 | 
			
		||||
      <cc:Work
 | 
			
		||||
         rdf:about="">
 | 
			
		||||
        <dc:format>image/svg+xml</dc:format>
 | 
			
		||||
        <dc:type
 | 
			
		||||
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
 | 
			
		||||
        <dc:title></dc:title>
 | 
			
		||||
      </cc:Work>
 | 
			
		||||
    </rdf:RDF>
 | 
			
		||||
  </metadata>
 | 
			
		||||
  <g
 | 
			
		||||
     id="layer1"
 | 
			
		||||
     inkscape:label="Layer 1"
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     transform="translate(0,2)">
 | 
			
		||||
    <path
 | 
			
		||||
       sodipodi:type="arc"
 | 
			
		||||
       style="fill:none;fill-opacity:0;stroke:#ffffff;stroke-width:2.93356276000000005;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
 | 
			
		||||
       id="path5274"
 | 
			
		||||
       sodipodi:cx="2088.9954"
 | 
			
		||||
       sodipodi:cy="638.83099"
 | 
			
		||||
       sodipodi:rx="10.985409"
 | 
			
		||||
       sodipodi:ry="9.5964489"
 | 
			
		||||
       d="m 2099.9808,638.83099 c 0,5.29998 -4.9184,9.59645 -10.9854,9.59645 -6.0671,0 -10.9854,-4.29647 -10.9854,-9.59645 0,-5.29997 4.9183,-9.59645 10.9854,-9.59645 6.067,0 10.9854,4.29648 10.9854,9.59645 z"
 | 
			
		||||
       transform="matrix(0.63720887,0,0,0.72943648,-1322.1264,-458.98661)" />
 | 
			
		||||
  </g>
 | 
			
		||||
</svg>
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 2.2 KiB  | 
@@ -1,67 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
			
		||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 | 
			
		||||
 | 
			
		||||
<svg
 | 
			
		||||
   xmlns:dc="http://purl.org/dc/elements/1.1/"
 | 
			
		||||
   xmlns:cc="http://creativecommons.org/ns#"
 | 
			
		||||
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 | 
			
		||||
   xmlns:svg="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   width="18"
 | 
			
		||||
   height="18"
 | 
			
		||||
   id="svg5266"
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   inkscape:version="0.48.4 r9939"
 | 
			
		||||
   sodipodi:docname="page-indicator-inactive.svg">
 | 
			
		||||
  <defs
 | 
			
		||||
     id="defs5268" />
 | 
			
		||||
  <sodipodi:namedview
 | 
			
		||||
     id="base"
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
     bordercolor="#666666"
 | 
			
		||||
     borderopacity="1.0"
 | 
			
		||||
     inkscape:pageopacity="0"
 | 
			
		||||
     inkscape:pageshadow="2"
 | 
			
		||||
     inkscape:zoom="11.313709"
 | 
			
		||||
     inkscape:cx="-2.307566"
 | 
			
		||||
     inkscape:cy="17.859535"
 | 
			
		||||
     inkscape:current-layer="layer1"
 | 
			
		||||
     showgrid="true"
 | 
			
		||||
     inkscape:grid-bbox="true"
 | 
			
		||||
     inkscape:document-units="px"
 | 
			
		||||
     inkscape:window-width="2560"
 | 
			
		||||
     inkscape:window-height="1374"
 | 
			
		||||
     inkscape:window-x="0"
 | 
			
		||||
     inkscape:window-y="27"
 | 
			
		||||
     inkscape:window-maximized="1" />
 | 
			
		||||
  <metadata
 | 
			
		||||
     id="metadata5271">
 | 
			
		||||
    <rdf:RDF>
 | 
			
		||||
      <cc:Work
 | 
			
		||||
         rdf:about="">
 | 
			
		||||
        <dc:format>image/svg+xml</dc:format>
 | 
			
		||||
        <dc:type
 | 
			
		||||
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
 | 
			
		||||
        <dc:title />
 | 
			
		||||
      </cc:Work>
 | 
			
		||||
    </rdf:RDF>
 | 
			
		||||
  </metadata>
 | 
			
		||||
  <g
 | 
			
		||||
     id="layer1"
 | 
			
		||||
     inkscape:label="Layer 1"
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     transform="translate(0,2)">
 | 
			
		||||
    <path
 | 
			
		||||
       sodipodi:type="arc"
 | 
			
		||||
       style="fill:none;fill-opacity:0;stroke:#ffffff;stroke-width:2.93356276000000005;stroke-miterlimit:4;stroke-opacity:0.39215686000000000;stroke-dasharray:none"
 | 
			
		||||
       id="path5274"
 | 
			
		||||
       sodipodi:cx="2088.9954"
 | 
			
		||||
       sodipodi:cy="638.83099"
 | 
			
		||||
       sodipodi:rx="10.985409"
 | 
			
		||||
       sodipodi:ry="9.5964489"
 | 
			
		||||
       d="m 2099.9808,638.83099 c 0,5.29998 -4.9184,9.59645 -10.9854,9.59645 -6.0671,0 -10.9854,-4.29647 -10.9854,-9.59645 0,-5.29997 4.9183,-9.59645 10.9854,-9.59645 6.067,0 10.9854,4.29648 10.9854,9.59645 z"
 | 
			
		||||
       transform="matrix(0.63720887,0,0,0.72943648,-1322.1264,-458.98661)" />
 | 
			
		||||
  </g>
 | 
			
		||||
</svg>
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 2.2 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								data/wanda.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 13 KiB  | 
@@ -112,7 +112,7 @@ expand_content_files=
 | 
			
		||||
# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 | 
			
		||||
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
 | 
			
		||||
GTKDOC_CFLAGS=$(GNOME_SHELL_CFLAGS)
 | 
			
		||||
GTKDOC_LIBS=$(GNOME_SHELL_LIBS) $(BLUETOOTH_LIBS) $(top_builddir)/src/libgnome-shell-menu.la $(top_builddir)/src/libgnome-shell-base.la $(top_builddir)/src/libgnome-shell.la
 | 
			
		||||
GTKDOC_LIBS=$(GNOME_SHELL_LIBS) $(BLUETOOTH_LIBS) $(top_builddir)/src/libgnome-shell.la
 | 
			
		||||
 | 
			
		||||
# This includes the standard gtk-doc make rules, copied by gtkdocize.
 | 
			
		||||
include $(top_srcdir)/gtk-doc.make
 | 
			
		||||
 
 | 
			
		||||
@@ -48,6 +48,7 @@
 | 
			
		||||
    <xi:include href="xml/shell-global.xml"/>
 | 
			
		||||
    <xi:include href="xml/shell-keybinding-modes.xml"/>
 | 
			
		||||
    <xi:include href="xml/shell-wm.xml"/>
 | 
			
		||||
    <xi:include href="xml/shell-xfixes-cursor.xml"/>
 | 
			
		||||
    <xi:include href="xml/shell-util.xml"/>
 | 
			
		||||
    <xi:include href="xml/shell-mount-operation.xml"/>
 | 
			
		||||
    <xi:include href="xml/shell-network-agent.xml"/>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										127
									
								
								js/Makefile.am
									
									
									
									
									
								
							
							
						
						@@ -1,5 +1,7 @@
 | 
			
		||||
NULL =
 | 
			
		||||
BUILT_SOURCES =
 | 
			
		||||
 | 
			
		||||
EXTRA_DIST = misc/config.js.in
 | 
			
		||||
CLEANFILES = misc/config.js
 | 
			
		||||
 | 
			
		||||
misc/config.js: misc/config.js.in Makefile
 | 
			
		||||
	[ -d $(@D) ] || $(mkdir_p) $(@D) ; \
 | 
			
		||||
@@ -12,26 +14,107 @@ misc/config.js: misc/config.js.in Makefile
 | 
			
		||||
	    -e "s|[@]sysconfdir@|$(sysconfdir)|g" \
 | 
			
		||||
               $< > $@
 | 
			
		||||
 | 
			
		||||
js_resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/js-resources.gresource.xml)
 | 
			
		||||
js-resources.h: js-resources.gresource.xml $(js_resource_files) misc/config.js
 | 
			
		||||
	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --sourcedir=$(builddir) --generate --c-name shell_js_resources $<
 | 
			
		||||
js-resources.c: js-resources.gresource.xml $(js_resource_files) misc/config.js
 | 
			
		||||
	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --sourcedir=$(builddir) --generate --c-name shell_js_resources $<
 | 
			
		||||
jsdir = $(pkgdatadir)/js
 | 
			
		||||
 | 
			
		||||
js_built_sources = js-resources.c js-resources.h
 | 
			
		||||
 | 
			
		||||
BUILT_SOURCES += $(js_built_sources)
 | 
			
		||||
 | 
			
		||||
all-local: $(js_built_sources)
 | 
			
		||||
 | 
			
		||||
js_resource_dist_files = $(filter-out misc/config.js, $(js_resource_files))
 | 
			
		||||
 | 
			
		||||
EXTRA_DIST = \
 | 
			
		||||
	$(js_resource_dist_files) \
 | 
			
		||||
	js-resources.gresource.xml \
 | 
			
		||||
	misc/config.js.in \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
CLEANFILES = \
 | 
			
		||||
	$(js_built_sources) \
 | 
			
		||||
nobase_dist_js_DATA = 	\
 | 
			
		||||
	gdm/batch.js		\
 | 
			
		||||
	gdm/fingerprint.js	\
 | 
			
		||||
	gdm/loginDialog.js	\
 | 
			
		||||
	gdm/powerMenu.js	\
 | 
			
		||||
	gdm/realmd.js		\
 | 
			
		||||
	gdm/util.js		\
 | 
			
		||||
	extensionPrefs/main.js	\
 | 
			
		||||
	misc/config.js		\
 | 
			
		||||
	misc/extensionUtils.js	\
 | 
			
		||||
	misc/fileUtils.js	\
 | 
			
		||||
	misc/gnomeSession.js	\
 | 
			
		||||
	misc/hash.js		\
 | 
			
		||||
	misc/history.js		\
 | 
			
		||||
	misc/jsParse.js		\
 | 
			
		||||
	misc/loginManager.js	\
 | 
			
		||||
	misc/modemManager.js	\
 | 
			
		||||
	misc/params.js		\
 | 
			
		||||
	misc/util.js		\
 | 
			
		||||
	perf/core.js		\
 | 
			
		||||
	ui/altTab.js		\
 | 
			
		||||
	ui/animation.js		\
 | 
			
		||||
	ui/appDisplay.js	\
 | 
			
		||||
	ui/appFavorites.js	\
 | 
			
		||||
	ui/backgroundMenu.js	\
 | 
			
		||||
	ui/background.js	\
 | 
			
		||||
	ui/boxpointer.js	\
 | 
			
		||||
	ui/calendar.js		\
 | 
			
		||||
	ui/checkBox.js		\
 | 
			
		||||
	ui/ctrlAltTab.js	\
 | 
			
		||||
	ui/dash.js		\
 | 
			
		||||
	ui/dateMenu.js		\
 | 
			
		||||
	ui/dnd.js		\
 | 
			
		||||
	ui/endSessionDialog.js	\
 | 
			
		||||
	ui/extensionSystem.js	\
 | 
			
		||||
	ui/extensionDownloader.js \
 | 
			
		||||
	ui/environment.js	\
 | 
			
		||||
	ui/ibusCandidatePopup.js\
 | 
			
		||||
	ui/grabHelper.js	\
 | 
			
		||||
	ui/iconGrid.js		\
 | 
			
		||||
	ui/keyboard.js		\
 | 
			
		||||
	ui/layout.js		\
 | 
			
		||||
	ui/lightbox.js		\
 | 
			
		||||
	ui/lookingGlass.js	\
 | 
			
		||||
	ui/magnifier.js		\
 | 
			
		||||
	ui/magnifierDBus.js	\
 | 
			
		||||
	ui/main.js		\
 | 
			
		||||
	ui/messageTray.js	\
 | 
			
		||||
	ui/modalDialog.js	\
 | 
			
		||||
	ui/separator.js		\
 | 
			
		||||
	ui/sessionMode.js	\
 | 
			
		||||
	ui/shellEntry.js	\
 | 
			
		||||
	ui/shellMountOperation.js \
 | 
			
		||||
	ui/slider.js		\
 | 
			
		||||
	ui/notificationDaemon.js \
 | 
			
		||||
	ui/osdWindow.js		\
 | 
			
		||||
	ui/overview.js		\
 | 
			
		||||
	ui/overviewControls.js	\
 | 
			
		||||
	ui/panel.js		\
 | 
			
		||||
	ui/panelMenu.js		\
 | 
			
		||||
	ui/pointerWatcher.js    \
 | 
			
		||||
	ui/popupMenu.js		\
 | 
			
		||||
	ui/remoteSearch.js	\
 | 
			
		||||
	ui/remoteMenu.js	\
 | 
			
		||||
	ui/runDialog.js		\
 | 
			
		||||
	ui/screencast.js	\
 | 
			
		||||
	ui/screenshot.js	\
 | 
			
		||||
        ui/screenShield.js	\
 | 
			
		||||
	ui/scripting.js		\
 | 
			
		||||
	ui/search.js		\
 | 
			
		||||
	ui/searchDisplay.js	\
 | 
			
		||||
	ui/shellDBus.js		\
 | 
			
		||||
	ui/status/accessibility.js	\
 | 
			
		||||
	ui/status/keyboard.js	\
 | 
			
		||||
	ui/status/lockScreenMenu.js	\
 | 
			
		||||
	ui/status/network.js	\
 | 
			
		||||
	ui/status/power.js	\
 | 
			
		||||
	ui/status/volume.js	\
 | 
			
		||||
	ui/status/bluetooth.js	\
 | 
			
		||||
	ui/switcherPopup.js	\
 | 
			
		||||
	ui/tweener.js		\
 | 
			
		||||
	ui/unlockDialog.js	\
 | 
			
		||||
	ui/userMenu.js		\
 | 
			
		||||
	ui/userWidget.js	\
 | 
			
		||||
	ui/viewSelector.js	\
 | 
			
		||||
	ui/wanda.js		\
 | 
			
		||||
	ui/windowAttentionHandler.js	\
 | 
			
		||||
	ui/windowManager.js	\
 | 
			
		||||
	ui/workspace.js		\
 | 
			
		||||
	ui/workspaceThumbnail.js	\
 | 
			
		||||
	ui/workspacesView.js	\
 | 
			
		||||
	ui/workspaceSwitcherPopup.js    \
 | 
			
		||||
	ui/xdndHandler.js	\
 | 
			
		||||
	ui/components/__init__.js		\
 | 
			
		||||
	ui/components/autorunManager.js		\
 | 
			
		||||
	ui/components/automountManager.js	\
 | 
			
		||||
	ui/components/networkAgent.js		\
 | 
			
		||||
	ui/components/polkitAgent.js		\
 | 
			
		||||
	ui/components/recorder.js		\
 | 
			
		||||
	ui/components/telepathyClient.js	\
 | 
			
		||||
	ui/components/keyring.js		\
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 
 | 
			
		||||
@@ -13,15 +13,13 @@ const _ = Gettext.gettext;
 | 
			
		||||
const Config = imports.misc.config;
 | 
			
		||||
const ExtensionUtils = imports.misc.extensionUtils;
 | 
			
		||||
 | 
			
		||||
const GnomeShellIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.Shell.Extensions"> \
 | 
			
		||||
<signal name="ExtensionStatusChanged"> \
 | 
			
		||||
    <arg type="s" name="uuid"/> \
 | 
			
		||||
    <arg type="i" name="state"/> \
 | 
			
		||||
    <arg type="s" name="error"/> \
 | 
			
		||||
</signal> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const GnomeShellIface = <interface name="org.gnome.Shell.Extensions">
 | 
			
		||||
<signal name="ExtensionStatusChanged">
 | 
			
		||||
    <arg type="s" name="uuid"/>
 | 
			
		||||
    <arg type="i" name="state"/>
 | 
			
		||||
    <arg type="s" name="error"/>
 | 
			
		||||
</signal>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const GnomeShellProxy = Gio.DBusProxy.makeProxyWrapper(GnomeShellIface);
 | 
			
		||||
 | 
			
		||||
@@ -206,11 +204,11 @@ const Application = new Lang.Class({
 | 
			
		||||
    _scanExtensions: function() {
 | 
			
		||||
        let finder = new ExtensionUtils.ExtensionFinder();
 | 
			
		||||
        finder.connect('extension-found', Lang.bind(this, this._extensionFound));
 | 
			
		||||
        finder.connect('extensions-loaded', Lang.bind(this, this._extensionsLoaded));
 | 
			
		||||
        finder.scanExtensions();
 | 
			
		||||
        this._extensionsLoaded();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _extensionFound: function(finder, extension) {
 | 
			
		||||
    _extensionFound: function(signals, extension) {
 | 
			
		||||
        let iter = this._model.append();
 | 
			
		||||
        this._model.set(iter, [0, 1], [extension.uuid, extension.metadata.name]);
 | 
			
		||||
        this._extensionIters[extension.uuid] = iter;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,507 +0,0 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const Clutter = imports.gi.Clutter;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
 | 
			
		||||
const Animation = imports.ui.animation;
 | 
			
		||||
const Batch = imports.gdm.batch;
 | 
			
		||||
const GdmUtil = imports.gdm.util;
 | 
			
		||||
const Params = imports.misc.params;
 | 
			
		||||
const ShellEntry = imports.ui.shellEntry;
 | 
			
		||||
const Tweener = imports.ui.tweener;
 | 
			
		||||
const UserWidget = imports.ui.userWidget;
 | 
			
		||||
 | 
			
		||||
const DEFAULT_BUTTON_WELL_ICON_SIZE = 24;
 | 
			
		||||
const DEFAULT_BUTTON_WELL_ANIMATION_DELAY = 1.0;
 | 
			
		||||
const DEFAULT_BUTTON_WELL_ANIMATION_TIME = 0.3;
 | 
			
		||||
 | 
			
		||||
const MESSAGE_FADE_OUT_ANIMATION_TIME = 0.5;
 | 
			
		||||
 | 
			
		||||
const AuthPromptMode = {
 | 
			
		||||
    UNLOCK_ONLY: 0,
 | 
			
		||||
    UNLOCK_OR_LOG_IN: 1
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const AuthPromptStatus = {
 | 
			
		||||
    NOT_VERIFYING: 0,
 | 
			
		||||
    VERIFYING: 1,
 | 
			
		||||
    VERIFICATION_FAILED: 2,
 | 
			
		||||
    VERIFICATION_SUCCEEDED: 3
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const BeginRequestType = {
 | 
			
		||||
    PROVIDE_USERNAME: 0,
 | 
			
		||||
    DONT_PROVIDE_USERNAME: 1
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const AuthPrompt = new Lang.Class({
 | 
			
		||||
    Name: 'AuthPrompt',
 | 
			
		||||
 | 
			
		||||
    _init: function(gdmClient, mode) {
 | 
			
		||||
        this.verificationStatus = AuthPromptStatus.NOT_VERIFYING;
 | 
			
		||||
 | 
			
		||||
        this._gdmClient = gdmClient;
 | 
			
		||||
        this._mode = mode;
 | 
			
		||||
 | 
			
		||||
        let reauthenticationOnly;
 | 
			
		||||
        if (this._mode == AuthPromptMode.UNLOCK_ONLY)
 | 
			
		||||
            reauthenticationOnly = true;
 | 
			
		||||
        else if (this._mode == AuthPromptMode.UNLOCK_OR_LOG_IN)
 | 
			
		||||
            reauthenticationOnly = false;
 | 
			
		||||
 | 
			
		||||
        this._userVerifier = new GdmUtil.ShellUserVerifier(this._gdmClient, { reauthenticationOnly: reauthenticationOnly });
 | 
			
		||||
 | 
			
		||||
        this._userVerifier.connect('ask-question', Lang.bind(this, this._onAskQuestion));
 | 
			
		||||
        this._userVerifier.connect('show-message', Lang.bind(this, this._onShowMessage));
 | 
			
		||||
        this._userVerifier.connect('verification-failed', Lang.bind(this, this._onVerificationFailed));
 | 
			
		||||
        this._userVerifier.connect('verification-complete', Lang.bind(this, this._onVerificationComplete));
 | 
			
		||||
        this._userVerifier.connect('reset', Lang.bind(this, this._onReset));
 | 
			
		||||
        this._userVerifier.connect('smartcard-status-changed', Lang.bind(this, this._onSmartcardStatusChanged));
 | 
			
		||||
        this._userVerifier.connect('ovirt-user-authenticated', Lang.bind(this, this._onOVirtUserAuthenticated));
 | 
			
		||||
        this.smartcardDetected = this._userVerifier.smartcardDetected;
 | 
			
		||||
 | 
			
		||||
        this.connect('next', Lang.bind(this, function() {
 | 
			
		||||
                         this.updateSensitivity(false);
 | 
			
		||||
                         this.startSpinning();
 | 
			
		||||
                         if (this._queryingService) {
 | 
			
		||||
                             this._userVerifier.answerQuery(this._queryingService, this._entry.text);
 | 
			
		||||
                         } else {
 | 
			
		||||
                             this._preemptiveAnswer = this._entry.text;
 | 
			
		||||
                         }
 | 
			
		||||
                     }));
 | 
			
		||||
 | 
			
		||||
        this.actor = new St.BoxLayout({ style_class: 'login-dialog-prompt-layout',
 | 
			
		||||
                                        vertical: true });
 | 
			
		||||
        this.actor.connect('destroy', Lang.bind(this, this._onDestroy));
 | 
			
		||||
        this.actor.connect('key-press-event',
 | 
			
		||||
                           Lang.bind(this, function(actor, event) {
 | 
			
		||||
                               if (event.get_key_symbol() == Clutter.KEY_Escape) {
 | 
			
		||||
                                   this.cancel();
 | 
			
		||||
                               }
 | 
			
		||||
                           }));
 | 
			
		||||
 | 
			
		||||
        this._userWell = new St.Bin({ x_fill: true,
 | 
			
		||||
                                      x_align: St.Align.START });
 | 
			
		||||
        this.actor.add(this._userWell,
 | 
			
		||||
                       { x_align: St.Align.START,
 | 
			
		||||
                         x_fill: true,
 | 
			
		||||
                         y_fill: true,
 | 
			
		||||
                         expand: true });
 | 
			
		||||
        this._label = new St.Label({ style_class: 'login-dialog-prompt-label' });
 | 
			
		||||
 | 
			
		||||
        this.actor.add(this._label,
 | 
			
		||||
                       { expand: true,
 | 
			
		||||
                         x_fill: true,
 | 
			
		||||
                         y_fill: true,
 | 
			
		||||
                         x_align: St.Align.START });
 | 
			
		||||
        this._entry = new St.Entry({ style_class: 'login-dialog-prompt-entry',
 | 
			
		||||
                                     can_focus: true });
 | 
			
		||||
        ShellEntry.addContextMenu(this._entry, { isPassword: true });
 | 
			
		||||
 | 
			
		||||
        this.actor.add(this._entry,
 | 
			
		||||
                       { expand: true,
 | 
			
		||||
                         x_fill: true,
 | 
			
		||||
                         y_fill: false,
 | 
			
		||||
                         x_align: St.Align.START });
 | 
			
		||||
 | 
			
		||||
        this._entry.grab_key_focus();
 | 
			
		||||
 | 
			
		||||
        this._message = new St.Label({ opacity: 0,
 | 
			
		||||
                                       styleClass: 'login-dialog-message' });
 | 
			
		||||
        this._message.clutter_text.line_wrap = true;
 | 
			
		||||
        this.actor.add(this._message, { x_fill: true, y_align: St.Align.START });
 | 
			
		||||
 | 
			
		||||
        this._buttonBox = new St.BoxLayout({ style_class: 'login-dialog-button-box',
 | 
			
		||||
                                             vertical: false });
 | 
			
		||||
        this.actor.add(this._buttonBox,
 | 
			
		||||
                       { expand:  true,
 | 
			
		||||
                         x_align: St.Align.MIDDLE,
 | 
			
		||||
                         y_align: St.Align.END });
 | 
			
		||||
 | 
			
		||||
        this._defaultButtonWell = new St.Widget({ layout_manager: new Clutter.BinLayout() });
 | 
			
		||||
        this._defaultButtonWellActor = null;
 | 
			
		||||
 | 
			
		||||
        this._initButtons();
 | 
			
		||||
 | 
			
		||||
        let spinnerIcon = global.datadir + '/theme/process-working.svg';
 | 
			
		||||
        this._spinner = new Animation.AnimatedIcon(spinnerIcon, DEFAULT_BUTTON_WELL_ICON_SIZE);
 | 
			
		||||
        this._spinner.actor.opacity = 0;
 | 
			
		||||
        this._spinner.actor.show();
 | 
			
		||||
        this._defaultButtonWell.add_child(this._spinner.actor);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onDestroy: function() {
 | 
			
		||||
        this._userVerifier.clear();
 | 
			
		||||
        this._userVerifier.disconnectAll();
 | 
			
		||||
        this._userVerifier = null;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _initButtons: function() {
 | 
			
		||||
        this.cancelButton = new St.Button({ style_class: 'modal-dialog-button',
 | 
			
		||||
                                            button_mask: St.ButtonMask.ONE | St.ButtonMask.THREE,
 | 
			
		||||
                                            reactive: true,
 | 
			
		||||
                                            can_focus: true,
 | 
			
		||||
                                            label: _("Cancel") });
 | 
			
		||||
        this.cancelButton.connect('clicked',
 | 
			
		||||
                                   Lang.bind(this, function() {
 | 
			
		||||
                                       this.cancel();
 | 
			
		||||
                                   }));
 | 
			
		||||
        this._buttonBox.add(this.cancelButton,
 | 
			
		||||
                            { expand: false,
 | 
			
		||||
                              x_fill: false,
 | 
			
		||||
                              y_fill: false,
 | 
			
		||||
                              x_align: St.Align.START,
 | 
			
		||||
                              y_align: St.Align.END });
 | 
			
		||||
 | 
			
		||||
        this._buttonBox.add(this._defaultButtonWell,
 | 
			
		||||
                            { expand: true,
 | 
			
		||||
                              x_fill: false,
 | 
			
		||||
                              y_fill: false,
 | 
			
		||||
                              x_align: St.Align.END,
 | 
			
		||||
                              y_align: St.Align.MIDDLE });
 | 
			
		||||
        this.nextButton = new St.Button({ style_class: 'modal-dialog-button',
 | 
			
		||||
                                          button_mask: St.ButtonMask.ONE | St.ButtonMask.THREE,
 | 
			
		||||
                                          reactive: true,
 | 
			
		||||
                                          can_focus: true,
 | 
			
		||||
                                          label: _("Next") });
 | 
			
		||||
        this.nextButton.connect('clicked',
 | 
			
		||||
                                 Lang.bind(this, function() {
 | 
			
		||||
                                     this.emit('next');
 | 
			
		||||
                                 }));
 | 
			
		||||
        this.nextButton.add_style_pseudo_class('default');
 | 
			
		||||
        this._buttonBox.add(this.nextButton,
 | 
			
		||||
                            { expand: false,
 | 
			
		||||
                              x_fill: false,
 | 
			
		||||
                              y_fill: false,
 | 
			
		||||
                              x_align: St.Align.END,
 | 
			
		||||
                              y_align: St.Align.END });
 | 
			
		||||
 | 
			
		||||
        this._updateNextButtonSensitivity(this._entry.text.length > 0);
 | 
			
		||||
 | 
			
		||||
        this._entry.clutter_text.connect('text-changed',
 | 
			
		||||
                                         Lang.bind(this, function() {
 | 
			
		||||
                                             if (!this._userVerifier.hasPendingMessages)
 | 
			
		||||
                                                 this._fadeOutMessage();
 | 
			
		||||
 | 
			
		||||
                                             this._updateNextButtonSensitivity(this._entry.text.length > 0);
 | 
			
		||||
                                         }));
 | 
			
		||||
        this._entry.clutter_text.connect('activate', Lang.bind(this, function() {
 | 
			
		||||
            this.emit('next');
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onAskQuestion: function(verifier, serviceName, question, passwordChar) {
 | 
			
		||||
        if (this._preemptiveAnswer) {
 | 
			
		||||
            if (this._queryingService)
 | 
			
		||||
                this._userVerifier.answerQuery(this._queryingService, this._preemptiveAnswer);
 | 
			
		||||
            this._preemptiveAnswer = null;
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (this._queryingService)
 | 
			
		||||
            this.clear();
 | 
			
		||||
 | 
			
		||||
        this._queryingService = serviceName;
 | 
			
		||||
        this.setPasswordChar(passwordChar);
 | 
			
		||||
        this.setQuestion(question);
 | 
			
		||||
 | 
			
		||||
        if (passwordChar) {
 | 
			
		||||
            if (this._userVerifier.reauthenticating)
 | 
			
		||||
                this.nextButton.label = _("Unlock");
 | 
			
		||||
            else
 | 
			
		||||
                this.nextButton.label = C_("button", "Sign In");
 | 
			
		||||
        } else {
 | 
			
		||||
            this.nextButton.label = _("Next");
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.updateSensitivity(true);
 | 
			
		||||
        this.emit('prompted');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onOVirtUserAuthenticated: function() {
 | 
			
		||||
        if (this.verificationStatus != AuthPromptStatus.VERIFICATION_SUCCEEDED)
 | 
			
		||||
            this.reset();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onSmartcardStatusChanged: function() {
 | 
			
		||||
        this.smartcardDetected = this._userVerifier.smartcardDetected;
 | 
			
		||||
 | 
			
		||||
        // Most of the time we want to reset if the user inserts or removes
 | 
			
		||||
        // a smartcard. Smartcard insertion "preempts" what the user was
 | 
			
		||||
        // doing, and smartcard removal aborts the preemption.
 | 
			
		||||
        // The exceptions are: 1) Don't reset on smartcard insertion if we're already verifying
 | 
			
		||||
        //                        with a smartcard
 | 
			
		||||
        //                     2) Don't reset if we've already succeeded at verification and
 | 
			
		||||
        //                        the user is getting logged in.
 | 
			
		||||
        if (this._userVerifier.serviceIsDefault(GdmUtil.SMARTCARD_SERVICE_NAME) &&
 | 
			
		||||
            this.verificationStatus == AuthPromptStatus.VERIFYING &&
 | 
			
		||||
            this.smartcardDetected)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        if (this.verificationStatus != AuthPromptStatus.VERIFICATION_SUCCEEDED)
 | 
			
		||||
            this.reset();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onShowMessage: function(userVerifier, message, type) {
 | 
			
		||||
        this.setMessage(message, type);
 | 
			
		||||
        this.emit('prompted');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onVerificationFailed: function() {
 | 
			
		||||
        this._queryingService = null;
 | 
			
		||||
        this.clear();
 | 
			
		||||
 | 
			
		||||
        this.updateSensitivity(true);
 | 
			
		||||
        this.setActorInDefaultButtonWell(null);
 | 
			
		||||
        this.verificationStatus = AuthPromptStatus.VERIFICATION_FAILED;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onVerificationComplete: function() {
 | 
			
		||||
        this.verificationStatus = AuthPromptStatus.VERIFICATION_SUCCEEDED;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onReset: function() {
 | 
			
		||||
        if (this.verificationStatus != AuthPromptStatus.VERIFICATION_SUCCEEDED) {
 | 
			
		||||
            this.verificationStatus = AuthPromptStatus.NOT_VERIFYING;
 | 
			
		||||
            this.reset();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    addActorToDefaultButtonWell: function(actor) {
 | 
			
		||||
        this._defaultButtonWell.add_child(actor);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setActorInDefaultButtonWell: function(actor, animate) {
 | 
			
		||||
        if (!this._defaultButtonWellActor &&
 | 
			
		||||
            !actor)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let oldActor = this._defaultButtonWellActor;
 | 
			
		||||
 | 
			
		||||
        if (oldActor)
 | 
			
		||||
            Tweener.removeTweens(oldActor);
 | 
			
		||||
 | 
			
		||||
        let isSpinner;
 | 
			
		||||
        if (actor == this._spinner.actor)
 | 
			
		||||
            isSpinner = true;
 | 
			
		||||
        else
 | 
			
		||||
            isSpinner = false;
 | 
			
		||||
 | 
			
		||||
        if (this._defaultButtonWellActor != actor && oldActor) {
 | 
			
		||||
            if (!animate) {
 | 
			
		||||
                oldActor.opacity = 0;
 | 
			
		||||
            } else {
 | 
			
		||||
                Tweener.addTween(oldActor,
 | 
			
		||||
                                 { opacity: 0,
 | 
			
		||||
                                   time: DEFAULT_BUTTON_WELL_ANIMATION_TIME,
 | 
			
		||||
                                   delay: DEFAULT_BUTTON_WELL_ANIMATION_DELAY,
 | 
			
		||||
                                   transition: 'linear',
 | 
			
		||||
                                   onCompleteScope: this,
 | 
			
		||||
                                   onComplete: function() {
 | 
			
		||||
                                      if (isSpinner) {
 | 
			
		||||
                                          if (this._spinner)
 | 
			
		||||
                                              this._spinner.stop();
 | 
			
		||||
                                      }
 | 
			
		||||
                                   }
 | 
			
		||||
                                 });
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (actor) {
 | 
			
		||||
            if (isSpinner)
 | 
			
		||||
                this._spinner.play();
 | 
			
		||||
 | 
			
		||||
            if (!animate)
 | 
			
		||||
                actor.opacity = 255;
 | 
			
		||||
            else
 | 
			
		||||
                Tweener.addTween(actor,
 | 
			
		||||
                                 { opacity: 255,
 | 
			
		||||
                                   time: DEFAULT_BUTTON_WELL_ANIMATION_TIME,
 | 
			
		||||
                                   delay: DEFAULT_BUTTON_WELL_ANIMATION_DELAY,
 | 
			
		||||
                                   transition: 'linear' });
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._defaultButtonWellActor = actor;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    startSpinning: function() {
 | 
			
		||||
        this.setActorInDefaultButtonWell(this._spinner.actor, true);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    stopSpinning: function() {
 | 
			
		||||
        this.setActorInDefaultButtonWell(null, false);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    clear: function() {
 | 
			
		||||
        this._entry.text = '';
 | 
			
		||||
        this.stopSpinning();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setPasswordChar: function(passwordChar) {
 | 
			
		||||
        this._entry.clutter_text.set_password_char(passwordChar);
 | 
			
		||||
        this._entry.menu.isPassword = passwordChar != '';
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setQuestion: function(question) {
 | 
			
		||||
        this._label.set_text(question);
 | 
			
		||||
 | 
			
		||||
        this._label.show();
 | 
			
		||||
        this._entry.show();
 | 
			
		||||
 | 
			
		||||
        this._entry.grab_key_focus();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getAnswer: function() {
 | 
			
		||||
        let text;
 | 
			
		||||
 | 
			
		||||
        if (this._preemptiveAnswer) {
 | 
			
		||||
            text = this._preemptiveAnswer;
 | 
			
		||||
            this._preemptiveAnswer = null;
 | 
			
		||||
        } else {
 | 
			
		||||
            text = this._entry.get_text();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return text;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _fadeOutMessage: function() {
 | 
			
		||||
        if (this._message.opacity == 0)
 | 
			
		||||
            return;
 | 
			
		||||
        Tweener.removeTweens(this._message);
 | 
			
		||||
        Tweener.addTween(this._message,
 | 
			
		||||
                         { opacity: 0,
 | 
			
		||||
                           time: MESSAGE_FADE_OUT_ANIMATION_TIME,
 | 
			
		||||
                           transition: 'easeOutQuad'
 | 
			
		||||
                         });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setMessage: function(message, type) {
 | 
			
		||||
        if (type == GdmUtil.MessageType.ERROR)
 | 
			
		||||
            this._message.add_style_class_name('login-dialog-message-warning');
 | 
			
		||||
        else
 | 
			
		||||
            this._message.remove_style_class_name('login-dialog-message-warning');
 | 
			
		||||
 | 
			
		||||
        if (type == GdmUtil.MessageType.HINT)
 | 
			
		||||
            this._message.add_style_class_name('login-dialog-message-hint');
 | 
			
		||||
        else
 | 
			
		||||
            this._message.remove_style_class_name('login-dialog-message-hint');
 | 
			
		||||
 | 
			
		||||
        if (message) {
 | 
			
		||||
            Tweener.removeTweens(this._message);
 | 
			
		||||
            this._message.text = message;
 | 
			
		||||
            this._message.opacity = 255;
 | 
			
		||||
        } else {
 | 
			
		||||
            this._message.opacity = 0;
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateNextButtonSensitivity: function(sensitive) {
 | 
			
		||||
        this.nextButton.reactive = sensitive;
 | 
			
		||||
        this.nextButton.can_focus = sensitive;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    updateSensitivity: function(sensitive) {
 | 
			
		||||
        this._updateNextButtonSensitivity(sensitive);
 | 
			
		||||
        this._entry.reactive = sensitive;
 | 
			
		||||
        this._entry.clutter_text.editable = sensitive;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    hide: function() {
 | 
			
		||||
        this.setActorInDefaultButtonWell(null, true);
 | 
			
		||||
        this.actor.hide();
 | 
			
		||||
        this._message.opacity = 0;
 | 
			
		||||
 | 
			
		||||
        this.setUser(null);
 | 
			
		||||
 | 
			
		||||
        this.updateSensitivity(true);
 | 
			
		||||
        this._entry.set_text('');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setUser: function(user) {
 | 
			
		||||
        if (user) {
 | 
			
		||||
            let userWidget = new UserWidget.UserWidget(user);
 | 
			
		||||
            this._userWell.set_child(userWidget.actor);
 | 
			
		||||
        } else {
 | 
			
		||||
            this._userWell.set_child(null);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    reset: function() {
 | 
			
		||||
        let oldStatus = this.verificationStatus;
 | 
			
		||||
        this.verificationStatus = AuthPromptStatus.NOT_VERIFYING;
 | 
			
		||||
 | 
			
		||||
        if (oldStatus == AuthPromptStatus.VERIFYING)
 | 
			
		||||
            this._userVerifier.cancel();
 | 
			
		||||
 | 
			
		||||
        this._queryingService = null;
 | 
			
		||||
        this.clear();
 | 
			
		||||
        this._message.opacity = 0;
 | 
			
		||||
        this.setUser(null);
 | 
			
		||||
        this.stopSpinning();
 | 
			
		||||
 | 
			
		||||
        if (oldStatus == AuthPromptStatus.VERIFICATION_FAILED)
 | 
			
		||||
            this.emit('failed');
 | 
			
		||||
 | 
			
		||||
        let beginRequestType;
 | 
			
		||||
 | 
			
		||||
        if (this._mode == AuthPromptMode.UNLOCK_ONLY) {
 | 
			
		||||
            // The user is constant at the unlock screen, so it will immediately
 | 
			
		||||
            // respond to the request with the username
 | 
			
		||||
            beginRequestType = BeginRequestType.PROVIDE_USERNAME;
 | 
			
		||||
        } else if (this._userVerifier.serviceIsForeground(GdmUtil.OVIRT_SERVICE_NAME) ||
 | 
			
		||||
                   (this.smartcardDetected &&
 | 
			
		||||
                    this._userVerifier.serviceIsForeground(GdmUtil.SMARTCARD_SERVICE_NAME))) {
 | 
			
		||||
            // We don't need to know the username if the user preempted the login screen
 | 
			
		||||
            // with a smartcard or with preauthenticated oVirt credentials
 | 
			
		||||
            beginRequestType = BeginRequestType.DONT_PROVIDE_USERNAME;
 | 
			
		||||
        } else {
 | 
			
		||||
            // In all other cases, we should get the username up front.
 | 
			
		||||
            beginRequestType = BeginRequestType.PROVIDE_USERNAME;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.emit('reset', beginRequestType);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    addCharacter: function(unichar) {
 | 
			
		||||
        if (!this._entry.visible)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this._entry.grab_key_focus();
 | 
			
		||||
        this._entry.clutter_text.insert_unichar(unichar);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    begin: function(params) {
 | 
			
		||||
        params = Params.parse(params, { userName: null,
 | 
			
		||||
                                        hold: null });
 | 
			
		||||
 | 
			
		||||
        this.updateSensitivity(false);
 | 
			
		||||
 | 
			
		||||
        let hold = params.hold;
 | 
			
		||||
        if (!hold)
 | 
			
		||||
            hold = new Batch.Hold();
 | 
			
		||||
 | 
			
		||||
        this._userVerifier.begin(params.userName, hold);
 | 
			
		||||
        this.verificationStatus = AuthPromptStatus.VERIFYING;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    finish: function(onComplete) {
 | 
			
		||||
        if (!this._userVerifier.hasPendingMessages) {
 | 
			
		||||
            onComplete();
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let signalId = this._userVerifier.connect('no-more-messages',
 | 
			
		||||
                                                  Lang.bind(this, function() {
 | 
			
		||||
                                                      this._userVerifier.disconnect(signalId);
 | 
			
		||||
                                                      onComplete();
 | 
			
		||||
                                                  }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    cancel: function() {
 | 
			
		||||
        this.reset();
 | 
			
		||||
        this.emit('cancelled');
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(AuthPrompt.prototype);
 | 
			
		||||
@@ -5,13 +5,11 @@ const Lang = imports.lang;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
 | 
			
		||||
const FprintManagerIface = '<node> \
 | 
			
		||||
<interface name="net.reactivated.Fprint.Manager"> \
 | 
			
		||||
<method name="GetDefaultDevice"> \
 | 
			
		||||
    <arg type="o" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const FprintManagerIface = <interface name='net.reactivated.Fprint.Manager'>
 | 
			
		||||
<method name='GetDefaultDevice'>
 | 
			
		||||
    <arg type='o' direction='out' />
 | 
			
		||||
</method>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const FprintManagerInfo = Gio.DBusInterfaceInfo.new_for_xml(FprintManagerIface);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -32,7 +32,7 @@ const Shell = imports.gi.Shell;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
 | 
			
		||||
const AuthPrompt = imports.gdm.authPrompt;
 | 
			
		||||
const Animation = imports.ui.animation;
 | 
			
		||||
const Batch = imports.gdm.batch;
 | 
			
		||||
const BoxPointer = imports.ui.boxpointer;
 | 
			
		||||
const CtrlAltTab = imports.ui.ctrlAltTab;
 | 
			
		||||
@@ -46,11 +46,20 @@ const UserWidget = imports.ui.userWidget;
 | 
			
		||||
 | 
			
		||||
const _FADE_ANIMATION_TIME = 0.25;
 | 
			
		||||
const _SCROLL_ANIMATION_TIME = 0.5;
 | 
			
		||||
const _DEFAULT_BUTTON_WELL_ICON_SIZE = 24;
 | 
			
		||||
const _DEFAULT_BUTTON_WELL_ANIMATION_DELAY = 1.0;
 | 
			
		||||
const _DEFAULT_BUTTON_WELL_ANIMATION_TIME = 0.3;
 | 
			
		||||
const _TIMED_LOGIN_IDLE_THRESHOLD = 5.0;
 | 
			
		||||
const _LOGO_ICON_HEIGHT = 48;
 | 
			
		||||
 | 
			
		||||
let _loginDialog = null;
 | 
			
		||||
 | 
			
		||||
const DefaultButtonWellMode = {
 | 
			
		||||
    NONE: 0,
 | 
			
		||||
    SESSION_MENU_BUTTON: 1,
 | 
			
		||||
    SPINNER: 2
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const UserListItem = new Lang.Class({
 | 
			
		||||
    Name: 'UserListItem',
 | 
			
		||||
 | 
			
		||||
@@ -59,7 +68,7 @@ const UserListItem = new Lang.Class({
 | 
			
		||||
        this._userChangedId = this.user.connect('changed',
 | 
			
		||||
                                                 Lang.bind(this, this._onUserChanged));
 | 
			
		||||
 | 
			
		||||
        let layout = new St.BoxLayout({ vertical: true });
 | 
			
		||||
        let layout = new St.BoxLayout({ vertical: false });
 | 
			
		||||
        this.actor = new St.Button({ style_class: 'login-dialog-user-list-item',
 | 
			
		||||
                                     button_mask: St.ButtonMask.ONE | St.ButtonMask.THREE,
 | 
			
		||||
                                     can_focus: true,
 | 
			
		||||
@@ -68,21 +77,47 @@ const UserListItem = new Lang.Class({
 | 
			
		||||
                                     x_align: St.Align.START,
 | 
			
		||||
                                     x_fill: true });
 | 
			
		||||
 | 
			
		||||
        this._userWidget = new UserWidget.UserWidget(this.user);
 | 
			
		||||
        layout.add(this._userWidget.actor);
 | 
			
		||||
        this._userAvatar = new UserWidget.Avatar(this.user,
 | 
			
		||||
                                                 { styleClass: 'login-dialog-user-list-item-icon' });
 | 
			
		||||
        layout.add(this._userAvatar.actor);
 | 
			
		||||
        let textLayout = new St.BoxLayout({ style_class: 'login-dialog-user-list-item-text-box',
 | 
			
		||||
                                            vertical:    true });
 | 
			
		||||
        layout.add(textLayout, { expand: true });
 | 
			
		||||
 | 
			
		||||
        this._nameLabel = new St.Label({ style_class: 'login-dialog-user-list-item-name' });
 | 
			
		||||
        this.actor.label_actor = this._nameLabel;
 | 
			
		||||
        textLayout.add(this._nameLabel,
 | 
			
		||||
                       { y_fill: false,
 | 
			
		||||
                         y_align: St.Align.MIDDLE,
 | 
			
		||||
                         expand: true });
 | 
			
		||||
 | 
			
		||||
        this._timedLoginIndicator = new St.Bin({ style_class: 'login-dialog-timed-login-indicator',
 | 
			
		||||
                                                 scale_x: 0 });
 | 
			
		||||
        layout.add(this._timedLoginIndicator);
 | 
			
		||||
        textLayout.add(this._timedLoginIndicator,
 | 
			
		||||
                       { x_fill: true,
 | 
			
		||||
                         x_align: St.Align.MIDDLE,
 | 
			
		||||
                         y_fill: false,
 | 
			
		||||
                         y_align: St.Align.END });
 | 
			
		||||
 | 
			
		||||
        this.actor.connect('clicked', Lang.bind(this, this._onClicked));
 | 
			
		||||
        this._onUserChanged();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onUserChanged: function() {
 | 
			
		||||
        this._nameLabel.set_text(this.user.get_real_name());
 | 
			
		||||
        this._userAvatar.update();
 | 
			
		||||
        this._updateLoggedIn();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    syncStyleClasses: function() {
 | 
			
		||||
        this._updateLoggedIn();
 | 
			
		||||
 | 
			
		||||
        if (global.stage.get_key_focus() == this.actor)
 | 
			
		||||
            this.actor.add_style_pseudo_class('focus');
 | 
			
		||||
        else
 | 
			
		||||
            this.actor.remove_style_pseudo_class('focus');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateLoggedIn: function() {
 | 
			
		||||
        if (this.user.is_logged_in())
 | 
			
		||||
            this.actor.add_style_pseudo_class('logged-in');
 | 
			
		||||
@@ -168,6 +203,7 @@ const UserList = new Lang.Class({
 | 
			
		||||
        for (let userName in this._items) {
 | 
			
		||||
            let item = this._items[userName];
 | 
			
		||||
            item.actor.sync_hover();
 | 
			
		||||
            item.syncStyleClasses();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -287,6 +323,10 @@ const SessionMenuButton = new Lang.Class({
 | 
			
		||||
                                    this._button.remove_style_pseudo_class('active');
 | 
			
		||||
                           }));
 | 
			
		||||
 | 
			
		||||
        let subtitle = new PopupMenu.PopupMenuItem(_("Session"), { style_class: 'popup-subtitle-menu-item',
 | 
			
		||||
                                                                   reactive: false });
 | 
			
		||||
        this._menu.addMenuItem(subtitle);
 | 
			
		||||
 | 
			
		||||
        this._manager = new PopupMenu.PopupMenuManager({ actor: this._button });
 | 
			
		||||
        this._manager.addMenu(this._menu);
 | 
			
		||||
 | 
			
		||||
@@ -362,7 +402,6 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    _init: function(parentActor) {
 | 
			
		||||
        this.actor = new St.Widget({ accessible_role: Atk.Role.WINDOW,
 | 
			
		||||
                                     layout_manager: new Clutter.BinLayout(),
 | 
			
		||||
                                     style_class: 'login-dialog',
 | 
			
		||||
                                     visible: false });
 | 
			
		||||
 | 
			
		||||
@@ -371,10 +410,10 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
        parentActor.add_child(this.actor);
 | 
			
		||||
 | 
			
		||||
        this._userManager = AccountsService.UserManager.get_default()
 | 
			
		||||
        let gdmClient = new Gdm.Client();
 | 
			
		||||
        this._greeterClient = new Gdm.Client();
 | 
			
		||||
 | 
			
		||||
        if (GLib.getenv('GDM_GREETER_TEST') != '1') {
 | 
			
		||||
            this._greeter = gdmClient.get_greeter_sync(null);
 | 
			
		||||
            this._greeter = this._greeterClient.get_greeter_sync(null);
 | 
			
		||||
 | 
			
		||||
            this._greeter.connect('default-session-name-changed',
 | 
			
		||||
                                  Lang.bind(this, this._onDefaultSessionChanged));
 | 
			
		||||
@@ -385,6 +424,15 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
                                  Lang.bind(this, this._onTimedLoginRequested));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._userVerifier = new GdmUtil.ShellUserVerifier(this._greeterClient);
 | 
			
		||||
        this._userVerifier.connect('ask-question', Lang.bind(this, this._askQuestion));
 | 
			
		||||
        this._userVerifier.connect('show-message', Lang.bind(this, this._showMessage));
 | 
			
		||||
        this._userVerifier.connect('verification-failed', Lang.bind(this, this._verificationFailed));
 | 
			
		||||
        this._userVerifier.connect('reset', Lang.bind(this, this._reset));
 | 
			
		||||
        this._userVerifier.connect('show-login-hint', Lang.bind(this, this._showLoginHint));
 | 
			
		||||
        this._userVerifier.connect('hide-login-hint', Lang.bind(this, this._hideLoginHint));
 | 
			
		||||
        this._verifyingUser = false;
 | 
			
		||||
 | 
			
		||||
        this._settings = new Gio.Settings({ schema: GdmUtil.LOGIN_SCREEN_SCHEMA });
 | 
			
		||||
 | 
			
		||||
        this._settings.connect('changed::' + GdmUtil.BANNER_MESSAGE_KEY,
 | 
			
		||||
@@ -401,12 +449,10 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
                                   Lang.bind(this, this._updateLogoTexture));
 | 
			
		||||
 | 
			
		||||
        this._userSelectionBox = new St.BoxLayout({ style_class: 'login-dialog-user-selection-box',
 | 
			
		||||
                                                    x_align: Clutter.ActorAlign.CENTER,
 | 
			
		||||
                                                    y_align: Clutter.ActorAlign.CENTER,
 | 
			
		||||
                                                    x_expand: true,
 | 
			
		||||
                                                    y_expand: true,
 | 
			
		||||
                                                    vertical: true,
 | 
			
		||||
                                                    visible: false });
 | 
			
		||||
                                                    vertical: true });
 | 
			
		||||
        this._userSelectionBox.add_constraint(new Clutter.AlignConstraint({ source: this.actor,
 | 
			
		||||
                                                                            align_axis: Clutter.AlignAxis.BOTH,
 | 
			
		||||
                                                                            factor: 0.5 }));
 | 
			
		||||
        this.actor.add_child(this._userSelectionBox);
 | 
			
		||||
 | 
			
		||||
        this._bannerLabel = new St.Label({ style_class: 'login-dialog-banner',
 | 
			
		||||
@@ -420,11 +466,61 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
                                     x_fill: true,
 | 
			
		||||
                                     y_fill: true });
 | 
			
		||||
 | 
			
		||||
        this._authPrompt = new AuthPrompt.AuthPrompt(gdmClient, AuthPrompt.AuthPromptMode.UNLOCK_OR_LOG_IN);
 | 
			
		||||
        this._authPrompt.connect('prompted', Lang.bind(this, this._onPrompted));
 | 
			
		||||
        this._authPrompt.connect('reset', Lang.bind(this, this._onReset));
 | 
			
		||||
        this._authPrompt.hide();
 | 
			
		||||
        this.actor.add_child(this._authPrompt.actor);
 | 
			
		||||
        this._promptBox = new St.BoxLayout({ style_class: 'login-dialog-prompt-layout',
 | 
			
		||||
                                             vertical: true });
 | 
			
		||||
 | 
			
		||||
        this._promptBox.connect('button-press-event',
 | 
			
		||||
                                 Lang.bind(this, function(actor, event) {
 | 
			
		||||
                                    if (event.get_key_symbol() == Clutter.KEY_Escape) {
 | 
			
		||||
                                        this.cancel();
 | 
			
		||||
                                    }
 | 
			
		||||
                                 }));
 | 
			
		||||
 | 
			
		||||
        this._promptBox.add_constraint(new Clutter.AlignConstraint({ source: this.actor,
 | 
			
		||||
                                                                     align_axis: Clutter.AlignAxis.BOTH,
 | 
			
		||||
                                                                     factor: 0.5 }));
 | 
			
		||||
        this.actor.add_child(this._promptBox);
 | 
			
		||||
        this._promptUser = new St.Bin({ x_fill: true,
 | 
			
		||||
                                        x_align: St.Align.START });
 | 
			
		||||
        this._promptBox.add(this._promptUser,
 | 
			
		||||
                            { x_align: St.Align.START,
 | 
			
		||||
                              x_fill: true,
 | 
			
		||||
                              y_fill: true,
 | 
			
		||||
                              expand: true });
 | 
			
		||||
        this._promptLabel = new St.Label({ style_class: 'login-dialog-prompt-label' });
 | 
			
		||||
 | 
			
		||||
        this._promptBox.add(this._promptLabel,
 | 
			
		||||
                            { expand: true,
 | 
			
		||||
                              x_fill: true,
 | 
			
		||||
                              y_fill: true,
 | 
			
		||||
                              x_align: St.Align.START });
 | 
			
		||||
        this._promptEntry = new St.Entry({ style_class: 'login-dialog-prompt-entry',
 | 
			
		||||
                                           can_focus: true });
 | 
			
		||||
        this._promptEntryTextChangedId = 0;
 | 
			
		||||
        this._promptEntryActivateId = 0;
 | 
			
		||||
        this._promptBox.add(this._promptEntry,
 | 
			
		||||
                            { expand: true,
 | 
			
		||||
                              x_fill: true,
 | 
			
		||||
                              y_fill: false,
 | 
			
		||||
                              x_align: St.Align.START });
 | 
			
		||||
 | 
			
		||||
        this._promptMessage = new St.Label({ visible: false });
 | 
			
		||||
        this._promptBox.add(this._promptMessage, { x_fill: true });
 | 
			
		||||
 | 
			
		||||
        this._promptLoginHint = new St.Label({ style_class: 'login-dialog-prompt-login-hint-message' });
 | 
			
		||||
        this._promptLoginHint.hide();
 | 
			
		||||
        this._promptBox.add(this._promptLoginHint);
 | 
			
		||||
 | 
			
		||||
        this._buttonBox = new St.BoxLayout({ style_class: 'modal-dialog-button-box',
 | 
			
		||||
                                             vertical: false });
 | 
			
		||||
        this._promptBox.add(this._buttonBox,
 | 
			
		||||
                            { expand:  true,
 | 
			
		||||
                              x_align: St.Align.MIDDLE,
 | 
			
		||||
                              y_align: St.Align.END });
 | 
			
		||||
        this._cancelButton = null;
 | 
			
		||||
        this._signInButton = null;
 | 
			
		||||
 | 
			
		||||
        this._promptBox.hide();
 | 
			
		||||
 | 
			
		||||
        // translators: this message is shown below the user list on the
 | 
			
		||||
        // login screen. It can be activated to reveal an entry for
 | 
			
		||||
@@ -439,8 +535,7 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
                                                x_align: St.Align.START,
 | 
			
		||||
                                                x_fill: true });
 | 
			
		||||
 | 
			
		||||
        this._notListedButton.connect('clicked', Lang.bind(this, this._hideUserListAskForUsernameAndBeginVerification));
 | 
			
		||||
 | 
			
		||||
        this._notListedButton.connect('clicked', Lang.bind(this, this._hideUserListAndLogIn));
 | 
			
		||||
        this._notListedButton.hide();
 | 
			
		||||
 | 
			
		||||
        this._userSelectionBox.add(this._notListedButton,
 | 
			
		||||
@@ -448,11 +543,14 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
                                     x_align: St.Align.START,
 | 
			
		||||
                                     x_fill: true });
 | 
			
		||||
 | 
			
		||||
        this._logoBin = new St.Widget({ style_class: 'login-dialog-logo-bin',
 | 
			
		||||
                                        x_align: Clutter.ActorAlign.CENTER,
 | 
			
		||||
                                        y_align: Clutter.ActorAlign.END,
 | 
			
		||||
                                        x_expand: true,
 | 
			
		||||
                                        y_expand: true });
 | 
			
		||||
        this._logoBin = new St.Bin({ style_class: 'login-dialog-logo-bin', y_expand: true });
 | 
			
		||||
        this._logoBin.set_y_align(Clutter.ActorAlign.END);
 | 
			
		||||
        this._logoBin.add_constraint(new Clutter.AlignConstraint({ source: this.actor,
 | 
			
		||||
                                                                   align_axis: Clutter.AlignAxis.X_AXIS,
 | 
			
		||||
                                                                   factor: 0.5 }));
 | 
			
		||||
        this._logoBin.add_constraint(new Clutter.AlignConstraint({ source: this.actor,
 | 
			
		||||
                                                                   align_axis: Clutter.AlignAxis.Y_AXIS,
 | 
			
		||||
                                                                   factor: 1.0 }));
 | 
			
		||||
        this.actor.add_child(this._logoBin);
 | 
			
		||||
        this._updateLogo();
 | 
			
		||||
 | 
			
		||||
@@ -473,6 +571,8 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
                                   this._onUserListActivated(item);
 | 
			
		||||
                               }));
 | 
			
		||||
 | 
			
		||||
        this._defaultButtonWell = new St.Widget();
 | 
			
		||||
        this._defaultButtonWellMode = DefaultButtonWellMode.NONE;
 | 
			
		||||
 | 
			
		||||
        this._sessionMenuButton = new SessionMenuButton();
 | 
			
		||||
        this._sessionMenuButton.connect('session-activated',
 | 
			
		||||
@@ -481,34 +581,34 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
                                            }));
 | 
			
		||||
        this._sessionMenuButton.actor.opacity = 0;
 | 
			
		||||
        this._sessionMenuButton.actor.show();
 | 
			
		||||
        this._authPrompt.addActorToDefaultButtonWell(this._sessionMenuButton.actor);
 | 
			
		||||
        this._defaultButtonWell.add_child(this._sessionMenuButton.actor);
 | 
			
		||||
 | 
			
		||||
        let spinnerIcon = global.datadir + '/theme/process-working.svg';
 | 
			
		||||
        this._workSpinner = new Animation.AnimatedIcon(spinnerIcon, _DEFAULT_BUTTON_WELL_ICON_SIZE);
 | 
			
		||||
        this._workSpinner.actor.opacity = 0;
 | 
			
		||||
        this._workSpinner.actor.show();
 | 
			
		||||
 | 
			
		||||
        this._defaultButtonWell.add_child(this._workSpinner.actor);
 | 
			
		||||
        this._sessionMenuButton.actor.add_constraint(new Clutter.AlignConstraint({ source: this._workSpinner.actor,
 | 
			
		||||
                                                                                   align_axis: Clutter.AlignAxis.BOTH,
 | 
			
		||||
                                                                                   factor: 0.5 }));
 | 
			
		||||
   },
 | 
			
		||||
 | 
			
		||||
    _updateDisableUserList: function() {
 | 
			
		||||
        let disableUserList = this._settings.get_boolean(GdmUtil.DISABLE_USER_LIST_KEY);
 | 
			
		||||
 | 
			
		||||
        // If this is the first time around, set initial focus
 | 
			
		||||
        if (this._disableUserList == undefined && disableUserList)
 | 
			
		||||
            this.setInitialKeyFocus(this._promptEntry);
 | 
			
		||||
 | 
			
		||||
        if (disableUserList != this._disableUserList) {
 | 
			
		||||
            this._disableUserList = disableUserList;
 | 
			
		||||
 | 
			
		||||
            if (this._authPrompt.verificationStatus == AuthPrompt.AuthPromptStatus.NOT_VERIFYING)
 | 
			
		||||
                this._authPrompt.reset();
 | 
			
		||||
            if (!this._verifyingUser)
 | 
			
		||||
                this._reset();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateCancelButton: function() {
 | 
			
		||||
        let cancelVisible;
 | 
			
		||||
 | 
			
		||||
        // Hide the cancel button if the user list is disabled and we're asking for
 | 
			
		||||
        // a username
 | 
			
		||||
        if (this._authPrompt.verificationStatus == AuthPrompt.AuthPromptStatus.NOT_VERIFYING && this._disableUserList)
 | 
			
		||||
            cancelVisible = false;
 | 
			
		||||
        else
 | 
			
		||||
            cancelVisible = true;
 | 
			
		||||
 | 
			
		||||
        this._authPrompt.cancelButton.visible = cancelVisible;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateBanner: function() {
 | 
			
		||||
        let enabled = this._settings.get_boolean(GdmUtil.BANNER_MESSAGE_KEY);
 | 
			
		||||
        let text = this._settings.get_string(GdmUtil.BANNER_MESSAGE_TEXT_KEY);
 | 
			
		||||
@@ -525,10 +625,11 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
        if (this._logoFileUri != uri)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this._logoBin.destroy_all_children();
 | 
			
		||||
        let icon = null;
 | 
			
		||||
        if (this._logoFileUri)
 | 
			
		||||
            this._logoBin.add_child(this._textureCache.load_uri_async(this._logoFileUri,
 | 
			
		||||
                                                                      -1, _LOGO_ICON_HEIGHT));
 | 
			
		||||
            icon = this._textureCache.load_uri_async(this._logoFileUri,
 | 
			
		||||
                                                     -1, _LOGO_ICON_HEIGHT);
 | 
			
		||||
        this._logoBin.set_child(icon);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateLogo: function() {
 | 
			
		||||
@@ -538,53 +639,286 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
        this._updateLogoTexture(this._textureCache, this._logoFileUri);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onPrompted: function() {
 | 
			
		||||
        this._sessionMenuButton.updateSensitivity(true);
 | 
			
		||||
    _reset: function() {
 | 
			
		||||
        this._userVerifier.clear();
 | 
			
		||||
 | 
			
		||||
        if (this._shouldShowSessionMenuButton())
 | 
			
		||||
            this._authPrompt.setActorInDefaultButtonWell(this._sessionMenuButton.actor);
 | 
			
		||||
        this._showPrompt();
 | 
			
		||||
        this._updateSensitivity(true);
 | 
			
		||||
        this._promptMessage.hide();
 | 
			
		||||
        this._user = null;
 | 
			
		||||
        this._verifyingUser = false;
 | 
			
		||||
 | 
			
		||||
        if (this._disableUserList)
 | 
			
		||||
            this._hideUserListAndLogIn();
 | 
			
		||||
        else
 | 
			
		||||
            this._showUserList();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onReset: function(authPrompt, beginRequest) {
 | 
			
		||||
        this._sessionMenuButton.updateSensitivity(true);
 | 
			
		||||
    _getActorForDefaultButtonWellMode: function(mode) {
 | 
			
		||||
        let actor;
 | 
			
		||||
 | 
			
		||||
        this._user = null;
 | 
			
		||||
        if (mode == DefaultButtonWellMode.NONE)
 | 
			
		||||
            actor = null;
 | 
			
		||||
        else if (mode == DefaultButtonWellMode.SPINNER)
 | 
			
		||||
            actor = this._workSpinner.actor;
 | 
			
		||||
        else if (mode == DefaultButtonWellMode.SESSION_MENU_BUTTON)
 | 
			
		||||
            actor = this._sessionMenuButton.actor;
 | 
			
		||||
 | 
			
		||||
        if (beginRequest == AuthPrompt.BeginRequestType.PROVIDE_USERNAME) {
 | 
			
		||||
            if (!this._disableUserList)
 | 
			
		||||
                this._showUserList();
 | 
			
		||||
        return actor;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _setDefaultButtonWellMode: function(mode, immediately) {
 | 
			
		||||
        if (this._defaultButtonWellMode == DefaultButtonWellMode.NONE &&
 | 
			
		||||
            mode == DefaultButtonWellMode.NONE)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let oldActor = this._getActorForDefaultButtonWellMode(this._defaultButtonWellMode);
 | 
			
		||||
 | 
			
		||||
        if (oldActor)
 | 
			
		||||
            Tweener.removeTweens(oldActor);
 | 
			
		||||
 | 
			
		||||
        let actor = this._getActorForDefaultButtonWellMode(mode);
 | 
			
		||||
 | 
			
		||||
        if (this._defaultButtonWellMode != mode && oldActor) {
 | 
			
		||||
            if (immediately)
 | 
			
		||||
                oldActor.opacity = 0;
 | 
			
		||||
            else
 | 
			
		||||
                this._hideUserListAskForUsernameAndBeginVerification();
 | 
			
		||||
        } else {
 | 
			
		||||
            this._hideUserListAndBeginVerification();
 | 
			
		||||
                Tweener.addTween(oldActor,
 | 
			
		||||
                                 { opacity: 0,
 | 
			
		||||
                                   time: _DEFAULT_BUTTON_WELL_ANIMATION_TIME,
 | 
			
		||||
                                   delay: _DEFAULT_BUTTON_WELL_ANIMATION_DELAY,
 | 
			
		||||
                                   transition: 'linear',
 | 
			
		||||
                                   onCompleteScope: this,
 | 
			
		||||
                                   onComplete: function() {
 | 
			
		||||
                                       if (mode == DefaultButtonWellMode.SPINNER) {
 | 
			
		||||
                                           if (this._workSpinner)
 | 
			
		||||
                                               this._workSpinner.stop();
 | 
			
		||||
                                       }
 | 
			
		||||
                                   }
 | 
			
		||||
                                 });
 | 
			
		||||
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (actor) {
 | 
			
		||||
            if (mode == DefaultButtonWellMode.SPINNER)
 | 
			
		||||
                this._workSpinner.play();
 | 
			
		||||
 | 
			
		||||
            if (immediately)
 | 
			
		||||
                actor.opacity = 255;
 | 
			
		||||
            else
 | 
			
		||||
                Tweener.addTween(actor,
 | 
			
		||||
                                 { opacity: 255,
 | 
			
		||||
                                   time: _DEFAULT_BUTTON_WELL_ANIMATION_TIME,
 | 
			
		||||
                                   delay: _DEFAULT_BUTTON_WELL_ANIMATION_DELAY,
 | 
			
		||||
                                   transition: 'linear' });
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._defaultButtonWellMode = mode;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _verificationFailed: function() {
 | 
			
		||||
        this._promptEntry.text = '';
 | 
			
		||||
 | 
			
		||||
        this._updateSensitivity(true);
 | 
			
		||||
        this._setDefaultButtonWellMode(DefaultButtonWellMode.NONE, true);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onDefaultSessionChanged: function(client, sessionId) {
 | 
			
		||||
        this._sessionMenuButton.setActiveSession(sessionId);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _showMessage: function(userVerifier, message, styleClass) {
 | 
			
		||||
        if (message) {
 | 
			
		||||
            this._promptMessage.text = message;
 | 
			
		||||
            this._promptMessage.styleClass = styleClass;
 | 
			
		||||
            this._promptMessage.show();
 | 
			
		||||
        } else {
 | 
			
		||||
            this._promptMessage.hide();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _showLoginHint: function(verifier, message) {
 | 
			
		||||
        this._promptLoginHint.set_text(message)
 | 
			
		||||
        this._promptLoginHint.show();
 | 
			
		||||
        this._promptLoginHint.opacity = 255;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _hideLoginHint: function() {
 | 
			
		||||
        this._promptLoginHint.hide();
 | 
			
		||||
        this._promptLoginHint.set_text('');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    cancel: function() {
 | 
			
		||||
        if (this._verifyingUser)
 | 
			
		||||
            this._userVerifier.cancel();
 | 
			
		||||
        else
 | 
			
		||||
            this._reset();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _shouldShowSessionMenuButton: function() {
 | 
			
		||||
        if (this._authPrompt.verificationStatus != AuthPrompt.AuthPromptStatus.VERIFYING &&
 | 
			
		||||
            this._authPrompt.verificationStatus != AuthPrompt.AuthPromptStatus.VERIFICATION_FAILED)
 | 
			
		||||
        if (this._verifyingUser)
 | 
			
		||||
          return true;
 | 
			
		||||
 | 
			
		||||
        if (!this._user)
 | 
			
		||||
          return false;
 | 
			
		||||
 | 
			
		||||
        if (this._user && this._user.is_loaded && this._user.is_logged_in())
 | 
			
		||||
        if (this._user.is_logged_in)
 | 
			
		||||
          return false;
 | 
			
		||||
 | 
			
		||||
        return true;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _showPrompt: function() {
 | 
			
		||||
        if (this._authPrompt.actor.visible)
 | 
			
		||||
            return;
 | 
			
		||||
        this._authPrompt.actor.opacity = 0;
 | 
			
		||||
        this._authPrompt.actor.show();
 | 
			
		||||
        Tweener.addTween(this._authPrompt.actor,
 | 
			
		||||
    _showPrompt: function(forSecret) {
 | 
			
		||||
        this._promptLabel.show();
 | 
			
		||||
        this._promptEntry.show();
 | 
			
		||||
        this._promptLoginHint.opacity = 0;
 | 
			
		||||
        this._promptLoginHint.show();
 | 
			
		||||
        this._promptBox.opacity = 0;
 | 
			
		||||
        this._promptBox.show();
 | 
			
		||||
        Tweener.addTween(this._promptBox,
 | 
			
		||||
                         { opacity: 255,
 | 
			
		||||
                           time: _FADE_ANIMATION_TIME,
 | 
			
		||||
                           transition: 'easeOutQuad' });
 | 
			
		||||
 | 
			
		||||
        if (this._shouldShowSessionMenuButton())
 | 
			
		||||
            this._setDefaultButtonWellMode(DefaultButtonWellMode.SESSION_MENU_BUTTON, true);
 | 
			
		||||
        else
 | 
			
		||||
            this._setDefaultButtonWellMode(DefaultButtonWellMode.NONE, true);
 | 
			
		||||
 | 
			
		||||
        this._promptEntry.grab_key_focus();
 | 
			
		||||
 | 
			
		||||
        let hold = new Batch.Hold();
 | 
			
		||||
        let tasks = [function() {
 | 
			
		||||
                         this._prepareDialog(forSecret, hold);
 | 
			
		||||
                     },
 | 
			
		||||
 | 
			
		||||
                     hold];
 | 
			
		||||
 | 
			
		||||
        let batch = new Batch.ConcurrentBatch(this, tasks);
 | 
			
		||||
 | 
			
		||||
        return batch.run();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _prepareDialog: function(forSecret, hold) {
 | 
			
		||||
        this._buttonBox.visible = true;
 | 
			
		||||
        this._buttonBox.remove_all_children();
 | 
			
		||||
 | 
			
		||||
        if (!this._disableUserList || this._verifyingUser) {
 | 
			
		||||
            this._cancelButton = new St.Button({ style_class: 'modal-dialog-button',
 | 
			
		||||
                                                 button_mask: St.ButtonMask.ONE | St.ButtonMask.THREE,
 | 
			
		||||
                                                 reactive: true,
 | 
			
		||||
                                                 can_focus: true,
 | 
			
		||||
                                                 label: _("Cancel") });
 | 
			
		||||
            this._cancelButton.connect('clicked',
 | 
			
		||||
                                       Lang.bind(this, function() {
 | 
			
		||||
                                           this.cancel();
 | 
			
		||||
                                       }));
 | 
			
		||||
            this._buttonBox.add(this._cancelButton,
 | 
			
		||||
                                { expand: false,
 | 
			
		||||
                                  x_fill: false,
 | 
			
		||||
                                  y_fill: false,
 | 
			
		||||
                                  x_align: St.Align.START,
 | 
			
		||||
                                  y_align: St.Align.END });
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._buttonBox.add(this._defaultButtonWell,
 | 
			
		||||
                            { expand: true,
 | 
			
		||||
                              x_fill: false,
 | 
			
		||||
                              y_fill: false,
 | 
			
		||||
                              x_align: St.Align.END,
 | 
			
		||||
                              y_align: St.Align.MIDDLE });
 | 
			
		||||
        this._signInButton = new St.Button({ style_class: 'modal-dialog-button',
 | 
			
		||||
                                             button_mask: St.ButtonMask.ONE | St.ButtonMask.THREE,
 | 
			
		||||
                                             reactive: true,
 | 
			
		||||
                                             can_focus: true,
 | 
			
		||||
                                             label: forSecret ? C_("button", "Sign In") : _("Next") });
 | 
			
		||||
        this._signInButton.connect('clicked',
 | 
			
		||||
                                   Lang.bind(this, function() {
 | 
			
		||||
                                       hold.release();
 | 
			
		||||
                                   }));
 | 
			
		||||
        this._signInButton.add_style_pseudo_class('default');
 | 
			
		||||
        this._buttonBox.add(this._signInButton,
 | 
			
		||||
                            { expand: false,
 | 
			
		||||
                              x_fill: false,
 | 
			
		||||
                              y_fill: false,
 | 
			
		||||
                              x_align: St.Align.END,
 | 
			
		||||
                              y_align: St.Align.END });
 | 
			
		||||
 | 
			
		||||
        this._updateSignInButtonSensitivity(this._promptEntry.text.length > 0);
 | 
			
		||||
 | 
			
		||||
        this._promptEntryTextChangedId =
 | 
			
		||||
            this._promptEntry.clutter_text.connect('text-changed',
 | 
			
		||||
                                                    Lang.bind(this, function() {
 | 
			
		||||
                                                        this._updateSignInButtonSensitivity(this._promptEntry.text.length > 0);
 | 
			
		||||
                                                    }));
 | 
			
		||||
 | 
			
		||||
        this._promptEntryActivateId =
 | 
			
		||||
            this._promptEntry.clutter_text.connect('activate', function() {
 | 
			
		||||
                hold.release();
 | 
			
		||||
            });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateSensitivity: function(sensitive) {
 | 
			
		||||
        this._promptEntry.reactive = sensitive;
 | 
			
		||||
        this._promptEntry.clutter_text.editable = sensitive;
 | 
			
		||||
        this._sessionMenuButton.updateSensitivity(sensitive);
 | 
			
		||||
        this._updateSignInButtonSensitivity(sensitive);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateSignInButtonSensitivity: function(sensitive) {
 | 
			
		||||
        if (this._signInButton) {
 | 
			
		||||
            this._signInButton.reactive = sensitive;
 | 
			
		||||
            this._signInButton.can_focus = sensitive;
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _hidePrompt: function() {
 | 
			
		||||
        if (this._promptEntryTextChangedId > 0) {
 | 
			
		||||
            this._promptEntry.clutter_text.disconnect(this._promptEntryTextChangedId);
 | 
			
		||||
            this._promptEntryTextChangedId = 0;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (this._promptEntryActivateId > 0) {
 | 
			
		||||
            this._promptEntry.clutter_text.disconnect(this._promptEntryActivateId);
 | 
			
		||||
            this._promptEntryActivateId = 0;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._setDefaultButtonWellMode(DefaultButtonWellMode.NONE, true);
 | 
			
		||||
        this._promptBox.hide();
 | 
			
		||||
        this._promptLoginHint.hide();
 | 
			
		||||
 | 
			
		||||
        this._promptUser.set_child(null);
 | 
			
		||||
 | 
			
		||||
        this._updateSensitivity(true);
 | 
			
		||||
        this._promptEntry.set_text('');
 | 
			
		||||
 | 
			
		||||
        this._sessionMenuButton.close();
 | 
			
		||||
        this._promptLoginHint.hide();
 | 
			
		||||
 | 
			
		||||
        this._buttonBox.remove_all_children();
 | 
			
		||||
        this._signInButton = null;
 | 
			
		||||
        this._cancelButton = null;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _askQuestion: function(verifier, serviceName, question, passwordChar) {
 | 
			
		||||
        this._promptLabel.set_text(question);
 | 
			
		||||
 | 
			
		||||
        this._updateSensitivity(true);
 | 
			
		||||
        this._promptEntry.set_text('');
 | 
			
		||||
        this._promptEntry.clutter_text.set_password_char(passwordChar);
 | 
			
		||||
 | 
			
		||||
        let tasks = [function() {
 | 
			
		||||
                         return this._showPrompt(!!passwordChar);
 | 
			
		||||
                     },
 | 
			
		||||
 | 
			
		||||
                     function() {
 | 
			
		||||
                         let text = this._promptEntry.get_text();
 | 
			
		||||
                         this._updateSensitivity(false);
 | 
			
		||||
                         this._setDefaultButtonWellMode(DefaultButtonWellMode.SPINNER, false);
 | 
			
		||||
                         this._userVerifier.answerQuery(serviceName, text);
 | 
			
		||||
                     }];
 | 
			
		||||
 | 
			
		||||
        let batch = new Batch.ConsecutiveBatch(this, tasks);
 | 
			
		||||
        return batch.run();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _showRealmLoginHint: function(realmManager, hint) {
 | 
			
		||||
@@ -597,34 +931,34 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        // Translators: this message is shown below the username entry field
 | 
			
		||||
        // to clue the user in on how to login to the local network realm
 | 
			
		||||
        this._authPrompt.setMessage(_("(e.g., user or %s)").format(hint), GdmUtil.MessageType.HINT);
 | 
			
		||||
        this._showLoginHint(null, _("(e.g., user or %s)").format(hint));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _askForUsernameAndBeginVerification: function() {
 | 
			
		||||
        this._authPrompt.setPasswordChar('');
 | 
			
		||||
        this._authPrompt.setQuestion(_("Username: "));
 | 
			
		||||
    _askForUsernameAndLogIn: function() {
 | 
			
		||||
        this._promptLabel.set_text(_("Username: "));
 | 
			
		||||
        this._promptEntry.set_text('');
 | 
			
		||||
        this._promptEntry.clutter_text.set_password_char('');
 | 
			
		||||
 | 
			
		||||
        let realmManager = new Realmd.Manager();
 | 
			
		||||
        let realmSignalId = realmManager.connect('login-format-changed',
 | 
			
		||||
                                                 Lang.bind(this, this._showRealmLoginHint));
 | 
			
		||||
        let signalId = realmManager.connect('login-format-changed',
 | 
			
		||||
	                                        Lang.bind(this, this._showRealmLoginHint));
 | 
			
		||||
        this._showRealmLoginHint(realmManager.loginFormat);
 | 
			
		||||
 | 
			
		||||
        let nextSignalId = this._authPrompt.connect('next',
 | 
			
		||||
                                                    Lang.bind(this, function() {
 | 
			
		||||
                                                        this._authPrompt.disconnect(nextSignalId);
 | 
			
		||||
                                                        this._authPrompt.updateSensitivity(false);
 | 
			
		||||
                                                        let answer = this._authPrompt.getAnswer();
 | 
			
		||||
                                                        this._user = this._userManager.get_user(answer);
 | 
			
		||||
                                                        this._authPrompt.clear();
 | 
			
		||||
                                                        this._authPrompt.startSpinning();
 | 
			
		||||
                                                        this._authPrompt.begin({ userName: answer });
 | 
			
		||||
                                                        this._updateCancelButton();
 | 
			
		||||
        let tasks = [this._showPrompt,
 | 
			
		||||
 | 
			
		||||
                                                        realmManager.disconnect(realmSignalId)
 | 
			
		||||
                                                        realmManager.release();
 | 
			
		||||
                                                    }));
 | 
			
		||||
        this._updateCancelButton();
 | 
			
		||||
        this._showPrompt();
 | 
			
		||||
                     function() {
 | 
			
		||||
                         let userName = this._promptEntry.get_text();
 | 
			
		||||
                         this._promptEntry.reactive = false;
 | 
			
		||||
                         return this._beginVerificationForUser(userName);
 | 
			
		||||
                     },
 | 
			
		||||
 | 
			
		||||
                     function() {
 | 
			
		||||
                         realmManager.disconnect(signalId)
 | 
			
		||||
                         realmManager.release();
 | 
			
		||||
                     }];
 | 
			
		||||
 | 
			
		||||
        let batch = new Batch.ConsecutiveBatch(this, tasks);
 | 
			
		||||
        return batch.run();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _startSession: function(serviceName) {
 | 
			
		||||
@@ -651,9 +985,15 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onSessionOpened: function(client, serviceName) {
 | 
			
		||||
        this._authPrompt.finish(Lang.bind(this, function() {
 | 
			
		||||
        if (!this._userVerifier.hasPendingMessages) {
 | 
			
		||||
            this._startSession(serviceName);
 | 
			
		||||
        }));
 | 
			
		||||
        } else {
 | 
			
		||||
            let signalId = this._userVerifier.connect('no-more-messages',
 | 
			
		||||
                                                      Lang.bind(this, function() {
 | 
			
		||||
                                                          this._userVerifier.disconnect(signalId);
 | 
			
		||||
                                                          this._startSession(serviceName);
 | 
			
		||||
                                                      }));
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _waitForItemForUser: function(userName) {
 | 
			
		||||
@@ -785,41 +1125,39 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
        this._userSelectionBox.visible = expanded;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _hideUserList: function() {
 | 
			
		||||
    _hideUserListAndLogIn: function() {
 | 
			
		||||
        this._setUserListExpanded(false);
 | 
			
		||||
        if (this._userSelectionBox.visible)
 | 
			
		||||
            GdmUtil.cloneAndFadeOutActor(this._userSelectionBox);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _hideUserListAskForUsernameAndBeginVerification: function() {
 | 
			
		||||
        this._hideUserList();
 | 
			
		||||
        this._askForUsernameAndBeginVerification();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _hideUserListAndBeginVerification: function() {
 | 
			
		||||
        this._hideUserList();
 | 
			
		||||
        this._authPrompt.begin();
 | 
			
		||||
        GdmUtil.cloneAndFadeOutActor(this._userSelectionBox);
 | 
			
		||||
        this._askForUsernameAndLogIn();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _showUserList: function() {
 | 
			
		||||
        this._authPrompt.hide();
 | 
			
		||||
        this._sessionMenuButton.close();
 | 
			
		||||
        this._hidePrompt();
 | 
			
		||||
        this._setUserListExpanded(true);
 | 
			
		||||
        this._notListedButton.show();
 | 
			
		||||
        this._userList.actor.grab_key_focus();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _beginVerificationForItem: function(item) {
 | 
			
		||||
        this._authPrompt.setUser(item.user);
 | 
			
		||||
 | 
			
		||||
        let userName = item.user.get_user_name();
 | 
			
		||||
    _beginVerificationForUser: function(userName) {
 | 
			
		||||
        let hold = new Batch.Hold();
 | 
			
		||||
 | 
			
		||||
        this._authPrompt.begin({ userName: userName,
 | 
			
		||||
                                 hold: hold });
 | 
			
		||||
        this._userVerifier.begin(userName, hold);
 | 
			
		||||
        this._verifyingUser = true;
 | 
			
		||||
        return hold;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _beginVerificationForItem: function(item) {
 | 
			
		||||
        let userWidget = new UserWidget.UserWidget(item.user);
 | 
			
		||||
        this._promptUser.set_child(userWidget.actor);
 | 
			
		||||
 | 
			
		||||
        let tasks = [function() {
 | 
			
		||||
                         let userName = item.user.get_user_name();
 | 
			
		||||
                         return this._beginVerificationForUser(userName);
 | 
			
		||||
                     }];
 | 
			
		||||
        let batch = new Batch.ConsecutiveBatch(this, tasks);
 | 
			
		||||
        return batch.run();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onUserListActivated: function(activatedItem) {
 | 
			
		||||
        let tasks = [function() {
 | 
			
		||||
                         return GdmUtil.cloneAndFadeOutActor(this._userSelectionBox);
 | 
			
		||||
@@ -830,8 +1168,6 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._user = activatedItem.user;
 | 
			
		||||
 | 
			
		||||
        this._updateCancelButton();
 | 
			
		||||
 | 
			
		||||
        let batch = new Batch.ConcurrentBatch(this, [new Batch.ConsecutiveBatch(this, tasks),
 | 
			
		||||
                                                     this._beginVerificationForItem(activatedItem)]);
 | 
			
		||||
        batch.run();
 | 
			
		||||
@@ -871,12 +1207,6 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
                                        { sortGroup: CtrlAltTab.SortGroup.MIDDLE });
 | 
			
		||||
        this._userList.actor.grab_key_focus();
 | 
			
		||||
        this.actor.show();
 | 
			
		||||
        this.actor.opacity = 0;
 | 
			
		||||
 | 
			
		||||
        Tweener.addTween(this.actor,
 | 
			
		||||
                         { opacity: 255,
 | 
			
		||||
                           time: 1,
 | 
			
		||||
                           transition: 'easeInQuad' });
 | 
			
		||||
 | 
			
		||||
        return true;
 | 
			
		||||
    },
 | 
			
		||||
@@ -886,11 +1216,7 @@ const LoginDialog = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    addCharacter: function(unichar) {
 | 
			
		||||
        this._authPrompt.addCharacter(unichar);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    finish: function(onComplete) {
 | 
			
		||||
        this._authPrompt.finish(onComplete);
 | 
			
		||||
        this._promptEntry.clutter_text.insert_unichar(unichar);
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(LoginDialog.prototype);
 | 
			
		||||
 
 | 
			
		||||
@@ -1,64 +0,0 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
 | 
			
		||||
const OVirtCredentialsIface = '<node> \
 | 
			
		||||
<interface name="org.ovirt.vdsm.Credentials"> \
 | 
			
		||||
<signal name="UserAuthenticated"> \
 | 
			
		||||
    <arg type="s" name="token"/> \
 | 
			
		||||
</signal> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
 | 
			
		||||
const OVirtCredentialsInfo = Gio.DBusInterfaceInfo.new_for_xml(OVirtCredentialsIface);
 | 
			
		||||
 | 
			
		||||
let _oVirtCredentialsManager = null;
 | 
			
		||||
 | 
			
		||||
function OVirtCredentials() {
 | 
			
		||||
    var self = new Gio.DBusProxy({ g_connection: Gio.DBus.system,
 | 
			
		||||
                                   g_interface_name: OVirtCredentialsInfo.name,
 | 
			
		||||
                                   g_interface_info: OVirtCredentialsInfo,
 | 
			
		||||
                                   g_name: 'org.ovirt.vdsm.Credentials',
 | 
			
		||||
                                   g_object_path: '/org/ovirt/vdsm/Credentials',
 | 
			
		||||
                                   g_flags: (Gio.DBusProxyFlags.DO_NOT_LOAD_PROPERTIES) });
 | 
			
		||||
    self.init(null);
 | 
			
		||||
    return self;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const OVirtCredentialsManager = new Lang.Class({
 | 
			
		||||
    Name: 'OVirtCredentialsManager',
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this._token = null;
 | 
			
		||||
 | 
			
		||||
        this._credentials = new OVirtCredentials();
 | 
			
		||||
        this._credentials.connectSignal('UserAuthenticated',
 | 
			
		||||
                                        Lang.bind(this, this._onUserAuthenticated));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onUserAuthenticated: function(proxy, sender, [token]) {
 | 
			
		||||
        this._token = token;
 | 
			
		||||
        this.emit('user-authenticated', token);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    hasToken: function() {
 | 
			
		||||
        return this._token != null;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getToken: function() {
 | 
			
		||||
        return this._token;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    resetToken: function() {
 | 
			
		||||
        this._token = null;
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(OVirtCredentialsManager.prototype);
 | 
			
		||||
 | 
			
		||||
function getOVirtCredentialsManager() {
 | 
			
		||||
    if (!_oVirtCredentialsManager)
 | 
			
		||||
        _oVirtCredentialsManager = new OVirtCredentialsManager();
 | 
			
		||||
 | 
			
		||||
    return _oVirtCredentialsManager;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										129
									
								
								js/gdm/powerMenu.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,129 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright 2011 Red Hat, Inc
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation; either version 2, or (at your option)
 | 
			
		||||
 * any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program; if not, write to the Free Software
 | 
			
		||||
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 | 
			
		||||
 * 02111-1307, USA.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
 | 
			
		||||
const LoginManager = imports.misc.loginManager;
 | 
			
		||||
 | 
			
		||||
const GdmUtil = imports.gdm.util;
 | 
			
		||||
const PanelMenu = imports.ui.panelMenu;
 | 
			
		||||
const PopupMenu = imports.ui.popupMenu;
 | 
			
		||||
 | 
			
		||||
const PowerMenuButton = new Lang.Class({
 | 
			
		||||
    Name: 'PowerMenuButton',
 | 
			
		||||
    Extends: PanelMenu.SystemStatusButton,
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        /* Translators: accessible name of the power menu in the login screen */
 | 
			
		||||
        this.parent('system-shutdown-symbolic', _("Power"));
 | 
			
		||||
 | 
			
		||||
        this._loginManager = LoginManager.getLoginManager();
 | 
			
		||||
 | 
			
		||||
        this._settings = new Gio.Settings({ schema: GdmUtil.LOGIN_SCREEN_SCHEMA });
 | 
			
		||||
        this._settings.connect('changed::disable-restart-buttons',
 | 
			
		||||
                               Lang.bind(this, this._updateVisibility));
 | 
			
		||||
 | 
			
		||||
        this._createSubMenu();
 | 
			
		||||
 | 
			
		||||
        // ConsoleKit doesn't send notifications when shutdown/reboot
 | 
			
		||||
        // are disabled, so we update the menu item each time the menu opens
 | 
			
		||||
        this.menu.connect('open-state-changed', Lang.bind(this,
 | 
			
		||||
            function(menu, open) {
 | 
			
		||||
                if (open) {
 | 
			
		||||
                    this._updateHaveShutdown();
 | 
			
		||||
                    this._updateHaveRestart();
 | 
			
		||||
                    this._updateHaveSuspend();
 | 
			
		||||
                }
 | 
			
		||||
            }));
 | 
			
		||||
        this._updateHaveShutdown();
 | 
			
		||||
        this._updateHaveRestart();
 | 
			
		||||
        this._updateHaveSuspend();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateVisibility: function() {
 | 
			
		||||
        let shouldBeVisible = (this._haveSuspend || this._haveShutdown || this._haveRestart);
 | 
			
		||||
        this.actor.visible = shouldBeVisible && !this._settings.get_boolean('disable-restart-buttons');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateHaveShutdown: function() {
 | 
			
		||||
        this._loginManager.canPowerOff(Lang.bind(this, function(result) {
 | 
			
		||||
            this._haveShutdown = result;
 | 
			
		||||
            this._powerOffItem.actor.visible = this._haveShutdown;
 | 
			
		||||
            this._updateVisibility();
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateHaveRestart: function() {
 | 
			
		||||
        this._loginManager.canReboot(Lang.bind(this, function(result) {
 | 
			
		||||
            this._haveRestart = result;
 | 
			
		||||
            this._restartItem.actor.visible = this._haveRestart;
 | 
			
		||||
            this._updateVisibility();
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateHaveSuspend: function() {
 | 
			
		||||
        this._loginManager.canSuspend(Lang.bind(this, function(result) {
 | 
			
		||||
            this._haveSuspend = result;
 | 
			
		||||
            this._suspendItem.actor.visible = this._haveSuspend;
 | 
			
		||||
            this._updateVisibility();
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _createSubMenu: function() {
 | 
			
		||||
        let item;
 | 
			
		||||
 | 
			
		||||
        item = new PopupMenu.PopupMenuItem(_("Suspend"));
 | 
			
		||||
        item.connect('activate', Lang.bind(this, this._onActivateSuspend));
 | 
			
		||||
        this.menu.addMenuItem(item);
 | 
			
		||||
        this._suspendItem = item;
 | 
			
		||||
 | 
			
		||||
        item = new PopupMenu.PopupMenuItem(_("Restart"));
 | 
			
		||||
        item.connect('activate', Lang.bind(this, this._onActivateRestart));
 | 
			
		||||
        this.menu.addMenuItem(item);
 | 
			
		||||
        this._restartItem = item;
 | 
			
		||||
 | 
			
		||||
        item = new PopupMenu.PopupMenuItem(_("Power Off"));
 | 
			
		||||
        item.connect('activate', Lang.bind(this, this._onActivatePowerOff));
 | 
			
		||||
        this.menu.addMenuItem(item);
 | 
			
		||||
        this._powerOffItem = item;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onActivateSuspend: function() {
 | 
			
		||||
        if (!this._haveSuspend)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this._loginManager.suspend();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onActivateRestart: function() {
 | 
			
		||||
        if (!this._haveRestart)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this._loginManager.reboot();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onActivatePowerOff: function() {
 | 
			
		||||
        if (!this._haveShutdown)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this._loginManager.powerOff();
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
@@ -5,58 +5,52 @@ const Lang = imports.lang;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
 | 
			
		||||
const ProviderIface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.realmd.Provider"> \
 | 
			
		||||
    <property name="Name" type="s" access="read"/> \
 | 
			
		||||
    <property name="Version" type="s" access="read"/> \
 | 
			
		||||
    <property name="Realms" type="ao" access="read"/> \
 | 
			
		||||
    <method name="Discover"> \
 | 
			
		||||
        <arg name="string" type="s" direction="in"/> \
 | 
			
		||||
        <arg name="options" type="a{sv}" direction="in"/> \
 | 
			
		||||
        <arg name="relevance" type="i" direction="out"/> \
 | 
			
		||||
        <arg name="realm" type="ao" direction="out"/> \
 | 
			
		||||
    </method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const ProviderIface = <interface name='org.freedesktop.realmd.Provider'>
 | 
			
		||||
    <property name="Name" type="s" access="read"/>
 | 
			
		||||
    <property name="Version" type="s" access="read"/>
 | 
			
		||||
    <property name="Realms" type="ao" access="read"/>
 | 
			
		||||
    <method name="Discover">
 | 
			
		||||
        <arg name="string" type="s" direction="in"/>
 | 
			
		||||
        <arg name="options" type="a{sv}" direction="in"/>
 | 
			
		||||
        <arg name="relevance" type="i" direction="out"/>
 | 
			
		||||
        <arg name="realm" type="ao" direction="out"/>
 | 
			
		||||
    </method>
 | 
			
		||||
</interface>;
 | 
			
		||||
const Provider = Gio.DBusProxy.makeProxyWrapper(ProviderIface);
 | 
			
		||||
 | 
			
		||||
const ServiceIface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.realmd.Service"> \
 | 
			
		||||
    <method name="Cancel"> \
 | 
			
		||||
        <arg name="operation" type="s" direction="in"/> \
 | 
			
		||||
    </method> \
 | 
			
		||||
    <method name="Release" /> \
 | 
			
		||||
    <method name="SetLocale"> \
 | 
			
		||||
        <arg name="locale" type="s" direction="in"/> \
 | 
			
		||||
    </method> \
 | 
			
		||||
    <signal name="Diagnostics"> \
 | 
			
		||||
        <arg name="data" type="s"/> \
 | 
			
		||||
        <arg name="operation" type="s"/> \
 | 
			
		||||
    </signal> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const ServiceIface = <interface name="org.freedesktop.realmd.Service">
 | 
			
		||||
    <method name="Cancel">
 | 
			
		||||
        <arg name="operation" type="s" direction="in"/>
 | 
			
		||||
    </method>
 | 
			
		||||
    <method name="Release" />
 | 
			
		||||
    <method name="SetLocale">
 | 
			
		||||
        <arg name="locale" type="s" direction="in"/>
 | 
			
		||||
    </method>
 | 
			
		||||
    <signal name="Diagnostics">
 | 
			
		||||
        <arg name="data" type="s"/>
 | 
			
		||||
        <arg name="operation" type="s"/>
 | 
			
		||||
    </signal>
 | 
			
		||||
</interface>;
 | 
			
		||||
const Service = Gio.DBusProxy.makeProxyWrapper(ServiceIface);
 | 
			
		||||
 | 
			
		||||
const RealmIface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.realmd.Realm"> \
 | 
			
		||||
    <property name="Name" type="s" access="read"/> \
 | 
			
		||||
    <property name="Configured" type="s" access="read"/> \
 | 
			
		||||
    <property name="Details" type="a(ss)" access="read"/> \
 | 
			
		||||
    <property name="LoginFormats" type="as" access="read"/> \
 | 
			
		||||
    <property name="LoginPolicy" type="s" access="read"/> \
 | 
			
		||||
    <property name="PermittedLogins" type="as" access="read"/> \
 | 
			
		||||
    <property name="SupportedInterfaces" type="as" access="read"/> \
 | 
			
		||||
    <method name="ChangeLoginPolicy"> \
 | 
			
		||||
        <arg name="login_policy" type="s" direction="in"/> \
 | 
			
		||||
        <arg name="permitted_add" type="as" direction="in"/> \
 | 
			
		||||
        <arg name="permitted_remove" type="as" direction="in"/> \
 | 
			
		||||
        <arg name="options" type="a{sv}" direction="in"/> \
 | 
			
		||||
    </method> \
 | 
			
		||||
    <method name="Deconfigure"> \
 | 
			
		||||
        <arg name="options" type="a{sv}" direction="in"/> \
 | 
			
		||||
    </method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const RealmIface = <interface name="org.freedesktop.realmd.Realm">
 | 
			
		||||
    <property name="Name" type="s" access="read"/>
 | 
			
		||||
    <property name="Configured" type="s" access="read"/>
 | 
			
		||||
    <property name="Details" type="a(ss)" access="read"/>
 | 
			
		||||
    <property name="LoginFormats" type="as" access="read"/>
 | 
			
		||||
    <property name="LoginPolicy" type="s" access="read"/>
 | 
			
		||||
    <property name="PermittedLogins" type="as" access="read"/>
 | 
			
		||||
    <property name="SupportedInterfaces" type="as" access="read"/>
 | 
			
		||||
    <method name="ChangeLoginPolicy">
 | 
			
		||||
        <arg name="login_policy" type="s" direction="in"/>
 | 
			
		||||
        <arg name="permitted_add" type="as" direction="in"/>
 | 
			
		||||
        <arg name="permitted_remove" type="as" direction="in"/>
 | 
			
		||||
        <arg name="options" type="a{sv}" direction="in"/>
 | 
			
		||||
    </method>
 | 
			
		||||
    <method name="Deconfigure">
 | 
			
		||||
        <arg name="options" type="a{sv}" direction="in"/>
 | 
			
		||||
    </method>
 | 
			
		||||
</interface>;
 | 
			
		||||
const Realm = Gio.DBusProxy.makeProxyWrapper(RealmIface);
 | 
			
		||||
 | 
			
		||||
const Manager = new Lang.Class({
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										282
									
								
								js/gdm/util.js
									
									
									
									
									
								
							
							
						
						@@ -6,28 +6,20 @@ const GLib = imports.gi.GLib;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Mainloop = imports.mainloop;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
 | 
			
		||||
const Batch = imports.gdm.batch;
 | 
			
		||||
const Fprint = imports.gdm.fingerprint;
 | 
			
		||||
const OVirt = imports.gdm.oVirt;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const Params = imports.misc.params;
 | 
			
		||||
const ShellEntry = imports.ui.shellEntry;
 | 
			
		||||
const SmartcardManager = imports.misc.smartcardManager;
 | 
			
		||||
const Tweener = imports.ui.tweener;
 | 
			
		||||
 | 
			
		||||
const PASSWORD_SERVICE_NAME = 'gdm-password';
 | 
			
		||||
const FINGERPRINT_SERVICE_NAME = 'gdm-fingerprint';
 | 
			
		||||
const SMARTCARD_SERVICE_NAME = 'gdm-smartcard';
 | 
			
		||||
const OVIRT_SERVICE_NAME = 'gdm-ovirtcred';
 | 
			
		||||
const FADE_ANIMATION_TIME = 0.16;
 | 
			
		||||
const CLONE_FADE_ANIMATION_TIME = 0.25;
 | 
			
		||||
 | 
			
		||||
const LOGIN_SCREEN_SCHEMA = 'org.gnome.login-screen';
 | 
			
		||||
const PASSWORD_AUTHENTICATION_KEY = 'enable-password-authentication';
 | 
			
		||||
const FINGERPRINT_AUTHENTICATION_KEY = 'enable-fingerprint-authentication';
 | 
			
		||||
const SMARTCARD_AUTHENTICATION_KEY = 'enable-smartcard-authentication';
 | 
			
		||||
const BANNER_MESSAGE_KEY = 'banner-message-enable';
 | 
			
		||||
const BANNER_MESSAGE_TEXT_KEY = 'banner-message-text';
 | 
			
		||||
const ALLOWED_FAILURES_KEY = 'allowed-failures';
 | 
			
		||||
@@ -38,13 +30,6 @@ const DISABLE_USER_LIST_KEY = 'disable-user-list';
 | 
			
		||||
// Give user 16ms to read each character of a PAM message
 | 
			
		||||
const USER_READ_TIME = 16
 | 
			
		||||
 | 
			
		||||
const MessageType = {
 | 
			
		||||
    NONE: 0,
 | 
			
		||||
    ERROR: 1,
 | 
			
		||||
    INFO: 2,
 | 
			
		||||
    HINT: 3
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
function fadeInActor(actor) {
 | 
			
		||||
    if (actor.opacity == 255 && actor.visible)
 | 
			
		||||
        return null;
 | 
			
		||||
@@ -129,45 +114,19 @@ const ShellUserVerifier = new Lang.Class({
 | 
			
		||||
        this._client = client;
 | 
			
		||||
 | 
			
		||||
        this._settings = new Gio.Settings({ schema: LOGIN_SCREEN_SCHEMA });
 | 
			
		||||
        this._settings.connect('changed',
 | 
			
		||||
                               Lang.bind(this, this._updateDefaultService));
 | 
			
		||||
        this._updateDefaultService();
 | 
			
		||||
 | 
			
		||||
        this._fprintManager = new Fprint.FprintManager();
 | 
			
		||||
        this._smartcardManager = SmartcardManager.getSmartcardManager();
 | 
			
		||||
 | 
			
		||||
        // We check for smartcards right away, since an inserted smartcard
 | 
			
		||||
        // at startup should result in immediately initiating authentication.
 | 
			
		||||
        // This is different than fingeprint readers, where we only check them
 | 
			
		||||
        // after a user has been picked.
 | 
			
		||||
        this._checkForSmartcard();
 | 
			
		||||
 | 
			
		||||
        this._smartcardManager.connect('smartcard-inserted',
 | 
			
		||||
                                       Lang.bind(this, this._checkForSmartcard));
 | 
			
		||||
        this._smartcardManager.connect('smartcard-removed',
 | 
			
		||||
                                       Lang.bind(this, this._checkForSmartcard));
 | 
			
		||||
 | 
			
		||||
        this._messageQueue = [];
 | 
			
		||||
        this._messageQueueTimeoutId = 0;
 | 
			
		||||
        this.hasPendingMessages = false;
 | 
			
		||||
        this.reauthenticating = false;
 | 
			
		||||
 | 
			
		||||
        this._failCounter = 0;
 | 
			
		||||
 | 
			
		||||
        this._oVirtCredentialsManager = OVirt.getOVirtCredentialsManager();
 | 
			
		||||
 | 
			
		||||
        if (this._oVirtCredentialsManager.hasToken())
 | 
			
		||||
            this._oVirtUserAuthenticated(this._oVirtCredentialsManager.getToken());
 | 
			
		||||
 | 
			
		||||
        this._oVirtCredentialsManager.connect('user-authenticated',
 | 
			
		||||
                                              Lang.bind(this, this._oVirtUserAuthenticated));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    begin: function(userName, hold) {
 | 
			
		||||
        this._cancellable = new Gio.Cancellable();
 | 
			
		||||
        this._hold = hold;
 | 
			
		||||
        this._userName = userName;
 | 
			
		||||
        this.reauthenticating = false;
 | 
			
		||||
 | 
			
		||||
        this._checkForFingerprintReader();
 | 
			
		||||
 | 
			
		||||
@@ -185,10 +144,8 @@ const ShellUserVerifier = new Lang.Class({
 | 
			
		||||
        if (this._cancellable)
 | 
			
		||||
            this._cancellable.cancel();
 | 
			
		||||
 | 
			
		||||
        if (this._userVerifier) {
 | 
			
		||||
        if (this._userVerifier)
 | 
			
		||||
            this._userVerifier.call_cancel_sync(null);
 | 
			
		||||
            this.clear();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    clear: function() {
 | 
			
		||||
@@ -206,14 +163,15 @@ const ShellUserVerifier = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    answerQuery: function(serviceName, answer) {
 | 
			
		||||
        if (!this.hasPendingMessages) {
 | 
			
		||||
        if (!this._userVerifier.hasPendingMessages) {
 | 
			
		||||
            this._clearMessageQueue();
 | 
			
		||||
            this._userVerifier.call_answer_query(serviceName, answer, this._cancellable, null);
 | 
			
		||||
        } else {
 | 
			
		||||
            let signalId = this.connect('no-more-messages',
 | 
			
		||||
                                        Lang.bind(this, function() {
 | 
			
		||||
                                            this.disconnect(signalId);
 | 
			
		||||
                                            this._userVerifier.call_answer_query(serviceName, answer, this._cancellable, null);
 | 
			
		||||
                                        }));
 | 
			
		||||
            let signalId = this._userVerifier.connect('no-more-messages',
 | 
			
		||||
                                                      Lang.bind(this, function() {
 | 
			
		||||
                                                          this._userVerifier.disconnect(signalId);
 | 
			
		||||
                                                          this._userVerifier.call_answer_query(serviceName, answer, this._cancellable, null);
 | 
			
		||||
                                                      }));
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -242,8 +200,7 @@ const ShellUserVerifier = new Lang.Class({
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let message = this._messageQueue.shift();
 | 
			
		||||
 | 
			
		||||
        this.emit('show-message', message.text, message.type);
 | 
			
		||||
        this.emit('show-message', message.text, message.iconName);
 | 
			
		||||
 | 
			
		||||
        this._messageQueueTimeoutId = GLib.timeout_add(GLib.PRIORITY_DEFAULT,
 | 
			
		||||
                                                       message.interval,
 | 
			
		||||
@@ -253,11 +210,11 @@ const ShellUserVerifier = new Lang.Class({
 | 
			
		||||
                                                       }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _queueMessage: function(message, messageType) {
 | 
			
		||||
    _queueMessage: function(message, iconName) {
 | 
			
		||||
        let interval = this._getIntervalForMessage(message);
 | 
			
		||||
 | 
			
		||||
        this.hasPendingMessages = true;
 | 
			
		||||
        this._messageQueue.push({ text: message, type: messageType, interval: interval });
 | 
			
		||||
        this._messageQueue.push({ text: message, interval: interval, iconName: iconName });
 | 
			
		||||
        this._queueMessageTimeout();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -268,57 +225,27 @@ const ShellUserVerifier = new Lang.Class({
 | 
			
		||||
            GLib.source_remove(this._messageQueueTimeoutId);
 | 
			
		||||
            this._messageQueueTimeoutId = 0;
 | 
			
		||||
        }
 | 
			
		||||
        this.emit('show-message', null, MessageType.NONE);
 | 
			
		||||
        this.emit('show-message', null, null);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _checkForFingerprintReader: function() {
 | 
			
		||||
        this._haveFingerprintReader = false;
 | 
			
		||||
 | 
			
		||||
        if (!this._settings.get_boolean(FINGERPRINT_AUTHENTICATION_KEY)) {
 | 
			
		||||
            this._updateDefaultService();
 | 
			
		||||
        if (!this._settings.get_boolean(FINGERPRINT_AUTHENTICATION_KEY))
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._fprintManager.GetDefaultDeviceRemote(Gio.DBusCallFlags.NONE, this._cancellable, Lang.bind(this,
 | 
			
		||||
            function(device, error) {
 | 
			
		||||
                if (!error && device)
 | 
			
		||||
                    this._haveFingerprintReader = true;
 | 
			
		||||
                    this._updateDefaultService();
 | 
			
		||||
            }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _oVirtUserAuthenticated: function(token) {
 | 
			
		||||
        this._preemptingService = OVIRT_SERVICE_NAME;
 | 
			
		||||
        this.emit('ovirt-user-authenticated');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _checkForSmartcard: function() {
 | 
			
		||||
        let smartcardDetected;
 | 
			
		||||
 | 
			
		||||
        if (!this._settings.get_boolean(SMARTCARD_AUTHENTICATION_KEY))
 | 
			
		||||
            smartcardDetected = false;
 | 
			
		||||
        else if (this.reauthenticating)
 | 
			
		||||
            smartcardDetected = this._smartcardManager.hasInsertedLoginToken();
 | 
			
		||||
        else
 | 
			
		||||
            smartcardDetected = this._smartcardManager.hasInsertedTokens();
 | 
			
		||||
 | 
			
		||||
        if (smartcardDetected != this.smartcardDetected) {
 | 
			
		||||
            this.smartcardDetected = smartcardDetected;
 | 
			
		||||
 | 
			
		||||
            if (this.smartcardDetected)
 | 
			
		||||
                this._preemptingService = SMARTCARD_SERVICE_NAME;
 | 
			
		||||
            else if (this._preemptingService == SMARTCARD_SERVICE_NAME)
 | 
			
		||||
                this._preemptingService = null;
 | 
			
		||||
 | 
			
		||||
            this.emit('smartcard-status-changed');
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _reportInitError: function(where, error) {
 | 
			
		||||
        logError(error, where);
 | 
			
		||||
        this._hold.release();
 | 
			
		||||
 | 
			
		||||
        this._queueMessage(_("Authentication error"), MessageType.ERROR);
 | 
			
		||||
        this._queueMessage(_("Authentication error"), 'login-dialog-message-warning');
 | 
			
		||||
        this._verificationFailed(false);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -339,7 +266,6 @@ const ShellUserVerifier = new Lang.Class({
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.reauthenticating = true;
 | 
			
		||||
        this._connectSignals();
 | 
			
		||||
        this._beginVerification();
 | 
			
		||||
        this._hold.release();
 | 
			
		||||
@@ -370,119 +296,105 @@ const ShellUserVerifier = new Lang.Class({
 | 
			
		||||
        this._userVerifier.connect('verification-complete', Lang.bind(this, this._onVerificationComplete));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getForegroundService: function() {
 | 
			
		||||
        if (this._preemptingService)
 | 
			
		||||
            return this._preemptingService;
 | 
			
		||||
 | 
			
		||||
        return this._defaultService;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    serviceIsForeground: function(serviceName) {
 | 
			
		||||
        return serviceName == this._getForegroundService();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    serviceIsDefault: function(serviceName) {
 | 
			
		||||
        return serviceName == this._defaultService;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateDefaultService: function() {
 | 
			
		||||
        if (this._settings.get_boolean(PASSWORD_AUTHENTICATION_KEY))
 | 
			
		||||
            this._defaultService = PASSWORD_SERVICE_NAME;
 | 
			
		||||
        else if (this.smartcardDetected)
 | 
			
		||||
            this._defaultService = SMARTCARD_SERVICE_NAME;
 | 
			
		||||
        else if (this._haveFingerprintReader)
 | 
			
		||||
            this._defaultService = FINGERPRINT_SERVICE_NAME;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _startService: function(serviceName) {
 | 
			
		||||
    _beginVerification: function() {
 | 
			
		||||
        this._hold.acquire();
 | 
			
		||||
 | 
			
		||||
        if (this._userName) {
 | 
			
		||||
           this._userVerifier.call_begin_verification_for_user(serviceName,
 | 
			
		||||
                                                               this._userName,
 | 
			
		||||
                                                               this._cancellable,
 | 
			
		||||
                                                               Lang.bind(this, function(obj, result) {
 | 
			
		||||
               try {
 | 
			
		||||
                   obj.call_begin_verification_for_user_finish(result);
 | 
			
		||||
               } catch(e if e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.CANCELLED)) {
 | 
			
		||||
                   return;
 | 
			
		||||
               } catch(e) {
 | 
			
		||||
                   this._reportInitError('Failed to start verification for user', e);
 | 
			
		||||
                   return;
 | 
			
		||||
               }
 | 
			
		||||
            this._userVerifier.call_begin_verification_for_user(PASSWORD_SERVICE_NAME,
 | 
			
		||||
                                                                this._userName,
 | 
			
		||||
                                                                this._cancellable,
 | 
			
		||||
                                                                Lang.bind(this, function(obj, result) {
 | 
			
		||||
                try {
 | 
			
		||||
                    obj.call_begin_verification_for_user_finish(result);
 | 
			
		||||
                } catch(e if e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.CANCELLED)) {
 | 
			
		||||
                    return;
 | 
			
		||||
                } catch(e) {
 | 
			
		||||
                    this._reportInitError('Failed to start verification for user', e);
 | 
			
		||||
                    return;
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
               this._hold.release();
 | 
			
		||||
           }));
 | 
			
		||||
                this._hold.release();
 | 
			
		||||
            }));
 | 
			
		||||
 | 
			
		||||
            if (this._haveFingerprintReader) {
 | 
			
		||||
                this._hold.acquire();
 | 
			
		||||
 | 
			
		||||
                this._userVerifier.call_begin_verification_for_user(FINGERPRINT_SERVICE_NAME,
 | 
			
		||||
                                                                    this._userName,
 | 
			
		||||
                                                                    this._cancellable,
 | 
			
		||||
                                                                    Lang.bind(this, function(obj, result) {
 | 
			
		||||
                    try {
 | 
			
		||||
                        obj.call_begin_verification_for_user_finish(result);
 | 
			
		||||
                    } catch(e if e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.CANCELLED)) {
 | 
			
		||||
                        return;
 | 
			
		||||
                    } catch(e) {
 | 
			
		||||
                        this._reportInitError('Failed to start fingerprint verification for user', e);
 | 
			
		||||
                        return;
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
                    this._hold.release();
 | 
			
		||||
                }));
 | 
			
		||||
            }
 | 
			
		||||
        } else {
 | 
			
		||||
           this._userVerifier.call_begin_verification(serviceName,
 | 
			
		||||
                                                      this._cancellable,
 | 
			
		||||
                                                      Lang.bind(this, function(obj, result) {
 | 
			
		||||
               try {
 | 
			
		||||
                   obj.call_begin_verification_finish(result);
 | 
			
		||||
               } catch(e if e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.CANCELLED)) {
 | 
			
		||||
                   return;
 | 
			
		||||
               } catch(e) {
 | 
			
		||||
                   this._reportInitError('Failed to start verification', e);
 | 
			
		||||
                   return;
 | 
			
		||||
               }
 | 
			
		||||
            this._userVerifier.call_begin_verification(PASSWORD_SERVICE_NAME,
 | 
			
		||||
                                                       this._cancellable,
 | 
			
		||||
                                                       Lang.bind(this, function(obj, result) {
 | 
			
		||||
                try {
 | 
			
		||||
                    obj.call_begin_verification_finish(result);
 | 
			
		||||
                } catch(e if e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.CANCELLED)) {
 | 
			
		||||
                    return;
 | 
			
		||||
                } catch(e) {
 | 
			
		||||
                    this._reportInitError('Failed to start verification', e);
 | 
			
		||||
                    return;
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
               this._hold.release();
 | 
			
		||||
           }));
 | 
			
		||||
                this._hold.release();
 | 
			
		||||
            }));
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _beginVerification: function() {
 | 
			
		||||
        this._startService(this._getForegroundService());
 | 
			
		||||
 | 
			
		||||
        if (this._userName && this._haveFingerprintReader && !this.serviceIsForeground(FINGERPRINT_SERVICE_NAME))
 | 
			
		||||
            this._startService(FINGERPRINT_SERVICE_NAME);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onInfo: function(client, serviceName, info) {
 | 
			
		||||
        if (this.serviceIsForeground(serviceName)) {
 | 
			
		||||
            this._queueMessage(info, MessageType.INFO);
 | 
			
		||||
        } else if (serviceName == FINGERPRINT_SERVICE_NAME &&
 | 
			
		||||
        // We don't display fingerprint messages, because they
 | 
			
		||||
        // have words like UPEK in them. Instead we use the messages
 | 
			
		||||
        // as a cue to display our own message.
 | 
			
		||||
        if (serviceName == FINGERPRINT_SERVICE_NAME &&
 | 
			
		||||
            this._haveFingerprintReader) {
 | 
			
		||||
            // We don't show fingerprint messages directly since it's
 | 
			
		||||
            // not the main auth service. Instead we use the messages
 | 
			
		||||
            // as a cue to display our own message.
 | 
			
		||||
 | 
			
		||||
            // Translators: this message is shown below the password entry field
 | 
			
		||||
            // to indicate the user can swipe their finger instead
 | 
			
		||||
            this._queueMessage(_("(or swipe finger)"), MessageType.HINT);
 | 
			
		||||
            this.emit('show-login-hint', _("(or swipe finger)"));
 | 
			
		||||
        } else if (serviceName == PASSWORD_SERVICE_NAME) {
 | 
			
		||||
            this._queueMessage(info, 'login-dialog-message-info');
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onProblem: function(client, serviceName, problem) {
 | 
			
		||||
        if (!this.serviceIsForeground(serviceName))
 | 
			
		||||
        // we don't want to show auth failed messages to
 | 
			
		||||
        // users who haven't enrolled their fingerprint.
 | 
			
		||||
        if (serviceName != PASSWORD_SERVICE_NAME)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this._queueMessage(problem, MessageType.ERROR);
 | 
			
		||||
        this._queueMessage(problem, 'login-dialog-message-warning');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onInfoQuery: function(client, serviceName, question) {
 | 
			
		||||
        if (!this.serviceIsForeground(serviceName))
 | 
			
		||||
        // We only expect questions to come from the main auth service
 | 
			
		||||
        if (serviceName != PASSWORD_SERVICE_NAME)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this.emit('ask-question', serviceName, question, '');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onSecretInfoQuery: function(client, serviceName, secretQuestion) {
 | 
			
		||||
        if (!this.serviceIsForeground(serviceName))
 | 
			
		||||
        // We only expect secret requests to come from the main auth service
 | 
			
		||||
        if (serviceName != PASSWORD_SERVICE_NAME)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        if (serviceName == OVIRT_SERVICE_NAME) {
 | 
			
		||||
            // The only question asked by this service is "Token?"
 | 
			
		||||
            this.answerQuery(serviceName, this._oVirtCredentialsManager.getToken());
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.emit('ask-question', serviceName, secretQuestion, '\u25cf');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onReset: function() {
 | 
			
		||||
        // Clear previous attempts to authenticate
 | 
			
		||||
        this._failCounter = 0;
 | 
			
		||||
        this._updateDefaultService();
 | 
			
		||||
 | 
			
		||||
        this.emit('reset');
 | 
			
		||||
    },
 | 
			
		||||
@@ -511,24 +423,24 @@ const ShellUserVerifier = new Lang.Class({
 | 
			
		||||
            this._failCounter < this._settings.get_int(ALLOWED_FAILURES_KEY);
 | 
			
		||||
 | 
			
		||||
        if (canRetry) {
 | 
			
		||||
            if (!this.hasPendingMessages) {
 | 
			
		||||
            if (!this._userVerifier.hasPendingMessages) {
 | 
			
		||||
                this._retry();
 | 
			
		||||
            } else {
 | 
			
		||||
                let signalId = this.connect('no-more-messages',
 | 
			
		||||
                                            Lang.bind(this, function() {
 | 
			
		||||
                                                this.disconnect(signalId);
 | 
			
		||||
                                                this._retry();
 | 
			
		||||
                                            }));
 | 
			
		||||
                let signalId = this._userVerifier.connect('no-more-messages',
 | 
			
		||||
                                                          Lang.bind(this, function() {
 | 
			
		||||
                                                              this._userVerifier.disconnect(signalId);
 | 
			
		||||
                                                              this._retry();
 | 
			
		||||
                                                          }));
 | 
			
		||||
            }
 | 
			
		||||
        } else {
 | 
			
		||||
            if (!this.hasPendingMessages) {
 | 
			
		||||
            if (!this._userVerifier.hasPendingMessages) {
 | 
			
		||||
                this._cancelAndReset();
 | 
			
		||||
            } else {
 | 
			
		||||
                let signalId = this.connect('no-more-messages',
 | 
			
		||||
                                            Lang.bind(this, function() {
 | 
			
		||||
                                                this.disconnect(signalId);
 | 
			
		||||
                                                this._cancelAndReset();
 | 
			
		||||
                                            }));
 | 
			
		||||
                let signalId = this._userVerifier.connect('no-more-messages',
 | 
			
		||||
                                                          Lang.bind(this, function() {
 | 
			
		||||
                                                              this._userVerifier.disconnect(signalId);
 | 
			
		||||
                                                              this._cancelAndReset();
 | 
			
		||||
                                                          }));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
@@ -536,22 +448,14 @@ const ShellUserVerifier = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onConversationStopped: function(client, serviceName) {
 | 
			
		||||
        // If the login failed with the preauthenticated oVirt credentials
 | 
			
		||||
        // then discard the credentials and revert to default authentication
 | 
			
		||||
        // mechanism.
 | 
			
		||||
        if (this.serviceIsForeground(OVIRT_SERVICE_NAME)) {
 | 
			
		||||
            this._oVirtCredentialsManager.resetToken();
 | 
			
		||||
            this._preemptingService = null;
 | 
			
		||||
            this._verificationFailed(false);
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // if the password service fails, then cancel everything.
 | 
			
		||||
        // But if, e.g., fingerprint fails, still give
 | 
			
		||||
        // password authentication a chance to succeed
 | 
			
		||||
        if (this.serviceIsForeground(serviceName)) {
 | 
			
		||||
        if (serviceName == PASSWORD_SERVICE_NAME) {
 | 
			
		||||
            this._verificationFailed(true);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.emit('hide-login-hint');
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(ShellUserVerifier.prototype);
 | 
			
		||||
 
 | 
			
		||||
@@ -1,108 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<gresources>
 | 
			
		||||
  <gresource prefix="/org/gnome/shell">
 | 
			
		||||
    <file>gdm/authPrompt.js</file>
 | 
			
		||||
    <file>gdm/batch.js</file>
 | 
			
		||||
    <file>gdm/fingerprint.js</file>
 | 
			
		||||
    <file>gdm/loginDialog.js</file>
 | 
			
		||||
    <file>gdm/oVirt.js</file>
 | 
			
		||||
    <file>gdm/realmd.js</file>
 | 
			
		||||
    <file>gdm/util.js</file>
 | 
			
		||||
    <file>extensionPrefs/main.js</file>
 | 
			
		||||
    <file>misc/config.js</file>
 | 
			
		||||
    <file>misc/extensionUtils.js</file>
 | 
			
		||||
    <file>misc/fileUtils.js</file>
 | 
			
		||||
    <file>misc/gnomeSession.js</file>
 | 
			
		||||
    <file>misc/hash.js</file>
 | 
			
		||||
    <file>misc/history.js</file>
 | 
			
		||||
    <file>misc/jsParse.js</file>
 | 
			
		||||
    <file>misc/loginManager.js</file>
 | 
			
		||||
    <file>misc/modemManager.js</file>
 | 
			
		||||
    <file>misc/objectManager.js</file>
 | 
			
		||||
    <file>misc/params.js</file>
 | 
			
		||||
    <file>misc/smartcardManager.js</file>
 | 
			
		||||
    <file>misc/util.js</file>
 | 
			
		||||
    <file>perf/core.js</file>
 | 
			
		||||
    <file>ui/altTab.js</file>
 | 
			
		||||
    <file>ui/animation.js</file>
 | 
			
		||||
    <file>ui/appDisplay.js</file>
 | 
			
		||||
    <file>ui/appFavorites.js</file>
 | 
			
		||||
    <file>ui/backgroundMenu.js</file>
 | 
			
		||||
    <file>ui/background.js</file>
 | 
			
		||||
    <file>ui/boxpointer.js</file>
 | 
			
		||||
    <file>ui/calendar.js</file>
 | 
			
		||||
    <file>ui/checkBox.js</file>
 | 
			
		||||
    <file>ui/ctrlAltTab.js</file>
 | 
			
		||||
    <file>ui/dash.js</file>
 | 
			
		||||
    <file>ui/dateMenu.js</file>
 | 
			
		||||
    <file>ui/dnd.js</file>
 | 
			
		||||
    <file>ui/endSessionDialog.js</file>
 | 
			
		||||
    <file>ui/extensionSystem.js</file>
 | 
			
		||||
    <file>ui/extensionDownloader.js</file>
 | 
			
		||||
    <file>ui/environment.js</file>
 | 
			
		||||
    <file>ui/focusCaretTracker.js</file>
 | 
			
		||||
    <file>ui/ibusCandidatePopup.js</file>
 | 
			
		||||
    <file>ui/grabHelper.js</file>
 | 
			
		||||
    <file>ui/iconGrid.js</file>
 | 
			
		||||
    <file>ui/keyboard.js</file>
 | 
			
		||||
    <file>ui/layout.js</file>
 | 
			
		||||
    <file>ui/lightbox.js</file>
 | 
			
		||||
    <file>ui/lookingGlass.js</file>
 | 
			
		||||
    <file>ui/magnifier.js</file>
 | 
			
		||||
    <file>ui/magnifierDBus.js</file>
 | 
			
		||||
    <file>ui/main.js</file>
 | 
			
		||||
    <file>ui/messageTray.js</file>
 | 
			
		||||
    <file>ui/modalDialog.js</file>
 | 
			
		||||
    <file>ui/separator.js</file>
 | 
			
		||||
    <file>ui/sessionMode.js</file>
 | 
			
		||||
    <file>ui/shellEntry.js</file>
 | 
			
		||||
    <file>ui/shellMountOperation.js</file>
 | 
			
		||||
    <file>ui/slider.js</file>
 | 
			
		||||
    <file>ui/notificationDaemon.js</file>
 | 
			
		||||
    <file>ui/osdWindow.js</file>
 | 
			
		||||
    <file>ui/overview.js</file>
 | 
			
		||||
    <file>ui/overviewControls.js</file>
 | 
			
		||||
    <file>ui/panel.js</file>
 | 
			
		||||
    <file>ui/panelMenu.js</file>
 | 
			
		||||
    <file>ui/pointerWatcher.js</file>
 | 
			
		||||
    <file>ui/popupMenu.js</file>
 | 
			
		||||
    <file>ui/remoteSearch.js</file>
 | 
			
		||||
    <file>ui/remoteMenu.js</file>
 | 
			
		||||
    <file>ui/runDialog.js</file>
 | 
			
		||||
    <file>ui/screencast.js</file>
 | 
			
		||||
    <file>ui/screenshot.js</file>
 | 
			
		||||
    <file>ui/screenShield.js</file>
 | 
			
		||||
    <file>ui/scripting.js</file>
 | 
			
		||||
    <file>ui/search.js</file>
 | 
			
		||||
    <file>ui/shellDBus.js</file>
 | 
			
		||||
    <file>ui/status/accessibility.js</file>
 | 
			
		||||
    <file>ui/status/brightness.js</file>
 | 
			
		||||
    <file>ui/status/keyboard.js</file>
 | 
			
		||||
    <file>ui/status/network.js</file>
 | 
			
		||||
    <file>ui/status/power.js</file>
 | 
			
		||||
    <file>ui/status/rfkill.js</file>
 | 
			
		||||
    <file>ui/status/volume.js</file>
 | 
			
		||||
    <file>ui/status/bluetooth.js</file>
 | 
			
		||||
    <file>ui/status/screencast.js</file>
 | 
			
		||||
    <file>ui/status/system.js</file>
 | 
			
		||||
    <file>ui/switcherPopup.js</file>
 | 
			
		||||
    <file>ui/tweener.js</file>
 | 
			
		||||
    <file>ui/unlockDialog.js</file>
 | 
			
		||||
    <file>ui/userWidget.js</file>
 | 
			
		||||
    <file>ui/viewSelector.js</file>
 | 
			
		||||
    <file>ui/windowAttentionHandler.js</file>
 | 
			
		||||
    <file>ui/windowManager.js</file>
 | 
			
		||||
    <file>ui/workspace.js</file>
 | 
			
		||||
    <file>ui/workspaceThumbnail.js</file>
 | 
			
		||||
    <file>ui/workspacesView.js</file>
 | 
			
		||||
    <file>ui/workspaceSwitcherPopup.js</file>
 | 
			
		||||
    <file>ui/xdndHandler.js</file>
 | 
			
		||||
    <file>ui/components/__init__.js</file>
 | 
			
		||||
    <file>ui/components/autorunManager.js</file>
 | 
			
		||||
    <file>ui/components/automountManager.js</file>
 | 
			
		||||
    <file>ui/components/networkAgent.js</file>
 | 
			
		||||
    <file>ui/components/polkitAgent.js</file>
 | 
			
		||||
    <file>ui/components/telepathyClient.js</file>
 | 
			
		||||
    <file>ui/components/keyring.js</file>
 | 
			
		||||
  </gresource>
 | 
			
		||||
</gresources>
 | 
			
		||||
@@ -174,9 +174,17 @@ const ExtensionFinder = new Lang.Class({
 | 
			
		||||
        this.emit('extension-found', extension);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _extensionsLoaded: function() {
 | 
			
		||||
        this.emit('extensions-loaded');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    scanExtensions: function() {
 | 
			
		||||
        let perUserDir = Gio.File.new_for_path(global.userdatadir);
 | 
			
		||||
        FileUtils.collectFromDatadirs('extensions', true, Lang.bind(this, this._loadExtension, perUserDir));
 | 
			
		||||
        FileUtils.collectFromDatadirsAsync('extensions',
 | 
			
		||||
                                           { processFile: Lang.bind(this, this._loadExtension),
 | 
			
		||||
                                             loadedCallback: Lang.bind(this, this._extensionsLoaded),
 | 
			
		||||
                                             includeUserDir: true,
 | 
			
		||||
                                             data: perUserDir });
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(ExtensionFinder.prototype);
 | 
			
		||||
 
 | 
			
		||||
@@ -25,27 +25,60 @@ function listDirAsync(file, callback) {
 | 
			
		||||
    });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function collectFromDatadirs(subdir, includeUserDir, processFile) {
 | 
			
		||||
function _collectFromDirectoryAsync(dir, loadState) {
 | 
			
		||||
    function done() {
 | 
			
		||||
        loadState.numLoading--;
 | 
			
		||||
        if (loadState.loadedCallback &&
 | 
			
		||||
            loadState.numLoading == 0)
 | 
			
		||||
            loadState.loadedCallback(loadState.data);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    dir.query_info_async('standard::type', Gio.FileQueryInfoFlags.NONE,
 | 
			
		||||
        GLib.PRIORITY_DEFAULT, null, function(object, res) {
 | 
			
		||||
            try {
 | 
			
		||||
                object.query_info_finish(res);
 | 
			
		||||
            } catch (e) {
 | 
			
		||||
                if (!e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.NOT_FOUND))
 | 
			
		||||
                    log(e.message);
 | 
			
		||||
                done();
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            listDirAsync(dir, Lang.bind(this, function(infos) {
 | 
			
		||||
                for (let i = 0; i < infos.length; i++)
 | 
			
		||||
                    loadState.processFile(dir.get_child(infos[i].get_name()),
 | 
			
		||||
                                          infos[i], loadState.data);
 | 
			
		||||
                done();
 | 
			
		||||
            }));
 | 
			
		||||
        });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function collectFromDatadirsAsync(subdir, params) {
 | 
			
		||||
    params = Params.parse(params, { includeUserDir: false,
 | 
			
		||||
                                    processFile: null,
 | 
			
		||||
                                    loadedCallback: null,
 | 
			
		||||
                                    data: null });
 | 
			
		||||
    let loadState = { data: params.data,
 | 
			
		||||
                      numLoading: 0,
 | 
			
		||||
                      loadedCallback: params.loadedCallback,
 | 
			
		||||
                      processFile: params.processFile };
 | 
			
		||||
 | 
			
		||||
    if (params.processFile == null) {
 | 
			
		||||
        if (params.loadedCallback)
 | 
			
		||||
            params.loadedCallback(params.data);
 | 
			
		||||
        return;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    let dataDirs = GLib.get_system_data_dirs();
 | 
			
		||||
    if (includeUserDir)
 | 
			
		||||
    if (params.includeUserDir)
 | 
			
		||||
        dataDirs.unshift(GLib.get_user_data_dir());
 | 
			
		||||
    loadState.numLoading = dataDirs.length;
 | 
			
		||||
 | 
			
		||||
    for (let i = 0; i < dataDirs.length; i++) {
 | 
			
		||||
        let path = GLib.build_filenamev([dataDirs[i], 'gnome-shell', subdir]);
 | 
			
		||||
        let dir = Gio.File.new_for_path(path);
 | 
			
		||||
 | 
			
		||||
        let fileEnum;
 | 
			
		||||
        try {
 | 
			
		||||
            fileEnum = dir.enumerate_children('standard::name,standard::type',
 | 
			
		||||
                                              Gio.FileQueryInfoFlags.NONE, null);
 | 
			
		||||
        } catch (e) {
 | 
			
		||||
            fileEnum = null;
 | 
			
		||||
        }
 | 
			
		||||
        if (fileEnum != null) {
 | 
			
		||||
            let info;
 | 
			
		||||
            while ((info = fileEnum.next_file(null)))
 | 
			
		||||
                processFile(fileEnum.get_child(info), info);
 | 
			
		||||
        }
 | 
			
		||||
        _collectFromDirectoryAsync(dir, loadState);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -84,6 +117,7 @@ function recursivelyMoveDir(srcDir, destDir) {
 | 
			
		||||
        let type = info.get_file_type();
 | 
			
		||||
        let srcChild = srcDir.get_child(info.get_name());
 | 
			
		||||
        let destChild = destDir.get_child(info.get_name());
 | 
			
		||||
        log([srcChild.get_path(), destChild.get_path()]);
 | 
			
		||||
        if (type == Gio.FileType.REGULAR)
 | 
			
		||||
            srcChild.move(destChild, Gio.FileCopyFlags.NONE, null, null);
 | 
			
		||||
        else if (type == Gio.FileType.DIRECTORY)
 | 
			
		||||
 
 | 
			
		||||
@@ -4,17 +4,15 @@ const Gio = imports.gi.Gio;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
 | 
			
		||||
const PresenceIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.SessionManager.Presence"> \
 | 
			
		||||
<method name="SetStatus"> \
 | 
			
		||||
    <arg type="u" direction="in"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<property name="status" type="u" access="readwrite"/> \
 | 
			
		||||
<signal name="StatusChanged"> \
 | 
			
		||||
    <arg type="u" direction="out"/> \
 | 
			
		||||
</signal> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const PresenceIface = <interface name="org.gnome.SessionManager.Presence">
 | 
			
		||||
<method name="SetStatus">
 | 
			
		||||
    <arg type="u" direction="in"/>
 | 
			
		||||
</method>
 | 
			
		||||
<property name="status" type="u" access="readwrite"/>
 | 
			
		||||
<signal name="StatusChanged">
 | 
			
		||||
    <arg type="u" direction="out"/>
 | 
			
		||||
</signal>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const PresenceStatus = {
 | 
			
		||||
    AVAILABLE: 0,
 | 
			
		||||
@@ -32,16 +30,14 @@ function Presence(initCallback, cancellable) {
 | 
			
		||||
// Note inhibitors are immutable objects, so they don't
 | 
			
		||||
// change at runtime (changes always come in the form
 | 
			
		||||
// of new inhibitors)
 | 
			
		||||
const InhibitorIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.SessionManager.Inhibitor"> \
 | 
			
		||||
<method name="GetAppId"> \
 | 
			
		||||
    <arg type="s" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GetReason"> \
 | 
			
		||||
    <arg type="s" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const InhibitorIface = <interface name="org.gnome.SessionManager.Inhibitor">
 | 
			
		||||
<method name="GetAppId">
 | 
			
		||||
    <arg type="s" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GetReason">
 | 
			
		||||
    <arg type="s" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
var InhibitorProxy = Gio.DBusProxy.makeProxyWrapper(InhibitorIface);
 | 
			
		||||
function Inhibitor(objectPath, initCallback, cancellable) {
 | 
			
		||||
@@ -49,29 +45,27 @@ function Inhibitor(objectPath, initCallback, cancellable) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Not the full interface, only the methods we use
 | 
			
		||||
const SessionManagerIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.SessionManager"> \
 | 
			
		||||
<method name="Logout"> \
 | 
			
		||||
    <arg type="u" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="Shutdown" /> \
 | 
			
		||||
<method name="Reboot" /> \
 | 
			
		||||
<method name="CanShutdown"> \
 | 
			
		||||
    <arg type="b" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="IsInhibited"> \
 | 
			
		||||
    <arg type="u" direction="in" /> \
 | 
			
		||||
    <arg type="b" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<property name="SessionIsActive" type="b" access="read"/> \
 | 
			
		||||
<signal name="InhibitorAdded"> \
 | 
			
		||||
    <arg type="o" direction="out"/> \
 | 
			
		||||
</signal> \
 | 
			
		||||
<signal name="InhibitorRemoved"> \
 | 
			
		||||
    <arg type="o" direction="out"/> \
 | 
			
		||||
</signal> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const SessionManagerIface = <interface name="org.gnome.SessionManager">
 | 
			
		||||
<method name="Logout">
 | 
			
		||||
    <arg type="u" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="Shutdown" />
 | 
			
		||||
<method name="Reboot" />
 | 
			
		||||
<method name="CanShutdown">
 | 
			
		||||
    <arg type="b" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="IsInhibited">
 | 
			
		||||
    <arg type="u" direction="in" />
 | 
			
		||||
    <arg type="b" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<property name="SessionIsActive" type="b" access="read"/>
 | 
			
		||||
<signal name="InhibitorAdded">
 | 
			
		||||
    <arg type="o" direction="out"/>
 | 
			
		||||
</signal>
 | 
			
		||||
<signal name="InhibitorRemoved">
 | 
			
		||||
    <arg type="o" direction="out"/>
 | 
			
		||||
</signal>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
var SessionManagerProxy = Gio.DBusProxy.makeProxyWrapper(SessionManagerIface);
 | 
			
		||||
function SessionManager(initCallback, cancellable) {
 | 
			
		||||
 
 | 
			
		||||
@@ -7,66 +7,70 @@ const Mainloop = imports.mainloop;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
 | 
			
		||||
const SystemdLoginManagerIface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.login1.Manager"> \
 | 
			
		||||
<method name="Suspend"> \
 | 
			
		||||
    <arg type="b" direction="in"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="CanSuspend"> \
 | 
			
		||||
    <arg type="s" direction="out"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="Inhibit"> \
 | 
			
		||||
    <arg type="s" direction="in"/> \
 | 
			
		||||
    <arg type="s" direction="in"/> \
 | 
			
		||||
    <arg type="s" direction="in"/> \
 | 
			
		||||
    <arg type="s" direction="in"/> \
 | 
			
		||||
    <arg type="h" direction="out"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GetSession"> \
 | 
			
		||||
    <arg type="s" direction="in"/> \
 | 
			
		||||
    <arg type="o" direction="out"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="ListSessions"> \
 | 
			
		||||
    <arg name="sessions" type="a(susso)" direction="out"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<signal name="PrepareForSleep"> \
 | 
			
		||||
    <arg type="b" direction="out"/> \
 | 
			
		||||
</signal> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const SystemdLoginManagerIface = <interface name='org.freedesktop.login1.Manager'>
 | 
			
		||||
<method name='PowerOff'>
 | 
			
		||||
    <arg type='b' direction='in'/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name='Reboot'>
 | 
			
		||||
    <arg type='b' direction='in'/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name='Suspend'>
 | 
			
		||||
    <arg type='b' direction='in'/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name='CanPowerOff'>
 | 
			
		||||
    <arg type='s' direction='out'/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name='CanReboot'>
 | 
			
		||||
    <arg type='s' direction='out'/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name='CanSuspend'>
 | 
			
		||||
    <arg type='s' direction='out'/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name='Inhibit'>
 | 
			
		||||
    <arg type='s' direction='in'/>
 | 
			
		||||
    <arg type='s' direction='in'/>
 | 
			
		||||
    <arg type='s' direction='in'/>
 | 
			
		||||
    <arg type='s' direction='in'/>
 | 
			
		||||
    <arg type='h' direction='out'/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name='GetSession'>
 | 
			
		||||
    <arg type='s' direction='in'/>
 | 
			
		||||
    <arg type='o' direction='out'/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name='ListSessions'>
 | 
			
		||||
    <arg name='sessions' type='a(susso)' direction='out'/>
 | 
			
		||||
</method>
 | 
			
		||||
<signal name='PrepareForSleep'>
 | 
			
		||||
    <arg type='b' direction='out'/>
 | 
			
		||||
</signal>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const SystemdLoginSessionIface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.login1.Session"> \
 | 
			
		||||
<signal name="Lock" /> \
 | 
			
		||||
<signal name="Unlock" /> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const SystemdLoginSessionIface = <interface name='org.freedesktop.login1.Session'>
 | 
			
		||||
<signal name='Lock' />
 | 
			
		||||
<signal name='Unlock' />
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const SystemdLoginManager = Gio.DBusProxy.makeProxyWrapper(SystemdLoginManagerIface);
 | 
			
		||||
const SystemdLoginSession = Gio.DBusProxy.makeProxyWrapper(SystemdLoginSessionIface);
 | 
			
		||||
 | 
			
		||||
const ConsoleKitManagerIface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.ConsoleKit.Manager"> \
 | 
			
		||||
<method name="CanRestart"> \
 | 
			
		||||
    <arg type="b" direction="out"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="CanStop"> \
 | 
			
		||||
    <arg type="b" direction="out"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="Restart" /> \
 | 
			
		||||
<method name="Stop" /> \
 | 
			
		||||
<method name="GetCurrentSession"> \
 | 
			
		||||
    <arg type="o" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const ConsoleKitManagerIface = <interface name='org.freedesktop.ConsoleKit.Manager'>
 | 
			
		||||
<method name='CanRestart'>
 | 
			
		||||
    <arg type='b' direction='out'/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name='CanStop'>
 | 
			
		||||
    <arg type='b' direction='out'/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name='Restart' />
 | 
			
		||||
<method name='Stop' />
 | 
			
		||||
<method name='GetCurrentSession'>
 | 
			
		||||
    <arg type='o' direction='out' />
 | 
			
		||||
</method>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const ConsoleKitSessionIface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.ConsoleKit.Session"> \
 | 
			
		||||
<signal name="Lock" /> \
 | 
			
		||||
<signal name="Unlock" /> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const ConsoleKitSessionIface = <interface name='org.freedesktop.ConsoleKit.Session'>
 | 
			
		||||
<signal name='Lock' />
 | 
			
		||||
<signal name='Unlock' />
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const ConsoleKitSession = Gio.DBusProxy.makeProxyWrapper(ConsoleKitSessionIface);
 | 
			
		||||
const ConsoleKitManager = Gio.DBusProxy.makeProxyWrapper(ConsoleKitManagerIface);
 | 
			
		||||
@@ -80,10 +84,8 @@ function versionCompare(required, reference) {
 | 
			
		||||
    reference = reference.split('.');
 | 
			
		||||
 | 
			
		||||
    for (let i = 0; i < required.length; i++) {
 | 
			
		||||
        let requiredInt = parseInt(required[i]);
 | 
			
		||||
        let referenceInt = parseInt(reference[i]);
 | 
			
		||||
        if (requiredInt != referenceInt)
 | 
			
		||||
            return requiredInt < referenceInt;
 | 
			
		||||
        if (required[i] != reference[i])
 | 
			
		||||
            return required[i] < reference[i];
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    return true;
 | 
			
		||||
@@ -157,6 +159,24 @@ const LoginManagerSystemd = new Lang.Class({
 | 
			
		||||
            }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    canPowerOff: function(asyncCallback) {
 | 
			
		||||
        this._proxy.CanPowerOffRemote(function(result, error) {
 | 
			
		||||
            if (error)
 | 
			
		||||
                asyncCallback(false);
 | 
			
		||||
            else
 | 
			
		||||
                asyncCallback(result[0] != 'no');
 | 
			
		||||
        });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    canReboot: function(asyncCallback) {
 | 
			
		||||
        this._proxy.CanRebootRemote(function(result, error) {
 | 
			
		||||
            if (error)
 | 
			
		||||
                asyncCallback(false);
 | 
			
		||||
            else
 | 
			
		||||
                asyncCallback(result[0] != 'no');
 | 
			
		||||
        });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    canSuspend: function(asyncCallback) {
 | 
			
		||||
        this._proxy.CanSuspendRemote(function(result, error) {
 | 
			
		||||
            if (error)
 | 
			
		||||
@@ -175,6 +195,14 @@ const LoginManagerSystemd = new Lang.Class({
 | 
			
		||||
        });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    powerOff: function() {
 | 
			
		||||
        this._proxy.PowerOffRemote(true);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    reboot: function() {
 | 
			
		||||
        this._proxy.RebootRemote(true);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    suspend: function() {
 | 
			
		||||
        this._proxy.SuspendRemote(true);
 | 
			
		||||
    },
 | 
			
		||||
@@ -236,6 +264,24 @@ const LoginManagerConsoleKit = new Lang.Class({
 | 
			
		||||
            }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    canPowerOff: function(asyncCallback) {
 | 
			
		||||
        this._proxy.CanStopRemote(function(result, error) {
 | 
			
		||||
            if (error)
 | 
			
		||||
                asyncCallback(false);
 | 
			
		||||
            else
 | 
			
		||||
                asyncCallback(result[0]);
 | 
			
		||||
        });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    canReboot: function(asyncCallback) {
 | 
			
		||||
        this._proxy.CanRestartRemote(function(result, error) {
 | 
			
		||||
            if (error)
 | 
			
		||||
                asyncCallback(false);
 | 
			
		||||
            else
 | 
			
		||||
                asyncCallback(result[0]);
 | 
			
		||||
        });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    canSuspend: function(asyncCallback) {
 | 
			
		||||
        asyncCallback(false);
 | 
			
		||||
    },
 | 
			
		||||
@@ -244,6 +290,14 @@ const LoginManagerConsoleKit = new Lang.Class({
 | 
			
		||||
        asyncCallback([]);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    powerOff: function() {
 | 
			
		||||
        this._proxy.StopRemote();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    reboot: function() {
 | 
			
		||||
        this._proxy.RestartRemote();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    suspend: function() {
 | 
			
		||||
        this.emit('prepare-for-sleep', true);
 | 
			
		||||
        this.emit('prepare-for-sleep', false);
 | 
			
		||||
 
 | 
			
		||||
@@ -92,41 +92,37 @@ function _findProviderForSid(sid) {
 | 
			
		||||
// The following are not the complete interfaces, just the methods we need
 | 
			
		||||
// (or may need in the future)
 | 
			
		||||
 | 
			
		||||
const ModemGsmNetworkInterface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.ModemManager.Modem.Gsm.Network"> \
 | 
			
		||||
<method name="GetRegistrationInfo"> \
 | 
			
		||||
    <arg type="(uss)" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GetSignalQuality"> \
 | 
			
		||||
    <arg type="u" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<property name="AccessTechnology" type="u" access="read" /> \
 | 
			
		||||
<signal name="SignalQuality"> \
 | 
			
		||||
    <arg type="u" direction="out" /> \
 | 
			
		||||
</signal> \
 | 
			
		||||
<signal name="RegistrationInfo"> \
 | 
			
		||||
    <arg type="u" direction="out" /> \
 | 
			
		||||
    <arg type="s" direction="out" /> \
 | 
			
		||||
    <arg type="s" direction="out" /> \
 | 
			
		||||
</signal> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const ModemGsmNetworkInterface = <interface name="org.freedesktop.ModemManager.Modem.Gsm.Network">
 | 
			
		||||
<method name="GetRegistrationInfo">
 | 
			
		||||
    <arg type="(uss)" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GetSignalQuality">
 | 
			
		||||
    <arg type="u" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<property name="AccessTechnology" type="u" access="read" />
 | 
			
		||||
<signal name="SignalQuality">
 | 
			
		||||
    <arg type="u" direction="out" />
 | 
			
		||||
</signal>
 | 
			
		||||
<signal name="RegistrationInfo">
 | 
			
		||||
    <arg type="u" direction="out" />
 | 
			
		||||
    <arg type="s" direction="out" />
 | 
			
		||||
    <arg type="s" direction="out" />
 | 
			
		||||
</signal>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const ModemGsmNetworkProxy = Gio.DBusProxy.makeProxyWrapper(ModemGsmNetworkInterface);
 | 
			
		||||
 | 
			
		||||
const ModemCdmaInterface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.ModemManager.Modem.Cdma"> \
 | 
			
		||||
<method name="GetSignalQuality"> \
 | 
			
		||||
    <arg type="u" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GetServingSystem"> \
 | 
			
		||||
    <arg type="(usu)" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<signal name="SignalQuality"> \
 | 
			
		||||
    <arg type="u" direction="out" /> \
 | 
			
		||||
</signal> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const ModemCdmaInterface = <interface name="org.freedesktop.ModemManager.Modem.Cdma">
 | 
			
		||||
<method name="GetSignalQuality">
 | 
			
		||||
    <arg type="u" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GetServingSystem">
 | 
			
		||||
    <arg type="(usu)" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<signal name="SignalQuality">
 | 
			
		||||
    <arg type="u" direction="out" />
 | 
			
		||||
</signal>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const ModemCdmaProxy = Gio.DBusProxy.makeProxyWrapper(ModemCdmaInterface);
 | 
			
		||||
 | 
			
		||||
@@ -222,26 +218,20 @@ Signals.addSignalMethods(ModemCdma.prototype);
 | 
			
		||||
// Support for the new ModemManager1 interface (MM >= 0.7)
 | 
			
		||||
//------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
const BroadbandModemInterface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.ModemManager1.Modem"> \
 | 
			
		||||
<property name="SignalQuality" type="(ub)" access="read" /> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const BroadbandModemInterface = <interface name="org.freedesktop.ModemManager1.Modem">
 | 
			
		||||
<property name="SignalQuality" type="(ub)" access="read" />
 | 
			
		||||
</interface>;
 | 
			
		||||
const BroadbandModemProxy = Gio.DBusProxy.makeProxyWrapper(BroadbandModemInterface);
 | 
			
		||||
 | 
			
		||||
const BroadbandModem3gppInterface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.ModemManager1.Modem.Modem3gpp"> \
 | 
			
		||||
<property name="OperatorCode" type="s" access="read" /> \
 | 
			
		||||
<property name="OperatorName" type="s" access="read" /> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const BroadbandModem3gppInterface = <interface name="org.freedesktop.ModemManager1.Modem.Modem3gpp">
 | 
			
		||||
<property name="OperatorCode" type="s" access="read" />
 | 
			
		||||
<property name="OperatorName" type="s" access="read" />
 | 
			
		||||
</interface>;
 | 
			
		||||
const BroadbandModem3gppProxy = Gio.DBusProxy.makeProxyWrapper(BroadbandModem3gppInterface);
 | 
			
		||||
 | 
			
		||||
const BroadbandModemCdmaInterface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.ModemManager1.Modem.ModemCdma"> \
 | 
			
		||||
<property name="Sid" type="u" access="read" /> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const BroadbandModemCdmaInterface = <interface name="org.freedesktop.ModemManager1.Modem.ModemCdma">
 | 
			
		||||
<property name="Sid" type="u" access="read" />
 | 
			
		||||
</interface>;
 | 
			
		||||
const BroadbandModemCdmaProxy = Gio.DBusProxy.makeProxyWrapper(BroadbandModemCdmaInterface);
 | 
			
		||||
 | 
			
		||||
const BroadbandModem = new Lang.Class({
 | 
			
		||||
 
 | 
			
		||||
@@ -1,259 +0,0 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
const GLib = imports.gi.GLib;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Params = imports.misc.params;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
 | 
			
		||||
// Specified in the D-Bus specification here:
 | 
			
		||||
// http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager
 | 
			
		||||
const ObjectManagerIface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.DBus.ObjectManager"> \
 | 
			
		||||
  <method name="GetManagedObjects"> \
 | 
			
		||||
    <arg name="objects" type="a{oa{sa{sv}}}" direction="out"/> \
 | 
			
		||||
  </method> \
 | 
			
		||||
  <signal name="InterfacesAdded"> \
 | 
			
		||||
    <arg name="objectPath" type="o"/> \
 | 
			
		||||
    <arg name="interfaces" type="a{sa{sv}}" /> \
 | 
			
		||||
  </signal> \
 | 
			
		||||
  <signal name="InterfacesRemoved"> \
 | 
			
		||||
    <arg name="objectPath" type="o"/> \
 | 
			
		||||
    <arg name="interfaces" type="as" /> \
 | 
			
		||||
  </signal> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
 | 
			
		||||
const ObjectManagerInfo = Gio.DBusInterfaceInfo.new_for_xml(ObjectManagerIface);
 | 
			
		||||
 | 
			
		||||
const ObjectManager = new Lang.Class({
 | 
			
		||||
    Name: 'ObjectManager',
 | 
			
		||||
    _init: function(params) {
 | 
			
		||||
        params = Params.parse(params, { connection: null,
 | 
			
		||||
                                        name: null,
 | 
			
		||||
                                        objectPath: null,
 | 
			
		||||
                                        knownInterfaces: null,
 | 
			
		||||
                                        cancellable: null,
 | 
			
		||||
                                        onLoaded: null });
 | 
			
		||||
 | 
			
		||||
        this._connection = params.connection;
 | 
			
		||||
        this._serviceName = params.name;
 | 
			
		||||
        this._managerPath = params.objectPath;
 | 
			
		||||
        this._cancellable = params.cancellable;
 | 
			
		||||
 | 
			
		||||
        this._managerProxy = new Gio.DBusProxy({ g_connection: this._connection,
 | 
			
		||||
                                                 g_interface_name: ObjectManagerInfo.name,
 | 
			
		||||
                                                 g_interface_info: ObjectManagerInfo,
 | 
			
		||||
                                                 g_name: this._serviceName,
 | 
			
		||||
                                                 g_object_path: this._managerPath,
 | 
			
		||||
                                                 g_flags: Gio.DBusProxyFlags.NONE });
 | 
			
		||||
 | 
			
		||||
        this._interfaceInfos = {};
 | 
			
		||||
        this._objects = {};
 | 
			
		||||
        this._interfaces = {};
 | 
			
		||||
        this._onLoaded = params.onLoaded;
 | 
			
		||||
 | 
			
		||||
        if (params.knownInterfaces)
 | 
			
		||||
            this._registerInterfaces(params.knownInterfaces);
 | 
			
		||||
 | 
			
		||||
        // Start out inhibiting load until at least the proxy
 | 
			
		||||
        // manager is loaded and the remote objects are fetched
 | 
			
		||||
        this._numLoadInhibitors = 1;
 | 
			
		||||
        this._managerProxy.init_async(GLib.PRIORITY_DEFAULT,
 | 
			
		||||
                                      this._cancellable,
 | 
			
		||||
                                      Lang.bind(this, this._onManagerProxyLoaded));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _tryToCompleteLoad: function() {
 | 
			
		||||
        this._numLoadInhibitors--;
 | 
			
		||||
        if (this._numLoadInhibitors == 0) {
 | 
			
		||||
            if (this._onLoaded)
 | 
			
		||||
                this._onLoaded();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _addInterface: function(objectPath, interfaceName, onFinished) {
 | 
			
		||||
        let info = this._interfaceInfos[interfaceName];
 | 
			
		||||
 | 
			
		||||
        if (!info) {
 | 
			
		||||
           if (onFinished)
 | 
			
		||||
               onFinished();
 | 
			
		||||
           return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let proxy = new Gio.DBusProxy({ g_connection: this._connection,
 | 
			
		||||
                                       g_name: this._serviceName,
 | 
			
		||||
                                       g_object_path: objectPath,
 | 
			
		||||
                                       g_interface_name: interfaceName,
 | 
			
		||||
                                       g_interface_info: info,
 | 
			
		||||
                                       g_flags: Gio.DBusProxyFlags.NONE });
 | 
			
		||||
 | 
			
		||||
        proxy.init_async(GLib.PRIORITY_DEFAULT,
 | 
			
		||||
                         this._cancellable,
 | 
			
		||||
                         Lang.bind(this, function(initable, result) {
 | 
			
		||||
               let error = null;
 | 
			
		||||
               try {
 | 
			
		||||
                   initable.init_finish(result);
 | 
			
		||||
               } catch(e) {
 | 
			
		||||
                   logError(e, 'could not initialize proxy for interface ' + interfaceName);
 | 
			
		||||
 | 
			
		||||
                   if (onFinished)
 | 
			
		||||
                       onFinished();
 | 
			
		||||
                   return;
 | 
			
		||||
               }
 | 
			
		||||
 | 
			
		||||
               let isNewObject;
 | 
			
		||||
               if (!this._objects[objectPath]) {
 | 
			
		||||
                   this._objects[objectPath] = {};
 | 
			
		||||
                   isNewObject = true;
 | 
			
		||||
               } else {
 | 
			
		||||
                   isNewObject = false;
 | 
			
		||||
               }
 | 
			
		||||
 | 
			
		||||
               this._objects[objectPath][interfaceName] = proxy;
 | 
			
		||||
 | 
			
		||||
               if (!this._interfaces[interfaceName])
 | 
			
		||||
                   this._interfaces[interfaceName] = [];
 | 
			
		||||
 | 
			
		||||
               this._interfaces[interfaceName].push(proxy);
 | 
			
		||||
 | 
			
		||||
               if (isNewObject)
 | 
			
		||||
                   this.emit('object-added', objectPath);
 | 
			
		||||
 | 
			
		||||
               this.emit('interface-added', interfaceName, proxy);
 | 
			
		||||
 | 
			
		||||
               if (onFinished)
 | 
			
		||||
                   onFinished();
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _removeInterface: function(objectPath, interfaceName) {
 | 
			
		||||
        if (!this._objects[objectPath])
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let proxy = this._objects[objectPath][interfaceName];
 | 
			
		||||
 | 
			
		||||
        if (this._interfaces[interfaceName]) {
 | 
			
		||||
            let index = this._interfaces[interfaceName].indexOf(proxy);
 | 
			
		||||
 | 
			
		||||
            if (index >= 0)
 | 
			
		||||
                this._interfaces[interfaceName].splice(index, 1);
 | 
			
		||||
 | 
			
		||||
            if (this._interfaces[interfaceName].length == 0)
 | 
			
		||||
                delete this._interfaces[interfaceName];
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.emit('interface-removed', interfaceName, proxy);
 | 
			
		||||
 | 
			
		||||
        this._objects[objectPath][interfaceName] = null;
 | 
			
		||||
 | 
			
		||||
        if (Object.keys(this._objects[objectPath]).length == 0) {
 | 
			
		||||
            delete this._objects[objectPath];
 | 
			
		||||
            this.emit('object-removed', objectPath);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onManagerProxyLoaded: function(initable, result) {
 | 
			
		||||
        let error = null;
 | 
			
		||||
        try {
 | 
			
		||||
            initable.init_finish(result);
 | 
			
		||||
        } catch(e) {
 | 
			
		||||
            logError(e, 'could not initialize object manager for object ' + params.name);
 | 
			
		||||
 | 
			
		||||
            this._tryToCompleteLoad();
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._managerProxy.connectSignal('InterfacesAdded',
 | 
			
		||||
                                         Lang.bind(this, function(objectManager, sender, [objectPath, interfaces]) {
 | 
			
		||||
                                             let interfaceNames = Object.keys(interfaces);
 | 
			
		||||
                                             for (let i = 0; i < interfaceNames.length; i++)
 | 
			
		||||
                                                 this._addInterface(objectPath, interfaceNames[i]);
 | 
			
		||||
                                         }));
 | 
			
		||||
        this._managerProxy.connectSignal('InterfacesRemoved',
 | 
			
		||||
                                         Lang.bind(this, function(objectManager, sender, [objectPath, interfaceNames]) {
 | 
			
		||||
                                             for (let i = 0; i < interfaceNames.length; i++)
 | 
			
		||||
                                                 this._removeInterface(objectPath, interfaceNames[i]);
 | 
			
		||||
                                         }));
 | 
			
		||||
 | 
			
		||||
        if (Object.keys(this._interfaceInfos).length == 0) {
 | 
			
		||||
            this._tryToCompleteLoad();
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._managerProxy.GetManagedObjectsRemote(Lang.bind(this, function(result, error) {
 | 
			
		||||
            if (!result) {
 | 
			
		||||
                if (error) {
 | 
			
		||||
                   logError(error, 'could not get remote objects for service ' + this._serviceName + ' path ' + this._managerPath);
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                this._tryToCompleteLoad();
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            let [objects] = result;
 | 
			
		||||
 | 
			
		||||
            let objectPaths = Object.keys(objects);
 | 
			
		||||
            for (let i = 0; i < objectPaths.length; i++) {
 | 
			
		||||
                let objectPath = objectPaths[i];
 | 
			
		||||
                let object = objects[objectPath];
 | 
			
		||||
 | 
			
		||||
                let interfaceNames = Object.getOwnPropertyNames(object);
 | 
			
		||||
                for (let j = 0; j < interfaceNames.length; j++) {
 | 
			
		||||
                    let interfaceName = interfaceNames[j];
 | 
			
		||||
 | 
			
		||||
                    // Prevent load from completing until the interface is loaded
 | 
			
		||||
                    this._numLoadInhibitors++;
 | 
			
		||||
                    this._addInterface(objectPath,
 | 
			
		||||
                                       interfaceName,
 | 
			
		||||
                                       Lang.bind(this, this._tryToCompleteLoad));
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
            this._tryToCompleteLoad();
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _registerInterfaces: function(interfaces) {
 | 
			
		||||
        for (let i = 0; i < interfaces.length; i++) {
 | 
			
		||||
            let info = Gio.DBusInterfaceInfo.new_for_xml(interfaces[i]);
 | 
			
		||||
            this._interfaceInfos[info.name] = info;
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getProxy: function(objectPath, interfaceName) {
 | 
			
		||||
        let object = this._objects[objectPath];
 | 
			
		||||
 | 
			
		||||
        if (!object)
 | 
			
		||||
            return null;
 | 
			
		||||
 | 
			
		||||
        return object[interfaceName];
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getProxiesForInterface: function(interfaceName) {
 | 
			
		||||
        let proxyList = this._interfaces[interfaceName];
 | 
			
		||||
 | 
			
		||||
        if (!proxyList)
 | 
			
		||||
            return [];
 | 
			
		||||
 | 
			
		||||
        return proxyList;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getAllProxies: function() {
 | 
			
		||||
        let proxies = [];
 | 
			
		||||
 | 
			
		||||
        let objectPaths = Object.keys(this._objects);
 | 
			
		||||
        for (let i = 0; i < objectPaths.length; i++) {
 | 
			
		||||
            let object = this._objects[objectPaths];
 | 
			
		||||
 | 
			
		||||
            let interfaceNames = Object.keys(object);
 | 
			
		||||
            for (let j = 0; i < interfaceNames.length; i++) {
 | 
			
		||||
                let interfaceName = interfaceNames[i];
 | 
			
		||||
                if (object[interfaceName])
 | 
			
		||||
                    proxies.push(object(interfaceName));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return proxies;
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(ObjectManager.prototype);
 | 
			
		||||
@@ -1,119 +0,0 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
 | 
			
		||||
const ObjectManager = imports.misc.objectManager;
 | 
			
		||||
 | 
			
		||||
const SmartcardTokenIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.SettingsDaemon.Smartcard.Token"> \
 | 
			
		||||
  <property name="Name" type="s" access="read"/> \
 | 
			
		||||
  <property name="Driver" type="o" access="read"/> \
 | 
			
		||||
  <property name="IsInserted" type="b" access="read"/> \
 | 
			
		||||
  <property name="UsedToLogin" type="b" access="read"/> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
 | 
			
		||||
let _smartcardManager = null;
 | 
			
		||||
 | 
			
		||||
function getSmartcardManager() {
 | 
			
		||||
    if (_smartcardManager == null)
 | 
			
		||||
        _smartcardManager = new SmartcardManager();
 | 
			
		||||
 | 
			
		||||
    return _smartcardManager;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const SmartcardManager = new Lang.Class({
 | 
			
		||||
    Name: 'SmartcardManager',
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this._objectManager = new ObjectManager.ObjectManager({ connection: Gio.DBus.session,
 | 
			
		||||
                                                                name: "org.gnome.SettingsDaemon.Smartcard",
 | 
			
		||||
                                                                objectPath: '/org/gnome/SettingsDaemon/Smartcard',
 | 
			
		||||
                                                                knownInterfaces: [ SmartcardTokenIface ],
 | 
			
		||||
                                                                onLoaded: Lang.bind(this, this._onLoaded) });
 | 
			
		||||
        this._insertedTokens = {};
 | 
			
		||||
        this._loginToken = null;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onLoaded: function() {
 | 
			
		||||
        let tokens = this._objectManager.getProxiesForInterface('org.gnome.SettingsDaemon.Smartcard.Token');
 | 
			
		||||
 | 
			
		||||
        for (let i = 0; i < tokens.length; i++)
 | 
			
		||||
            this._addToken(tokens[i]);
 | 
			
		||||
 | 
			
		||||
        this._objectManager.connect('interface-added', Lang.bind(this, function(objectManager, interfaceName, proxy) {
 | 
			
		||||
            if (interfaceName == 'org.gnome.SettingsDaemon.Smartcard.Token')
 | 
			
		||||
                this._addToken(proxy);
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        this._objectManager.connect('interface-removed', Lang.bind(this, function(objectManager, interfaceName, proxy) {
 | 
			
		||||
            if (interfaceName == 'org.gnome.SettingsDaemon.Smartcard.Token')
 | 
			
		||||
                this._removeToken(proxy);
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateToken: function(token) {
 | 
			
		||||
        let objectPath = token.get_object_path();
 | 
			
		||||
 | 
			
		||||
        delete this._insertedTokens[objectPath];
 | 
			
		||||
 | 
			
		||||
        if (token.IsInserted)
 | 
			
		||||
            this._insertedTokens[objectPath] = token;
 | 
			
		||||
 | 
			
		||||
        if (token.UsedToLogin)
 | 
			
		||||
            this._loginToken = token;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _addToken: function(token) {
 | 
			
		||||
        this._updateToken(token);
 | 
			
		||||
 | 
			
		||||
        token.connect('g-properties-changed',
 | 
			
		||||
                      Lang.bind(this, function(proxy, properties) {
 | 
			
		||||
                          if ('IsInserted' in properties.deep_unpack()) {
 | 
			
		||||
                              this._updateToken(token);
 | 
			
		||||
 | 
			
		||||
                              if (token.IsInserted) {
 | 
			
		||||
                                  this.emit('smartcard-inserted', token);
 | 
			
		||||
                              } else {
 | 
			
		||||
                                  this.emit('smartcard-removed', token);
 | 
			
		||||
                              }
 | 
			
		||||
                          }
 | 
			
		||||
                      }));
 | 
			
		||||
 | 
			
		||||
        // Emit a smartcard-inserted at startup if it's already plugged in
 | 
			
		||||
        if (token.IsInserted)
 | 
			
		||||
            this.emit('smartcard-inserted', token);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _removeToken: function(token) {
 | 
			
		||||
        let objectPath = token.get_object_path();
 | 
			
		||||
 | 
			
		||||
        if (this._insertedTokens[objectPath] == token) {
 | 
			
		||||
            delete this._insertedTokens[objectPath];
 | 
			
		||||
            this.emit('smartcard-removed', token);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (this._loginToken == token)
 | 
			
		||||
            this._loginToken = null;
 | 
			
		||||
 | 
			
		||||
        token.disconnectAll();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    hasInsertedTokens: function() {
 | 
			
		||||
        return Object.keys(this._insertedTokens).length > 0;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    hasInsertedLoginToken: function() {
 | 
			
		||||
        if (!this._loginToken)
 | 
			
		||||
            return false;
 | 
			
		||||
 | 
			
		||||
        if (!this._loginToken.IsInserted)
 | 
			
		||||
            return false;
 | 
			
		||||
 | 
			
		||||
        return true;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(SmartcardManager.prototype);
 | 
			
		||||
							
								
								
									
										108
									
								
								js/misc/util.js
									
									
									
									
									
								
							
							
						
						@@ -1,9 +1,7 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const Clutter = imports.gi.Clutter;
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
const GLib = imports.gi.GLib;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
@@ -80,22 +78,6 @@ function spawnCommandLine(command_line) {
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// spawnApp:
 | 
			
		||||
// @argv: an argv array
 | 
			
		||||
//
 | 
			
		||||
// Runs @argv as if it was an application, handling startup notification
 | 
			
		||||
function spawnApp(argv) {
 | 
			
		||||
    try {
 | 
			
		||||
        let app = Gio.AppInfo.create_from_commandline(argv.join(' '), null,
 | 
			
		||||
                                                      Gio.AppInfoCreateFlags.SUPPORTS_STARTUP_NOTIFICATION);
 | 
			
		||||
 | 
			
		||||
        let context = global.create_app_launch_context();
 | 
			
		||||
        app.launch([], context);
 | 
			
		||||
    } catch(err) {
 | 
			
		||||
        _handleSpawnError(argv[0], err);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// trySpawn:
 | 
			
		||||
// @argv: an argv array
 | 
			
		||||
//
 | 
			
		||||
@@ -157,6 +139,31 @@ function _handleSpawnError(command, err) {
 | 
			
		||||
    Main.notifyError(title, err.message);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// killall:
 | 
			
		||||
// @processName: a process name
 | 
			
		||||
//
 | 
			
		||||
// Kills @processName. If no process with the given name is found,
 | 
			
		||||
// this will fail silently.
 | 
			
		||||
function killall(processName) {
 | 
			
		||||
    try {
 | 
			
		||||
        // pkill is more portable than killall, but on Linux at least
 | 
			
		||||
        // it won't match if you pass more than 15 characters of the
 | 
			
		||||
        // process name... However, if you use the '-f' flag to match
 | 
			
		||||
        // the entire command line, it will work, but we have to be
 | 
			
		||||
        // careful in that case that we can match
 | 
			
		||||
        // '/usr/bin/processName' but not 'gedit processName.c' or
 | 
			
		||||
        // whatever...
 | 
			
		||||
 | 
			
		||||
        let argv = ['pkill', '-f', '^([^ ]*/)?' + processName + '($| )'];
 | 
			
		||||
        GLib.spawn_sync(null, argv, null, GLib.SpawnFlags.SEARCH_PATH, null);
 | 
			
		||||
        // It might be useful to return success/failure, but we'd need
 | 
			
		||||
        // a wrapper around WIFEXITED and WEXITSTATUS. Since none of
 | 
			
		||||
        // the current callers care, we don't bother.
 | 
			
		||||
    } catch (e) {
 | 
			
		||||
        logError(e, 'Failed to kill ' + processName);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// lowerBound:
 | 
			
		||||
// @array: an array or array-like object, already sorted
 | 
			
		||||
//         according to @cmp
 | 
			
		||||
@@ -207,57 +214,28 @@ function insertSorted(array, val, cmp) {
 | 
			
		||||
    return pos;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const CloseButton = new Lang.Class({
 | 
			
		||||
    Name: 'CloseButton',
 | 
			
		||||
    Extends: St.Button,
 | 
			
		||||
function makeCloseButton() {
 | 
			
		||||
    let closeButton = new St.Button({ style_class: 'notification-close'});
 | 
			
		||||
 | 
			
		||||
    _init: function(boxpointer) {
 | 
			
		||||
        this.parent({ style_class: 'notification-close'});
 | 
			
		||||
    // This is a bit tricky. St.Bin has its own x-align/y-align properties
 | 
			
		||||
    // that compete with Clutter's properties. This should be fixed for
 | 
			
		||||
    // Clutter 2.0. Since St.Bin doesn't define its own setters, the
 | 
			
		||||
    // setters are a workaround to get Clutter's version.
 | 
			
		||||
    closeButton.set_x_align(Clutter.ActorAlign.END);
 | 
			
		||||
    closeButton.set_y_align(Clutter.ActorAlign.START);
 | 
			
		||||
 | 
			
		||||
        // This is a bit tricky. St.Bin has its own x-align/y-align properties
 | 
			
		||||
        // that compete with Clutter's properties. This should be fixed for
 | 
			
		||||
        // Clutter 2.0. Since St.Bin doesn't define its own setters, the
 | 
			
		||||
        // setters are a workaround to get Clutter's version.
 | 
			
		||||
        this.set_x_align(Clutter.ActorAlign.END);
 | 
			
		||||
        this.set_y_align(Clutter.ActorAlign.START);
 | 
			
		||||
    // XXX Clutter 2.0 workaround: ClutterBinLayout needs expand
 | 
			
		||||
    // to respect the alignments.
 | 
			
		||||
    closeButton.set_x_expand(true);
 | 
			
		||||
    closeButton.set_y_expand(true);
 | 
			
		||||
 | 
			
		||||
        // XXX Clutter 2.0 workaround: ClutterBinLayout needs expand
 | 
			
		||||
        // to respect the alignments.
 | 
			
		||||
        this.set_x_expand(true);
 | 
			
		||||
        this.set_y_expand(true);
 | 
			
		||||
    closeButton.connect('style-changed', function() {
 | 
			
		||||
        let themeNode = closeButton.get_theme_node();
 | 
			
		||||
        closeButton.translation_x = themeNode.get_length('-shell-close-overlap-x');
 | 
			
		||||
        closeButton.translation_y = themeNode.get_length('-shell-close-overlap-y');
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
        this._boxPointer = boxpointer;
 | 
			
		||||
        if (boxpointer)
 | 
			
		||||
            this._boxPointer.connect('arrow-side-changed', Lang.bind(this, this._sync));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _computeBoxPointerOffset: function() {
 | 
			
		||||
        if (!this._boxPointer || !this._boxPointer.actor.get_stage())
 | 
			
		||||
            return 0;
 | 
			
		||||
 | 
			
		||||
        let side = this._boxPointer.arrowSide;
 | 
			
		||||
        if (side == St.Side.TOP)
 | 
			
		||||
            return this._boxPointer.getArrowHeight();
 | 
			
		||||
        else
 | 
			
		||||
            return 0;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _sync: function() {
 | 
			
		||||
        let themeNode = this.get_theme_node();
 | 
			
		||||
 | 
			
		||||
        let offY = this._computeBoxPointerOffset();
 | 
			
		||||
        this.translation_x = themeNode.get_length('-shell-close-overlap-x')
 | 
			
		||||
        this.translation_y = themeNode.get_length('-shell-close-overlap-y') + offY;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    vfunc_style_changed: function() {
 | 
			
		||||
        this._sync();
 | 
			
		||||
        this.parent();
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
function makeCloseButton(boxpointer) {
 | 
			
		||||
    return new CloseButton(boxpointer);
 | 
			
		||||
    return closeButton;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function ensureActorVisibleInScrollView(scrollView, actor) {
 | 
			
		||||
 
 | 
			
		||||
@@ -106,8 +106,6 @@ const AppSwitcherPopup = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._switcherList = new AppSwitcher(apps, this);
 | 
			
		||||
        this._items = this._switcherList.icons;
 | 
			
		||||
        if (this._items.length == 0)
 | 
			
		||||
            return false;
 | 
			
		||||
 | 
			
		||||
        return true;
 | 
			
		||||
    },
 | 
			
		||||
@@ -357,13 +355,10 @@ const WindowSwitcherPopup = new Lang.Class({
 | 
			
		||||
    Name: 'WindowSwitcherPopup',
 | 
			
		||||
    Extends: SwitcherPopup.SwitcherPopup,
 | 
			
		||||
 | 
			
		||||
    _init: function(items) {
 | 
			
		||||
        this.parent(items);
 | 
			
		||||
        this._settings = new Gio.Settings({ schema: 'org.gnome.shell.window-switcher' });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getWindowList: function() {
 | 
			
		||||
        let workspace = this._settings.get_boolean('current-workspace-only') ? global.screen.get_active_workspace() : null;
 | 
			
		||||
        let settings = new Gio.Settings({ schema: 'org.gnome.shell.window-switcher' });
 | 
			
		||||
        let workspace = settings.get_boolean('current-workspace-only') ? global.screen.get_active_workspace()
 | 
			
		||||
                                                                       : null;
 | 
			
		||||
        return global.display.get_tab_list(Meta.TabList.NORMAL, global.screen, workspace);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -373,13 +368,9 @@ const WindowSwitcherPopup = new Lang.Class({
 | 
			
		||||
        if (windows.length == 0)
 | 
			
		||||
            return false;
 | 
			
		||||
 | 
			
		||||
        let mode = this._settings.get_enum('app-icon-mode');
 | 
			
		||||
        this._switcherList = new WindowList(windows, mode);
 | 
			
		||||
        this._switcherList = new WindowList(windows);
 | 
			
		||||
        this._items = this._switcherList.icons;
 | 
			
		||||
 | 
			
		||||
        if (this._items.length == 0)
 | 
			
		||||
            return false;
 | 
			
		||||
 | 
			
		||||
        return true;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -445,11 +436,8 @@ const AppSwitcher = new Lang.Class({
 | 
			
		||||
        this._arrows = [];
 | 
			
		||||
 | 
			
		||||
        let windowTracker = Shell.WindowTracker.get_default();
 | 
			
		||||
        let settings = new Gio.Settings({ schema: 'org.gnome.shell.app-switcher' });
 | 
			
		||||
        let workspace = settings.get_boolean('current-workspace-only') ? global.screen.get_active_workspace()
 | 
			
		||||
                                                                       : null;
 | 
			
		||||
        let allWindows = global.display.get_tab_list(Meta.TabList.NORMAL,
 | 
			
		||||
                                                     global.screen, workspace);
 | 
			
		||||
                                                     global.screen, null);
 | 
			
		||||
 | 
			
		||||
        // Construct the AppIcons, add to the popup
 | 
			
		||||
        for (let i = 0; i < apps.length; i++) {
 | 
			
		||||
@@ -459,9 +447,7 @@ const AppSwitcher = new Lang.Class({
 | 
			
		||||
            appIcon.cachedWindows = allWindows.filter(function(w) {
 | 
			
		||||
                return windowTracker.get_window_app (w) == appIcon.app;
 | 
			
		||||
            });
 | 
			
		||||
            if (workspace == null || appIcon.cachedWindows.length > 0) {
 | 
			
		||||
                this._addIcon(appIcon);
 | 
			
		||||
            }
 | 
			
		||||
            this._addIcon(appIcon);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._curApp = -1;
 | 
			
		||||
@@ -672,7 +658,7 @@ const ThumbnailList = new Lang.Class({
 | 
			
		||||
const WindowIcon = new Lang.Class({
 | 
			
		||||
    Name: 'WindowIcon',
 | 
			
		||||
 | 
			
		||||
    _init: function(window, mode) {
 | 
			
		||||
    _init: function(window) {
 | 
			
		||||
        this.window = window;
 | 
			
		||||
 | 
			
		||||
        this.actor = new St.BoxLayout({ style_class: 'alt-tab-app',
 | 
			
		||||
@@ -690,7 +676,8 @@ const WindowIcon = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._icon.destroy_all_children();
 | 
			
		||||
 | 
			
		||||
        switch (mode) {
 | 
			
		||||
        let settings = new Gio.Settings({ schema: 'org.gnome.shell.window-switcher' });
 | 
			
		||||
        switch (settings.get_enum('app-icon-mode')) {
 | 
			
		||||
            case AppIconMode.THUMBNAIL_ONLY:
 | 
			
		||||
                size = WINDOW_PREVIEW_SIZE;
 | 
			
		||||
                this._icon.add_actor(_createWindowClone(mutterWindow, WINDOW_PREVIEW_SIZE));
 | 
			
		||||
@@ -728,7 +715,7 @@ const WindowList = new Lang.Class({
 | 
			
		||||
    Name: 'WindowList',
 | 
			
		||||
    Extends: SwitcherPopup.SwitcherList,
 | 
			
		||||
 | 
			
		||||
    _init : function(windows, mode) {
 | 
			
		||||
    _init : function(windows) {
 | 
			
		||||
        this.parent(true);
 | 
			
		||||
 | 
			
		||||
        this._label = new St.Label({ x_align: Clutter.ActorAlign.CENTER,
 | 
			
		||||
@@ -740,7 +727,7 @@ const WindowList = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        for (let i = 0; i < windows.length; i++) {
 | 
			
		||||
            let win = windows[i];
 | 
			
		||||
            let icon = new WindowIcon(win, mode);
 | 
			
		||||
            let icon = new WindowIcon(win);
 | 
			
		||||
 | 
			
		||||
            this.addItem(icon.actor, icon.label);
 | 
			
		||||
            this.icons.push(icon);
 | 
			
		||||
 
 | 
			
		||||
@@ -14,15 +14,15 @@ const AppFavorites = new Lang.Class({
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this._favorites = {};
 | 
			
		||||
        global.settings.connect('changed::' + this.FAVORITE_APPS_KEY, Lang.bind(this, this._onFavsChanged));
 | 
			
		||||
        this.reload();
 | 
			
		||||
        this._reload();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onFavsChanged: function() {
 | 
			
		||||
        this.reload();
 | 
			
		||||
        this._reload();
 | 
			
		||||
        this.emit('changed');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    reload: function() {
 | 
			
		||||
    _reload: function() {
 | 
			
		||||
        let ids = global.settings.get_strv(this.FAVORITE_APPS_KEY);
 | 
			
		||||
        let appSys = Shell.AppSystem.get_default();
 | 
			
		||||
        let apps = ids.map(function (id) {
 | 
			
		||||
 
 | 
			
		||||
@@ -295,15 +295,14 @@ const Background = new Lang.Class({
 | 
			
		||||
    _init: function(params) {
 | 
			
		||||
        params = Params.parse(params, { monitorIndex: 0,
 | 
			
		||||
                                        layoutManager: Main.layoutManager,
 | 
			
		||||
                                        effects: Meta.BackgroundEffects.NONE,
 | 
			
		||||
                                        settings: null });
 | 
			
		||||
                                        effects: Meta.BackgroundEffects.NONE });
 | 
			
		||||
        this.actor = new Meta.BackgroundGroup();
 | 
			
		||||
        this.actor._delegate = this;
 | 
			
		||||
 | 
			
		||||
        this._destroySignalId = this.actor.connect('destroy',
 | 
			
		||||
                                                   Lang.bind(this, this._destroy));
 | 
			
		||||
 | 
			
		||||
        this._settings = params.settings;
 | 
			
		||||
        this._settings = new Gio.Settings({ schema: BACKGROUND_SCHEMA });
 | 
			
		||||
        this._monitorIndex = params.monitorIndex;
 | 
			
		||||
        this._layoutManager = params.layoutManager;
 | 
			
		||||
        this._effects = params.effects;
 | 
			
		||||
@@ -315,12 +314,13 @@ const Background = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._brightness = 1.0;
 | 
			
		||||
        this._vignetteSharpness = 0.2;
 | 
			
		||||
        this._saturation = 1.0;
 | 
			
		||||
        this._cancellable = new Gio.Cancellable();
 | 
			
		||||
        this.isLoaded = false;
 | 
			
		||||
 | 
			
		||||
        this._settingsChangedSignalId = this._settings.connect('changed', Lang.bind(this, function() {
 | 
			
		||||
                                            this.emit('changed');
 | 
			
		||||
                                        }));
 | 
			
		||||
        this._settings.connect('changed', Lang.bind(this, function() {
 | 
			
		||||
                                   this.emit('changed');
 | 
			
		||||
                               }));
 | 
			
		||||
 | 
			
		||||
        this._load();
 | 
			
		||||
    },
 | 
			
		||||
@@ -361,10 +361,6 @@ const Background = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this.actor.disconnect(this._destroySignalId);
 | 
			
		||||
        this._destroySignalId = 0;
 | 
			
		||||
 | 
			
		||||
        if (this._settingsChangedSignalId != 0)
 | 
			
		||||
            this._settings.disconnect(this._settingsChangedSignalId);
 | 
			
		||||
        this._settingsChangedSignalId = 0;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _setLoaded: function() {
 | 
			
		||||
@@ -415,6 +411,7 @@ const Background = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _addImage: function(content, index, filename) {
 | 
			
		||||
        content.saturation = this._saturation;
 | 
			
		||||
        content.brightness = this._brightness;
 | 
			
		||||
        content.vignette_sharpness = this._vignetteSharpness;
 | 
			
		||||
 | 
			
		||||
@@ -430,6 +427,7 @@ const Background = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateImage: function(content, index, filename) {
 | 
			
		||||
        content.saturation = this._saturation;
 | 
			
		||||
        content.brightness = this._brightness;
 | 
			
		||||
        content.vignette_sharpness = this._vignetteSharpness;
 | 
			
		||||
 | 
			
		||||
@@ -587,6 +585,24 @@ const Background = new Lang.Class({
 | 
			
		||||
        this._loadFile(filename);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get saturation() {
 | 
			
		||||
        return this._saturation;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    set saturation(saturation) {
 | 
			
		||||
        this._saturation = saturation;
 | 
			
		||||
 | 
			
		||||
        if (this._pattern && this._pattern.content)
 | 
			
		||||
            this._pattern.content.saturation = saturation;
 | 
			
		||||
 | 
			
		||||
        let keys = Object.keys(this._images);
 | 
			
		||||
        for (let i = 0; i < keys.length; i++) {
 | 
			
		||||
            let image = this._images[keys[i]];
 | 
			
		||||
            if (image && image.content)
 | 
			
		||||
                image.content.saturation = saturation;
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get brightness() {
 | 
			
		||||
        return this._brightness;
 | 
			
		||||
    },
 | 
			
		||||
@@ -700,10 +716,8 @@ const BackgroundManager = new Lang.Class({
 | 
			
		||||
                                        layoutManager: Main.layoutManager,
 | 
			
		||||
                                        monitorIndex: null,
 | 
			
		||||
                                        effects: Meta.BackgroundEffects.NONE,
 | 
			
		||||
                                        controlPosition: true,
 | 
			
		||||
                                        settingsSchema: BACKGROUND_SCHEMA });
 | 
			
		||||
                                        controlPosition: true });
 | 
			
		||||
 | 
			
		||||
        this._settings = new Gio.Settings({ schema: params.settingsSchema });
 | 
			
		||||
        this._container = params.container;
 | 
			
		||||
        this._layoutManager = params.layoutManager;
 | 
			
		||||
        this._effects = params.effects;
 | 
			
		||||
@@ -730,6 +744,7 @@ const BackgroundManager = new Lang.Class({
 | 
			
		||||
        let newBackground = this._createBackground(monitorIndex);
 | 
			
		||||
        newBackground.vignetteSharpness = background.vignetteSharpness;
 | 
			
		||||
        newBackground.brightness = background.brightness;
 | 
			
		||||
        newBackground.saturation = background.saturation;
 | 
			
		||||
        newBackground.visible = background.visible;
 | 
			
		||||
 | 
			
		||||
        newBackground.loadedSignalId = newBackground.connect('loaded',
 | 
			
		||||
@@ -761,8 +776,7 @@ const BackgroundManager = new Lang.Class({
 | 
			
		||||
    _createBackground: function() {
 | 
			
		||||
        let background = new Background({ monitorIndex: this._monitorIndex,
 | 
			
		||||
                                          layoutManager: this._layoutManager,
 | 
			
		||||
                                          effects: this._effects,
 | 
			
		||||
                                          settings: this._settings });
 | 
			
		||||
                                          effects: this._effects });
 | 
			
		||||
        this._container.add_child(background.actor);
 | 
			
		||||
 | 
			
		||||
        let monitor = this._layoutManager.monitors[this._monitorIndex];
 | 
			
		||||
 
 | 
			
		||||
@@ -3,9 +3,8 @@
 | 
			
		||||
const Clutter = imports.gi.Clutter;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Meta = imports.gi.Meta;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const Tweener = imports.ui.tweener;
 | 
			
		||||
@@ -62,10 +61,6 @@ const BoxPointer = new Lang.Class({
 | 
			
		||||
        this._muteInput();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get arrowSide() {
 | 
			
		||||
        return this._arrowSide;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _muteInput: function() {
 | 
			
		||||
        if (this._capturedEventId == 0)
 | 
			
		||||
            this._capturedEventId = this.actor.connect('captured-event',
 | 
			
		||||
@@ -185,9 +180,7 @@ const BoxPointer = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getPreferredHeight: function(actor, forWidth, alloc) {
 | 
			
		||||
        let themeNode = this.actor.get_theme_node();
 | 
			
		||||
        let borderWidth = themeNode.get_length('-arrow-border-width');
 | 
			
		||||
        let [minSize, naturalSize] = this.bin.get_preferred_height(forWidth - 2 * borderWidth);
 | 
			
		||||
        let [minSize, naturalSize] = this.bin.get_preferred_height(forWidth);
 | 
			
		||||
        alloc.min_size = minSize;
 | 
			
		||||
        alloc.natural_size = naturalSize;
 | 
			
		||||
        this._adjustAllocationForArrow(false, alloc);
 | 
			
		||||
@@ -619,8 +612,6 @@ const BoxPointer = new Lang.Class({
 | 
			
		||||
                this._container.queue_relayout();
 | 
			
		||||
                return false;
 | 
			
		||||
            }));
 | 
			
		||||
 | 
			
		||||
            this.emit('arrow-side-changed');
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -648,21 +639,5 @@ const BoxPointer = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    get opacity() {
 | 
			
		||||
        return this.actor.opacity;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    updateArrowSide: function(side) {
 | 
			
		||||
        this._arrowSide = side;
 | 
			
		||||
        this._border.queue_repaint();
 | 
			
		||||
 | 
			
		||||
        this.emit('arrow-side-changed');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getPadding: function(side) {
 | 
			
		||||
        return this.bin.get_theme_node().get_padding(side);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getArrowHeight: function() {
 | 
			
		||||
        return this.actor.get_theme_node().get_length('-arrow-rise');
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(BoxPointer.prototype);
 | 
			
		||||
 
 | 
			
		||||
@@ -190,18 +190,16 @@ const EmptyEventSource = new Lang.Class({
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(EmptyEventSource.prototype);
 | 
			
		||||
 | 
			
		||||
const CalendarServerIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.Shell.CalendarServer"> \
 | 
			
		||||
<method name="GetEvents"> \
 | 
			
		||||
    <arg type="x" direction="in" /> \
 | 
			
		||||
    <arg type="x" direction="in" /> \
 | 
			
		||||
    <arg type="b" direction="in" /> \
 | 
			
		||||
    <arg type="a(sssbxxa{sv})" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<property name="HasCalendars" type="b" access="read" /> \
 | 
			
		||||
<signal name="Changed" /> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const CalendarServerIface = <interface name="org.gnome.Shell.CalendarServer">
 | 
			
		||||
<method name="GetEvents">
 | 
			
		||||
    <arg type="x" direction="in" />
 | 
			
		||||
    <arg type="x" direction="in" />
 | 
			
		||||
    <arg type="b" direction="in" />
 | 
			
		||||
    <arg type="a(sssbxxa{sv})" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<property name="HasCalendars" type="b" access="read" />
 | 
			
		||||
<signal name="Changed" />
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const CalendarServerInfo  = Gio.DBusInterfaceInfo.new_for_xml(CalendarServerIface);
 | 
			
		||||
 | 
			
		||||
@@ -446,17 +444,14 @@ const Calendar = new Lang.Class({
 | 
			
		||||
                       { row: 0, col: 0, col_span: offsetCols + 7 });
 | 
			
		||||
 | 
			
		||||
        this._backButton = new St.Button({ style_class: 'calendar-change-month-back',
 | 
			
		||||
                                           accessible_name: _("Previous month"),
 | 
			
		||||
                                           can_focus: true });
 | 
			
		||||
        this._topBox.add(this._backButton);
 | 
			
		||||
        this._backButton.connect('clicked', Lang.bind(this, this._onPrevMonthButtonClicked));
 | 
			
		||||
 | 
			
		||||
        this._monthLabel = new St.Label({style_class: 'calendar-month-label',
 | 
			
		||||
                                         can_focus: true });
 | 
			
		||||
        this._monthLabel = new St.Label({style_class: 'calendar-month-label'});
 | 
			
		||||
        this._topBox.add(this._monthLabel, { expand: true, x_fill: false, x_align: St.Align.MIDDLE });
 | 
			
		||||
 | 
			
		||||
        this._forwardButton = new St.Button({ style_class: 'calendar-change-month-forward',
 | 
			
		||||
                                              accessible_name: _("Next month"),
 | 
			
		||||
                                              can_focus: true });
 | 
			
		||||
        this._topBox.add(this._forwardButton);
 | 
			
		||||
        this._forwardButton.connect('clicked', Lang.bind(this, this._onNextMonthButtonClicked));
 | 
			
		||||
 
 | 
			
		||||
@@ -1,40 +1,115 @@
 | 
			
		||||
const Clutter = imports.gi.Clutter;
 | 
			
		||||
const Pango = imports.gi.Pango;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
 | 
			
		||||
const CheckBoxContainer = new Lang.Class({
 | 
			
		||||
    Name: 'CheckBoxContainer',
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.actor = new Shell.GenericContainer();
 | 
			
		||||
        this.actor.connect('get-preferred-width',
 | 
			
		||||
                           Lang.bind(this, this._getPreferredWidth));
 | 
			
		||||
        this.actor.connect('get-preferred-height',
 | 
			
		||||
                           Lang.bind(this, this._getPreferredHeight));
 | 
			
		||||
        this.actor.connect('allocate',
 | 
			
		||||
                           Lang.bind(this, this._allocate));
 | 
			
		||||
        this.actor.connect('style-changed', Lang.bind(this,
 | 
			
		||||
            function() {
 | 
			
		||||
                let node = this.actor.get_theme_node();
 | 
			
		||||
                this._spacing = node.get_length('spacing');
 | 
			
		||||
            }));
 | 
			
		||||
        this.actor.request_mode = Clutter.RequestMode.HEIGHT_FOR_WIDTH;
 | 
			
		||||
 | 
			
		||||
        this._box = new St.Bin();
 | 
			
		||||
        this.actor.add_actor(this._box);
 | 
			
		||||
 | 
			
		||||
        this.label = new St.Label();
 | 
			
		||||
        this.label.clutter_text.set_line_wrap(true);
 | 
			
		||||
        this.label.clutter_text.set_ellipsize(Pango.EllipsizeMode.NONE);
 | 
			
		||||
        this.actor.add_actor(this.label);
 | 
			
		||||
 | 
			
		||||
        this._spacing = 0;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getPreferredWidth: function(actor, forHeight, alloc) {
 | 
			
		||||
        let [minWidth, natWidth] = this._box.get_preferred_width(forHeight);
 | 
			
		||||
 | 
			
		||||
        alloc.min_size = minWidth + this._spacing;
 | 
			
		||||
        alloc.natural_size = natWidth + this._spacing;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getPreferredHeight: function(actor, forWidth, alloc) {
 | 
			
		||||
        /* FIXME: StBoxlayout currently does not handle
 | 
			
		||||
           height-for-width children correctly, so hard-code
 | 
			
		||||
           two lines for the label until that problem is fixed.
 | 
			
		||||
 | 
			
		||||
           https://bugzilla.gnome.org/show_bug.cgi?id=672543 */
 | 
			
		||||
/*
 | 
			
		||||
        let [minBoxHeight, natBoxHeight] =
 | 
			
		||||
            this._box.get_preferred_height(forWidth);
 | 
			
		||||
        let [minLabelHeight, natLabelHeight] =
 | 
			
		||||
            this.label.get_preferred_height(forWidth);
 | 
			
		||||
 | 
			
		||||
        alloc.min_size = Math.max(minBoxHeight, minLabelHeight);
 | 
			
		||||
        alloc.natural_size = Math.max(natBoxHeight, natLabelHeight);
 | 
			
		||||
*/
 | 
			
		||||
        let [minBoxHeight, natBoxHeight] =
 | 
			
		||||
            this._box.get_preferred_height(-1);
 | 
			
		||||
        let [minLabelHeight, natLabelHeight] =
 | 
			
		||||
            this.label.get_preferred_height(-1);
 | 
			
		||||
 | 
			
		||||
        alloc.min_size = Math.max(minBoxHeight, 2 * minLabelHeight);
 | 
			
		||||
        alloc.natural_size = Math.max(natBoxHeight, 2 * natLabelHeight);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _allocate: function(actor, box, flags) {
 | 
			
		||||
        let availWidth = box.x2 - box.x1;
 | 
			
		||||
        let availHeight = box.y2 - box.y1;
 | 
			
		||||
 | 
			
		||||
        let childBox = new Clutter.ActorBox();
 | 
			
		||||
        let [minBoxWidth, natBoxWidth] =
 | 
			
		||||
            this._box.get_preferred_width(-1);
 | 
			
		||||
        let [minBoxHeight, natBoxHeight] =
 | 
			
		||||
            this._box.get_preferred_height(-1);
 | 
			
		||||
        childBox.x1 = box.x1;
 | 
			
		||||
        childBox.x2 = box.x1 + natBoxWidth;
 | 
			
		||||
        childBox.y1 = box.y1;
 | 
			
		||||
        childBox.y2 = box.y1 + natBoxHeight;
 | 
			
		||||
        this._box.allocate(childBox, flags);
 | 
			
		||||
 | 
			
		||||
        childBox.x1 = box.x1 + natBoxWidth + this._spacing;
 | 
			
		||||
        childBox.x2 = availWidth - childBox.x1;
 | 
			
		||||
        childBox.y1 = box.y1;
 | 
			
		||||
        childBox.y2 = box.y2;
 | 
			
		||||
        this.label.allocate(childBox, flags);
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const CheckBox = new Lang.Class({
 | 
			
		||||
    Name: 'CheckBox',
 | 
			
		||||
 | 
			
		||||
    _init: function(label) {
 | 
			
		||||
        let container = new St.BoxLayout();
 | 
			
		||||
        this.actor = new St.Button({ style_class: 'check-box',
 | 
			
		||||
                                     child: container,
 | 
			
		||||
                                     button_mask: St.ButtonMask.ONE,
 | 
			
		||||
                                     toggle_mode: true,
 | 
			
		||||
                                     can_focus: true,
 | 
			
		||||
                                     x_fill: true,
 | 
			
		||||
                                     y_fill: true });
 | 
			
		||||
 | 
			
		||||
        this._box = new St.Bin();
 | 
			
		||||
        this._box.set_y_align(Clutter.ActorAlign.START);
 | 
			
		||||
        container.add_actor(this._box);
 | 
			
		||||
 | 
			
		||||
        this._label = new St.Label();
 | 
			
		||||
        this._label.clutter_text.set_line_wrap(true);
 | 
			
		||||
        this._label.clutter_text.set_ellipsize(Pango.EllipsizeMode.NONE);
 | 
			
		||||
        container.add_actor(this._label);
 | 
			
		||||
        this._container = new CheckBoxContainer();
 | 
			
		||||
        this.actor.set_child(this._container.actor);
 | 
			
		||||
 | 
			
		||||
        if (label)
 | 
			
		||||
            this.setLabel(label);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setLabel: function(label) {
 | 
			
		||||
        this._label.set_text(label);
 | 
			
		||||
        this._container.label.set_text(label);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getLabelActor: function() {
 | 
			
		||||
        return this._label;
 | 
			
		||||
        return this._container.label;
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
@@ -75,14 +75,12 @@ function startAppForMount(app, mount) {
 | 
			
		||||
 | 
			
		||||
/******************************************/
 | 
			
		||||
 | 
			
		||||
const HotplugSnifferIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.Shell.HotplugSniffer"> \
 | 
			
		||||
<method name="SniffURI"> \
 | 
			
		||||
    <arg type="s" direction="in" /> \
 | 
			
		||||
    <arg type="as" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const HotplugSnifferIface = <interface name="org.gnome.Shell.HotplugSniffer">
 | 
			
		||||
<method name="SniffURI">
 | 
			
		||||
    <arg type="s" direction="in" />
 | 
			
		||||
    <arg type="as" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const HotplugSnifferProxy = Gio.DBusProxy.makeProxyWrapper(HotplugSnifferIface);
 | 
			
		||||
function HotplugSniffer() {
 | 
			
		||||
 
 | 
			
		||||
@@ -13,6 +13,8 @@ const ModalDialog = imports.ui.modalDialog;
 | 
			
		||||
const ShellEntry = imports.ui.shellEntry;
 | 
			
		||||
const CheckBox = imports.ui.checkBox;
 | 
			
		||||
 | 
			
		||||
let prompter = null;
 | 
			
		||||
 | 
			
		||||
const KeyringDialog = new Lang.Class({
 | 
			
		||||
    Name: 'KeyringDialog',
 | 
			
		||||
    Extends: ModalDialog.ModalDialog,
 | 
			
		||||
@@ -78,26 +80,23 @@ const KeyringDialog = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _buildControlTable: function() {
 | 
			
		||||
        let layout = new Clutter.TableLayout();
 | 
			
		||||
        let table = new St.Widget({ style_class: 'keyring-dialog-control-table',
 | 
			
		||||
                                    layout_manager: layout });
 | 
			
		||||
        layout.hookup_style(table);
 | 
			
		||||
        let table = new St.Table({ style_class: 'keyring-dialog-control-table' });
 | 
			
		||||
        let row = 0;
 | 
			
		||||
 | 
			
		||||
        if (this.prompt.password_visible) {
 | 
			
		||||
            let label = new St.Label({ style_class: 'prompt-dialog-password-label' });
 | 
			
		||||
            let label = new St.Label(({ style_class: 'prompt-dialog-password-label' }));
 | 
			
		||||
            label.set_text(_("Password:"));
 | 
			
		||||
            label.clutter_text.ellipsize = Pango.EllipsizeMode.NONE;
 | 
			
		||||
            layout.pack(label, 0, row);
 | 
			
		||||
            layout.child_set(label, { x_expand: false, y_fill: false,
 | 
			
		||||
                                      x_align: Clutter.TableAlignment.START });
 | 
			
		||||
            table.add(label, { row: row, col: 0,
 | 
			
		||||
                               x_expand: false, x_fill: true,
 | 
			
		||||
                               x_align: St.Align.START,
 | 
			
		||||
                               y_fill: false, y_align: St.Align.MIDDLE });
 | 
			
		||||
            this._passwordEntry = new St.Entry({ style_class: 'prompt-dialog-password-entry',
 | 
			
		||||
                                                 text: '',
 | 
			
		||||
                                                 can_focus: true });
 | 
			
		||||
                                                 can_focus: true});
 | 
			
		||||
            this._passwordEntry.clutter_text.set_password_char('\u25cf'); // ● U+25CF BLACK CIRCLE
 | 
			
		||||
            ShellEntry.addContextMenu(this._passwordEntry, { isPassword: true });
 | 
			
		||||
            this._passwordEntry.clutter_text.connect('activate', Lang.bind(this, this._onPasswordActivate));
 | 
			
		||||
            layout.pack(this._passwordEntry, 1, row);
 | 
			
		||||
            table.add(this._passwordEntry, { row: row, col: 1, x_expand: true, x_fill: true, x_align: St.Align.START });
 | 
			
		||||
            row++;
 | 
			
		||||
        } else {
 | 
			
		||||
            this._passwordEntry = null;
 | 
			
		||||
@@ -106,16 +105,17 @@ const KeyringDialog = new Lang.Class({
 | 
			
		||||
        if (this.prompt.confirm_visible) {
 | 
			
		||||
            var label = new St.Label(({ style_class: 'prompt-dialog-password-label' }));
 | 
			
		||||
            label.set_text(_("Type again:"));
 | 
			
		||||
            layout.pack(label, 0, row);
 | 
			
		||||
            layout.child_set(label, { x_expand: false, y_fill: false,
 | 
			
		||||
                                      x_align: Clutter.TableAlignment.START });
 | 
			
		||||
            table.add(label, { row: row, col: 0,
 | 
			
		||||
                               x_expand: false, x_fill: true,
 | 
			
		||||
                               x_align: St.Align.START,
 | 
			
		||||
                               y_fill: false, y_align: St.Align.MIDDLE });
 | 
			
		||||
            this._confirmEntry = new St.Entry({ style_class: 'prompt-dialog-password-entry',
 | 
			
		||||
                                                text: '',
 | 
			
		||||
                                                can_focus: true });
 | 
			
		||||
                                                can_focus: true});
 | 
			
		||||
            this._confirmEntry.clutter_text.set_password_char('\u25cf'); // ● U+25CF BLACK CIRCLE
 | 
			
		||||
            ShellEntry.addContextMenu(this._confirmEntry, { isPassword: true });
 | 
			
		||||
            this._confirmEntry.clutter_text.connect('activate', Lang.bind(this, this._onConfirmActivate));
 | 
			
		||||
            layout.pack(this._confirmEntry, 1, row);
 | 
			
		||||
            table.add(this._confirmEntry, { row: row, col: 1, x_expand: true, x_fill: true, x_align: St.Align.START });
 | 
			
		||||
            row++;
 | 
			
		||||
        } else {
 | 
			
		||||
            this._confirmEntry = null;
 | 
			
		||||
@@ -128,14 +128,14 @@ const KeyringDialog = new Lang.Class({
 | 
			
		||||
            let choice = new CheckBox.CheckBox();
 | 
			
		||||
            this.prompt.bind_property('choice-label', choice.getLabelActor(), 'text', GObject.BindingFlags.SYNC_CREATE);
 | 
			
		||||
            this.prompt.bind_property('choice-chosen', choice.actor, 'checked', GObject.BindingFlags.SYNC_CREATE | GObject.BindingFlags.BIDIRECTIONAL);
 | 
			
		||||
            layout.pack(choice.actor, 1, row);
 | 
			
		||||
            table.add(choice.actor, { row: row, col: 1, x_expand: false, x_fill: true, x_align: St.Align.START });
 | 
			
		||||
            row++;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let warning = new St.Label({ style_class: 'prompt-dialog-error-label' });
 | 
			
		||||
        warning.clutter_text.ellipsize = Pango.EllipsizeMode.NONE;
 | 
			
		||||
        warning.clutter_text.line_wrap = true;
 | 
			
		||||
        layout.pack(warning, 1, row);
 | 
			
		||||
        table.add(warning, { row: row, col: 1, x_expand: false, x_fill: false, x_align: St.Align.START });
 | 
			
		||||
        this.prompt.bind_property('warning-visible', warning, 'visible', GObject.BindingFlags.SYNC_CREATE);
 | 
			
		||||
        this.prompt.bind_property('warning', warning, 'text', GObject.BindingFlags.SYNC_CREATE);
 | 
			
		||||
 | 
			
		||||
@@ -221,56 +221,27 @@ const KeyringDialog = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const KeyringDummyDialog = new Lang.Class({
 | 
			
		||||
    Name: 'KeyringDummyDialog',
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.prompt = new Shell.KeyringPrompt();
 | 
			
		||||
        this.prompt.connect('show-password',
 | 
			
		||||
                            Lang.bind(this, this._cancelPrompt));
 | 
			
		||||
        this.prompt.connect('show-confirm', Lang.bind(this,
 | 
			
		||||
                            this._cancelPrompt));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _cancelPrompt: function() {
 | 
			
		||||
        this.prompt.cancel();
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const KeyringPrompter = new Lang.Class({
 | 
			
		||||
    Name: 'KeyringPrompter',
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this._prompter = new Gcr.SystemPrompter();
 | 
			
		||||
        this._prompter.connect('new-prompt', Lang.bind(this,
 | 
			
		||||
            function() {
 | 
			
		||||
                let dialog = this._enabled ? new KeyringDialog()
 | 
			
		||||
                                           : new KeyringDummyDialog();
 | 
			
		||||
                this._currentPrompt = dialog.prompt;
 | 
			
		||||
                return this._currentPrompt;
 | 
			
		||||
            }));
 | 
			
		||||
        this._prompter.connect('new-prompt', function(prompter) {
 | 
			
		||||
            let dialog = new KeyringDialog();
 | 
			
		||||
            return dialog.prompt;
 | 
			
		||||
        });
 | 
			
		||||
        this._dbusId = null;
 | 
			
		||||
        this._registered = false;
 | 
			
		||||
        this._enabled = false;
 | 
			
		||||
        this._currentPrompt = null;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    enable: function() {
 | 
			
		||||
        if (!this._registered) {
 | 
			
		||||
            this._prompter.register(Gio.DBus.session);
 | 
			
		||||
            this._dbusId = Gio.DBus.session.own_name('org.gnome.keyring.SystemPrompter',
 | 
			
		||||
                                                     Gio.BusNameOwnerFlags.ALLOW_REPLACEMENT, null, null);
 | 
			
		||||
            this._registered = true;
 | 
			
		||||
        }
 | 
			
		||||
        this._enabled = true;
 | 
			
		||||
        this._prompter.register(Gio.DBus.session);
 | 
			
		||||
        this._dbusId = Gio.DBus.session.own_name('org.gnome.keyring.SystemPrompter',
 | 
			
		||||
                                                 Gio.BusNameOwnerFlags.ALLOW_REPLACEMENT, null, null);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    disable: function() {
 | 
			
		||||
        this._enabled = false;
 | 
			
		||||
 | 
			
		||||
        if (this._prompter.prompting)
 | 
			
		||||
            this._currentPrompt.cancel();
 | 
			
		||||
        this._currentPrompt = null;
 | 
			
		||||
        this._prompter.unregister(false);
 | 
			
		||||
        Gio.DBus.session.unown_name(this._dbusId);
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -62,9 +62,14 @@ const NetworkSecretDialog = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        if (this._content.message != null) {
 | 
			
		||||
            let descriptionLabel = new St.Label({ style_class: 'prompt-dialog-description',
 | 
			
		||||
                                                  text: this._content.message });
 | 
			
		||||
                                                  text: this._content.message,
 | 
			
		||||
                                                  // HACK: for reasons unknown to me, the label
 | 
			
		||||
                                                  // is not asked the correct height for width,
 | 
			
		||||
                                                  // and thus is underallocated
 | 
			
		||||
                                                  // place a fixed height to avoid overflowing
 | 
			
		||||
                                                  style: 'height: 3em'
 | 
			
		||||
                                                });
 | 
			
		||||
            descriptionLabel.clutter_text.line_wrap = true;
 | 
			
		||||
            descriptionLabel.clutter_text.ellipsize = Pango.EllipsizeMode.NONE;
 | 
			
		||||
 | 
			
		||||
            messageBox.add(descriptionLabel,
 | 
			
		||||
                           { y_fill:  true,
 | 
			
		||||
@@ -72,18 +77,13 @@ const NetworkSecretDialog = new Lang.Class({
 | 
			
		||||
                             expand: true });
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let layout = new Clutter.TableLayout();
 | 
			
		||||
        let secretTable = new St.Widget({ style_class: 'network-dialog-secret-table',
 | 
			
		||||
                                          layout_manager: layout });
 | 
			
		||||
        layout.hookup_style(secretTable);
 | 
			
		||||
 | 
			
		||||
        let secretTable = new St.Table({ style_class: 'network-dialog-secret-table' });
 | 
			
		||||
        let initialFocusSet = false;
 | 
			
		||||
        let pos = 0;
 | 
			
		||||
        for (let i = 0; i < this._content.secrets.length; i++) {
 | 
			
		||||
            let secret = this._content.secrets[i];
 | 
			
		||||
            let label = new St.Label({ style_class: 'prompt-dialog-password-label',
 | 
			
		||||
                                       text: secret.label });
 | 
			
		||||
            label.clutter_text.ellipsize = Pango.EllipsizeMode.NONE;
 | 
			
		||||
 | 
			
		||||
            let reactive = secret.key != null;
 | 
			
		||||
 | 
			
		||||
@@ -116,10 +116,11 @@ const NetworkSecretDialog = new Lang.Class({
 | 
			
		||||
            } else
 | 
			
		||||
                secret.valid = true;
 | 
			
		||||
 | 
			
		||||
            layout.pack(label, 0, pos);
 | 
			
		||||
            layout.child_set(label, { x_expand: false, y_fill: false,
 | 
			
		||||
                                      x_align: Clutter.TableAlignment.START });
 | 
			
		||||
            layout.pack(secret.entry, 1, pos);
 | 
			
		||||
            secretTable.add(label, { row: pos, col: 0,
 | 
			
		||||
                                     x_expand: false, x_fill: true,
 | 
			
		||||
                                     x_align: St.Align.START,
 | 
			
		||||
                                     y_fill: false, y_align: St.Align.MIDDLE });
 | 
			
		||||
            secretTable.add(secret.entry, { row: pos, col: 1, x_expand: true, x_fill: true, y_align: St.Align.END });
 | 
			
		||||
            pos++;
 | 
			
		||||
 | 
			
		||||
            if (secret.password)
 | 
			
		||||
@@ -138,8 +139,6 @@ const NetworkSecretDialog = new Lang.Class({
 | 
			
		||||
                           key:    Clutter.KEY_Escape,
 | 
			
		||||
                         },
 | 
			
		||||
                         this._okButton]);
 | 
			
		||||
 | 
			
		||||
        this._updateOkButton();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateOkButton: function() {
 | 
			
		||||
@@ -386,7 +385,11 @@ const VPNRequestHandler = new Lang.Class({
 | 
			
		||||
            this._childPid = pid;
 | 
			
		||||
            this._stdin = new Gio.UnixOutputStream({ fd: stdin, close_fd: true });
 | 
			
		||||
            this._stdout = new Gio.UnixInputStream({ fd: stdout, close_fd: true });
 | 
			
		||||
            GLib.close(stderr);
 | 
			
		||||
            // We need this one too, even if don't actually care of what the process
 | 
			
		||||
            // has to say on stderr, because otherwise the fd opened by g_spawn_async_with_pipes
 | 
			
		||||
            // is kept open indefinitely
 | 
			
		||||
            let stderrStream = new Gio.UnixInputStream({ fd: stderr, close_fd: true });
 | 
			
		||||
            stderrStream.close(null);
 | 
			
		||||
            this._dataStdout = new Gio.DataInputStream({ base_stream: this._stdout });
 | 
			
		||||
 | 
			
		||||
            if (this._newStylePlugin)
 | 
			
		||||
@@ -434,7 +437,6 @@ const VPNRequestHandler = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _vpnChildFinished: function(pid, status, requestObj) {
 | 
			
		||||
        this._childWatch = 0;
 | 
			
		||||
        if (this._newStylePlugin) {
 | 
			
		||||
            // For new style plugin, all work is done in the async reading functions
 | 
			
		||||
            // Just reap the process here
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										61
									
								
								js/ui/components/recorder.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,61 @@
 | 
			
		||||
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
const Meta = imports.gi.Meta;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
 | 
			
		||||
const Recorder = new Lang.Class({
 | 
			
		||||
    Name: 'Recorder',
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this._recorderSettings = new Gio.Settings({ schema: 'org.gnome.shell.recorder' });
 | 
			
		||||
        this._desktopLockdownSettings = new Gio.Settings({ schema: 'org.gnome.desktop.lockdown' });
 | 
			
		||||
        this._bindingSettings = new Gio.Settings({ schema: 'org.gnome.shell.keybindings' });
 | 
			
		||||
        this._recorder = null;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    enable: function() {
 | 
			
		||||
        Main.wm.addKeybinding('toggle-recording',
 | 
			
		||||
                              this._bindingSettings,
 | 
			
		||||
                              Meta.KeyBindingFlags.NONE,
 | 
			
		||||
                              Shell.KeyBindingMode.ALL,
 | 
			
		||||
                              Lang.bind(this, this._toggleRecorder));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    disable: function() {
 | 
			
		||||
        Main.wm.removeKeybinding('toggle-recording');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _ensureRecorder: function() {
 | 
			
		||||
        if (this._recorder == null)
 | 
			
		||||
            this._recorder = new Shell.Recorder({ stage: global.stage });
 | 
			
		||||
        return this._recorder;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _toggleRecorder: function() {
 | 
			
		||||
        let recorder = this._ensureRecorder();
 | 
			
		||||
        if (recorder.is_recording()) {
 | 
			
		||||
            recorder.close();
 | 
			
		||||
            Meta.enable_unredirect_for_screen(global.screen);
 | 
			
		||||
        } else if (!this._desktopLockdownSettings.get_boolean('disable-save-to-disk')) {
 | 
			
		||||
            // read the parameters from GSettings always in case they have changed
 | 
			
		||||
            recorder.set_framerate(this._recorderSettings.get_int('framerate'));
 | 
			
		||||
            /* Translators: this is a filename used for screencast recording */
 | 
			
		||||
            // xgettext:no-c-format
 | 
			
		||||
            recorder.set_file_template(_("Screencast from %d %t") + '.' + this._recorderSettings.get_string('file-extension'));
 | 
			
		||||
            let pipeline = this._recorderSettings.get_string('pipeline');
 | 
			
		||||
 | 
			
		||||
            if (!pipeline.match(/^\s*$/))
 | 
			
		||||
                recorder.set_pipeline(pipeline);
 | 
			
		||||
            else
 | 
			
		||||
                recorder.set_pipeline(null);
 | 
			
		||||
 | 
			
		||||
            Meta.disable_unredirect_for_screen(global.screen);
 | 
			
		||||
            recorder.record();
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const Component = Recorder;
 | 
			
		||||
@@ -13,6 +13,7 @@ const Tp = imports.gi.TelepathyGLib;
 | 
			
		||||
const History = imports.misc.history;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const MessageTray = imports.ui.messageTray;
 | 
			
		||||
const NotificationDaemon = imports.ui.notificationDaemon;
 | 
			
		||||
const Params = imports.misc.params;
 | 
			
		||||
const PopupMenu = imports.ui.popupMenu;
 | 
			
		||||
 | 
			
		||||
@@ -415,7 +416,7 @@ const TelepathyClient = new Lang.Class({
 | 
			
		||||
    _ensureAppSource: function() {
 | 
			
		||||
        if (this._appSource == null) {
 | 
			
		||||
            this._appSource = new MessageTray.Source(_("Chat"), 'empathy');
 | 
			
		||||
            this._appSource.policy = new MessageTray.NotificationApplicationPolicy('empathy');
 | 
			
		||||
            this._appSource.policy = new NotificationDaemon.NotificationApplicationPolicy('empathy');
 | 
			
		||||
 | 
			
		||||
            Main.messageTray.add(this._appSource);
 | 
			
		||||
            this._appSource.connect('destroy', Lang.bind(this, function () {
 | 
			
		||||
@@ -446,7 +447,6 @@ const ChatSource = new Lang.Class({
 | 
			
		||||
        this._closedId = this._channel.connect('invalidated', Lang.bind(this, this._channelClosed));
 | 
			
		||||
 | 
			
		||||
        this._notification = new ChatNotification(this);
 | 
			
		||||
        this._notification.connect('clicked', Lang.bind(this, this.open));
 | 
			
		||||
        this._notification.setUrgency(MessageTray.Urgency.HIGH);
 | 
			
		||||
        this._notifyTimeoutId = 0;
 | 
			
		||||
 | 
			
		||||
@@ -488,7 +488,7 @@ const ChatSource = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _createPolicy: function() {
 | 
			
		||||
        return new MessageTray.NotificationApplicationPolicy('empathy');
 | 
			
		||||
        return new NotificationDaemon.NotificationApplicationPolicy('empathy');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateAlias: function() {
 | 
			
		||||
@@ -545,19 +545,20 @@ const ChatSource = new Lang.Class({
 | 
			
		||||
        this._notification.update(this._notification.title, null, { customContent: true });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    open: function() {
 | 
			
		||||
        if (this._client.is_handling_channel(this._channel)) {
 | 
			
		||||
            // We are handling the channel, try to pass it to Empathy
 | 
			
		||||
            this._client.delegate_channels_async([this._channel],
 | 
			
		||||
                                                 global.get_current_time(),
 | 
			
		||||
                                                 'org.freedesktop.Telepathy.Client.Empathy.Chat', null);
 | 
			
		||||
        } else {
 | 
			
		||||
            // We are not the handler, just ask to present the channel
 | 
			
		||||
            let dbus = Tp.DBusDaemon.dup();
 | 
			
		||||
            let cd = Tp.ChannelDispatcher.new(dbus);
 | 
			
		||||
    open: function(notification) {
 | 
			
		||||
          if (this._client.is_handling_channel(this._channel)) {
 | 
			
		||||
              // We are handling the channel, try to pass it to Empathy
 | 
			
		||||
              this._client.delegate_channels_async([this._channel],
 | 
			
		||||
                  global.get_current_time(),
 | 
			
		||||
                  'org.freedesktop.Telepathy.Client.Empathy.Chat', null);
 | 
			
		||||
          }
 | 
			
		||||
          else {
 | 
			
		||||
              // We are not the handler, just ask to present the channel
 | 
			
		||||
              let dbus = Tp.DBusDaemon.dup();
 | 
			
		||||
              let cd = Tp.ChannelDispatcher.new(dbus);
 | 
			
		||||
 | 
			
		||||
            cd.present_channel_async(this._channel, global.get_current_time(), null);
 | 
			
		||||
        }
 | 
			
		||||
              cd.present_channel_async(this._channel, global.get_current_time(), null);
 | 
			
		||||
          }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getLogMessages: function() {
 | 
			
		||||
@@ -960,8 +961,6 @@ const ChatNotification = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    appendTimestamp: function() {
 | 
			
		||||
        this._timestampTimeoutId = 0;
 | 
			
		||||
 | 
			
		||||
        let lastMessageTime = this._history[0].time;
 | 
			
		||||
        let lastMessageDate = new Date(lastMessageTime * 1000);
 | 
			
		||||
 | 
			
		||||
@@ -1062,7 +1061,7 @@ const ApproverSource = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _createPolicy: function() {
 | 
			
		||||
        return new MessageTray.NotificationApplicationPolicy('empathy');
 | 
			
		||||
        return new NotificationDaemon.NotificationApplicationPolicy('empathy');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    destroy: function() {
 | 
			
		||||
@@ -1097,16 +1096,22 @@ const RoomInviteNotification = new Lang.Class({
 | 
			
		||||
         * for example. */
 | 
			
		||||
        this.addBody(_("%s is inviting you to join %s").format(inviter.get_alias(), channel.get_identifier()));
 | 
			
		||||
 | 
			
		||||
        this.addAction(_("Decline"), Lang.bind(this, function() {
 | 
			
		||||
            dispatchOp.leave_channels_async(Tp.ChannelGroupChangeReason.NONE, '', function(src, result) {
 | 
			
		||||
                src.leave_channels_finish(result);
 | 
			
		||||
            });
 | 
			
		||||
            this.destroy();
 | 
			
		||||
        }));
 | 
			
		||||
        this.addAction(_("Accept"), Lang.bind(this, function() {
 | 
			
		||||
            dispatchOp.handle_with_time_async('', global.get_current_time(), function(src, result) {
 | 
			
		||||
                src.handle_with_time_finish(result);
 | 
			
		||||
            });
 | 
			
		||||
        this.addButton('decline', _("Decline"));
 | 
			
		||||
        this.addButton('accept', _("Accept"));
 | 
			
		||||
 | 
			
		||||
        this.connect('action-invoked', Lang.bind(this, function(self, action) {
 | 
			
		||||
            switch (action) {
 | 
			
		||||
            case 'decline':
 | 
			
		||||
                dispatchOp.leave_channels_async(Tp.ChannelGroupChangeReason.NONE,
 | 
			
		||||
                                                '', function(src, result) {
 | 
			
		||||
                    src.leave_channels_finish(result)});
 | 
			
		||||
                break;
 | 
			
		||||
            case 'accept':
 | 
			
		||||
                dispatchOp.handle_with_time_async('', global.get_current_time(),
 | 
			
		||||
                                                  function(src, result) {
 | 
			
		||||
                    src.handle_with_time_finish(result)});
 | 
			
		||||
                break;
 | 
			
		||||
            }
 | 
			
		||||
            this.destroy();
 | 
			
		||||
        }));
 | 
			
		||||
    }
 | 
			
		||||
@@ -1130,19 +1135,23 @@ const AudioVideoNotification = new Lang.Class({
 | 
			
		||||
        this.parent(source, title, null, { customContent: true });
 | 
			
		||||
        this.setResident(true);
 | 
			
		||||
 | 
			
		||||
        this.setUrgency(MessageTray.Urgency.CRITICAL);
 | 
			
		||||
 | 
			
		||||
        this.addAction(_("Decline"), Lang.bind(this, function() {
 | 
			
		||||
            dispatchOp.leave_channels_async(Tp.ChannelGroupChangeReason.NONE, '', function(src, result) {
 | 
			
		||||
                src.leave_channels_finish(result);
 | 
			
		||||
            });
 | 
			
		||||
            this.destroy();
 | 
			
		||||
        }));
 | 
			
		||||
        this.addButton('reject', _("Decline"));
 | 
			
		||||
        /* translators: this is a button label (verb), not a noun */
 | 
			
		||||
        this.addAction(_("Answer"), Lang.bind(this, function() {
 | 
			
		||||
            dispatchOp.handle_with_time_async('', global.get_current_time(), function(src, result) {
 | 
			
		||||
                src.handle_with_time_finish(result);
 | 
			
		||||
            });
 | 
			
		||||
        this.addButton('answer', _("Answer"));
 | 
			
		||||
 | 
			
		||||
        this.connect('action-invoked', Lang.bind(this, function(self, action) {
 | 
			
		||||
            switch (action) {
 | 
			
		||||
            case 'reject':
 | 
			
		||||
                dispatchOp.leave_channels_async(Tp.ChannelGroupChangeReason.NONE,
 | 
			
		||||
                                                '', function(src, result) {
 | 
			
		||||
                    src.leave_channels_finish(result)});
 | 
			
		||||
                break;
 | 
			
		||||
            case 'answer':
 | 
			
		||||
                dispatchOp.handle_with_time_async('', global.get_current_time(),
 | 
			
		||||
                                                  function(src, result) {
 | 
			
		||||
                    src.handle_with_time_finish(result)});
 | 
			
		||||
                break;
 | 
			
		||||
            }
 | 
			
		||||
            this.destroy();
 | 
			
		||||
        }));
 | 
			
		||||
    }
 | 
			
		||||
@@ -1166,16 +1175,22 @@ const FileTransferNotification = new Lang.Class({
 | 
			
		||||
                    { customContent: true });
 | 
			
		||||
        this.setResident(true);
 | 
			
		||||
 | 
			
		||||
        this.addAction(_("Decline"), Lang.bind(this, function() {
 | 
			
		||||
            dispatchOp.leave_channels_async(Tp.ChannelGroupChangeReason.NONE, '', function(src, result) {
 | 
			
		||||
                src.leave_channels_finish(result);
 | 
			
		||||
            });
 | 
			
		||||
            this.destroy();
 | 
			
		||||
        }));
 | 
			
		||||
        this.addAction(_("Accept"), Lang.bind(this, function() {
 | 
			
		||||
            dispatchOp.handle_with_time_async('', global.get_current_time(), function(src, result) {
 | 
			
		||||
                src.handle_with_time_finish(result);
 | 
			
		||||
            });
 | 
			
		||||
        this.addButton('decline', _("Decline"));
 | 
			
		||||
        this.addButton('accept', _("Accept"));
 | 
			
		||||
 | 
			
		||||
        this.connect('action-invoked', Lang.bind(this, function(self, action) {
 | 
			
		||||
            switch (action) {
 | 
			
		||||
            case 'decline':
 | 
			
		||||
                dispatchOp.leave_channels_async(Tp.ChannelGroupChangeReason.NONE,
 | 
			
		||||
                                                '', function(src, result) {
 | 
			
		||||
                    src.leave_channels_finish(result)});
 | 
			
		||||
                break;
 | 
			
		||||
            case 'accept':
 | 
			
		||||
                dispatchOp.handle_with_time_async('', global.get_current_time(),
 | 
			
		||||
                                                  function(src, result) {
 | 
			
		||||
                    src.handle_with_time_finish(result)});
 | 
			
		||||
                break;
 | 
			
		||||
            }
 | 
			
		||||
            this.destroy();
 | 
			
		||||
        }));
 | 
			
		||||
    }
 | 
			
		||||
@@ -1223,20 +1238,27 @@ const SubscriptionRequestNotification = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this.addActor(layout);
 | 
			
		||||
 | 
			
		||||
        this.addAction(_("Decline"), Lang.bind(this, function() {
 | 
			
		||||
            contact.remove_async(function(src, result) {
 | 
			
		||||
                src.remove_finish(result);
 | 
			
		||||
            });
 | 
			
		||||
        }));
 | 
			
		||||
        this.addAction(_("Accept"), Lang.bind(this, function() {
 | 
			
		||||
            // Authorize the contact and request to see his status as well
 | 
			
		||||
            contact.authorize_publication_async(function(src, result) {
 | 
			
		||||
                src.authorize_publication_finish(result);
 | 
			
		||||
            });
 | 
			
		||||
        this.addButton('decline', _("Decline"));
 | 
			
		||||
        this.addButton('accept', _("Accept"));
 | 
			
		||||
 | 
			
		||||
            contact.request_subscription_async('', function(src, result) {
 | 
			
		||||
                src.request_subscription_finish(result);
 | 
			
		||||
            });
 | 
			
		||||
        this.connect('action-invoked', Lang.bind(this, function(self, action) {
 | 
			
		||||
            switch (action) {
 | 
			
		||||
            case 'decline':
 | 
			
		||||
                contact.remove_async(function(src, result) {
 | 
			
		||||
                    src.remove_finish(result)});
 | 
			
		||||
                break;
 | 
			
		||||
            case 'accept':
 | 
			
		||||
                // Authorize the contact and request to see his status as well
 | 
			
		||||
                contact.authorize_publication_async(function(src, result) {
 | 
			
		||||
                    src.authorize_publication_finish(result)});
 | 
			
		||||
 | 
			
		||||
                contact.request_subscription_async('', function(src, result) {
 | 
			
		||||
                    src.request_subscription_finish(result)});
 | 
			
		||||
                break;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            // rely on _subscriptionStatesChangedCb to destroy the
 | 
			
		||||
            // notification
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        this._changedId = contact.connect('subscription-states-changed',
 | 
			
		||||
@@ -1335,11 +1357,18 @@ const AccountNotification = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._account = account;
 | 
			
		||||
 | 
			
		||||
        this.addAction(_("View account"), Lang.bind(this, function() {
 | 
			
		||||
            let cmd = 'empathy-accounts --select-account=' +
 | 
			
		||||
                account.get_path_suffix();
 | 
			
		||||
            let app_info = Gio.app_info_create_from_commandline(cmd, null, 0);
 | 
			
		||||
            app_info.launch([], global.create_app_launch_context());
 | 
			
		||||
        this.addButton('view', _("View account"));
 | 
			
		||||
 | 
			
		||||
        this.connect('action-invoked', Lang.bind(this, function(self, action) {
 | 
			
		||||
            switch (action) {
 | 
			
		||||
            case 'view':
 | 
			
		||||
                let cmd = 'empathy-accounts --select-account=' +
 | 
			
		||||
                          account.get_path_suffix();
 | 
			
		||||
                let app_info = Gio.app_info_create_from_commandline(cmd, null, 0);
 | 
			
		||||
                app_info.launch([], global.create_app_launch_context());
 | 
			
		||||
                break;
 | 
			
		||||
            }
 | 
			
		||||
            this.destroy();
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        this._enabledId = account.connect('notify::enabled',
 | 
			
		||||
 
 | 
			
		||||
@@ -58,10 +58,14 @@ const CtrlAltTabManager = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    focusGroup: function(item, timestamp) {
 | 
			
		||||
        if (item.focusCallback)
 | 
			
		||||
        if (item.focusCallback) {
 | 
			
		||||
            item.focusCallback(timestamp);
 | 
			
		||||
        else
 | 
			
		||||
        } else {
 | 
			
		||||
            if (global.stage_input_mode == Shell.StageInputMode.NORMAL)
 | 
			
		||||
                global.set_stage_input_mode(Shell.StageInputMode.FOCUSED);
 | 
			
		||||
 | 
			
		||||
            item.root.navigate_focus(null, Gtk.DirectionType.TAB_FORWARD, false);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    // Sort the items into a consistent order; panel first, tray last,
 | 
			
		||||
@@ -132,6 +136,8 @@ const CtrlAltTabManager = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _focusWindows: function(timestamp) {
 | 
			
		||||
        global.set_stage_input_mode(Shell.StageInputMode.NORMAL);
 | 
			
		||||
        global.stage.key_focus = null;
 | 
			
		||||
        global.screen.focus_default_window(timestamp);
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
@@ -423,10 +423,7 @@ const Dash = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._appSystem = Shell.AppSystem.get_default();
 | 
			
		||||
 | 
			
		||||
        this._appSystem.connect('installed-changed', Lang.bind(this, function() {
 | 
			
		||||
            AppFavorites.getAppFavorites().reload();
 | 
			
		||||
            this._queueRedisplay();
 | 
			
		||||
        }));
 | 
			
		||||
        this._appSystem.connect('installed-changed', Lang.bind(this, this._queueRedisplay));
 | 
			
		||||
        AppFavorites.getAppFavorites().connect('changed', Lang.bind(this, this._queueRedisplay));
 | 
			
		||||
        this._appSystem.connect('app-state-changed', Lang.bind(this, this._queueRedisplay));
 | 
			
		||||
 | 
			
		||||
@@ -505,21 +502,15 @@ const Dash = new Lang.Class({
 | 
			
		||||
        Main.queueDeferredWork(this._workId);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _hookUpLabel: function(item, appIcon) {
 | 
			
		||||
    _hookUpLabel: function(item) {
 | 
			
		||||
        item.child.connect('notify::hover', Lang.bind(this, function() {
 | 
			
		||||
            this._syncLabel(item, appIcon);
 | 
			
		||||
            this._onHover(item);
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        Main.overview.connect('hiding', Lang.bind(this, function() {
 | 
			
		||||
            this._labelShowing = false;
 | 
			
		||||
            item.hideLabel();
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        if (appIcon) {
 | 
			
		||||
            appIcon.connect('sync-tooltip', Lang.bind(this, function() {
 | 
			
		||||
                this._syncLabel(item, appIcon);
 | 
			
		||||
            }));
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _createAppItem: function(app) {
 | 
			
		||||
@@ -548,7 +539,7 @@ const Dash = new Lang.Class({
 | 
			
		||||
        item.setLabelText(app.get_name());
 | 
			
		||||
 | 
			
		||||
        appIcon.icon.setIconSize(this.iconSize);
 | 
			
		||||
        this._hookUpLabel(item, appIcon);
 | 
			
		||||
        this._hookUpLabel(item);
 | 
			
		||||
 | 
			
		||||
        return item;
 | 
			
		||||
    },
 | 
			
		||||
@@ -566,17 +557,14 @@ const Dash = new Lang.Class({
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _syncLabel: function (item, appIcon) {
 | 
			
		||||
        let shouldShow = appIcon ? appIcon.shouldShowTooltip() : item.child.get_hover();
 | 
			
		||||
 | 
			
		||||
        if (shouldShow) {
 | 
			
		||||
    _onHover: function (item) {
 | 
			
		||||
        if (item.child.get_hover()) {
 | 
			
		||||
            if (this._showLabelTimeoutId == 0) {
 | 
			
		||||
                let timeout = this._labelShowing ? 0 : DASH_ITEM_HOVER_TIMEOUT;
 | 
			
		||||
                this._showLabelTimeoutId = Mainloop.timeout_add(timeout,
 | 
			
		||||
                    Lang.bind(this, function() {
 | 
			
		||||
                        this._labelShowing = true;
 | 
			
		||||
                        item.showLabel();
 | 
			
		||||
                        this._showLabelTimeoutId = 0;
 | 
			
		||||
                        return false;
 | 
			
		||||
                    }));
 | 
			
		||||
                if (this._resetHoverTimeoutId > 0) {
 | 
			
		||||
@@ -593,7 +581,6 @@ const Dash = new Lang.Class({
 | 
			
		||||
                this._resetHoverTimeoutId = Mainloop.timeout_add(DASH_ITEM_HOVER_TIMEOUT,
 | 
			
		||||
                    Lang.bind(this, function() {
 | 
			
		||||
                        this._labelShowing = false;
 | 
			
		||||
                        this._resetHoverTimeoutId = 0;
 | 
			
		||||
                        return false;
 | 
			
		||||
                    }));
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
@@ -49,13 +49,11 @@ const DateMenuButton = new Lang.Class({
 | 
			
		||||
            menuAlignment = 1.0 - menuAlignment;
 | 
			
		||||
        this.parent(menuAlignment);
 | 
			
		||||
 | 
			
		||||
        this._clockDisplay = new St.Label({ y_align: Clutter.ActorAlign.CENTER });
 | 
			
		||||
        this.actor.label_actor = this._clockDisplay;
 | 
			
		||||
        this._clockDisplay = new St.Label();
 | 
			
		||||
        this.actor.add_actor(this._clockDisplay);
 | 
			
		||||
        this.actor.add_style_class_name ('clock-display');
 | 
			
		||||
 | 
			
		||||
        hbox = new St.BoxLayout({ name: 'calendarArea' });
 | 
			
		||||
        this.menu.box.add_child(hbox);
 | 
			
		||||
        hbox = new St.BoxLayout({name: 'calendarArea' });
 | 
			
		||||
        this.menu.addActor(hbox);
 | 
			
		||||
 | 
			
		||||
        // Fill up the first column
 | 
			
		||||
 | 
			
		||||
@@ -63,8 +61,9 @@ const DateMenuButton = new Lang.Class({
 | 
			
		||||
        hbox.add(vbox);
 | 
			
		||||
 | 
			
		||||
        // Date
 | 
			
		||||
        this._date = new St.Label({ style_class: 'datemenu-date-label',
 | 
			
		||||
                                    can_focus: true });
 | 
			
		||||
        this._date = new St.Label();
 | 
			
		||||
        this.actor.label_actor = this._clockDisplay;
 | 
			
		||||
        this._date.style_class = 'datemenu-date-label';
 | 
			
		||||
        vbox.add(this._date);
 | 
			
		||||
 | 
			
		||||
        this._eventList = new Calendar.EventsList();
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										77
									
								
								js/ui/dnd.js
									
									
									
									
									
								
							
							
						
						@@ -5,7 +5,6 @@ const GLib = imports.gi.GLib;
 | 
			
		||||
const Gtk = imports.gi.Gtk;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Meta = imports.gi.Meta;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
const Tweener = imports.ui.tweener;
 | 
			
		||||
@@ -28,9 +27,9 @@ const DragMotionResult = {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const DRAG_CURSOR_MAP = {
 | 
			
		||||
    0: Meta.Cursor.DND_UNSUPPORTED_TARGET,
 | 
			
		||||
    1: Meta.Cursor.DND_COPY,
 | 
			
		||||
    2: Meta.Cursor.DND_MOVE
 | 
			
		||||
    0: Shell.Cursor.DND_UNSUPPORTED_TARGET,
 | 
			
		||||
    1: Shell.Cursor.DND_COPY,
 | 
			
		||||
    2: Shell.Cursor.DND_MOVE
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const DragDropResult = {
 | 
			
		||||
@@ -86,6 +85,11 @@ const _Draggable = new Lang.Class({
 | 
			
		||||
        this.actor.connect('destroy', Lang.bind(this, function() {
 | 
			
		||||
            this._actorDestroyed = true;
 | 
			
		||||
 | 
			
		||||
            // If the drag actor is destroyed and we were going to fix
 | 
			
		||||
            // up its hover state, fix up the parent hover state instead
 | 
			
		||||
            if (this.actor == this._firstLeaveActor)
 | 
			
		||||
                this._firstLeaveActor = this._dragOrigParent;
 | 
			
		||||
 | 
			
		||||
            if (this._dragInProgress && this._dragCancellable)
 | 
			
		||||
                this._cancelDrag(global.get_current_time());
 | 
			
		||||
            this.disconnectAll();
 | 
			
		||||
@@ -101,6 +105,12 @@ const _Draggable = new Lang.Class({
 | 
			
		||||
        this._animationInProgress = false; // The drag is over and the item is in the process of animating to its original position (snapping back or reverting).
 | 
			
		||||
        this._dragCancellable = true;
 | 
			
		||||
 | 
			
		||||
        // During the drag, we eat enter/leave events so that actors don't prelight.
 | 
			
		||||
        // But we remember the actors that we first left/last entered so we can
 | 
			
		||||
        // fix up the hover state after the drag ends.
 | 
			
		||||
        this._firstLeaveActor = null;
 | 
			
		||||
        this._lastEnterActor = null;
 | 
			
		||||
 | 
			
		||||
        this._eventsGrabbed = false;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -186,6 +196,11 @@ const _Draggable = new Lang.Class({
 | 
			
		||||
                this._cancelDrag(event.get_time());
 | 
			
		||||
                return true;
 | 
			
		||||
            }
 | 
			
		||||
        } else if (event.type() == Clutter.EventType.LEAVE) {
 | 
			
		||||
            if (this._firstLeaveActor == null)
 | 
			
		||||
                this._firstLeaveActor = event.get_source();
 | 
			
		||||
        } else if (event.type() == Clutter.EventType.ENTER) {
 | 
			
		||||
            this._lastEnterActor = event.get_source();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return false;
 | 
			
		||||
@@ -229,14 +244,14 @@ const _Draggable = new Lang.Class({
 | 
			
		||||
        if (this._onEventId)
 | 
			
		||||
            this._ungrabActor();
 | 
			
		||||
        this._grabEvents();
 | 
			
		||||
        global.screen.set_cursor(Meta.Cursor.DND_IN_DRAG);
 | 
			
		||||
        global.set_cursor(Shell.Cursor.DND_IN_DRAG);
 | 
			
		||||
 | 
			
		||||
        this._dragX = this._dragStartX = stageX;
 | 
			
		||||
        this._dragY = this._dragStartY = stageY;
 | 
			
		||||
 | 
			
		||||
        if (this.actor._delegate && this.actor._delegate.getDragActor) {
 | 
			
		||||
            this._dragActor = this.actor._delegate.getDragActor();
 | 
			
		||||
            Main.uiGroup.add_child(this._dragActor);
 | 
			
		||||
            this._dragActor.reparent(Main.uiGroup);
 | 
			
		||||
            this._dragActor.raise_top();
 | 
			
		||||
            Shell.util_set_hidden_from_pick(this._dragActor, true);
 | 
			
		||||
 | 
			
		||||
@@ -285,8 +300,7 @@ const _Draggable = new Lang.Class({
 | 
			
		||||
            this._dragOffsetX = actorStageX - this._dragStartX;
 | 
			
		||||
            this._dragOffsetY = actorStageY - this._dragStartY;
 | 
			
		||||
 | 
			
		||||
            this._dragOrigParent.remove_actor(this._dragActor);
 | 
			
		||||
            Main.uiGroup.add_child(this._dragActor);
 | 
			
		||||
            this._dragActor.reparent(Main.uiGroup);
 | 
			
		||||
            this._dragActor.raise_top();
 | 
			
		||||
            Shell.util_set_hidden_from_pick(this._dragActor, true);
 | 
			
		||||
        }
 | 
			
		||||
@@ -346,7 +360,6 @@ const _Draggable = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateDragHover : function () {
 | 
			
		||||
        this._updateHoverId = 0;
 | 
			
		||||
        let target = this._dragActor.get_stage().get_actor_at_pos(Clutter.PickMode.ALL,
 | 
			
		||||
                                                                  this._dragX, this._dragY);
 | 
			
		||||
        let dragEvent = {
 | 
			
		||||
@@ -361,7 +374,7 @@ const _Draggable = new Lang.Class({
 | 
			
		||||
            if (motionFunc) {
 | 
			
		||||
                let result = motionFunc(dragEvent);
 | 
			
		||||
                if (result != DragMotionResult.CONTINUE) {
 | 
			
		||||
                    global.screen.set_cursor(DRAG_CURSOR_MAP[result]);
 | 
			
		||||
                    global.set_cursor(DRAG_CURSOR_MAP[result]);
 | 
			
		||||
                    return false;
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
@@ -379,19 +392,19 @@ const _Draggable = new Lang.Class({
 | 
			
		||||
                                                             targY,
 | 
			
		||||
                                                             0);
 | 
			
		||||
                if (result != DragMotionResult.CONTINUE) {
 | 
			
		||||
                    global.screen.set_cursor(DRAG_CURSOR_MAP[result]);
 | 
			
		||||
                    global.set_cursor(DRAG_CURSOR_MAP[result]);
 | 
			
		||||
                    return false;
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
            target = target.get_parent();
 | 
			
		||||
        }
 | 
			
		||||
        global.screen.set_cursor(Meta.Cursor.DND_IN_DRAG);
 | 
			
		||||
        global.set_cursor(Shell.Cursor.DND_IN_DRAG);
 | 
			
		||||
        return false;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _queueUpdateDragHover: function() {
 | 
			
		||||
        if (this._updateHoverId)
 | 
			
		||||
            return;
 | 
			
		||||
            GLib.source_remove(this._updateHoverId);
 | 
			
		||||
 | 
			
		||||
        this._updateHoverId = GLib.idle_add(GLib.PRIORITY_DEFAULT,
 | 
			
		||||
                                            Lang.bind(this, this._updateDragHover));
 | 
			
		||||
@@ -457,7 +470,7 @@ const _Draggable = new Lang.Class({
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
                    this._dragInProgress = false;
 | 
			
		||||
                    global.screen.set_cursor(Meta.Cursor.DEFAULT);
 | 
			
		||||
                    global.unset_cursor();
 | 
			
		||||
                    this.emit('drag-end', event.get_time(), true);
 | 
			
		||||
                    this._dragComplete();
 | 
			
		||||
                    return true;
 | 
			
		||||
@@ -504,12 +517,17 @@ const _Draggable = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _cancelDrag: function(eventTime) {
 | 
			
		||||
        if (this._updateHoverId) {
 | 
			
		||||
            GLib.source_remove(this._updateHoverId);
 | 
			
		||||
            this._updateHoverId = 0;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.emit('drag-cancelled', eventTime);
 | 
			
		||||
        this._dragInProgress = false;
 | 
			
		||||
        let [snapBackX, snapBackY, snapBackScale] = this._getRestoreLocation();
 | 
			
		||||
 | 
			
		||||
        if (this._actorDestroyed) {
 | 
			
		||||
            global.screen.set_cursor(Meta.Cursor.DEFAULT);
 | 
			
		||||
            global.unset_cursor();
 | 
			
		||||
            if (!this._buttonDown)
 | 
			
		||||
                this._dragComplete();
 | 
			
		||||
            this.emit('drag-end', eventTime, false);
 | 
			
		||||
@@ -557,14 +575,13 @@ const _Draggable = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    _onAnimationComplete : function (dragActor, eventTime) {
 | 
			
		||||
        if (this._dragOrigParent) {
 | 
			
		||||
            Main.uiGroup.remove_child(this._dragActor);
 | 
			
		||||
            this._dragOrigParent.add_actor(this._dragActor);
 | 
			
		||||
            dragActor.reparent(this._dragOrigParent);
 | 
			
		||||
            dragActor.set_scale(this._dragOrigScale, this._dragOrigScale);
 | 
			
		||||
            dragActor.set_position(this._dragOrigX, this._dragOrigY);
 | 
			
		||||
        } else {
 | 
			
		||||
            dragActor.destroy();
 | 
			
		||||
        }
 | 
			
		||||
        global.screen.set_cursor(Meta.Cursor.DEFAULT);
 | 
			
		||||
        global.unset_cursor();
 | 
			
		||||
        this.emit('drag-end', eventTime, false);
 | 
			
		||||
 | 
			
		||||
        this._animationInProgress = false;
 | 
			
		||||
@@ -572,16 +589,32 @@ const _Draggable = new Lang.Class({
 | 
			
		||||
            this._dragComplete();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    // Actor is an actor we have entered or left during the drag; call
 | 
			
		||||
    // st_widget_sync_hover on all StWidget ancestors
 | 
			
		||||
    _syncHover: function(actor) {
 | 
			
		||||
        while (actor) {
 | 
			
		||||
            let parent = actor.get_parent();
 | 
			
		||||
            if (actor instanceof St.Widget)
 | 
			
		||||
                actor.sync_hover();
 | 
			
		||||
 | 
			
		||||
            actor = parent;
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _dragComplete: function() {
 | 
			
		||||
        if (!this._actorDestroyed)
 | 
			
		||||
            Shell.util_set_hidden_from_pick(this._dragActor, false);
 | 
			
		||||
 | 
			
		||||
        this._ungrabEvents();
 | 
			
		||||
        global.sync_pointer();
 | 
			
		||||
 | 
			
		||||
        if (this._updateHoverId) {
 | 
			
		||||
            GLib.source_remove(this._updateHoverId);
 | 
			
		||||
            this._updateHoverId = 0;
 | 
			
		||||
        if (this._firstLeaveActor) {
 | 
			
		||||
            this._syncHover(this._firstLeaveActor);
 | 
			
		||||
            this._firstLeaveActor = null;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (this._lastEnterActor) {
 | 
			
		||||
            this._syncHover(this._lastEnterActor);
 | 
			
		||||
            this._lastEnterActor = null;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._dragActor = undefined;
 | 
			
		||||
 
 | 
			
		||||
@@ -20,6 +20,7 @@
 | 
			
		||||
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Mainloop = imports.mainloop;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
 | 
			
		||||
const AccountsService = imports.gi.AccountsService;
 | 
			
		||||
const Clutter = imports.gi.Clutter;
 | 
			
		||||
@@ -31,7 +32,7 @@ const St = imports.gi.St;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
 | 
			
		||||
const GnomeSession = imports.misc.gnomeSession;
 | 
			
		||||
const LoginManager = imports.misc.loginManager;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const ModalDialog = imports.ui.modalDialog;
 | 
			
		||||
const Tweener = imports.ui.tweener;
 | 
			
		||||
const UserWidget = imports.ui.userWidget;
 | 
			
		||||
@@ -43,118 +44,81 @@ const _DIALOG_ICON_SIZE = 32;
 | 
			
		||||
 | 
			
		||||
const GSM_SESSION_MANAGER_LOGOUT_FORCE = 2;
 | 
			
		||||
 | 
			
		||||
const EndSessionDialogIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.SessionManager.EndSessionDialog"> \
 | 
			
		||||
<method name="Open"> \
 | 
			
		||||
    <arg type="u" direction="in" /> \
 | 
			
		||||
    <arg type="u" direction="in" /> \
 | 
			
		||||
    <arg type="u" direction="in" /> \
 | 
			
		||||
    <arg type="ao" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="Close" /> \
 | 
			
		||||
<signal name="ConfirmedLogout" /> \
 | 
			
		||||
<signal name="ConfirmedReboot" /> \
 | 
			
		||||
<signal name="ConfirmedShutdown" /> \
 | 
			
		||||
<signal name="Canceled" /> \
 | 
			
		||||
<signal name="Closed" /> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const EndSessionDialogIface = <interface name="org.gnome.SessionManager.EndSessionDialog">
 | 
			
		||||
<method name="Open">
 | 
			
		||||
    <arg type="u" direction="in" />
 | 
			
		||||
    <arg type="u" direction="in" />
 | 
			
		||||
    <arg type="u" direction="in" />
 | 
			
		||||
    <arg type="ao" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="Close" />
 | 
			
		||||
<signal name="ConfirmedLogout" />
 | 
			
		||||
<signal name="ConfirmedReboot" />
 | 
			
		||||
<signal name="ConfirmedShutdown" />
 | 
			
		||||
<signal name="Canceled" />
 | 
			
		||||
<signal name="Closed" />
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const logoutDialogContent = {
 | 
			
		||||
    subjectWithUser: C_("title", "Log Out %s"),
 | 
			
		||||
    subject: C_("title", "Log Out"),
 | 
			
		||||
    descriptionWithUser: function(user, seconds) {
 | 
			
		||||
    inhibitedDescription: _("Click Log Out to quit these applications and log out of the system."),
 | 
			
		||||
    uninhibitedDescriptionWithUser: function(user, seconds) {
 | 
			
		||||
        return ngettext("%s will be logged out automatically in %d second.",
 | 
			
		||||
                        "%s will be logged out automatically in %d seconds.",
 | 
			
		||||
                        seconds).format(user, seconds);
 | 
			
		||||
    },
 | 
			
		||||
    description: function(seconds) {
 | 
			
		||||
    uninhibitedDescription: function(seconds) {
 | 
			
		||||
        return ngettext("You will be logged out automatically in %d second.",
 | 
			
		||||
                        "You will be logged out automatically in %d seconds.",
 | 
			
		||||
                        seconds).format(seconds);
 | 
			
		||||
    },
 | 
			
		||||
    endDescription: _("Logging out of the system."),
 | 
			
		||||
    confirmButtons: [{ signal: 'ConfirmedLogout',
 | 
			
		||||
                       label:  C_("button", "Log Out") }],
 | 
			
		||||
    iconStyleClass: 'end-session-dialog-logout-icon',
 | 
			
		||||
    showOtherSessions: false,
 | 
			
		||||
    iconStyleClass: 'end-session-dialog-logout-icon'
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const shutdownDialogContent = {
 | 
			
		||||
    subject: C_("title", "Power Off"),
 | 
			
		||||
    description: function(seconds) {
 | 
			
		||||
    inhibitedDescription: _("Click Power Off to quit these applications and power off the system."),
 | 
			
		||||
    uninhibitedDescription: function(seconds) {
 | 
			
		||||
        return ngettext("The system will power off automatically in %d second.",
 | 
			
		||||
                        "The system will power off automatically in %d seconds.",
 | 
			
		||||
                        seconds).format(seconds);
 | 
			
		||||
    },
 | 
			
		||||
    endDescription: _("Powering off the system."),
 | 
			
		||||
    confirmButtons: [{ signal: 'ConfirmedReboot',
 | 
			
		||||
                       label:  C_("button", "Restart") },
 | 
			
		||||
                     { signal: 'ConfirmedShutdown',
 | 
			
		||||
                       label:  C_("button", "Power Off") }],
 | 
			
		||||
    iconName: 'system-shutdown-symbolic',
 | 
			
		||||
    iconStyleClass: 'end-session-dialog-shutdown-icon',
 | 
			
		||||
    showOtherSessions: true,
 | 
			
		||||
    iconStyleClass: 'end-session-dialog-shutdown-icon'
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const restartDialogContent = {
 | 
			
		||||
    subject: C_("title", "Restart"),
 | 
			
		||||
    description: function(seconds) {
 | 
			
		||||
    inhibitedDescription: _("Click Restart to quit these applications and restart the system."),
 | 
			
		||||
    uninhibitedDescription: function(seconds) {
 | 
			
		||||
        return ngettext("The system will restart automatically in %d second.",
 | 
			
		||||
                        "The system will restart automatically in %d seconds.",
 | 
			
		||||
                        seconds).format(seconds);
 | 
			
		||||
    },
 | 
			
		||||
    endDescription: _("Restarting the system."),
 | 
			
		||||
    confirmButtons: [{ signal: 'ConfirmedReboot',
 | 
			
		||||
                       label:  C_("button", "Restart") }],
 | 
			
		||||
    iconName: 'view-refresh-symbolic',
 | 
			
		||||
    iconStyleClass: 'end-session-dialog-shutdown-icon',
 | 
			
		||||
    showOtherSessions: true,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const restartInstallDialogContent = {
 | 
			
		||||
 | 
			
		||||
    subject: C_("title", "Restart & Install Updates"),
 | 
			
		||||
    description: function(seconds) {
 | 
			
		||||
        return ngettext("The system will automatically restart and install updates in %d second.",
 | 
			
		||||
                        "The system will automatically restart and install updates in %d seconds.",
 | 
			
		||||
                        seconds).format(seconds);
 | 
			
		||||
    },
 | 
			
		||||
    confirmButtons: [{ signal: 'ConfirmedReboot',
 | 
			
		||||
                       label:  C_("button", "Restart & Install") }],
 | 
			
		||||
    iconName: 'view-refresh-symbolic',
 | 
			
		||||
    iconStyleClass: 'end-session-dialog-shutdown-icon',
 | 
			
		||||
    showOtherSessions: true,
 | 
			
		||||
    iconStyleClass: 'end-session-dialog-shutdown-icon'
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const DialogContent = {
 | 
			
		||||
    0 /* GSM_SHELL_END_SESSION_DIALOG_TYPE_LOGOUT */: logoutDialogContent,
 | 
			
		||||
    1 /* GSM_SHELL_END_SESSION_DIALOG_TYPE_SHUTDOWN */: shutdownDialogContent,
 | 
			
		||||
    2 /* GSM_SHELL_END_SESSION_DIALOG_TYPE_RESTART */: restartDialogContent,
 | 
			
		||||
    3: restartInstallDialogContent
 | 
			
		||||
    2 /* GSM_SHELL_END_SESSION_DIALOG_TYPE_RESTART */: restartDialogContent
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const MAX_USERS_IN_SESSION_DIALOG = 5;
 | 
			
		||||
 | 
			
		||||
const LogindSessionIface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.login1.Session"> \
 | 
			
		||||
    <property name="Id" type="s" access="read"/> \
 | 
			
		||||
    <property name="Remote" type="b" access="read"/> \
 | 
			
		||||
    <property name="Class" type="s" access="read"/> \
 | 
			
		||||
    <property name="Type" type="s" access="read"/> \
 | 
			
		||||
    <property name="State" type="s" access="read"/> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
 | 
			
		||||
const LogindSession = Gio.DBusProxy.makeProxyWrapper(LogindSessionIface);
 | 
			
		||||
 | 
			
		||||
function findAppFromInhibitor(inhibitor) {
 | 
			
		||||
    let desktopFile;
 | 
			
		||||
    try {
 | 
			
		||||
        [desktopFile] = inhibitor.GetAppIdSync();
 | 
			
		||||
    } catch(e) {
 | 
			
		||||
        // XXX -- sometimes JIT inhibitors generated by gnome-session
 | 
			
		||||
        // get removed too soon. Don't fail in this case.
 | 
			
		||||
        log('gnome-session gave us a dead inhibitor: %s'.format(inhibitor.get_object_path()));
 | 
			
		||||
        return null;
 | 
			
		||||
    }
 | 
			
		||||
    let [desktopFile] = inhibitor.GetAppIdSync();
 | 
			
		||||
 | 
			
		||||
    if (!GLib.str_has_suffix(desktopFile, '.desktop'))
 | 
			
		||||
        desktopFile += '.desktop';
 | 
			
		||||
@@ -162,6 +126,58 @@ function findAppFromInhibitor(inhibitor) {
 | 
			
		||||
    return Shell.AppSystem.get_default().lookup_heuristic_basename(desktopFile);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const ListItem = new Lang.Class({
 | 
			
		||||
    Name: 'ListItem',
 | 
			
		||||
 | 
			
		||||
    _init: function(app, reason) {
 | 
			
		||||
        this._app = app;
 | 
			
		||||
        this._reason = reason;
 | 
			
		||||
 | 
			
		||||
        if (this._reason == null)
 | 
			
		||||
          this._reason = '';
 | 
			
		||||
 | 
			
		||||
        let layout = new St.BoxLayout({ vertical: false});
 | 
			
		||||
 | 
			
		||||
        this.actor = new St.Button({ style_class: 'end-session-dialog-app-list-item',
 | 
			
		||||
                                     can_focus:   true,
 | 
			
		||||
                                     child:       layout,
 | 
			
		||||
                                     reactive:    true,
 | 
			
		||||
                                     x_align:     St.Align.START,
 | 
			
		||||
                                     x_fill:      true });
 | 
			
		||||
 | 
			
		||||
        this._icon = this._app.create_icon_texture(_ITEM_ICON_SIZE);
 | 
			
		||||
 | 
			
		||||
        let iconBin = new St.Bin({ style_class: 'end-session-dialog-app-list-item-icon',
 | 
			
		||||
                                   child:       this._icon });
 | 
			
		||||
        layout.add(iconBin);
 | 
			
		||||
 | 
			
		||||
        let textLayout = new St.BoxLayout({ style_class: 'end-session-dialog-app-list-item-text-box',
 | 
			
		||||
                                            vertical:    true });
 | 
			
		||||
        layout.add(textLayout);
 | 
			
		||||
 | 
			
		||||
        this._nameLabel = new St.Label({ text:        this._app.get_name(),
 | 
			
		||||
                                         style_class: 'end-session-dialog-app-list-item-name' });
 | 
			
		||||
        textLayout.add(this._nameLabel,
 | 
			
		||||
                       { expand: false,
 | 
			
		||||
                         x_fill: true });
 | 
			
		||||
 | 
			
		||||
        this._descriptionLabel = new St.Label({ text:        this._reason,
 | 
			
		||||
                                                style_class: 'end-session-dialog-app-list-item-description' });
 | 
			
		||||
        this.actor.label_actor = this._nameLabel;
 | 
			
		||||
        textLayout.add(this._descriptionLabel,
 | 
			
		||||
                       { expand: true,
 | 
			
		||||
                         x_fill: true });
 | 
			
		||||
 | 
			
		||||
        this.actor.connect('clicked', Lang.bind(this, this._onClicked));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onClicked: function() {
 | 
			
		||||
        this.emit('activate');
 | 
			
		||||
        this._app.activate();
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(ListItem.prototype);
 | 
			
		||||
 | 
			
		||||
// The logout timer only shows updates every 10 seconds
 | 
			
		||||
// until the last 10 seconds, then it shows updates every
 | 
			
		||||
// second.  This function takes a given time and returns
 | 
			
		||||
@@ -212,23 +228,22 @@ const EndSessionDialog = new Lang.Class({
 | 
			
		||||
        this.parent({ styleClass: 'end-session-dialog',
 | 
			
		||||
                      destroyOnClose: false });
 | 
			
		||||
 | 
			
		||||
        this._loginManager = LoginManager.getLoginManager();
 | 
			
		||||
        this._userManager = AccountsService.UserManager.get_default();
 | 
			
		||||
        this._user = this._userManager.get_user(GLib.get_user_name());
 | 
			
		||||
        this._updatesFile = Gio.File.new_for_path('/system-update');
 | 
			
		||||
        this._user = AccountsService.UserManager.get_default().get_user(GLib.get_user_name());
 | 
			
		||||
 | 
			
		||||
        this._secondsLeft = 0;
 | 
			
		||||
        this._totalSecondsToStayOpen = 0;
 | 
			
		||||
        this._applications = [];
 | 
			
		||||
        this._sessions = [];
 | 
			
		||||
        this._inhibitors = [];
 | 
			
		||||
 | 
			
		||||
        this.connect('destroy',
 | 
			
		||||
                     Lang.bind(this, this._onDestroy));
 | 
			
		||||
        this.connect('opened',
 | 
			
		||||
                     Lang.bind(this, this._onOpened));
 | 
			
		||||
 | 
			
		||||
        this._userLoadedId = this._user.connect('notify::is_loaded', Lang.bind(this, this._sync));
 | 
			
		||||
        this._userChangedId = this._user.connect('changed', Lang.bind(this, this._sync));
 | 
			
		||||
        this._userLoadedId = this._user.connect('notify::is_loaded',
 | 
			
		||||
                                                Lang.bind(this, this._updateContent));
 | 
			
		||||
 | 
			
		||||
        this._userChangedId = this._user.connect('changed',
 | 
			
		||||
                                                 Lang.bind(this, this._updateContent));
 | 
			
		||||
 | 
			
		||||
        let mainContentLayout = new St.BoxLayout({ vertical: false });
 | 
			
		||||
        this.contentLayout.add(mainContentLayout,
 | 
			
		||||
@@ -260,30 +275,28 @@ const EndSessionDialog = new Lang.Class({
 | 
			
		||||
                          { y_fill:  true,
 | 
			
		||||
                            y_align: St.Align.START });
 | 
			
		||||
 | 
			
		||||
        this._scrollView = new St.ScrollView({ style_class: 'end-session-dialog-list' });
 | 
			
		||||
        this._scrollView.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC);
 | 
			
		||||
        this.contentLayout.add(this._scrollView,
 | 
			
		||||
        let scrollView = new St.ScrollView({ style_class: 'end-session-dialog-app-list'});
 | 
			
		||||
        scrollView.set_policy(Gtk.PolicyType.NEVER,
 | 
			
		||||
                              Gtk.PolicyType.AUTOMATIC);
 | 
			
		||||
        this.contentLayout.add(scrollView,
 | 
			
		||||
                               { x_fill: true,
 | 
			
		||||
                                 y_fill: true });
 | 
			
		||||
        this._scrollView.hide();
 | 
			
		||||
        scrollView.hide();
 | 
			
		||||
 | 
			
		||||
        this._inhibitorSection = new St.BoxLayout({ vertical: true,
 | 
			
		||||
                                                    style_class: 'end-session-dialog-inhibitor-layout' });
 | 
			
		||||
        this._scrollView.add_actor(this._inhibitorSection);
 | 
			
		||||
        this._applicationList = new St.BoxLayout({ vertical: true });
 | 
			
		||||
        scrollView.add_actor(this._applicationList);
 | 
			
		||||
 | 
			
		||||
        this._applicationHeader = new St.Label({ style_class: 'end-session-dialog-list-header',
 | 
			
		||||
                                                 text: _("Some applications are busy or have unsaved work.") });
 | 
			
		||||
        this._applicationList = new St.BoxLayout({ style_class: 'end-session-dialog-app-list',
 | 
			
		||||
                                                   vertical: true });
 | 
			
		||||
        this._inhibitorSection.add_actor(this._applicationHeader);
 | 
			
		||||
        this._inhibitorSection.add_actor(this._applicationList);
 | 
			
		||||
        this._applicationList.connect('actor-added',
 | 
			
		||||
                                      Lang.bind(this, function() {
 | 
			
		||||
                                          if (this._applicationList.get_n_children() == 1)
 | 
			
		||||
                                              scrollView.show();
 | 
			
		||||
                                      }));
 | 
			
		||||
 | 
			
		||||
        this._sessionHeader = new St.Label({ style_class: 'end-session-dialog-list-header',
 | 
			
		||||
                                             text: _("Other users are logged in.") });
 | 
			
		||||
        this._sessionList = new St.BoxLayout({ style_class: 'end-session-dialog-session-list',
 | 
			
		||||
                                               vertical: true });
 | 
			
		||||
        this._inhibitorSection.add_actor(this._sessionHeader);
 | 
			
		||||
        this._inhibitorSection.add_actor(this._sessionList);
 | 
			
		||||
        this._applicationList.connect('actor-removed',
 | 
			
		||||
                                      Lang.bind(this, function() {
 | 
			
		||||
                                          if (this._applicationList.get_n_children() == 0)
 | 
			
		||||
                                              scrollView.hide();
 | 
			
		||||
                                      }));
 | 
			
		||||
 | 
			
		||||
        this._dbusImpl = Gio.DBusExportedObject.wrapJSObject(EndSessionDialogIface, this);
 | 
			
		||||
        this._dbusImpl.export(Gio.DBus.session, '/org/gnome/SessionManager/EndSessionDialog');
 | 
			
		||||
@@ -294,42 +307,52 @@ const EndSessionDialog = new Lang.Class({
 | 
			
		||||
        this._user.disconnect(this._userChangedId);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _sync: function() {
 | 
			
		||||
        let open = (this.state == ModalDialog.State.OPENING || this.state == ModalDialog.State.OPENED);
 | 
			
		||||
        if (!open)
 | 
			
		||||
    _updateDescription: function() {
 | 
			
		||||
        if (this.state != ModalDialog.State.OPENING &&
 | 
			
		||||
            this.state != ModalDialog.State.OPENED)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        if (this._type == 2 && this._updatesFile.query_exists(null))
 | 
			
		||||
            this._type = 3;
 | 
			
		||||
 | 
			
		||||
        let dialogContent = DialogContent[this._type];
 | 
			
		||||
 | 
			
		||||
        let subject = dialogContent.subject;
 | 
			
		||||
 | 
			
		||||
        let description;
 | 
			
		||||
        let displayTime = _roundSecondsToInterval(this._totalSecondsToStayOpen,
 | 
			
		||||
                                                  this._secondsLeft,
 | 
			
		||||
                                                  10);
 | 
			
		||||
 | 
			
		||||
        if (this._user.is_loaded) {
 | 
			
		||||
            let realName = this._user.get_real_name();
 | 
			
		||||
        if (this._inhibitors.length > 0) {
 | 
			
		||||
            this._stopTimer();
 | 
			
		||||
            description = dialogContent.inhibitedDescription;
 | 
			
		||||
        } else if (this._secondsLeft > 0 && this._inhibitors.length == 0) {
 | 
			
		||||
            let displayTime = _roundSecondsToInterval(this._totalSecondsToStayOpen,
 | 
			
		||||
                                                      this._secondsLeft,
 | 
			
		||||
                                                      10);
 | 
			
		||||
 | 
			
		||||
            if (realName != null) {
 | 
			
		||||
                if (dialogContent.subjectWithUser)
 | 
			
		||||
                    subject = dialogContent.subjectWithUser.format(realName);
 | 
			
		||||
            if (this._user.is_loaded) {
 | 
			
		||||
                let realName = this._user.get_real_name();
 | 
			
		||||
 | 
			
		||||
                if (dialogContent.descriptionWithUser)
 | 
			
		||||
                    description = dialogContent.descriptionWithUser(realName, displayTime);
 | 
			
		||||
                else
 | 
			
		||||
                    description = dialogContent.description(displayTime);
 | 
			
		||||
                if (realName != null) {
 | 
			
		||||
                    if (dialogContent.subjectWithUser)
 | 
			
		||||
                        subject = dialogContent.subjectWithUser.format(realName);
 | 
			
		||||
 | 
			
		||||
                    if (dialogContent.uninhibitedDescriptionWithUser)
 | 
			
		||||
                        description = dialogContent.uninhibitedDescriptionWithUser(realName, displayTime);
 | 
			
		||||
                    else
 | 
			
		||||
                        description = dialogContent.uninhibitedDescription(displayTime);
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            if (!description)
 | 
			
		||||
                description = dialogContent.uninhibitedDescription(displayTime);
 | 
			
		||||
        } else {
 | 
			
		||||
            description = dialogContent.endDescription;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (!description)
 | 
			
		||||
            description = dialogContent.description(displayTime);
 | 
			
		||||
 | 
			
		||||
        _setLabelText(this._descriptionLabel, description);
 | 
			
		||||
        _setLabelText(this._subjectLabel, subject);
 | 
			
		||||
        _setLabelText(this._descriptionLabel, description);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateContent: function() {
 | 
			
		||||
        if (this.state != ModalDialog.State.OPENING &&
 | 
			
		||||
            this.state != ModalDialog.State.OPENED)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let dialogContent = DialogContent[this._type];
 | 
			
		||||
        if (dialogContent.iconName) {
 | 
			
		||||
@@ -344,11 +367,7 @@ const EndSessionDialog = new Lang.Class({
 | 
			
		||||
            avatarWidget.update();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let hasApplications = this._applications.length > 0;
 | 
			
		||||
        let hasSessions = this._sessions.length > 0;
 | 
			
		||||
        this._scrollView.visible = hasApplications || hasSessions;
 | 
			
		||||
        this._applicationHeader.visible = hasApplications;
 | 
			
		||||
        this._sessionHeader.visible = hasSessions;
 | 
			
		||||
        this._updateDescription();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateButtons: function() {
 | 
			
		||||
@@ -394,12 +413,14 @@ const EndSessionDialog = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onOpened: function() {
 | 
			
		||||
        this._sync();
 | 
			
		||||
        if (this._inhibitors.length == 0)
 | 
			
		||||
            this._startTimer();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _startTimer: function() {
 | 
			
		||||
        let startTime = GLib.get_monotonic_time();
 | 
			
		||||
        this._secondsLeft = this._totalSecondsToStayOpen;
 | 
			
		||||
        this._updateDescription();
 | 
			
		||||
 | 
			
		||||
        this._timerId = Mainloop.timeout_add_seconds(1, Lang.bind(this,
 | 
			
		||||
            function() {
 | 
			
		||||
@@ -408,21 +429,20 @@ const EndSessionDialog = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
                this._secondsLeft = this._totalSecondsToStayOpen - secondsElapsed;
 | 
			
		||||
                if (this._secondsLeft > 0) {
 | 
			
		||||
                    this._sync();
 | 
			
		||||
                    this._updateDescription();
 | 
			
		||||
                    return true;
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                let dialogContent = DialogContent[this._type];
 | 
			
		||||
                let button = dialogContent.confirmButtons[dialogContent.confirmButtons.length - 1];
 | 
			
		||||
                this._confirm(button.signal);
 | 
			
		||||
                this._timerId = 0;
 | 
			
		||||
 | 
			
		||||
                return false;
 | 
			
		||||
            }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _stopTimer: function() {
 | 
			
		||||
        if (this._timerId > 0) {
 | 
			
		||||
        if (this._timerId != 0) {
 | 
			
		||||
            Mainloop.source_remove(this._timerId);
 | 
			
		||||
            this._timerId = 0;
 | 
			
		||||
        }
 | 
			
		||||
@@ -430,33 +450,8 @@ const EndSessionDialog = new Lang.Class({
 | 
			
		||||
        this._secondsLeft = 0;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _constructListItemForApp: function(inhibitor, app) {
 | 
			
		||||
        let actor = new St.BoxLayout({ style_class: 'end-session-dialog-app-list-item',
 | 
			
		||||
                                       can_focus: true });
 | 
			
		||||
        actor.add(app.create_icon_texture(_ITEM_ICON_SIZE));
 | 
			
		||||
 | 
			
		||||
        let textLayout = new St.BoxLayout({ vertical: true,
 | 
			
		||||
                                            y_expand: true,
 | 
			
		||||
                                            y_align: Clutter.ActorAlign.CENTER });
 | 
			
		||||
        actor.add(textLayout);
 | 
			
		||||
 | 
			
		||||
        let nameLabel = new St.Label({ text: app.get_name(),
 | 
			
		||||
                                       style_class: 'end-session-dialog-app-list-item-name' });
 | 
			
		||||
        textLayout.add(nameLabel);
 | 
			
		||||
        actor.label_actor = nameLabel;
 | 
			
		||||
 | 
			
		||||
        let [reason] = inhibitor.GetReasonSync();
 | 
			
		||||
        if (reason) {
 | 
			
		||||
            let reasonLabel = new St.Label({ text: reason,
 | 
			
		||||
                                             style_class: 'end-session-dialog-app-list-item-description' });
 | 
			
		||||
            textLayout.add(reasonLabel);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return actor;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onInhibitorLoaded: function(inhibitor) {
 | 
			
		||||
        if (this._applications.indexOf(inhibitor) < 0) {
 | 
			
		||||
        if (this._inhibitors.indexOf(inhibitor) < 0) {
 | 
			
		||||
            // Stale inhibitor
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
@@ -464,91 +459,28 @@ const EndSessionDialog = new Lang.Class({
 | 
			
		||||
        let app = findAppFromInhibitor(inhibitor);
 | 
			
		||||
 | 
			
		||||
        if (app) {
 | 
			
		||||
            let actor = this._constructListItemForApp(inhibitor, app);
 | 
			
		||||
            this._applicationList.add(actor);
 | 
			
		||||
            let [reason] = inhibitor.GetReasonSync();
 | 
			
		||||
            let item = new ListItem(app, reason);
 | 
			
		||||
            item.connect('activate',
 | 
			
		||||
                         Lang.bind(this, function() {
 | 
			
		||||
                             this.close();
 | 
			
		||||
                         }));
 | 
			
		||||
            this._applicationList.add(item.actor, { x_fill: true });
 | 
			
		||||
            this._stopTimer();
 | 
			
		||||
        } else {
 | 
			
		||||
            // inhibiting app is a service, not an application
 | 
			
		||||
            this._applications.splice(this._applications.indexOf(inhibitor), 1);
 | 
			
		||||
            this._inhibitors.splice(this._inhibitors.indexOf(inhibitor), 1);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._sync();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _constructListItemForSession: function(session) {
 | 
			
		||||
        let avatar = new UserWidget.Avatar(session.user, { iconSize: _ITEM_ICON_SIZE });
 | 
			
		||||
        avatar.update();
 | 
			
		||||
 | 
			
		||||
        let userName = session.user.get_real_name() ? session.user.get_real_name() : session.username;
 | 
			
		||||
        let userLabelText;
 | 
			
		||||
 | 
			
		||||
        if (session.remote)
 | 
			
		||||
            /* Translators: Remote here refers to a remote session, like a ssh login */
 | 
			
		||||
            userLabelText = _("%s (remote)").format(userName);
 | 
			
		||||
        else if (session.type == "tty")
 | 
			
		||||
            /* Translators: Console here refers to a tty like a VT console */
 | 
			
		||||
            userLabelText = _("%s (console)").format(userName);
 | 
			
		||||
        else
 | 
			
		||||
            userLabelText = userName;
 | 
			
		||||
 | 
			
		||||
        let actor = new St.BoxLayout({ style_class: 'end-session-dialog-session-list-item',
 | 
			
		||||
                                       can_focus: true });
 | 
			
		||||
        actor.add(avatar.actor);
 | 
			
		||||
 | 
			
		||||
        let nameLabel = new St.Label({ text: userLabelText,
 | 
			
		||||
                                       style_class: 'end-session-dialog-session-list-item-name',
 | 
			
		||||
                                       y_expand: true,
 | 
			
		||||
                                       y_align: Clutter.ActorAlign.CENTER });
 | 
			
		||||
        actor.add(nameLabel);
 | 
			
		||||
        actor.label_actor = nameLabel;
 | 
			
		||||
 | 
			
		||||
        return actor;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _loadSessions: function() {
 | 
			
		||||
        this._loginManager.listSessions(Lang.bind(this, function(result) {
 | 
			
		||||
            let n = 0;
 | 
			
		||||
            for (let i = 0; i < result.length; i++) {
 | 
			
		||||
                let[id, uid, userName, seat, sessionPath] = result[i];
 | 
			
		||||
                let proxy = new LogindSession(Gio.DBus.system, 'org.freedesktop.login1', sessionPath);
 | 
			
		||||
 | 
			
		||||
                if (proxy.Class != 'user')
 | 
			
		||||
                    continue;
 | 
			
		||||
 | 
			
		||||
                if (proxy.State == 'closing')
 | 
			
		||||
                    continue;
 | 
			
		||||
 | 
			
		||||
                if (proxy.Id == GLib.getenv('XDG_SESSION_ID'))
 | 
			
		||||
                    continue;
 | 
			
		||||
 | 
			
		||||
                let session = { user: this._userManager.get_user(userName),
 | 
			
		||||
                                username: userName,
 | 
			
		||||
                                type: proxy.Type,
 | 
			
		||||
                                remote: proxy.Remote };
 | 
			
		||||
                this._sessions.push(session);
 | 
			
		||||
 | 
			
		||||
                let actor = this._constructListItemForSession(session);
 | 
			
		||||
                this._sessionList.add(actor);
 | 
			
		||||
 | 
			
		||||
                // limit the number of entries
 | 
			
		||||
                n++;
 | 
			
		||||
                if (n == MAX_USERS_IN_SESSION_DIALOG)
 | 
			
		||||
                    break;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            this._sync();
 | 
			
		||||
        }));
 | 
			
		||||
        this._updateContent();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    OpenAsync: function(parameters, invocation) {
 | 
			
		||||
        let [type, timestamp, totalSecondsToStayOpen, inhibitorObjectPaths] = parameters;
 | 
			
		||||
        this._totalSecondsToStayOpen = totalSecondsToStayOpen;
 | 
			
		||||
        this._type = type;
 | 
			
		||||
 | 
			
		||||
        this._applications = [];
 | 
			
		||||
        this._inhibitors = [];
 | 
			
		||||
        this._applicationList.destroy_all_children();
 | 
			
		||||
 | 
			
		||||
        this._sessions = [];
 | 
			
		||||
        this._sessionList.destroy_all_children();
 | 
			
		||||
        this._type = type;
 | 
			
		||||
 | 
			
		||||
        if (!(this._type in DialogContent)) {
 | 
			
		||||
            invocation.return_dbus_error('org.gnome.Shell.ModalDialog.TypeError',
 | 
			
		||||
@@ -561,12 +493,9 @@ const EndSessionDialog = new Lang.Class({
 | 
			
		||||
                this._onInhibitorLoaded(proxy);
 | 
			
		||||
            }));
 | 
			
		||||
 | 
			
		||||
            this._applications.push(inhibitor);
 | 
			
		||||
            this._inhibitors.push(inhibitor);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (DialogContent[type].showOtherSessions)
 | 
			
		||||
            this._loadSessions();
 | 
			
		||||
 | 
			
		||||
        this._updateButtons();
 | 
			
		||||
 | 
			
		||||
        if (!this.open(timestamp)) {
 | 
			
		||||
@@ -575,8 +504,7 @@ const EndSessionDialog = new Lang.Class({
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._startTimer();
 | 
			
		||||
        this._sync();
 | 
			
		||||
        this._updateContent();
 | 
			
		||||
 | 
			
		||||
        let signalId = this.connect('opened',
 | 
			
		||||
                                    Lang.bind(this, function() {
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,6 @@ const Clutter = imports.gi.Clutter;;
 | 
			
		||||
const Gettext = imports.gettext;
 | 
			
		||||
const GLib = imports.gi.GLib;
 | 
			
		||||
const Gtk = imports.gi.Gtk;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
 | 
			
		||||
@@ -40,22 +39,6 @@ function _patchContainerClass(containerClass) {
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function _patchLayoutClass(layoutClass, styleProps) {
 | 
			
		||||
    if (styleProps)
 | 
			
		||||
        layoutClass.prototype.hookup_style = function(container) {
 | 
			
		||||
            container.connect('style-changed', Lang.bind(this, function() {
 | 
			
		||||
                let node = container.get_theme_node();
 | 
			
		||||
                for (let prop in styleProps)
 | 
			
		||||
                    this[prop] = node.get_length(styleProps[prop]);
 | 
			
		||||
            }));
 | 
			
		||||
        };
 | 
			
		||||
    layoutClass.prototype.child_set = function(actor, props) {
 | 
			
		||||
        let meta = this.get_child_meta(actor.get_parent(), actor);
 | 
			
		||||
        for (let prop in props)
 | 
			
		||||
            meta[prop] = props[prop];
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function _makeLoggingFunc(func) {
 | 
			
		||||
    return function() {
 | 
			
		||||
        return func([].join.call(arguments, ', '));
 | 
			
		||||
@@ -77,12 +60,6 @@ function init() {
 | 
			
		||||
    _patchContainerClass(St.BoxLayout);
 | 
			
		||||
    _patchContainerClass(St.Table);
 | 
			
		||||
 | 
			
		||||
    _patchLayoutClass(Clutter.TableLayout, { row_spacing: 'spacing-rows',
 | 
			
		||||
                                             column_spacing: 'spacing-columns' });
 | 
			
		||||
    _patchLayoutClass(Clutter.GridLayout, { row_spacing: 'spacing-rows',
 | 
			
		||||
                                            column_spacing: 'spacing-columns' });
 | 
			
		||||
    _patchLayoutClass(Clutter.BoxLayout, { spacing: 'spacing' });
 | 
			
		||||
 | 
			
		||||
    Clutter.Actor.prototype.toString = function() {
 | 
			
		||||
        return St.describe_actor(this);
 | 
			
		||||
    };
 | 
			
		||||
 
 | 
			
		||||
@@ -76,11 +76,7 @@ function disableExtension(uuid) {
 | 
			
		||||
        theme.unload_stylesheet(extension.stylesheet.get_path());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    try {
 | 
			
		||||
        extension.stateObj.disable();
 | 
			
		||||
    } catch(e) {
 | 
			
		||||
        logExtensionError(uuid, e);
 | 
			
		||||
    }
 | 
			
		||||
    extension.stateObj.disable();
 | 
			
		||||
 | 
			
		||||
    for (let i = 0; i < order.length; i++) {
 | 
			
		||||
        let uuid = order[i];
 | 
			
		||||
@@ -93,10 +89,8 @@ function disableExtension(uuid) {
 | 
			
		||||
 | 
			
		||||
    extensionOrder.splice(orderIdx, 1);
 | 
			
		||||
 | 
			
		||||
    if ( extension.state != ExtensionState.ERROR ) {
 | 
			
		||||
        extension.state = ExtensionState.DISABLED;
 | 
			
		||||
        _signals.emit('extension-state-changed', extension);
 | 
			
		||||
    }
 | 
			
		||||
    extension.state = ExtensionState.DISABLED;
 | 
			
		||||
    _signals.emit('extension-state-changed', extension);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function enableExtension(uuid) {
 | 
			
		||||
@@ -123,15 +117,10 @@ function enableExtension(uuid) {
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    try {
 | 
			
		||||
        extension.stateObj.enable();
 | 
			
		||||
        extension.state = ExtensionState.ENABLED;
 | 
			
		||||
        _signals.emit('extension-state-changed', extension);
 | 
			
		||||
        return;
 | 
			
		||||
    } catch(e) {
 | 
			
		||||
        logExtensionError(uuid, e);
 | 
			
		||||
        return;
 | 
			
		||||
    }
 | 
			
		||||
    extension.stateObj.enable();
 | 
			
		||||
 | 
			
		||||
    extension.state = ExtensionState.ENABLED;
 | 
			
		||||
    _signals.emit('extension-state-changed', extension);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function logExtensionError(uuid, error) {
 | 
			
		||||
@@ -161,8 +150,7 @@ function loadExtension(extension) {
 | 
			
		||||
    } else {
 | 
			
		||||
        let enabled = enabledExtensions.indexOf(extension.uuid) != -1;
 | 
			
		||||
        if (enabled) {
 | 
			
		||||
            if (!initExtension(extension.uuid))
 | 
			
		||||
                return;
 | 
			
		||||
            initExtension(extension.uuid);
 | 
			
		||||
            if (extension.state == ExtensionState.DISABLED)
 | 
			
		||||
                enableExtension(extension.uuid);
 | 
			
		||||
        } else {
 | 
			
		||||
@@ -217,12 +205,7 @@ function initExtension(uuid) {
 | 
			
		||||
    extensionModule = extension.imports.extension;
 | 
			
		||||
 | 
			
		||||
    if (extensionModule.init) {
 | 
			
		||||
        try {
 | 
			
		||||
            extensionState = extensionModule.init(extension);
 | 
			
		||||
        } catch(e) {
 | 
			
		||||
            logExtensionError(uuid, e);
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
        extensionState = extensionModule.init(extension);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (!extensionState)
 | 
			
		||||
@@ -231,7 +214,6 @@ function initExtension(uuid) {
 | 
			
		||||
 | 
			
		||||
    extension.state = ExtensionState.DISABLED;
 | 
			
		||||
    _signals.emit('extension-loaded', uuid);
 | 
			
		||||
    return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function getEnabledExtensions() {
 | 
			
		||||
@@ -253,7 +235,11 @@ function onEnabledExtensionsChanged() {
 | 
			
		||||
    newEnabledExtensions.filter(function(uuid) {
 | 
			
		||||
        return enabledExtensions.indexOf(uuid) == -1;
 | 
			
		||||
    }).forEach(function(uuid) {
 | 
			
		||||
        enableExtension(uuid);
 | 
			
		||||
        try {
 | 
			
		||||
            enableExtension(uuid);
 | 
			
		||||
        } catch(e) {
 | 
			
		||||
            logExtensionError(uuid, e);
 | 
			
		||||
        }
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    // Find and disable all the newly disabled extensions: UUIDs found in the
 | 
			
		||||
@@ -261,7 +247,11 @@ function onEnabledExtensionsChanged() {
 | 
			
		||||
    enabledExtensions.filter(function(item) {
 | 
			
		||||
        return newEnabledExtensions.indexOf(item) == -1;
 | 
			
		||||
    }).forEach(function(uuid) {
 | 
			
		||||
        disableExtension(uuid);
 | 
			
		||||
        try {
 | 
			
		||||
            disableExtension(uuid);
 | 
			
		||||
        } catch(e) {
 | 
			
		||||
            logExtensionError(uuid, e);
 | 
			
		||||
        }
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    enabledExtensions = newEnabledExtensions;
 | 
			
		||||
@@ -272,8 +262,12 @@ function _loadExtensions() {
 | 
			
		||||
    enabledExtensions = getEnabledExtensions();
 | 
			
		||||
 | 
			
		||||
    let finder = new ExtensionUtils.ExtensionFinder();
 | 
			
		||||
    finder.connect('extension-found', function(finder, extension) {
 | 
			
		||||
        loadExtension(extension);
 | 
			
		||||
    finder.connect('extension-found', function(signals, extension) {
 | 
			
		||||
        try {
 | 
			
		||||
            loadExtension(extension);
 | 
			
		||||
        } catch(e) {
 | 
			
		||||
            logExtensionError(extension.uuid, e);
 | 
			
		||||
        }
 | 
			
		||||
    });
 | 
			
		||||
    finder.scanExtensions();
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,65 +0,0 @@
 | 
			
		||||
/** -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright 2012 Inclusive Design Research Centre, OCAD University.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software; you can redistribute it and/or
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * License as published by the Free Software Foundation; either
 | 
			
		||||
 * version 2 of the License, or (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This library is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 | 
			
		||||
 * Lesser General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU Lesser General Public
 | 
			
		||||
 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 *
 | 
			
		||||
 * Author:
 | 
			
		||||
 *   Joseph Scheuhammer <clown@alum.mit.edu>
 | 
			
		||||
 * Contributor:
 | 
			
		||||
 *   Magdalen Berns <m.berns@sms.ed.ac.uk>
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
const Atspi = imports.gi.Atspi;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
 | 
			
		||||
const CARETMOVED        = 'object:text-caret-moved';
 | 
			
		||||
const STATECHANGED      = 'object:state-changed';
 | 
			
		||||
 | 
			
		||||
const FocusCaretTracker = new Lang.Class({
 | 
			
		||||
    Name: 'FocusCaretTracker',
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        Atspi.init();
 | 
			
		||||
        Atspi.set_timeout(250, 250);
 | 
			
		||||
        this._atspiListener = Atspi.EventListener.new(Lang.bind(this, this._onChanged));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onChanged: function(event) {
 | 
			
		||||
        if (event.type.indexOf(STATECHANGED) == 0)
 | 
			
		||||
            this.emit('focus-changed', event);
 | 
			
		||||
        else if (event.type == CARETMOVED)
 | 
			
		||||
            this.emit('caret-moved', event);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    registerFocusListener: function() {
 | 
			
		||||
        return this._atspiListener.register(STATECHANGED + ':focused') &&
 | 
			
		||||
               this._atspiListener.register(STATECHANGED + ':selected');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    registerCaretListener: function() {
 | 
			
		||||
        return this._atspiListener.register(CARETMOVED);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    deregisterFocusListener: function() {
 | 
			
		||||
        return this._atspiListener.deregister(STATECHANGED + ':focused') &&
 | 
			
		||||
               this._atspiListener.deregister(STATECHANGED + ':selected');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    deregisterCaretListener: function() {
 | 
			
		||||
        return this._atspiListener.deregister(CARETMOVED);
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(FocusCaretTracker.prototype);
 | 
			
		||||
@@ -10,31 +10,6 @@ const St = imports.gi.St;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const Params = imports.misc.params;
 | 
			
		||||
 | 
			
		||||
let _capturedEventId = 0;
 | 
			
		||||
let _grabHelperStack = [];
 | 
			
		||||
function _onCapturedEvent(actor, event) {
 | 
			
		||||
    let grabHelper = _grabHelperStack[_grabHelperStack.length - 1];
 | 
			
		||||
    return grabHelper.onCapturedEvent(event);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function _pushGrabHelper(grabHelper) {
 | 
			
		||||
    _grabHelperStack.push(grabHelper);
 | 
			
		||||
 | 
			
		||||
    if (_capturedEventId == 0)
 | 
			
		||||
        _capturedEventId = global.stage.connect('captured-event', _onCapturedEvent);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function _popGrabHelper(grabHelper) {
 | 
			
		||||
    let poppedHelper = _grabHelperStack.pop();
 | 
			
		||||
    if (poppedHelper != grabHelper)
 | 
			
		||||
        throw new Error("incorrect grab helper pop");
 | 
			
		||||
 | 
			
		||||
    if (_grabHelperStack.length == 0) {
 | 
			
		||||
        global.stage.disconnect(_capturedEventId);
 | 
			
		||||
        _capturedEventId = 0;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// GrabHelper:
 | 
			
		||||
// @owner: the actor that owns the GrabHelper
 | 
			
		||||
// @params: optional parameters to pass to Main.pushModal()
 | 
			
		||||
@@ -56,9 +31,14 @@ const GrabHelper = new Lang.Class({
 | 
			
		||||
        this._grabStack = [];
 | 
			
		||||
 | 
			
		||||
        this._actors = [];
 | 
			
		||||
        this._capturedEventId = 0;
 | 
			
		||||
        this._keyFocusNotifyId = 0;
 | 
			
		||||
        this._focusWindowChangedId = 0;
 | 
			
		||||
        this._ignoreRelease = false;
 | 
			
		||||
        this._isUngrabbingCount = 0;
 | 
			
		||||
 | 
			
		||||
        this._modalCount = 0;
 | 
			
		||||
        this._grabFocusCount = 0;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    // addActor:
 | 
			
		||||
@@ -138,36 +118,38 @@ const GrabHelper = new Lang.Class({
 | 
			
		||||
    // grab:
 | 
			
		||||
    // @params: A bunch of parameters, see below
 | 
			
		||||
    //
 | 
			
		||||
    // The general effect of a "grab" is to ensure that the passed in actor
 | 
			
		||||
    // and all actors inside the grab get exclusive control of the mouse and
 | 
			
		||||
    // keyboard, with the grab automatically being dropped if the user tries
 | 
			
		||||
    // to dismiss it. The actor is passed in through @params.actor.
 | 
			
		||||
    // Grabs the mouse and keyboard, according to the GrabHelper's
 | 
			
		||||
    // parameters. If @newFocus is not %null, then the keyboard focus
 | 
			
		||||
    // is moved to the first #StWidget:can-focus widget inside it.
 | 
			
		||||
    //
 | 
			
		||||
    // grab() can be called multiple times, with the scope of the grab being
 | 
			
		||||
    // changed to a different actor every time. A nested grab does not have
 | 
			
		||||
    // to have its grabbed actor inside the parent grab actors.
 | 
			
		||||
    // The grab will automatically be dropped if:
 | 
			
		||||
    //   - The user clicks outside the grabbed actors
 | 
			
		||||
    //   - The user types Escape
 | 
			
		||||
    //   - The keyboard focus is moved outside the grabbed actors
 | 
			
		||||
    //   - A window is focused
 | 
			
		||||
    //
 | 
			
		||||
    // Grabs can be automatically dropped if the user tries to dismiss it
 | 
			
		||||
    // in one of two ways: the user clicking outside the currently grabbed
 | 
			
		||||
    // actor, or the user typing the Escape key.
 | 
			
		||||
    // If @params.actor is not null, then it will be focused as the
 | 
			
		||||
    // new actor. If you attempt to grab an already focused actor, the
 | 
			
		||||
    // request to be focused will be ignored. The actor will not be
 | 
			
		||||
    // added to the grab stack, so do not call a paired ungrab().
 | 
			
		||||
    //
 | 
			
		||||
    // If the user clicks outside the grabbed actors, and the clicked on
 | 
			
		||||
    // actor is part of a previous grab in the stack, grabs will be popped
 | 
			
		||||
    // until that grab is active. However, the click event will not be
 | 
			
		||||
    // replayed to the actor.
 | 
			
		||||
    // If @params contains { modal: true }, then grab() will push a modal
 | 
			
		||||
    // on the owner of the GrabHelper. As long as there is at least one
 | 
			
		||||
    // { modal: true } actor on the grab stack, the grab will be kept.
 | 
			
		||||
    // When the last { modal: true } actor is ungrabbed, then the modal
 | 
			
		||||
    // will be dropped. A modal grab can fail if there is already a grab
 | 
			
		||||
    // in effect from aother application; in this case the function returns
 | 
			
		||||
    // false and nothing happens. Non-modal grabs can never fail.
 | 
			
		||||
    //
 | 
			
		||||
    // If the user types the Escape key, one grab from the grab stack will
 | 
			
		||||
    // be popped.
 | 
			
		||||
    //
 | 
			
		||||
    // When a grab is popped by user interacting as described above, if you
 | 
			
		||||
    // pass a callback as @params.onUngrab, it will be called with %true.
 | 
			
		||||
    //
 | 
			
		||||
    // If @params.focus is not null, we'll set the key focus directly
 | 
			
		||||
    // to that actor instead of navigating in @params.actor. This is for
 | 
			
		||||
    // use cases like menus, where we want to grab the menu actor, but keep
 | 
			
		||||
    // focus on the clicked on menu item.
 | 
			
		||||
    // If @params contains { grabFocus: true }, then if you call grab()
 | 
			
		||||
    // while the shell is outside the overview, it will set the stage
 | 
			
		||||
    // input mode to %Shell.StageInputMode.FOCUSED, and ungrab() will
 | 
			
		||||
    // revert it back, and re-focus the previously-focused window (if
 | 
			
		||||
    // another window hasn't been explicitly focused before then).
 | 
			
		||||
    grab: function(params) {
 | 
			
		||||
        params = Params.parse(params, { actor: null,
 | 
			
		||||
                                        modal: false,
 | 
			
		||||
                                        grabFocus: false,
 | 
			
		||||
                                        focus: null,
 | 
			
		||||
                                        onUngrab: null });
 | 
			
		||||
 | 
			
		||||
@@ -180,18 +162,24 @@ const GrabHelper = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        params.savedFocus = focus;
 | 
			
		||||
 | 
			
		||||
        if (!this._takeModalGrab())
 | 
			
		||||
        if (params.modal && !this._takeModalGrab())
 | 
			
		||||
            return false;
 | 
			
		||||
 | 
			
		||||
        if (params.grabFocus && !this._takeFocusGrab(hadFocus))
 | 
			
		||||
            return false;
 | 
			
		||||
 | 
			
		||||
        this._grabStack.push(params);
 | 
			
		||||
 | 
			
		||||
        if (params.focus) {
 | 
			
		||||
            params.focus.grab_key_focus();
 | 
			
		||||
        } else if (newFocus && hadFocus) {
 | 
			
		||||
        } else if (newFocus && (hadFocus || params.grabFocus)) {
 | 
			
		||||
            if (!newFocus.navigate_focus(null, Gtk.DirectionType.TAB_FORWARD, false))
 | 
			
		||||
                newFocus.grab_key_focus();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if ((params.grabFocus || params.modal) && !this._capturedEventId)
 | 
			
		||||
            this._capturedEventId = global.stage.connect('captured-event', Lang.bind(this, this._onCapturedEvent));
 | 
			
		||||
 | 
			
		||||
        return true;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -200,8 +188,6 @@ const GrabHelper = new Lang.Class({
 | 
			
		||||
        if (firstGrab) {
 | 
			
		||||
            if (!Main.pushModal(this._owner, this._modalParams))
 | 
			
		||||
                return false;
 | 
			
		||||
 | 
			
		||||
            _pushGrabHelper(this);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._modalCount++;
 | 
			
		||||
@@ -213,14 +199,56 @@ const GrabHelper = new Lang.Class({
 | 
			
		||||
        if (this._modalCount > 0)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        _popGrabHelper(this);
 | 
			
		||||
 | 
			
		||||
        this._ignoreRelease = false;
 | 
			
		||||
 | 
			
		||||
        Main.popModal(this._owner);
 | 
			
		||||
        global.sync_pointer();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _takeFocusGrab: function(hadFocus) {
 | 
			
		||||
        let firstGrab = (this._grabFocusCount == 0);
 | 
			
		||||
        if (firstGrab) {
 | 
			
		||||
            let metaDisplay = global.screen.get_display();
 | 
			
		||||
 | 
			
		||||
            this._grabbedFromKeynav = hadFocus;
 | 
			
		||||
            this._preGrabInputMode = global.stage_input_mode;
 | 
			
		||||
 | 
			
		||||
            if (this._preGrabInputMode == Shell.StageInputMode.NORMAL)
 | 
			
		||||
                global.set_stage_input_mode(Shell.StageInputMode.FOCUSED);
 | 
			
		||||
 | 
			
		||||
            this._keyFocusNotifyId = global.stage.connect('notify::key-focus', Lang.bind(this, this._onKeyFocusChanged));
 | 
			
		||||
            this._focusWindowChangedId = metaDisplay.connect('notify::focus-window', Lang.bind(this, this._focusWindowChanged));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._grabFocusCount++;
 | 
			
		||||
        return true;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _releaseFocusGrab: function() {
 | 
			
		||||
        this._grabFocusCount--;
 | 
			
		||||
        if (this._grabFocusCount > 0)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        if (this._keyFocusNotifyId > 0) {
 | 
			
		||||
            global.stage.disconnect(this._keyFocusNotifyId);
 | 
			
		||||
            this._keyFocusNotifyId = 0;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (this._focusWindowChangedId > 0) {
 | 
			
		||||
            let metaDisplay = global.screen.get_display();
 | 
			
		||||
            metaDisplay.disconnect(this._focusWindowChangedId);
 | 
			
		||||
            this._focusWindowChangedId = 0;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let prePopInputMode = global.stage_input_mode;
 | 
			
		||||
 | 
			
		||||
        if (this._grabbedFromKeynav) {
 | 
			
		||||
            if (this._preGrabInputMode == Shell.StageInputMode.FOCUSED &&
 | 
			
		||||
                prePopInputMode != Shell.StageInputMode.FULLSCREEN)
 | 
			
		||||
                global.set_stage_input_mode(Shell.StageInputMode.FOCUSED);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        global.screen.focus_default_window(global.display.get_current_time_roundtrip());
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    // ignoreRelease:
 | 
			
		||||
    //
 | 
			
		||||
    // Make sure that the next button release event evaluated by the
 | 
			
		||||
@@ -234,14 +262,10 @@ const GrabHelper = new Lang.Class({
 | 
			
		||||
    // ungrab:
 | 
			
		||||
    // @params: The parameters for the grab; see below.
 | 
			
		||||
    //
 | 
			
		||||
    // Pops @params.actor from the grab stack, potentially dropping
 | 
			
		||||
    // the grab. If the actor is not on the grab stack, this call is
 | 
			
		||||
    // ignored with no ill effects.
 | 
			
		||||
    // Pops an actor from the grab stack, potentially dropping the grab.
 | 
			
		||||
    //
 | 
			
		||||
    // If the actor is not at the top of the grab stack, grabs are
 | 
			
		||||
    // popped until the grabbed actor is at the top of the grab stack.
 | 
			
		||||
    // The onUngrab callback for every grab is called for every popped
 | 
			
		||||
    // grab with the parameter %false.
 | 
			
		||||
    // If the actor that was popped from the grab stack was not the actor
 | 
			
		||||
    // That was passed in, this call is ignored.
 | 
			
		||||
    ungrab: function(params) {
 | 
			
		||||
        params = Params.parse(params, { actor: this.currentGrab.actor,
 | 
			
		||||
                                        isUser: false });
 | 
			
		||||
@@ -250,6 +274,14 @@ const GrabHelper = new Lang.Class({
 | 
			
		||||
        if (grabStackIndex < 0)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        // We may get key focus changes when calling onUngrab, which
 | 
			
		||||
        // would cause an extra ungrab() on the next actor in the
 | 
			
		||||
        // stack, which is wrong. Ignore key focus changes during the
 | 
			
		||||
        // ungrab, and restore the saved key focus ourselves afterwards.
 | 
			
		||||
        // We use a count as ungrab() may be re-entrant, as onUngrab()
 | 
			
		||||
        // may ungrab additional actors.
 | 
			
		||||
        this._isUngrabbingCount++;
 | 
			
		||||
 | 
			
		||||
        let focus = global.stage.key_focus;
 | 
			
		||||
        let hadFocus = focus && this._isWithinGrabbedActor(focus);
 | 
			
		||||
 | 
			
		||||
@@ -264,7 +296,18 @@ const GrabHelper = new Lang.Class({
 | 
			
		||||
            if (poppedGrab.onUngrab)
 | 
			
		||||
                poppedGrab.onUngrab(params.isUser);
 | 
			
		||||
 | 
			
		||||
            this._releaseModalGrab();
 | 
			
		||||
            if (poppedGrab.modal)
 | 
			
		||||
                this._releaseModalGrab();
 | 
			
		||||
 | 
			
		||||
            if (poppedGrab.grabFocus)
 | 
			
		||||
                this._releaseFocusGrab();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (!this.grabbed && this._capturedEventId > 0) {
 | 
			
		||||
            global.stage.disconnect(this._capturedEventId);
 | 
			
		||||
            this._capturedEventId = 0;
 | 
			
		||||
 | 
			
		||||
            this._ignoreRelease = false;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (hadFocus) {
 | 
			
		||||
@@ -272,9 +315,11 @@ const GrabHelper = new Lang.Class({
 | 
			
		||||
            if (poppedGrab.savedFocus)
 | 
			
		||||
                poppedGrab.savedFocus.grab_key_focus();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._isUngrabbingCount--;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    onCapturedEvent: function(event) {
 | 
			
		||||
    _onCapturedEvent: function(actor, event) {
 | 
			
		||||
        let type = event.type();
 | 
			
		||||
 | 
			
		||||
        if (type == Clutter.EventType.KEY_PRESS &&
 | 
			
		||||
@@ -292,6 +337,9 @@ const GrabHelper = new Lang.Class({
 | 
			
		||||
            return true;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (!button && this._modalCount == 0)
 | 
			
		||||
            return false;
 | 
			
		||||
 | 
			
		||||
        if (this._isWithinGrabbedActor(event.get_source()))
 | 
			
		||||
            return false;
 | 
			
		||||
 | 
			
		||||
@@ -308,6 +356,21 @@ const GrabHelper = new Lang.Class({
 | 
			
		||||
            return true;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return true;
 | 
			
		||||
        return this._modalCount > 0;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onKeyFocusChanged: function() {
 | 
			
		||||
        if (this._isUngrabbingCount > 0)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let focus = global.stage.key_focus;
 | 
			
		||||
        if (!focus || !this._isWithinGrabbedActor(focus))
 | 
			
		||||
            this.ungrab({ isUser: true });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _focusWindowChanged: function() {
 | 
			
		||||
        let metaDisplay = global.screen.get_display();
 | 
			
		||||
        if (metaDisplay.focus_window != null)
 | 
			
		||||
            this.ungrab({ isUser: true });
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
@@ -1,20 +1,14 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const Clutter = imports.gi.Clutter;
 | 
			
		||||
const Gtk = imports.gi.Gtk;
 | 
			
		||||
const Meta = imports.gi.Meta;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Params = imports.misc.params;
 | 
			
		||||
const Tweener = imports.ui.tweener;
 | 
			
		||||
 | 
			
		||||
const ICON_SIZE = 96;
 | 
			
		||||
const MIN_ICON_SIZE = 16;
 | 
			
		||||
const ICON_SIZE = 48;
 | 
			
		||||
 | 
			
		||||
const EXTRA_SPACE_ANIMATION_TIME = 0.25;
 | 
			
		||||
 | 
			
		||||
const BaseIcon = new Lang.Class({
 | 
			
		||||
    Name: 'BaseIcon',
 | 
			
		||||
@@ -23,12 +17,7 @@ const BaseIcon = new Lang.Class({
 | 
			
		||||
        params = Params.parse(params, { createIcon: null,
 | 
			
		||||
                                        setSizeManually: false,
 | 
			
		||||
                                        showLabel: true });
 | 
			
		||||
 | 
			
		||||
        let styleClass = 'overview-icon';
 | 
			
		||||
        if (params.showLabel)
 | 
			
		||||
            styleClass += ' overview-icon-with-label';
 | 
			
		||||
 | 
			
		||||
        this.actor = new St.Bin({ style_class: styleClass,
 | 
			
		||||
        this.actor = new St.Bin({ style_class: 'overview-icon',
 | 
			
		||||
                                  x_fill: true,
 | 
			
		||||
                                  y_fill: true });
 | 
			
		||||
        this.actor._delegate = this;
 | 
			
		||||
@@ -187,31 +176,19 @@ const IconGrid = new Lang.Class({
 | 
			
		||||
    _init: function(params) {
 | 
			
		||||
        params = Params.parse(params, { rowLimit: null,
 | 
			
		||||
                                        columnLimit: null,
 | 
			
		||||
                                        minRows: 1,
 | 
			
		||||
                                        minColumns: 1,
 | 
			
		||||
                                        fillParent: false,
 | 
			
		||||
                                        xAlign: St.Align.MIDDLE,
 | 
			
		||||
                                        padWithSpacing: false });
 | 
			
		||||
                                        xAlign: St.Align.MIDDLE });
 | 
			
		||||
        this._rowLimit = params.rowLimit;
 | 
			
		||||
        this._colLimit = params.columnLimit;
 | 
			
		||||
        this._minRows = params.minRows;
 | 
			
		||||
        this._minColumns = params.minColumns;
 | 
			
		||||
        this._xAlign = params.xAlign;
 | 
			
		||||
        this._fillParent = params.fillParent;
 | 
			
		||||
        this._padWithSpacing = params.padWithSpacing;
 | 
			
		||||
 | 
			
		||||
        this.topPadding = 0;
 | 
			
		||||
        this.bottomPadding = 0;
 | 
			
		||||
        this.rightPadding = 0;
 | 
			
		||||
        this.leftPadding = 0;
 | 
			
		||||
 | 
			
		||||
        this.actor = new St.BoxLayout({ style_class: 'icon-grid',
 | 
			
		||||
                                        vertical: true });
 | 
			
		||||
        this._items = [];
 | 
			
		||||
 | 
			
		||||
        // Pulled from CSS, but hardcode some defaults here
 | 
			
		||||
        this._spacing = 0;
 | 
			
		||||
        this._hItemSize = this._vItemSize = ICON_SIZE;
 | 
			
		||||
        this._fixedHItemSize = this._fixedVItemSize = undefined;
 | 
			
		||||
        this._grid = new Shell.GenericContainer();
 | 
			
		||||
        this.actor.add(this._grid, { expand: true, y_align: St.Align.START });
 | 
			
		||||
        this.actor.connect('style-changed', Lang.bind(this, this._onStyleChanged));
 | 
			
		||||
@@ -227,16 +204,16 @@ const IconGrid = new Lang.Class({
 | 
			
		||||
            // later we'll allocate as many children as fit the parent
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let nChildren = this._grid.get_n_children();
 | 
			
		||||
        let children = this._grid.get_children();
 | 
			
		||||
        let nColumns = this._colLimit ? Math.min(this._colLimit,
 | 
			
		||||
                                                 nChildren)
 | 
			
		||||
                                      : nChildren;
 | 
			
		||||
        let totalSpacing = Math.max(0, nColumns - 1) * this._getSpacing();
 | 
			
		||||
                                                 children.length)
 | 
			
		||||
                                      : children.length;
 | 
			
		||||
        let totalSpacing = Math.max(0, nColumns - 1) * this._spacing;
 | 
			
		||||
        // Kind of a lie, but not really an issue right now.  If
 | 
			
		||||
        // we wanted to support some sort of hidden/overflow that would
 | 
			
		||||
        // need higher level design
 | 
			
		||||
        alloc.min_size = this._getHItemSize() + this.leftPadding + this.rightPadding;
 | 
			
		||||
        alloc.natural_size = nColumns * this._getHItemSize() + totalSpacing + this.leftPadding + this.rightPadding;
 | 
			
		||||
        alloc.min_size = this._hItemSize;
 | 
			
		||||
        alloc.natural_size = nColumns * this._hItemSize + totalSpacing;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getVisibleChildren: function() {
 | 
			
		||||
@@ -254,11 +231,13 @@ const IconGrid = new Lang.Class({
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let children = this._getVisibleChildren();
 | 
			
		||||
        let nColumns;
 | 
			
		||||
        if (forWidth < 0)
 | 
			
		||||
        let nColumns, spacing;
 | 
			
		||||
        if (forWidth < 0) {
 | 
			
		||||
            nColumns = children.length;
 | 
			
		||||
        else
 | 
			
		||||
            [nColumns, ] = this._computeLayout(forWidth);
 | 
			
		||||
            spacing = this._spacing;
 | 
			
		||||
        } else {
 | 
			
		||||
            [nColumns, , spacing] = this._computeLayout(forWidth);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let nRows;
 | 
			
		||||
        if (nColumns > 0)
 | 
			
		||||
@@ -267,8 +246,8 @@ const IconGrid = new Lang.Class({
 | 
			
		||||
            nRows = 0;
 | 
			
		||||
        if (this._rowLimit)
 | 
			
		||||
            nRows = Math.min(nRows, this._rowLimit);
 | 
			
		||||
        let totalSpacing = Math.max(0, nRows - 1) * this._getSpacing();
 | 
			
		||||
        let height = nRows * this._getVItemSize() + totalSpacing + this.topPadding + this.bottomPadding;
 | 
			
		||||
        let totalSpacing = Math.max(0, nRows - 1) * spacing;
 | 
			
		||||
        let height = nRows * this._vItemSize + totalSpacing;
 | 
			
		||||
        alloc.min_size = height;
 | 
			
		||||
        alloc.natural_size = height;
 | 
			
		||||
    },
 | 
			
		||||
@@ -284,30 +263,48 @@ const IconGrid = new Lang.Class({
 | 
			
		||||
        let children = this._getVisibleChildren();
 | 
			
		||||
        let availWidth = box.x2 - box.x1;
 | 
			
		||||
        let availHeight = box.y2 - box.y1;
 | 
			
		||||
        let spacing = this._getSpacing();
 | 
			
		||||
        let [nColumns, usedWidth] = this._computeLayout(availWidth);
 | 
			
		||||
 | 
			
		||||
        let leftEmptySpace;
 | 
			
		||||
        let [nColumns, usedWidth, spacing] = this._computeLayout(availWidth);
 | 
			
		||||
 | 
			
		||||
        let leftPadding;
 | 
			
		||||
        switch(this._xAlign) {
 | 
			
		||||
            case St.Align.START:
 | 
			
		||||
                leftEmptySpace = 0;
 | 
			
		||||
                leftPadding = 0;
 | 
			
		||||
                break;
 | 
			
		||||
            case St.Align.MIDDLE:
 | 
			
		||||
                leftEmptySpace = Math.floor((availWidth - usedWidth) / 2);
 | 
			
		||||
                leftPadding = Math.floor((availWidth - usedWidth) / 2);
 | 
			
		||||
                break;
 | 
			
		||||
            case St.Align.END:
 | 
			
		||||
                leftEmptySpace = availWidth - usedWidth;
 | 
			
		||||
                leftPadding = availWidth - usedWidth;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let x = box.x1 + leftEmptySpace + this.leftPadding;
 | 
			
		||||
        let y = box.y1 + this.topPadding;
 | 
			
		||||
        let x = box.x1 + leftPadding;
 | 
			
		||||
        let y = box.y1;
 | 
			
		||||
        let columnIndex = 0;
 | 
			
		||||
        let rowIndex = 0;
 | 
			
		||||
        for (let i = 0; i < children.length; i++) {
 | 
			
		||||
            let childBox = this._calculateChildBox(children[i], x, y, box);
 | 
			
		||||
            let [childMinWidth, childMinHeight, childNaturalWidth, childNaturalHeight]
 | 
			
		||||
                = children[i].get_preferred_size();
 | 
			
		||||
 | 
			
		||||
            /* Center the item in its allocation horizontally */
 | 
			
		||||
            let width = Math.min(this._hItemSize, childNaturalWidth);
 | 
			
		||||
            let childXSpacing = Math.max(0, width - childNaturalWidth) / 2;
 | 
			
		||||
            let height = Math.min(this._vItemSize, childNaturalHeight);
 | 
			
		||||
            let childYSpacing = Math.max(0, height - childNaturalHeight) / 2;
 | 
			
		||||
 | 
			
		||||
            let childBox = new Clutter.ActorBox();
 | 
			
		||||
            if (Clutter.get_default_text_direction() == Clutter.TextDirection.RTL) {
 | 
			
		||||
                let _x = box.x2 - (x + width);
 | 
			
		||||
                childBox.x1 = Math.floor(_x - childXSpacing);
 | 
			
		||||
            } else {
 | 
			
		||||
                childBox.x1 = Math.floor(x + childXSpacing);
 | 
			
		||||
            }
 | 
			
		||||
            childBox.y1 = Math.floor(y + childYSpacing);
 | 
			
		||||
            childBox.x2 = childBox.x1 + width;
 | 
			
		||||
            childBox.y2 = childBox.y1 + height;
 | 
			
		||||
 | 
			
		||||
            if (this._rowLimit && rowIndex >= this._rowLimit ||
 | 
			
		||||
                this._fillParent && childBox.y2 > availHeight - this.bottomPadding) {
 | 
			
		||||
                this._fillParent && childBox.y2 > availHeight) {
 | 
			
		||||
                this._grid.set_skip_paint(children[i], true);
 | 
			
		||||
            } else {
 | 
			
		||||
                children[i].allocate(childBox, flags);
 | 
			
		||||
@@ -321,38 +318,15 @@ const IconGrid = new Lang.Class({
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            if (columnIndex == 0) {
 | 
			
		||||
                y += this._getVItemSize() + spacing;
 | 
			
		||||
                x = box.x1 + leftEmptySpace + this.leftPadding;
 | 
			
		||||
                y += this._vItemSize + spacing;
 | 
			
		||||
                x = box.x1 + leftPadding;
 | 
			
		||||
            } else {
 | 
			
		||||
                x += this._getHItemSize() + spacing;
 | 
			
		||||
                x += this._hItemSize + spacing;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _calculateChildBox: function(child, x, y, box) {
 | 
			
		||||
        let [childMinWidth, childMinHeight, childNaturalWidth, childNaturalHeight] =
 | 
			
		||||
             child.get_preferred_size();
 | 
			
		||||
 | 
			
		||||
        /* Center the item in its allocation horizontally */
 | 
			
		||||
        let width = Math.min(this._getHItemSize(), childNaturalWidth);
 | 
			
		||||
        let childXSpacing = Math.max(0, width - childNaturalWidth) / 2;
 | 
			
		||||
        let height = Math.min(this._getVItemSize(), childNaturalHeight);
 | 
			
		||||
        let childYSpacing = Math.max(0, height - childNaturalHeight) / 2;
 | 
			
		||||
 | 
			
		||||
        let childBox = new Clutter.ActorBox();
 | 
			
		||||
        if (Clutter.get_default_text_direction() == Clutter.TextDirection.RTL) {
 | 
			
		||||
            let _x = box.x2 - (x + width);
 | 
			
		||||
            childBox.x1 = Math.floor(_x - childXSpacing);
 | 
			
		||||
        } else {
 | 
			
		||||
            childBox.x1 = Math.floor(x + childXSpacing);
 | 
			
		||||
        }
 | 
			
		||||
        childBox.y1 = Math.floor(y + childYSpacing);
 | 
			
		||||
        childBox.x2 = childBox.x1 + width;
 | 
			
		||||
        childBox.y2 = childBox.y1 + height;
 | 
			
		||||
        return childBox;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    columnsForWidth: function(rowWidth) {
 | 
			
		||||
    childrenInRow: function(rowWidth) {
 | 
			
		||||
        return this._computeLayout(rowWidth)[0];
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -362,19 +336,26 @@ const IconGrid = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    _computeLayout: function (forWidth) {
 | 
			
		||||
        let nColumns = 0;
 | 
			
		||||
        let usedWidth = this.leftPadding + this.rightPadding;
 | 
			
		||||
        let spacing = this._getSpacing();
 | 
			
		||||
        let usedWidth = 0;
 | 
			
		||||
        let spacing = this._spacing;
 | 
			
		||||
 | 
			
		||||
        if (this._colLimit) {
 | 
			
		||||
            let itemWidth = this._hItemSize * this._colLimit;
 | 
			
		||||
            let emptyArea = forWidth - itemWidth;
 | 
			
		||||
            spacing = Math.max(this._spacing, emptyArea / (2 * this._colLimit));
 | 
			
		||||
            spacing = Math.round(spacing);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        while ((this._colLimit == null || nColumns < this._colLimit) &&
 | 
			
		||||
               (usedWidth + this._getHItemSize() <= forWidth)) {
 | 
			
		||||
            usedWidth += this._getHItemSize() + spacing;
 | 
			
		||||
               (usedWidth + this._hItemSize <= forWidth)) {
 | 
			
		||||
            usedWidth += this._hItemSize + spacing;
 | 
			
		||||
            nColumns += 1;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (nColumns > 0)
 | 
			
		||||
            usedWidth -= spacing;
 | 
			
		||||
 | 
			
		||||
        return [nColumns, usedWidth];
 | 
			
		||||
        return [nColumns, usedWidth, spacing];
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onStyleChanged: function() {
 | 
			
		||||
@@ -385,52 +366,15 @@ const IconGrid = new Lang.Class({
 | 
			
		||||
        this._grid.queue_relayout();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    nRows: function(forWidth) {
 | 
			
		||||
        let children = this._getVisibleChildren();
 | 
			
		||||
        let nColumns = (forWidth < 0) ? children.length : this._computeLayout(forWidth)[0];
 | 
			
		||||
        let nRows = (nColumns > 0) ? Math.ceil(children.length / nColumns) : 0;
 | 
			
		||||
        if (this._rowLimit)
 | 
			
		||||
            nRows = Math.min(nRows, this._rowLimit);
 | 
			
		||||
        return nRows;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    rowsForHeight: function(forHeight) {
 | 
			
		||||
        return Math.floor((forHeight - (this.topPadding + this.bottomPadding) + this._getSpacing()) / (this._getVItemSize() + this._getSpacing()));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    usedHeightForNRows: function(nRows) {
 | 
			
		||||
        return (this._getVItemSize() + this._getSpacing()) * nRows - this._getSpacing() + this.topPadding + this.bottomPadding;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    usedWidth: function(forWidth) {
 | 
			
		||||
        return this.usedWidthForNColumns(this.columnsForWidth(forWidth));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    usedWidthForNColumns: function(columns) {
 | 
			
		||||
        let usedWidth = columns  * (this._getHItemSize() + this._getSpacing());
 | 
			
		||||
        usedWidth -= this._getSpacing();
 | 
			
		||||
        return usedWidth + this.leftPadding + this.rightPadding;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    removeAll: function() {
 | 
			
		||||
        this._items = [];
 | 
			
		||||
        this._grid.remove_all_children();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    destroyAll: function() {
 | 
			
		||||
        this._items = [];
 | 
			
		||||
        this._grid.destroy_all_children();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    addItem: function(item, index) {
 | 
			
		||||
        if (!item.icon instanceof BaseIcon)
 | 
			
		||||
            throw new Error('Only items with a BaseIcon icon property can be added to IconGrid');
 | 
			
		||||
 | 
			
		||||
        this._items.push(item);
 | 
			
		||||
    addItem: function(actor, index) {
 | 
			
		||||
        if (index !== undefined)
 | 
			
		||||
            this._grid.insert_child_at_index(item.actor, index);
 | 
			
		||||
            this._grid.insert_child_at_index(actor, index);
 | 
			
		||||
        else
 | 
			
		||||
            this._grid.add_actor(item.actor);
 | 
			
		||||
            this._grid.add_actor(actor);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getItemAtIndex: function(index) {
 | 
			
		||||
@@ -439,311 +383,5 @@ const IconGrid = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    visibleItemsCount: function() {
 | 
			
		||||
        return this._grid.get_n_children() - this._grid.get_n_skip_paint();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setSpacing: function(spacing) {
 | 
			
		||||
        this._fixedSpacing = spacing;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getSpacing: function() {
 | 
			
		||||
        return this._fixedSpacing ? this._fixedSpacing : this._spacing;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getHItemSize: function() {
 | 
			
		||||
        return this._fixedHItemSize ? this._fixedHItemSize : this._hItemSize;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getVItemSize: function() {
 | 
			
		||||
        return this._fixedVItemSize ? this._fixedVItemSize : this._vItemSize;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateSpacingForSize: function(availWidth, availHeight) {
 | 
			
		||||
        let maxEmptyVArea = availHeight - this._minRows * this._getVItemSize();
 | 
			
		||||
        let maxEmptyHArea = availWidth - this._minColumns * this._getHItemSize();
 | 
			
		||||
        let maxHSpacing, maxVSpacing;
 | 
			
		||||
 | 
			
		||||
        if (this._padWithSpacing) {
 | 
			
		||||
            // minRows + 1 because we want to put spacing before the first row, so it is like we have one more row
 | 
			
		||||
            // to divide the empty space
 | 
			
		||||
            maxVSpacing = Math.floor(maxEmptyVArea / (this._minRows +1));
 | 
			
		||||
            maxHSpacing = Math.floor(maxEmptyHArea / (this._minColumns +1));
 | 
			
		||||
        } else {
 | 
			
		||||
            if (this._minRows <=  1)
 | 
			
		||||
                maxVSpacing = maxEmptyVArea;
 | 
			
		||||
            else
 | 
			
		||||
                maxVSpacing = Math.floor(maxEmptyVArea / (this._minRows - 1));
 | 
			
		||||
 | 
			
		||||
            if (this._minColumns <=  1)
 | 
			
		||||
                maxHSpacing = maxEmptyHArea;
 | 
			
		||||
            else
 | 
			
		||||
                maxHSpacing = Math.floor(maxEmptyHArea / (this._minColumns - 1));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let maxSpacing = Math.min(maxHSpacing, maxVSpacing);
 | 
			
		||||
        // Limit spacing to the item size
 | 
			
		||||
        maxSpacing = Math.min(maxSpacing, Math.min(this._getVItemSize(), this._getHItemSize()));
 | 
			
		||||
        // The minimum spacing, regardless of whether it satisfies the row/columng minima,
 | 
			
		||||
        // is the spacing we get from CSS.
 | 
			
		||||
        let spacing = Math.max(this._spacing, maxSpacing);
 | 
			
		||||
        this.setSpacing(spacing);
 | 
			
		||||
        if (this._padWithSpacing)
 | 
			
		||||
            this.topPadding = this.rightPadding = this.bottomPadding = this.leftPadding = spacing;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * This function must to be called before iconGrid allocation,
 | 
			
		||||
     * to know how much spacing can the grid has
 | 
			
		||||
     */
 | 
			
		||||
    adaptToSize: function(availWidth, availHeight) {
 | 
			
		||||
        this._fixedHItemSize = this._hItemSize;
 | 
			
		||||
        this._fixedVItemSize = this._vItemSize;
 | 
			
		||||
        this._updateSpacingForSize(availWidth, availHeight);
 | 
			
		||||
        let spacing = this._getSpacing();
 | 
			
		||||
 | 
			
		||||
        if (this.columnsForWidth(availWidth) < this._minColumns || this.rowsForHeight(availHeight) < this._minRows) {
 | 
			
		||||
            let neededWidth = this.usedWidthForNColumns(this._minColumns) - availWidth ;
 | 
			
		||||
            let neededHeight = this.usedHeightForNRows(this._minRows) - availHeight ;
 | 
			
		||||
 | 
			
		||||
            let neededSpacePerItem = (neededWidth > neededHeight) ? Math.ceil(neededWidth / this._minColumns)
 | 
			
		||||
                                                                  : Math.ceil(neededHeight / this._minRows);
 | 
			
		||||
            this._fixedHItemSize = Math.max(this._hItemSize - neededSpacePerItem, MIN_ICON_SIZE);
 | 
			
		||||
            this._fixedVItemSize = Math.max(this._vItemSize - neededSpacePerItem, MIN_ICON_SIZE);
 | 
			
		||||
 | 
			
		||||
            if (this._fixedHItemSize < MIN_ICON_SIZE)
 | 
			
		||||
                this._fixedHItemSize = MIN_ICON_SIZE;
 | 
			
		||||
            if (this._fixedVItemSize < MIN_ICON_SIZE)
 | 
			
		||||
                this._fixedVItemSize = MIN_ICON_SIZE;
 | 
			
		||||
 | 
			
		||||
            this._updateSpacingForSize(availWidth, availHeight);
 | 
			
		||||
        }
 | 
			
		||||
        let scale = Math.min(this._fixedHItemSize, this._fixedVItemSize) / Math.max(this._hItemSize, this._vItemSize);
 | 
			
		||||
        Meta.later_add(Meta.LaterType.BEFORE_REDRAW, Lang.bind(this, function() { this._updateChildrenScale(scale); }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    // Note that this is ICON_SIZE as used by BaseIcon, not elsewhere in IconGrid; it's a bit messed up
 | 
			
		||||
    _updateChildrenScale: function(scale) {
 | 
			
		||||
        for (let i in this._items) {
 | 
			
		||||
            let newIconSize = Math.floor(ICON_SIZE * scale);
 | 
			
		||||
            this._items[i].icon.setIconSize(newIconSize);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const PaginatedIconGrid = new Lang.Class({
 | 
			
		||||
    Name: 'PaginatedIconGrid',
 | 
			
		||||
    Extends: IconGrid,
 | 
			
		||||
 | 
			
		||||
    _init: function(params) {
 | 
			
		||||
        this.parent(params);
 | 
			
		||||
        this._nPages = 0;
 | 
			
		||||
        this._rowsPerPage = 0;
 | 
			
		||||
        this._spaceBetweenPages = 0;
 | 
			
		||||
        this._childrenPerPage = 0;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getPreferredHeight: function (grid, forWidth, alloc) {
 | 
			
		||||
        alloc.min_size = (this._availableHeightPerPageForItems() + this.bottomPadding + this.topPadding) * this._nPages + this._spaceBetweenPages * this._nPages;
 | 
			
		||||
        alloc.natural_size = (this._availableHeightPerPageForItems() + this.bottomPadding + this.topPadding) * this._nPages + this._spaceBetweenPages * this._nPages;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _allocate: function (grid, box, flags) {
 | 
			
		||||
         if (this._childrenPerPage == 0)
 | 
			
		||||
            log('computePages() must be called before allocate(); pagination will not work.');
 | 
			
		||||
 | 
			
		||||
        if (this._fillParent) {
 | 
			
		||||
            // Reset the passed in box to fill the parent
 | 
			
		||||
            let parentBox = this.actor.get_parent().allocation;
 | 
			
		||||
            let gridBox = this.actor.get_theme_node().get_content_box(parentBox);
 | 
			
		||||
            box = this._grid.get_theme_node().get_content_box(gridBox);
 | 
			
		||||
        }
 | 
			
		||||
        let children = this._getVisibleChildren();
 | 
			
		||||
        let availWidth = box.x2 - box.x1;
 | 
			
		||||
        let availHeight = box.y2 - box.y1;
 | 
			
		||||
        let spacing = this._getSpacing();
 | 
			
		||||
        let [nColumns, usedWidth] = this._computeLayout(availWidth);
 | 
			
		||||
 | 
			
		||||
        let leftEmptySpace;
 | 
			
		||||
        switch(this._xAlign) {
 | 
			
		||||
            case St.Align.START:
 | 
			
		||||
                leftEmptySpace = 0;
 | 
			
		||||
                break;
 | 
			
		||||
            case St.Align.MIDDLE:
 | 
			
		||||
                leftEmptySpace = Math.floor((availWidth - usedWidth) / 2);
 | 
			
		||||
                break;
 | 
			
		||||
            case St.Align.END:
 | 
			
		||||
                leftEmptySpace = availWidth - usedWidth;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let x = box.x1 + leftEmptySpace + this.leftPadding;
 | 
			
		||||
        let y = box.y1 + this.topPadding;
 | 
			
		||||
        let columnIndex = 0;
 | 
			
		||||
        let rowIndex = 0;
 | 
			
		||||
 | 
			
		||||
        for (let i = 0; i < children.length; i++) {
 | 
			
		||||
            let childBox = this._calculateChildBox(children[i], x, y, box);
 | 
			
		||||
            children[i].allocate(childBox, flags);
 | 
			
		||||
            this._grid.set_skip_paint(children[i], false);
 | 
			
		||||
 | 
			
		||||
            columnIndex++;
 | 
			
		||||
            if (columnIndex == nColumns) {
 | 
			
		||||
                columnIndex = 0;
 | 
			
		||||
                rowIndex++;
 | 
			
		||||
            }
 | 
			
		||||
            if (columnIndex == 0) {
 | 
			
		||||
                y += this._getVItemSize() + spacing;
 | 
			
		||||
                if ((i + 1) % this._childrenPerPage == 0)
 | 
			
		||||
                    y +=  this._spaceBetweenPages - spacing + this.bottomPadding + this.topPadding;
 | 
			
		||||
                x = box.x1 + leftEmptySpace + this.leftPadding;
 | 
			
		||||
            } else
 | 
			
		||||
                x += this._getHItemSize() + spacing;
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _computePages: function (availWidthPerPage, availHeightPerPage) {
 | 
			
		||||
        let [nColumns, usedWidth] = this._computeLayout(availWidthPerPage);
 | 
			
		||||
        let nRows;
 | 
			
		||||
        let children = this._getVisibleChildren();
 | 
			
		||||
        if (nColumns > 0)
 | 
			
		||||
            nRows = Math.ceil(children.length / nColumns);
 | 
			
		||||
        else
 | 
			
		||||
            nRows = 0;
 | 
			
		||||
        if (this._rowLimit)
 | 
			
		||||
            nRows = Math.min(nRows, this._rowLimit);
 | 
			
		||||
 | 
			
		||||
        let spacing = this._getSpacing();
 | 
			
		||||
        // We want to contain the grid inside the parent box with padding
 | 
			
		||||
        this._rowsPerPage = this.rowsForHeight(availHeightPerPage);
 | 
			
		||||
        this._nPages = Math.ceil(nRows / this._rowsPerPage);
 | 
			
		||||
        this._spaceBetweenPages = availHeightPerPage - (this.topPadding + this.bottomPadding) - this._availableHeightPerPageForItems();
 | 
			
		||||
        this._childrenPerPage = nColumns * this._rowsPerPage;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    adaptToSize: function(availWidth, availHeight) {
 | 
			
		||||
        this.parent(availWidth, availHeight);
 | 
			
		||||
        this._computePages(availWidth, availHeight);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _availableHeightPerPageForItems: function() {
 | 
			
		||||
        return this.usedHeightForNRows(this._rowsPerPage) - (this.topPadding + this.bottomPadding);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    nPages: function() {
 | 
			
		||||
        return this._nPages;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getPageY: function(pageNumber) {
 | 
			
		||||
        if (!this._nPages)
 | 
			
		||||
            return 0;
 | 
			
		||||
 | 
			
		||||
        let firstPageItem = pageNumber * this._childrenPerPage
 | 
			
		||||
        let childBox = this._getVisibleChildren()[firstPageItem].get_allocation_box();
 | 
			
		||||
        return childBox.y1 - this.topPadding;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getItemPage: function(item) {
 | 
			
		||||
        let children = this._getVisibleChildren();
 | 
			
		||||
        let index = children.indexOf(item);
 | 
			
		||||
        if (index == -1) {
 | 
			
		||||
            throw new Error('Item not found.');
 | 
			
		||||
            return 0;
 | 
			
		||||
        }
 | 
			
		||||
        return Math.floor(index / this._childrenPerPage);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
    * openExtraSpace:
 | 
			
		||||
    * @sourceItem: the item for which to create extra space
 | 
			
		||||
    * @side: where @sourceItem should be located relative to the created space
 | 
			
		||||
    * @nRows: the amount of space to create
 | 
			
		||||
    *
 | 
			
		||||
    * Pan view to create extra space for @nRows above or below @sourceItem.
 | 
			
		||||
    */
 | 
			
		||||
    openExtraSpace: function(sourceItem, side, nRows) {
 | 
			
		||||
        let children = this._getVisibleChildren();
 | 
			
		||||
        let index = children.indexOf(sourceItem.actor);
 | 
			
		||||
        if (index == -1) {
 | 
			
		||||
            throw new Error('Item not found.');
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        let pageIndex = Math.floor(index / this._childrenPerPage);
 | 
			
		||||
        let pageOffset = pageIndex * this._childrenPerPage;
 | 
			
		||||
 | 
			
		||||
        let childrenPerRow = this._childrenPerPage / this._rowsPerPage;
 | 
			
		||||
        let sourceRow = Math.floor((index - pageOffset) / childrenPerRow);
 | 
			
		||||
 | 
			
		||||
        let nRowsAbove = (side == St.Side.TOP) ? sourceRow + 1
 | 
			
		||||
                                               : sourceRow;
 | 
			
		||||
        let nRowsBelow = this._rowsPerPage - nRowsAbove;
 | 
			
		||||
 | 
			
		||||
        let nRowsUp, nRowsDown;
 | 
			
		||||
        if (side == St.Side.TOP) {
 | 
			
		||||
            nRowsDown = Math.min(nRowsBelow, nRows);
 | 
			
		||||
            nRowsUp = nRows - nRowsDown;
 | 
			
		||||
        } else {
 | 
			
		||||
            nRowsUp = Math.min(nRowsAbove, nRows);
 | 
			
		||||
            nRowsDown = nRows - nRowsUp;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let childrenDown = children.splice(pageOffset +
 | 
			
		||||
                                           nRowsAbove * childrenPerRow,
 | 
			
		||||
                                           nRowsBelow * childrenPerRow);
 | 
			
		||||
        let childrenUp = children.splice(pageOffset,
 | 
			
		||||
                                         nRowsAbove * childrenPerRow);
 | 
			
		||||
 | 
			
		||||
        // Special case: On the last row with no rows below the icon,
 | 
			
		||||
        // there's no need to move any rows either up or down
 | 
			
		||||
        if (childrenDown.length == 0 && nRowsUp == 0) {
 | 
			
		||||
            this._translatedChildren = [];
 | 
			
		||||
            this.emit('space-opened');
 | 
			
		||||
        } else {
 | 
			
		||||
            this._translateChildren(childrenUp, Gtk.DirectionType.UP, nRowsUp);
 | 
			
		||||
            this._translateChildren(childrenDown, Gtk.DirectionType.DOWN, nRowsDown);
 | 
			
		||||
            this._translatedChildren = childrenUp.concat(childrenDown);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _translateChildren: function(children, direction, nRows) {
 | 
			
		||||
        let translationY = nRows * (this._getVItemSize() + this._getSpacing());
 | 
			
		||||
        if (translationY == 0)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        if (direction == Gtk.DirectionType.UP)
 | 
			
		||||
            translationY *= -1;
 | 
			
		||||
 | 
			
		||||
        for (let i = 0; i < children.length; i++) {
 | 
			
		||||
            children[i].translation_y = 0;
 | 
			
		||||
            let params = { translation_y: translationY,
 | 
			
		||||
                           time: EXTRA_SPACE_ANIMATION_TIME,
 | 
			
		||||
                           transition: 'easeInOutQuad'
 | 
			
		||||
                         };
 | 
			
		||||
            if (i == (children.length - 1))
 | 
			
		||||
                params.onComplete = Lang.bind(this,
 | 
			
		||||
                    function() {
 | 
			
		||||
                        this.emit('space-opened');
 | 
			
		||||
                    });
 | 
			
		||||
            Tweener.addTween(children[i], params);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    closeExtraSpace: function() {
 | 
			
		||||
        if (!this._translatedChildren || !this._translatedChildren.length) {
 | 
			
		||||
            this.emit('space-closed');
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        for (let i = 0; i < this._translatedChildren.length; i++) {
 | 
			
		||||
            if (!this._translatedChildren[i].translation_y)
 | 
			
		||||
                continue;
 | 
			
		||||
            Tweener.addTween(this._translatedChildren[i],
 | 
			
		||||
                             { translation_y: 0,
 | 
			
		||||
                               time: EXTRA_SPACE_ANIMATION_TIME,
 | 
			
		||||
                               transition: 'easeInOutQuad',
 | 
			
		||||
                               onComplete: Lang.bind(this,
 | 
			
		||||
                                   function() {
 | 
			
		||||
                                       this.emit('space-closed');
 | 
			
		||||
                                   })
 | 
			
		||||
                             });
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(PaginatedIconGrid.prototype);
 | 
			
		||||
 
 | 
			
		||||
@@ -23,29 +23,27 @@ const KEYBOARD_TYPE = 'keyboard-type';
 | 
			
		||||
const A11Y_APPLICATIONS_SCHEMA = 'org.gnome.desktop.a11y.applications';
 | 
			
		||||
const SHOW_KEYBOARD = 'screen-keyboard-enabled';
 | 
			
		||||
 | 
			
		||||
const CaribouKeyboardIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.Caribou.Keyboard"> \
 | 
			
		||||
<method name="Show"> \
 | 
			
		||||
    <arg type="u" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="Hide"> \
 | 
			
		||||
    <arg type="u" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="SetCursorLocation"> \
 | 
			
		||||
    <arg type="i" direction="in" /> \
 | 
			
		||||
    <arg type="i" direction="in" /> \
 | 
			
		||||
    <arg type="i" direction="in" /> \
 | 
			
		||||
    <arg type="i" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="SetEntryLocation"> \
 | 
			
		||||
    <arg type="i" direction="in" /> \
 | 
			
		||||
    <arg type="i" direction="in" /> \
 | 
			
		||||
    <arg type="i" direction="in" /> \
 | 
			
		||||
    <arg type="i" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<property name="Name" access="read" type="s" /> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const CaribouKeyboardIface = <interface name='org.gnome.Caribou.Keyboard'>
 | 
			
		||||
<method name='Show'>
 | 
			
		||||
    <arg type='u' direction='in' />
 | 
			
		||||
</method>
 | 
			
		||||
<method name='Hide'>
 | 
			
		||||
    <arg type='u' direction='in' />
 | 
			
		||||
</method>
 | 
			
		||||
<method name='SetCursorLocation'>
 | 
			
		||||
    <arg type='i' direction='in' />
 | 
			
		||||
    <arg type='i' direction='in' />
 | 
			
		||||
    <arg type='i' direction='in' />
 | 
			
		||||
    <arg type='i' direction='in' />
 | 
			
		||||
</method>
 | 
			
		||||
<method name='SetEntryLocation'>
 | 
			
		||||
    <arg type='i' direction='in' />
 | 
			
		||||
    <arg type='i' direction='in' />
 | 
			
		||||
    <arg type='i' direction='in' />
 | 
			
		||||
    <arg type='i' direction='in' />
 | 
			
		||||
</method>
 | 
			
		||||
<property name='Name' access='read' type='s' />
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const Key = new Lang.Class({
 | 
			
		||||
    Name: 'Key',
 | 
			
		||||
 
 | 
			
		||||
@@ -227,6 +227,11 @@ const LayoutManager = new Lang.Class({
 | 
			
		||||
        this._backgroundGroup.lower_bottom();
 | 
			
		||||
        this._bgManagers = [];
 | 
			
		||||
 | 
			
		||||
        // This blocks the XDND picks from finding the activities button
 | 
			
		||||
        // and we never attempt to pick anything from it anyway so make
 | 
			
		||||
        // it invisible from picks
 | 
			
		||||
        Shell.util_set_hidden_from_pick(global.top_window_group, true);
 | 
			
		||||
 | 
			
		||||
        // Need to update struts on new workspaces when they are added
 | 
			
		||||
        global.screen.connect('notify::n-workspaces',
 | 
			
		||||
                              Lang.bind(this, this._queueUpdateRegions));
 | 
			
		||||
@@ -251,7 +256,7 @@ const LayoutManager = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._inOverview = true;
 | 
			
		||||
        this._updateVisibility();
 | 
			
		||||
        this._updateRegions();
 | 
			
		||||
        this._queueUpdateRegions();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    hideOverview: function() {
 | 
			
		||||
@@ -362,7 +367,7 @@ const LayoutManager = new Lang.Class({
 | 
			
		||||
                              BackgroundMenu.addBackgroundMenu(bgManager.background.actor);
 | 
			
		||||
                          }));
 | 
			
		||||
 | 
			
		||||
        this._bgManagers[monitorIndex] = bgManager;
 | 
			
		||||
        this._bgManagers.push(bgManager);
 | 
			
		||||
 | 
			
		||||
        return bgManager.background;
 | 
			
		||||
    },
 | 
			
		||||
@@ -523,10 +528,17 @@ const LayoutManager = new Lang.Class({
 | 
			
		||||
    get focusIndex() {
 | 
			
		||||
        let i = Main.layoutManager.primaryIndex;
 | 
			
		||||
 | 
			
		||||
        if (global.stage.key_focus != null)
 | 
			
		||||
            i = this.findIndexForActor(global.stage.key_focus);
 | 
			
		||||
        else if (global.display.focus_window != null)
 | 
			
		||||
            i = global.display.focus_window.get_monitor();
 | 
			
		||||
        if (global.stage_input_mode == Shell.StageInputMode.FOCUSED ||
 | 
			
		||||
            global.stage_input_mode == Shell.StageInputMode.FULLSCREEN) {
 | 
			
		||||
            let focusActor = global.stage.key_focus;
 | 
			
		||||
            if (focusActor)
 | 
			
		||||
                i = this.findIndexForActor(focusActor);
 | 
			
		||||
        } else {
 | 
			
		||||
            let focusWindow = global.display.focus_window;
 | 
			
		||||
            if (focusWindow)
 | 
			
		||||
                i = focusWindow.get_monitor();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return i;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -584,19 +596,13 @@ const LayoutManager = new Lang.Class({
 | 
			
		||||
    // screen. So, we set no_clear_hint at the end of the animation.
 | 
			
		||||
 | 
			
		||||
    _prepareStartupAnimation: function() {
 | 
			
		||||
        // During the initial transition, add a simple actor to block all events,
 | 
			
		||||
        // so they don't get delivered to X11 windows that have been transformed.
 | 
			
		||||
        this._coverPane = new Clutter.Actor({ opacity: 0,
 | 
			
		||||
                                              width: global.screen_width,
 | 
			
		||||
                                              height: global.screen_height,
 | 
			
		||||
                                              reactive: true });
 | 
			
		||||
        this.addChrome(this._coverPane);
 | 
			
		||||
        // Set ourselves to FULLSCREEN input mode while the animation is running
 | 
			
		||||
        // so events don't get delivered to X11 windows (which are distorted by the animation)
 | 
			
		||||
        global.stage_input_mode = Shell.StageInputMode.FULLSCREEN;
 | 
			
		||||
 | 
			
		||||
        if (Main.sessionMode.isGreeter) {
 | 
			
		||||
            this.panelBox.translation_y = -this.panelBox.height;
 | 
			
		||||
        } else {
 | 
			
		||||
            this._createPrimaryBackground();
 | 
			
		||||
 | 
			
		||||
            // We need to force an update of the regions now before we scale
 | 
			
		||||
            // the UI group to get the coorect allocation for the struts.
 | 
			
		||||
            this._updateRegions();
 | 
			
		||||
@@ -646,6 +652,7 @@ const LayoutManager = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _startupAnimationSession: function() {
 | 
			
		||||
        this._createPrimaryBackground();
 | 
			
		||||
        Tweener.addTween(this.uiGroup,
 | 
			
		||||
                         { scale_x: 1,
 | 
			
		||||
                           scale_y: 1,
 | 
			
		||||
@@ -661,8 +668,7 @@ const LayoutManager = new Lang.Class({
 | 
			
		||||
        // we no longer need to clear the stage
 | 
			
		||||
        global.stage.no_clear_hint = true;
 | 
			
		||||
 | 
			
		||||
        this._coverPane.destroy();
 | 
			
		||||
        this._coverPane = null;
 | 
			
		||||
        global.stage_input_mode = Shell.StageInputMode.NORMAL;
 | 
			
		||||
 | 
			
		||||
        this._systemBackground.actor.destroy();
 | 
			
		||||
        this._systemBackground = null;
 | 
			
		||||
 
 | 
			
		||||
@@ -42,11 +42,15 @@ const Lightbox = new Lang.Class({
 | 
			
		||||
        params = Params.parse(params, { inhibitEvents: false,
 | 
			
		||||
                                        width: null,
 | 
			
		||||
                                        height: null,
 | 
			
		||||
                                        fadeFactor: DEFAULT_FADE_FACTOR,
 | 
			
		||||
                                        fadeInTime: null,
 | 
			
		||||
                                        fadeOutTime: null,
 | 
			
		||||
                                        fadeFactor: DEFAULT_FADE_FACTOR
 | 
			
		||||
                                      });
 | 
			
		||||
 | 
			
		||||
        this._container = container;
 | 
			
		||||
        this._children = container.get_children();
 | 
			
		||||
        this._fadeInTime = params.fadeInTime;
 | 
			
		||||
        this._fadeOutTime = params.fadeOutTime;
 | 
			
		||||
        this._fadeFactor = params.fadeFactor;
 | 
			
		||||
        this.actor = new St.Bin({ x: 0,
 | 
			
		||||
                                  y: 0,
 | 
			
		||||
@@ -97,16 +101,14 @@ const Lightbox = new Lang.Class({
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    show: function(fadeInTime) {
 | 
			
		||||
        fadeInTime = fadeInTime || 0;
 | 
			
		||||
 | 
			
		||||
    show: function() {
 | 
			
		||||
        Tweener.removeTweens(this.actor);
 | 
			
		||||
        if (fadeInTime != 0) {
 | 
			
		||||
        if (this._fadeInTime) {
 | 
			
		||||
            this.shown = false;
 | 
			
		||||
            this.actor.opacity = 0;
 | 
			
		||||
            Tweener.addTween(this.actor,
 | 
			
		||||
                             { opacity: 255 * this._fadeFactor,
 | 
			
		||||
                               time: fadeInTime,
 | 
			
		||||
                               time: this._fadeInTime,
 | 
			
		||||
                               transition: 'easeOutQuad',
 | 
			
		||||
                               onComplete: Lang.bind(this, function() {
 | 
			
		||||
                                   this.shown = true;
 | 
			
		||||
@@ -121,15 +123,13 @@ const Lightbox = new Lang.Class({
 | 
			
		||||
        this.actor.show();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    hide: function(fadeOutTime) {
 | 
			
		||||
        fadeOutTime = fadeOutTime || 0;
 | 
			
		||||
 | 
			
		||||
    hide: function() {
 | 
			
		||||
        this.shown = false;
 | 
			
		||||
        Tweener.removeTweens(this.actor);
 | 
			
		||||
        if (fadeOutTime != 0) {
 | 
			
		||||
        if (this._fadeOutTime) {
 | 
			
		||||
            Tweener.addTween(this.actor,
 | 
			
		||||
                             { opacity: 0,
 | 
			
		||||
                               time: fadeOutTime,
 | 
			
		||||
                               time: this._fadeOutTime,
 | 
			
		||||
                               transition: 'easeOutQuad',
 | 
			
		||||
                               onComplete: Lang.bind(this, function() {
 | 
			
		||||
                                   this.actor.hide();
 | 
			
		||||
 
 | 
			
		||||
@@ -629,6 +629,55 @@ const Inspector = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
Signals.addSignalMethods(Inspector.prototype);
 | 
			
		||||
 | 
			
		||||
const Memory = new Lang.Class({
 | 
			
		||||
    Name: 'Memory',
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.actor = new St.BoxLayout({ vertical: true });
 | 
			
		||||
        this._glibc_uordblks = new St.Label();
 | 
			
		||||
        this.actor.add(this._glibc_uordblks);
 | 
			
		||||
 | 
			
		||||
        this._js_bytes = new St.Label();
 | 
			
		||||
        this.actor.add(this._js_bytes);
 | 
			
		||||
 | 
			
		||||
        this._gjs_boxed = new St.Label();
 | 
			
		||||
        this.actor.add(this._gjs_boxed);
 | 
			
		||||
 | 
			
		||||
        this._gjs_gobject = new St.Label();
 | 
			
		||||
        this.actor.add(this._gjs_gobject);
 | 
			
		||||
 | 
			
		||||
        this._gjs_function = new St.Label();
 | 
			
		||||
        this.actor.add(this._gjs_function);
 | 
			
		||||
 | 
			
		||||
        this._gjs_closure = new St.Label();
 | 
			
		||||
        this.actor.add(this._gjs_closure);
 | 
			
		||||
 | 
			
		||||
        this._last_gc_seconds_ago = new St.Label();
 | 
			
		||||
        this.actor.add(this._last_gc_seconds_ago);
 | 
			
		||||
 | 
			
		||||
        this._gcbutton = new St.Button({ label: 'Full GC',
 | 
			
		||||
                                         style_class: 'lg-obj-inspector-button' });
 | 
			
		||||
        this._gcbutton.connect('clicked', Lang.bind(this, function () { System.gc(); this._renderText(); }));
 | 
			
		||||
        this.actor.add(this._gcbutton, { x_align: St.Align.START,
 | 
			
		||||
                                         x_fill: false });
 | 
			
		||||
 | 
			
		||||
        this.actor.connect('notify::mapped', Lang.bind(this, this._renderText));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _renderText: function() {
 | 
			
		||||
        if (!this.actor.mapped)
 | 
			
		||||
            return;
 | 
			
		||||
        let memInfo = global.get_memory_info();
 | 
			
		||||
        this._glibc_uordblks.text = 'glibc_uordblks: ' + memInfo.glibc_uordblks;
 | 
			
		||||
        this._js_bytes.text = 'js bytes: ' + memInfo.js_bytes;
 | 
			
		||||
        this._gjs_boxed.text = 'gjs_boxed: ' + memInfo.gjs_boxed;
 | 
			
		||||
        this._gjs_gobject.text = 'gjs_gobject: ' + memInfo.gjs_gobject;
 | 
			
		||||
        this._gjs_function.text = 'gjs_function: ' + memInfo.gjs_function;
 | 
			
		||||
        this._gjs_closure.text = 'gjs_closure: ' + memInfo.gjs_closure;
 | 
			
		||||
        this._last_gc_seconds_ago.text = 'last_gc_seconds_ago: ' + memInfo.last_gc_seconds_ago;
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const Extensions = new Lang.Class({
 | 
			
		||||
    Name: 'Extensions',
 | 
			
		||||
 | 
			
		||||
@@ -800,9 +849,8 @@ const LookingGlass = new Lang.Class({
 | 
			
		||||
        this._updateFont();
 | 
			
		||||
 | 
			
		||||
        // We want it to appear to slide out from underneath the panel
 | 
			
		||||
        Main.uiGroup.add_actor(this.actor);
 | 
			
		||||
        Main.uiGroup.set_child_below_sibling(this.actor,
 | 
			
		||||
                                             Main.layoutManager.panelBox);
 | 
			
		||||
        Main.layoutManager.panelBox.add_actor(this.actor);
 | 
			
		||||
        this.actor.lower_bottom();
 | 
			
		||||
        Main.layoutManager.panelBox.connect('allocation-changed',
 | 
			
		||||
                                            Lang.bind(this, this._queueResize));
 | 
			
		||||
        Main.layoutManager.keyboardBox.connect('allocation-changed',
 | 
			
		||||
@@ -831,19 +879,6 @@ const LookingGlass = new Lang.Class({
 | 
			
		||||
            return true;
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        let gcIcon = new St.Icon({ icon_name: 'gnome-fs-trash-full',
 | 
			
		||||
                                   icon_size: 24 });
 | 
			
		||||
        toolbar.add_actor(gcIcon);
 | 
			
		||||
        gcIcon.reactive = true;
 | 
			
		||||
        gcIcon.connect('button-press-event', Lang.bind(this, function () {
 | 
			
		||||
           gcIcon.icon_name = 'gnome-fs-trash-empty';
 | 
			
		||||
           System.gc();
 | 
			
		||||
           this._timeoutId = Mainloop.timeout_add(500, Lang.bind(this, function () {
 | 
			
		||||
                gcIcon.icon_name = 'gnome-fs-trash-full';
 | 
			
		||||
                Mainloop.source_remove(this._timeoutId);
 | 
			
		||||
           }));
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        let notebook = new Notebook();
 | 
			
		||||
        this._notebook = notebook;
 | 
			
		||||
        this.actor.add(notebook.actor, { expand: true });
 | 
			
		||||
@@ -871,6 +906,9 @@ const LookingGlass = new Lang.Class({
 | 
			
		||||
        this._windowList = new WindowList(this);
 | 
			
		||||
        notebook.appendPage('Windows', this._windowList.actor);
 | 
			
		||||
 | 
			
		||||
        this._memory = new Memory();
 | 
			
		||||
        notebook.appendPage('Memory', this._memory.actor);
 | 
			
		||||
 | 
			
		||||
        this._extensions = new Extensions(this);
 | 
			
		||||
        notebook.appendPage('Extensions', this._extensions.actor);
 | 
			
		||||
 | 
			
		||||
@@ -881,7 +919,7 @@ const LookingGlass = new Lang.Class({
 | 
			
		||||
            let text = o.get_text();
 | 
			
		||||
            // Ensure we don't get newlines in the command; the history file is
 | 
			
		||||
            // newline-separated.
 | 
			
		||||
            text = text.replace('\n', ' ');
 | 
			
		||||
            text.replace('\n', ' ');
 | 
			
		||||
            // Strip leading and trailing whitespace
 | 
			
		||||
            text = text.replace(/^\s+/g, '').replace(/\s+$/g, '');
 | 
			
		||||
            if (text == '')
 | 
			
		||||
@@ -1033,15 +1071,15 @@ const LookingGlass = new Lang.Class({
 | 
			
		||||
        let myWidth = primary.width * 0.7;
 | 
			
		||||
        let availableHeight = primary.height - Main.layoutManager.keyboardBox.height;
 | 
			
		||||
        let myHeight = Math.min(primary.height * 0.7, availableHeight * 0.9);
 | 
			
		||||
        this.actor.x = primary.x + (primary.width - myWidth) / 2;
 | 
			
		||||
        this._hiddenY = primary.y + Main.layoutManager.panelBox.height - myHeight - 4; // -4 to hide the top corners
 | 
			
		||||
        this.actor.x = (primary.width - myWidth) / 2;
 | 
			
		||||
        this._hiddenY = this.actor.get_parent().height - myHeight - 4; // -4 to hide the top corners
 | 
			
		||||
        this._targetY = this._hiddenY + myHeight;
 | 
			
		||||
        this.actor.y = this._hiddenY;
 | 
			
		||||
        this.actor.width = myWidth;
 | 
			
		||||
        this.actor.height = myHeight;
 | 
			
		||||
        this._objInspector.actor.set_size(Math.floor(myWidth * 0.8), Math.floor(myHeight * 0.8));
 | 
			
		||||
        this._objInspector.actor.set_position(this.actor.x + Math.floor(myWidth * 0.1),
 | 
			
		||||
                                              this._targetY + Math.floor(myHeight * 0.1));
 | 
			
		||||
        this._objInspector.actor.set_position(primary.x + this.actor.x + Math.floor(myWidth * 0.1),
 | 
			
		||||
                                              primary.y + this._targetY + Math.floor(myHeight * 0.1));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    insertObject: function(obj) {
 | 
			
		||||
@@ -1111,7 +1149,7 @@ const LookingGlass = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        Main.popModal(this._entry);
 | 
			
		||||
 | 
			
		||||
        Tweener.addTween(this.actor, { time: Math.min(0.5 / St.get_slow_down_factor(), 0.5),
 | 
			
		||||
        Tweener.addTween(this.actor, { time: 0.5 / St.get_slow_down_factor(),
 | 
			
		||||
                                       transition: 'easeOutQuad',
 | 
			
		||||
                                       y: this._hiddenY,
 | 
			
		||||
                                       onComplete: Lang.bind(this, function () {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,5 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const Atspi = imports.gi.Atspi;
 | 
			
		||||
const Clutter = imports.gi.Clutter;
 | 
			
		||||
const GDesktopEnums = imports.gi.GDesktopEnums;
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
@@ -8,10 +7,8 @@ const Shell = imports.gi.Shell;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Mainloop = imports.mainloop;
 | 
			
		||||
const Meta = imports.gi.Meta;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
 | 
			
		||||
const FocusCaretTracker = imports.ui.focusCaretTracker;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const MagnifierDBus = imports.ui.magnifierDBus;
 | 
			
		||||
const Params = imports.misc.params;
 | 
			
		||||
@@ -39,8 +36,6 @@ const CONTRAST_BLUE_KEY         = 'contrast-blue';
 | 
			
		||||
const LENS_MODE_KEY             = 'lens-mode';
 | 
			
		||||
const CLAMP_MODE_KEY            = 'scroll-at-edges';
 | 
			
		||||
const MOUSE_TRACKING_KEY        = 'mouse-tracking';
 | 
			
		||||
const FOCUS_TRACKING_KEY        = 'focus-tracking';
 | 
			
		||||
const CARET_TRACKING_KEY        = 'caret-tracking';
 | 
			
		||||
const SHOW_CROSS_HAIRS_KEY      = 'show-cross-hairs';
 | 
			
		||||
const CROSS_HAIRS_THICKNESS_KEY = 'cross-hairs-thickness';
 | 
			
		||||
const CROSS_HAIRS_COLOR_KEY     = 'cross-hairs-color';
 | 
			
		||||
@@ -57,24 +52,10 @@ const Magnifier = new Lang.Class({
 | 
			
		||||
        // Magnifier is a manager of ZoomRegions.
 | 
			
		||||
        this._zoomRegions = [];
 | 
			
		||||
 | 
			
		||||
        // Export to dbus.
 | 
			
		||||
        magDBusService = new MagnifierDBus.ShellMagnifier();
 | 
			
		||||
 | 
			
		||||
        let showAtLaunch = this._settingsInit();
 | 
			
		||||
        this.setActive(showAtLaunch);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _initialize: function() {
 | 
			
		||||
        if (this._initialized)
 | 
			
		||||
            return;
 | 
			
		||||
        this._initialized = true;
 | 
			
		||||
 | 
			
		||||
        this._settingsInitLate();
 | 
			
		||||
 | 
			
		||||
        // Create small clutter tree for the magnified mouse.
 | 
			
		||||
        let cursorTracker = Meta.CursorTracker.get_for_screen(global.screen);
 | 
			
		||||
        let xfixesCursor = Shell.XFixesCursor.get_for_stage(global.stage);
 | 
			
		||||
        this._mouseSprite = new Clutter.Texture();
 | 
			
		||||
        Shell.util_cursor_tracker_to_clutter(cursorTracker, this._mouseSprite);
 | 
			
		||||
        xfixesCursor.update_texture_image(this._mouseSprite);
 | 
			
		||||
        this._cursorRoot = new Clutter.Actor();
 | 
			
		||||
        this._cursorRoot.add_actor(this._mouseSprite);
 | 
			
		||||
 | 
			
		||||
@@ -86,11 +67,15 @@ const Magnifier = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        let aZoomRegion = new ZoomRegion(this, this._cursorRoot);
 | 
			
		||||
        this._zoomRegions.push(aZoomRegion);
 | 
			
		||||
        this._settingsInitRegion(aZoomRegion);
 | 
			
		||||
        let showAtLaunch = this._settingsInit(aZoomRegion);
 | 
			
		||||
        aZoomRegion.scrollContentsTo(this.xMouse, this.yMouse);
 | 
			
		||||
 | 
			
		||||
        cursorTracker.connect('cursor-changed', Lang.bind(this, this._updateMouseSprite));
 | 
			
		||||
        this._cursorTracker = cursorTracker;
 | 
			
		||||
        xfixesCursor.connect('cursor-change', Lang.bind(this, this._updateMouseSprite));
 | 
			
		||||
        this._xfixesCursor = xfixesCursor;
 | 
			
		||||
 | 
			
		||||
        // Export to dbus.
 | 
			
		||||
        magDBusService = new MagnifierDBus.ShellMagnifier();
 | 
			
		||||
        this.setActive(showAtLaunch);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
@@ -98,7 +83,7 @@ const Magnifier = new Lang.Class({
 | 
			
		||||
     * Show the system mouse pointer.
 | 
			
		||||
     */
 | 
			
		||||
    showSystemCursor: function() {
 | 
			
		||||
        this._cursorTracker.set_pointer_visible(true);
 | 
			
		||||
        this._xfixesCursor.show();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
@@ -106,7 +91,7 @@ const Magnifier = new Lang.Class({
 | 
			
		||||
     * Hide the system mouse pointer.
 | 
			
		||||
     */
 | 
			
		||||
    hideSystemCursor: function() {
 | 
			
		||||
        this._cursorTracker.set_pointer_visible(false);
 | 
			
		||||
        this._xfixesCursor.hide();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
@@ -115,12 +100,6 @@ const Magnifier = new Lang.Class({
 | 
			
		||||
     * @activate:   Boolean to activate or de-activate the magnifier.
 | 
			
		||||
     */
 | 
			
		||||
    setActive: function(activate) {
 | 
			
		||||
        if (activate == this.isActive())
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        if (activate)
 | 
			
		||||
            this._initialize();
 | 
			
		||||
 | 
			
		||||
        this._zoomRegions.forEach (function(zoomRegion, index, array) {
 | 
			
		||||
            zoomRegion.setActive(activate);
 | 
			
		||||
        });
 | 
			
		||||
@@ -133,7 +112,7 @@ const Magnifier = new Lang.Class({
 | 
			
		||||
        // Make sure system mouse pointer is shown when all zoom regions are
 | 
			
		||||
        // invisible.
 | 
			
		||||
        if (!activate)
 | 
			
		||||
            this._cursorTracker.set_pointer_visible(true);
 | 
			
		||||
            this._xfixesCursor.show();
 | 
			
		||||
 | 
			
		||||
        // Notify interested parties of this change
 | 
			
		||||
        this.emit('active-changed', activate);
 | 
			
		||||
@@ -443,73 +422,62 @@ const Magnifier = new Lang.Class({
 | 
			
		||||
    //// Private methods ////
 | 
			
		||||
 | 
			
		||||
    _updateMouseSprite: function() {
 | 
			
		||||
        Shell.util_cursor_tracker_to_clutter(this._cursorTracker, this._mouseSprite);
 | 
			
		||||
        let [xHot, yHot] = this._cursorTracker.get_hot();
 | 
			
		||||
        this._xfixesCursor.update_texture_image(this._mouseSprite);
 | 
			
		||||
        let xHot = this._xfixesCursor.get_hot_x();
 | 
			
		||||
        let yHot = this._xfixesCursor.get_hot_y();
 | 
			
		||||
        this._mouseSprite.set_anchor_point(xHot, yHot);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _settingsInitRegion: function(zoomRegion) {
 | 
			
		||||
        // Mag factor is accurate to two decimal places.
 | 
			
		||||
        let aPref = parseFloat(this._settings.get_double(MAG_FACTOR_KEY).toFixed(2));
 | 
			
		||||
        if (aPref != 0.0)
 | 
			
		||||
            zoomRegion.setMagFactor(aPref, aPref);
 | 
			
		||||
 | 
			
		||||
        aPref = this._settings.get_enum(SCREEN_POSITION_KEY);
 | 
			
		||||
        if (aPref)
 | 
			
		||||
            zoomRegion.setScreenPosition(aPref);
 | 
			
		||||
 | 
			
		||||
        zoomRegion.setLensMode(this._settings.get_boolean(LENS_MODE_KEY));
 | 
			
		||||
        zoomRegion.setClampScrollingAtEdges(!this._settings.get_boolean(CLAMP_MODE_KEY));
 | 
			
		||||
 | 
			
		||||
        aPref = this._settings.get_enum(MOUSE_TRACKING_KEY);
 | 
			
		||||
        if (aPref)
 | 
			
		||||
            zoomRegion.setMouseTrackingMode(aPref);
 | 
			
		||||
 | 
			
		||||
        aPref = this._settings.get_enum(FOCUS_TRACKING_KEY);
 | 
			
		||||
        if (aPref)
 | 
			
		||||
            zoomRegion.setFocusTrackingMode(aPref);
 | 
			
		||||
 | 
			
		||||
        aPref = this._settings.get_enum(CARET_TRACKING_KEY);
 | 
			
		||||
        if (aPref)
 | 
			
		||||
            zoomRegion.setCaretTrackingMode(aPref);
 | 
			
		||||
 | 
			
		||||
        aPref = this._settings.get_boolean(INVERT_LIGHTNESS_KEY);
 | 
			
		||||
        if (aPref)
 | 
			
		||||
            zoomRegion.setInvertLightness(aPref);
 | 
			
		||||
 | 
			
		||||
        aPref = this._settings.get_double(COLOR_SATURATION_KEY);
 | 
			
		||||
        if (aPref)
 | 
			
		||||
            zoomRegion.setColorSaturation(aPref);
 | 
			
		||||
 | 
			
		||||
        let bc = {};
 | 
			
		||||
        bc.r = this._settings.get_double(BRIGHT_RED_KEY);
 | 
			
		||||
        bc.g = this._settings.get_double(BRIGHT_GREEN_KEY);
 | 
			
		||||
        bc.b = this._settings.get_double(BRIGHT_BLUE_KEY);
 | 
			
		||||
        zoomRegion.setBrightness(bc);
 | 
			
		||||
 | 
			
		||||
        bc.r = this._settings.get_double(CONTRAST_RED_KEY);
 | 
			
		||||
        bc.g = this._settings.get_double(CONTRAST_GREEN_KEY);
 | 
			
		||||
        bc.b = this._settings.get_double(CONTRAST_BLUE_KEY);
 | 
			
		||||
        zoomRegion.setContrast(bc);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _settingsInit: function() {
 | 
			
		||||
    _settingsInit: function(zoomRegion) {
 | 
			
		||||
        this._appSettings = new Gio.Settings({ schema: APPLICATIONS_SCHEMA });
 | 
			
		||||
        this._settings = new Gio.Settings({ schema: MAGNIFIER_SCHEMA });
 | 
			
		||||
 | 
			
		||||
        this._appSettings.connect('changed::' + SHOW_KEY, Lang.bind(this, function() {
 | 
			
		||||
            let active = this._appSettings.get_boolean(SHOW_KEY);
 | 
			
		||||
            this.setActive(active);
 | 
			
		||||
        }));
 | 
			
		||||
        if (zoomRegion) {
 | 
			
		||||
            // Mag factor is accurate to two decimal places.
 | 
			
		||||
            let aPref = parseFloat(this._settings.get_double(MAG_FACTOR_KEY).toFixed(2));
 | 
			
		||||
            if (aPref != 0.0)
 | 
			
		||||
                zoomRegion.setMagFactor(aPref, aPref);
 | 
			
		||||
 | 
			
		||||
        return this._appSettings.get_boolean(SHOW_KEY);
 | 
			
		||||
    },
 | 
			
		||||
            aPref = this._settings.get_enum(SCREEN_POSITION_KEY);
 | 
			
		||||
            if (aPref)
 | 
			
		||||
                zoomRegion.setScreenPosition(aPref);
 | 
			
		||||
 | 
			
		||||
            zoomRegion.setLensMode(this._settings.get_boolean(LENS_MODE_KEY));
 | 
			
		||||
            zoomRegion.setClampScrollingAtEdges(!this._settings.get_boolean(CLAMP_MODE_KEY));
 | 
			
		||||
 | 
			
		||||
            aPref = this._settings.get_enum(MOUSE_TRACKING_KEY);
 | 
			
		||||
            if (aPref)
 | 
			
		||||
                zoomRegion.setMouseTrackingMode(aPref);
 | 
			
		||||
 | 
			
		||||
            aPref = this._settings.get_boolean(INVERT_LIGHTNESS_KEY);
 | 
			
		||||
            if (aPref)
 | 
			
		||||
                zoomRegion.setInvertLightness(aPref);
 | 
			
		||||
 | 
			
		||||
            aPref = this._settings.get_double(COLOR_SATURATION_KEY);
 | 
			
		||||
            if (aPref)
 | 
			
		||||
                zoomRegion.setColorSaturation(aPref);
 | 
			
		||||
 | 
			
		||||
            let bc = {};
 | 
			
		||||
            bc.r = this._settings.get_double(BRIGHT_RED_KEY);
 | 
			
		||||
            bc.g = this._settings.get_double(BRIGHT_GREEN_KEY);
 | 
			
		||||
            bc.b = this._settings.get_double(BRIGHT_BLUE_KEY);
 | 
			
		||||
            zoomRegion.setBrightness(bc);
 | 
			
		||||
 | 
			
		||||
            bc.r = this._settings.get_double(CONTRAST_RED_KEY);
 | 
			
		||||
            bc.g = this._settings.get_double(CONTRAST_GREEN_KEY);
 | 
			
		||||
            bc.b = this._settings.get_double(CONTRAST_BLUE_KEY);
 | 
			
		||||
            zoomRegion.setContrast(bc);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    _settingsInitLate: function() {
 | 
			
		||||
        let showCrosshairs = this._settings.get_boolean(SHOW_CROSS_HAIRS_KEY);
 | 
			
		||||
        this.addCrosshairs();
 | 
			
		||||
        this.setCrosshairsVisible(showCrosshairs);
 | 
			
		||||
 | 
			
		||||
        this._appSettings.connect('changed::' + SHOW_KEY,
 | 
			
		||||
                                  Lang.bind(this, function() {
 | 
			
		||||
            this.setActive(this._appSettings.get_boolean(SHOW_KEY));
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        this._settings.connect('changed::' + SCREEN_POSITION_KEY,
 | 
			
		||||
                               Lang.bind(this, this._updateScreenPosition));
 | 
			
		||||
        this._settings.connect('changed::' + MAG_FACTOR_KEY,
 | 
			
		||||
@@ -520,10 +488,6 @@ const Magnifier = new Lang.Class({
 | 
			
		||||
                               Lang.bind(this, this._updateClampMode));
 | 
			
		||||
        this._settings.connect('changed::' + MOUSE_TRACKING_KEY,
 | 
			
		||||
                               Lang.bind(this, this._updateMouseTrackingMode));
 | 
			
		||||
        this._settings.connect('changed::' + FOCUS_TRACKING_KEY,
 | 
			
		||||
                               Lang.bind(this, this._updateFocusTrackingMode));
 | 
			
		||||
        this._settings.connect('changed::' + CARET_TRACKING_KEY,
 | 
			
		||||
                               Lang.bind(this, this._updateCaretTrackingMode));
 | 
			
		||||
 | 
			
		||||
        this._settings.connect('changed::' + INVERT_LIGHTNESS_KEY,
 | 
			
		||||
                               Lang.bind(this, this._updateInvertLightness));
 | 
			
		||||
@@ -573,6 +537,8 @@ const Magnifier = new Lang.Class({
 | 
			
		||||
                               Lang.bind(this, function() {
 | 
			
		||||
            this.setCrosshairsClip(this._settings.get_boolean(CROSS_HAIRS_CLIP_KEY));
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        return this._appSettings.get_boolean(SHOW_KEY);
 | 
			
		||||
   },
 | 
			
		||||
 | 
			
		||||
    _updateScreenPosition: function() {
 | 
			
		||||
@@ -619,24 +585,6 @@ const Magnifier = new Lang.Class({
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateFocusTrackingMode: function() {
 | 
			
		||||
        // Applies only to the first zoom region.
 | 
			
		||||
        if (this._zoomRegions.length) {
 | 
			
		||||
            this._zoomRegions[0].setFocusTrackingMode(
 | 
			
		||||
                this._settings.get_enum(FOCUS_TRACKING_KEY)
 | 
			
		||||
            );
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateCaretTrackingMode: function() {
 | 
			
		||||
        // Applies only to the first zoom region.
 | 
			
		||||
        if (this._zoomRegions.length) {
 | 
			
		||||
            this._zoomRegions[0].setCaretTrackingMode(
 | 
			
		||||
                this._settings.get_enum(CARET_TRACKING_KEY)
 | 
			
		||||
            );
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateInvertLightness: function() {
 | 
			
		||||
        // Applies only to the first zoom region.
 | 
			
		||||
        if (this._zoomRegions.length) {
 | 
			
		||||
@@ -675,7 +623,7 @@ const Magnifier = new Lang.Class({
 | 
			
		||||
            contrast.b = this._settings.get_double(CONTRAST_BLUE_KEY);
 | 
			
		||||
            this._zoomRegions[0].setContrast(contrast);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(Magnifier.prototype);
 | 
			
		||||
 | 
			
		||||
@@ -684,11 +632,8 @@ const ZoomRegion = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    _init: function(magnifier, mouseSourceActor) {
 | 
			
		||||
        this._magnifier = magnifier;
 | 
			
		||||
        this._focusCaretTracker = new FocusCaretTracker.FocusCaretTracker();
 | 
			
		||||
 | 
			
		||||
        this._mouseTrackingMode = GDesktopEnums.MagnifierMouseTrackingMode.NONE;
 | 
			
		||||
        this._focusTrackingMode = GDesktopEnums.MagnifierFocusTrackingMode.NONE;
 | 
			
		||||
        this._caretTrackingMode = GDesktopEnums.MagnifierCaretTrackingMode.NONE;
 | 
			
		||||
        this._clampScrollingAtEdges = false;
 | 
			
		||||
        this._lensMode = false;
 | 
			
		||||
        this._screenPosition = GDesktopEnums.MagnifierScreenPosition.FULL_SCREEN;
 | 
			
		||||
@@ -714,35 +659,9 @@ const ZoomRegion = new Lang.Class({
 | 
			
		||||
        this._xMagFactor = 1;
 | 
			
		||||
        this._yMagFactor = 1;
 | 
			
		||||
        this._followingCursor = false;
 | 
			
		||||
        this._xFocus = 0;
 | 
			
		||||
        this._yFocus = 0;
 | 
			
		||||
        this._xCaret = 0;
 | 
			
		||||
        this._yCaret = 0;
 | 
			
		||||
 | 
			
		||||
        Main.layoutManager.connect('monitors-changed',
 | 
			
		||||
                                   Lang.bind(this, this._monitorsChanged));
 | 
			
		||||
        this._focusCaretTracker.connect('caret-moved',
 | 
			
		||||
                                    Lang.bind(this, this._updateCaret));
 | 
			
		||||
        this._focusCaretTracker.connect('focus-changed',
 | 
			
		||||
                                    Lang.bind(this, this._updateFocus));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateFocus: function(caller, event) {
 | 
			
		||||
        let component = event.source.get_component_iface();
 | 
			
		||||
        if (!component || event.detail1 != 1)
 | 
			
		||||
            return;
 | 
			
		||||
        let extents = component.get_extents(Atspi.CoordType.SCREEN);
 | 
			
		||||
        [this._xFocus, this._yFocus] = [extents.x, extents.y]
 | 
			
		||||
        this._centerFromFocusPosition();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateCaret: function(caller, event) {
 | 
			
		||||
        let text = event.source.get_text_iface();
 | 
			
		||||
        if (!text)
 | 
			
		||||
            return;
 | 
			
		||||
        let extents = text.get_character_extents(text.get_caret_offset(), 0);
 | 
			
		||||
        [this._xCaret, this._yCaret] = [extents.x, extents.y];
 | 
			
		||||
        this._centerFromCaretPosition();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
@@ -750,17 +669,14 @@ const ZoomRegion = new Lang.Class({
 | 
			
		||||
     * @activate:   Boolean to show/hide the ZoomRegion.
 | 
			
		||||
     */
 | 
			
		||||
    setActive: function(activate) {
 | 
			
		||||
        if (activate == this.isActive())
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        if (activate) {
 | 
			
		||||
        if (activate && !this.isActive()) {
 | 
			
		||||
            this._createActors();
 | 
			
		||||
            if (this._isMouseOverRegion())
 | 
			
		||||
                this._magnifier.hideSystemCursor();
 | 
			
		||||
            this._updateMagViewGeometry();
 | 
			
		||||
            this._updateCloneGeometry();
 | 
			
		||||
            this._updateMousePosition();
 | 
			
		||||
        } else {
 | 
			
		||||
        } else if (!activate && this.isActive()) {
 | 
			
		||||
            this._destroyActors();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
@@ -816,30 +732,6 @@ const ZoomRegion = new Lang.Class({
 | 
			
		||||
        return this._mouseTrackingMode;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * setFocusTrackingMode
 | 
			
		||||
     * @mode:     One of the enum FocusTrackingMode values.
 | 
			
		||||
     */
 | 
			
		||||
    setFocusTrackingMode: function(mode) {
 | 
			
		||||
        this._focusTrackingMode = mode;
 | 
			
		||||
        if (this._focusTrackingMode == GDesktopEnums.MagnifierFocusTrackingMode.NONE)
 | 
			
		||||
            this._focusCaretTracker.deregisterFocusListener();
 | 
			
		||||
        else
 | 
			
		||||
            this._focusCaretTracker.registerFocusListener();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * setCaretTrackingMode
 | 
			
		||||
     * @mode:     One of the enum CaretTrackingMode values.
 | 
			
		||||
     */
 | 
			
		||||
    setCaretTrackingMode: function(mode) {
 | 
			
		||||
        this._caretTrackingMode = mode;
 | 
			
		||||
        if (this._caretTrackingMode == GDesktopEnums.MagnifierCaretTrackingMode.NONE)
 | 
			
		||||
            this._focusCaretTracker.deregisterCaretListener();
 | 
			
		||||
        else
 | 
			
		||||
            this._focusCaretTracker.registerCaretListener();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * setViewPort
 | 
			
		||||
     * Sets the position and size of the ZoomRegion on screen.
 | 
			
		||||
@@ -1131,6 +1023,20 @@ const ZoomRegion = new Lang.Class({
 | 
			
		||||
            this._magShaderEffects.setBrightness(this._brightness);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * getBrightness:
 | 
			
		||||
     * Retrive the current brightness of the Zoom Region.
 | 
			
		||||
     * @return  Object containing the brightness change for the red, green,
 | 
			
		||||
     *          and blue channels.
 | 
			
		||||
     */
 | 
			
		||||
    getBrightness: function() {
 | 
			
		||||
        let brightness = {};
 | 
			
		||||
        brightness.r = this._brightness.r;
 | 
			
		||||
        brightness.g = this._brightness.g;
 | 
			
		||||
        brightness.b = this._brightness.b;
 | 
			
		||||
        return brightness;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * setContrast:
 | 
			
		||||
     * Alter the contrast of the magnified view.
 | 
			
		||||
@@ -1337,47 +1243,19 @@ const ZoomRegion = new Lang.Class({
 | 
			
		||||
        let yMouse = this._magnifier.yMouse;
 | 
			
		||||
 | 
			
		||||
        if (this._mouseTrackingMode == GDesktopEnums.MagnifierMouseTrackingMode.PROPORTIONAL) {
 | 
			
		||||
            return this._centerFromPointProportional(xMouse, yMouse);
 | 
			
		||||
            return this._centerFromMouseProportional(xMouse, yMouse);
 | 
			
		||||
        }
 | 
			
		||||
        else if (this._mouseTrackingMode == GDesktopEnums.MagnifierMouseTrackingMode.PUSH) {
 | 
			
		||||
            return this._centerFromPointPush(xMouse, yMouse);
 | 
			
		||||
            return this._centerFromMousePush(xMouse, yMouse);
 | 
			
		||||
        }
 | 
			
		||||
        else if (this._mouseTrackingMode == GDesktopEnums.MagnifierMouseTrackingMode.CENTERED) {
 | 
			
		||||
            return this._centerFromPointCentered(xMouse, yMouse);
 | 
			
		||||
            return this._centerFromMouseCentered(xMouse, yMouse);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return null; // Should never be hit
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _centerFromCaretPosition: function() {
 | 
			
		||||
        let xCaret = this._xCaret;
 | 
			
		||||
        let yCaret = this._yCaret;
 | 
			
		||||
 | 
			
		||||
        if (this._caretTrackingMode == GDesktopEnums.MagnifierCaretTrackingMode.PROPORTIONAL)
 | 
			
		||||
            [xCaret, yCaret] = this._centerFromPointProportional(xCaret, yCaret);
 | 
			
		||||
        else if (this._caretTrackingMode == GDesktopEnums.MagnifierCaretTrackingMode.PUSH)
 | 
			
		||||
            [xCaret, yCaret] = this._centerFromPointPush(xCaret, yCaret);
 | 
			
		||||
        else if (this._caretTrackingMode == GDesktopEnums.MagnifierCaretTrackingMode.CENTERED)
 | 
			
		||||
            [xCaret, yCaret] = this._centerFromPointCentered(xCaret, yCaret);
 | 
			
		||||
 | 
			
		||||
        this.scrollContentsTo(xCaret, yCaret);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _centerFromFocusPosition: function() {
 | 
			
		||||
        let xFocus = this._xFocus;
 | 
			
		||||
        let yFocus = this._yFocus;
 | 
			
		||||
 | 
			
		||||
        if (this._focusTrackingMode == GDesktopEnums.MagnifierFocusTrackingMode.PROPORTIONAL)
 | 
			
		||||
            [xFocus, yFocus] = this._centerFromPointProportional(xFocus, yFocus);
 | 
			
		||||
        else if (this._focusTrackingMode == GDesktopEnums.MagnifierFocusTrackingMode.PUSH)
 | 
			
		||||
            [xFocus, yFocus] = this._centerFromPointPush(xFocus, yFocus);
 | 
			
		||||
        else if (this._focusTrackingMode == GDesktopEnums.MagnifierFocusTrackingMode.CENTERED)
 | 
			
		||||
            [xFocus, yFocus] = this._centerFromPointCentered(xFocus, yFocus);
 | 
			
		||||
 | 
			
		||||
        this.scrollContentsTo(xFocus, yFocus);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _centerFromPointPush: function(xPoint, yPoint) {
 | 
			
		||||
    _centerFromMousePush: function(xMouse, yMouse) {
 | 
			
		||||
        let [xRoi, yRoi, widthRoi, heightRoi] = this.getROI();
 | 
			
		||||
        let [cursorWidth, cursorHeight] = this._mouseSourceActor.get_size();
 | 
			
		||||
        let xPos = xRoi + widthRoi / 2;
 | 
			
		||||
@@ -1385,20 +1263,20 @@ const ZoomRegion = new Lang.Class({
 | 
			
		||||
        let xRoiRight = xRoi + widthRoi - cursorWidth;
 | 
			
		||||
        let yRoiBottom = yRoi + heightRoi - cursorHeight;
 | 
			
		||||
 | 
			
		||||
        if (xPoint < xRoi)
 | 
			
		||||
            xPos -= (xRoi - xPoint);
 | 
			
		||||
        else if (xPoint > xRoiRight)
 | 
			
		||||
            xPos += (xPoint - xRoiRight);
 | 
			
		||||
        if (xMouse < xRoi)
 | 
			
		||||
            xPos -= (xRoi - xMouse);
 | 
			
		||||
        else if (xMouse > xRoiRight)
 | 
			
		||||
            xPos += (xMouse - xRoiRight);
 | 
			
		||||
 | 
			
		||||
        if (yPoint < yRoi)
 | 
			
		||||
            yPos -= (yRoi - yPoint);
 | 
			
		||||
        else if (yPoint > yRoiBottom)
 | 
			
		||||
            yPos += (yPoint - yRoiBottom);
 | 
			
		||||
        if (yMouse < yRoi)
 | 
			
		||||
            yPos -= (yRoi - yMouse);
 | 
			
		||||
        else if (yMouse > yRoiBottom)
 | 
			
		||||
            yPos += (yMouse - yRoiBottom);
 | 
			
		||||
 | 
			
		||||
        return [xPos, yPos];
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _centerFromPointProportional: function(xPoint, yPoint) {
 | 
			
		||||
    _centerFromMouseProportional: function(xMouse, yMouse) {
 | 
			
		||||
        let [xRoi, yRoi, widthRoi, heightRoi] = this.getROI();
 | 
			
		||||
        let halfScreenWidth = global.screen_width / 2;
 | 
			
		||||
        let halfScreenHeight = global.screen_height / 2;
 | 
			
		||||
@@ -1407,16 +1285,16 @@ const ZoomRegion = new Lang.Class({
 | 
			
		||||
        let unscaledPadding = Math.min(this._viewPortWidth, this._viewPortHeight) / 5;
 | 
			
		||||
        let xPadding = unscaledPadding / this._xMagFactor;
 | 
			
		||||
        let yPadding = unscaledPadding / this._yMagFactor;
 | 
			
		||||
        let xProportion = (xPoint - halfScreenWidth) / halfScreenWidth;   // -1 ... 1
 | 
			
		||||
        let yProportion = (yPoint - halfScreenHeight) / halfScreenHeight; // -1 ... 1
 | 
			
		||||
        let xPos = xPoint - xProportion * (widthRoi / 2 - xPadding);
 | 
			
		||||
        let yPos = yPoint - yProportion * (heightRoi /2 - yPadding);
 | 
			
		||||
        let xProportion = (xMouse - halfScreenWidth) / halfScreenWidth;   // -1 ... 1
 | 
			
		||||
        let yProportion = (yMouse - halfScreenHeight) / halfScreenHeight; // -1 ... 1
 | 
			
		||||
        let xPos = xMouse - xProportion * (widthRoi / 2 - xPadding);
 | 
			
		||||
        let yPos = yMouse - yProportion * (heightRoi /2 - yPadding);
 | 
			
		||||
 | 
			
		||||
        return [xPos, yPos];
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _centerFromPointCentered: function(xPoint, yPoint) {
 | 
			
		||||
        return [xPoint, yPoint];
 | 
			
		||||
    _centerFromMouseCentered: function(xMouse, yMouse) {
 | 
			
		||||
        return [xMouse, yMouse];
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _screenToViewPort: function(screenX, screenY) {
 | 
			
		||||
@@ -1633,6 +1511,15 @@ const Crosshairs = new Lang.Class({
 | 
			
		||||
        this._vertBottomHair.set_opacity(opacity);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * getOpacity:
 | 
			
		||||
     * Retriev how opaque the crosshairs are.
 | 
			
		||||
     * @return: A value between 0 (transparent) and 255 (opaque).
 | 
			
		||||
     */
 | 
			
		||||
    getOpacity: function() {
 | 
			
		||||
        return this._horizLeftHair.get_opacity();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * setLength:
 | 
			
		||||
     * Set the length of the vertical and horizontal lines in the crosshairs.
 | 
			
		||||
@@ -1676,6 +1563,15 @@ const Crosshairs = new Lang.Class({
 | 
			
		||||
        }
 | 
			
		||||
     },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * getClip:
 | 
			
		||||
     * Get the dimensions of the clip rectangle.
 | 
			
		||||
     * @return:   An array of the form [width, height].
 | 
			
		||||
     */
 | 
			
		||||
    getClip: function() {
 | 
			
		||||
        return this._clipSize;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * show:
 | 
			
		||||
     * Show the crosshairs.
 | 
			
		||||
@@ -1771,10 +1667,23 @@ const MagShaderEffects = new Lang.Class({
 | 
			
		||||
        this._inverse.set_enabled(invertFlag);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * getInvertLightness:
 | 
			
		||||
     * Report whether the inversion effect is enabled.
 | 
			
		||||
     * @return:     Boolean.
 | 
			
		||||
     */
 | 
			
		||||
    getInvertLightness: function() {
 | 
			
		||||
        return this._inverse.get_enabled();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setColorSaturation: function(factor) {
 | 
			
		||||
        this._colorDesaturation.set_factor(1.0 - factor);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getColorSaturation: function() {
 | 
			
		||||
        return 1.0 - this._colorDesaturation.get_factor();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * setBrightness:
 | 
			
		||||
     * Set the brightness of the magnified view.
 | 
			
		||||
@@ -1799,6 +1708,24 @@ const MagShaderEffects = new Lang.Class({
 | 
			
		||||
        );
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * getBrightness:
 | 
			
		||||
     * Retrieve current brightness of the magnified view.
 | 
			
		||||
     * @return: Object containing the brightness for the red, green,
 | 
			
		||||
     *          and blue channels.  Values of 0.0 represent "standard" 
 | 
			
		||||
     *          brightness (no change), whereas values less or greater than
 | 
			
		||||
     *          0.0 indicate decreased or incresaed brightness, respectively.
 | 
			
		||||
     */
 | 
			
		||||
    getBrightness: function() {
 | 
			
		||||
        let result = {};
 | 
			
		||||
        let [bRed, bGreen, bBlue] = this._brightnessContrast.get_brightness();
 | 
			
		||||
        result.r = bRed;
 | 
			
		||||
        result.g = bGreen;
 | 
			
		||||
        result.b = bBlue;
 | 
			
		||||
 | 
			
		||||
        return result;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Set the contrast of the magnified view.
 | 
			
		||||
     * @contrast:   Object containing the contrast for the red, green,
 | 
			
		||||
@@ -1823,4 +1750,21 @@ const MagShaderEffects = new Lang.Class({
 | 
			
		||||
             bRed != NO_CHANGE || bGreen != NO_CHANGE || bBlue != NO_CHANGE
 | 
			
		||||
        );
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Retrieve current contrast of the magnified view.
 | 
			
		||||
     * @return: Object containing the contrast for the red, green,
 | 
			
		||||
     *          and blue channels.  Values of 0.0 represent "standard"
 | 
			
		||||
     *          contrast (no change), whereas values less or greater than
 | 
			
		||||
     *          0.0 indicate decreased or incresaed contrast, respectively.
 | 
			
		||||
     */
 | 
			
		||||
    getContrast: function() {
 | 
			
		||||
        let resutl = {};
 | 
			
		||||
        let [cRed, cGreen, cBlue] = this._brightnessContrast.get_contrast();
 | 
			
		||||
        result.r = cRed;
 | 
			
		||||
        result.g = cGreen;
 | 
			
		||||
        result.b = cBlue;
 | 
			
		||||
 | 
			
		||||
        return result;
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
@@ -4,94 +4,92 @@ const Gio = imports.gi.Gio;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
 | 
			
		||||
const MAG_SERVICE_NAME = 'org.gnome.Magnifier';
 | 
			
		||||
const MAG_SERVICE_PATH = '/org/gnome/Magnifier';
 | 
			
		||||
const ZOOM_SERVICE_NAME = 'org.gnome.Magnifier.ZoomRegion';
 | 
			
		||||
const ZOOM_SERVICE_PATH = '/org/gnome/Magnifier/ZoomRegion';
 | 
			
		||||
 | 
			
		||||
// Subset of gnome-mag's Magnifier dbus interface -- to be expanded.  See:
 | 
			
		||||
// http://git.gnome.org/browse/gnome-mag/tree/xml/...Magnifier.xml
 | 
			
		||||
const MagnifierIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.Magnifier"> \
 | 
			
		||||
<method name="setActive"> \
 | 
			
		||||
    <arg type="b" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="isActive"> \
 | 
			
		||||
    <arg type="b" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="showCursor" /> \
 | 
			
		||||
<method name="hideCursor" /> \
 | 
			
		||||
<method name="createZoomRegion"> \
 | 
			
		||||
    <arg type="d" direction="in" /> \
 | 
			
		||||
    <arg type="d" direction="in" /> \
 | 
			
		||||
    <arg type="ai" direction="in" /> \
 | 
			
		||||
    <arg type="ai" direction="in" /> \
 | 
			
		||||
    <arg type="o" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="addZoomRegion"> \
 | 
			
		||||
    <arg type="o" direction="in" /> \
 | 
			
		||||
    <arg type="b" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="getZoomRegions"> \
 | 
			
		||||
    <arg type="ao" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="clearAllZoomRegions" /> \
 | 
			
		||||
<method name="fullScreenCapable"> \
 | 
			
		||||
    <arg type="b" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="setCrosswireSize"> \
 | 
			
		||||
    <arg type="i" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="getCrosswireSize"> \
 | 
			
		||||
    <arg type="i" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="setCrosswireLength"> \
 | 
			
		||||
    <arg type="i" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="getCrosswireLength"> \
 | 
			
		||||
    <arg type="i" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="setCrosswireClip"> \
 | 
			
		||||
    <arg type="b" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="getCrosswireClip"> \
 | 
			
		||||
    <arg type="b" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="setCrosswireColor"> \
 | 
			
		||||
    <arg type="u" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="getCrosswireColor"> \
 | 
			
		||||
    <arg type="u" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const MagnifierIface = <interface name={MAG_SERVICE_NAME}>
 | 
			
		||||
<method name="setActive">
 | 
			
		||||
    <arg type="b" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="isActive">
 | 
			
		||||
    <arg type="b" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="showCursor" />
 | 
			
		||||
<method name="hideCursor" />
 | 
			
		||||
<method name="createZoomRegion">
 | 
			
		||||
    <arg type="d" direction="in" />
 | 
			
		||||
    <arg type="d" direction="in" />
 | 
			
		||||
    <arg type="ai" direction="in" />
 | 
			
		||||
    <arg type="ai" direction="in" />
 | 
			
		||||
    <arg type="o" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="addZoomRegion">
 | 
			
		||||
    <arg type="o" direction="in" />
 | 
			
		||||
    <arg type="b" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="getZoomRegions">
 | 
			
		||||
    <arg type="ao" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="clearAllZoomRegions" />
 | 
			
		||||
<method name="fullScreenCapable">
 | 
			
		||||
    <arg type="b" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="setCrosswireSize">
 | 
			
		||||
    <arg type="i" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="getCrosswireSize">
 | 
			
		||||
    <arg type="i" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="setCrosswireLength">
 | 
			
		||||
    <arg type="i" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="getCrosswireLength">
 | 
			
		||||
    <arg type="i" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="setCrosswireClip">
 | 
			
		||||
    <arg type="b" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="getCrosswireClip">
 | 
			
		||||
    <arg type="b" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="setCrosswireColor">
 | 
			
		||||
    <arg type="u" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="getCrosswireColor">
 | 
			
		||||
    <arg type="u" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
// Subset of gnome-mag's ZoomRegion dbus interface -- to be expanded.  See:
 | 
			
		||||
// http://git.gnome.org/browse/gnome-mag/tree/xml/...ZoomRegion.xml
 | 
			
		||||
const ZoomRegionIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.Magnifier.ZoomRegion"> \
 | 
			
		||||
<method name="setMagFactor"> \
 | 
			
		||||
    <arg type="d" direction="in" /> \
 | 
			
		||||
    <arg type="d" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="getMagFactor"> \
 | 
			
		||||
    <arg type="d" direction="out" /> \
 | 
			
		||||
    <arg type="d" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="setRoi"> \
 | 
			
		||||
    <arg type="ai" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="getRoi"> \
 | 
			
		||||
    <arg type="ai" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="shiftContentsTo"> \
 | 
			
		||||
    <arg type="i" direction="in" /> \
 | 
			
		||||
    <arg type="i" direction="in" /> \
 | 
			
		||||
    <arg type="b" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="moveResize"> \
 | 
			
		||||
    <arg type="ai" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const ZoomRegionIface = <interface name={ZOOM_SERVICE_NAME}>
 | 
			
		||||
<method name="setMagFactor">
 | 
			
		||||
    <arg type="d" direction="in" />
 | 
			
		||||
    <arg type="d" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="getMagFactor">
 | 
			
		||||
    <arg type="d" direction="out" />
 | 
			
		||||
    <arg type="d" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="setRoi">
 | 
			
		||||
    <arg type="ai" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="getRoi">
 | 
			
		||||
    <arg type="ai" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="shiftContentsTo">
 | 
			
		||||
    <arg type="i" direction="in" />
 | 
			
		||||
    <arg type="i" direction="in" />
 | 
			
		||||
    <arg type="b" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="moveResize">
 | 
			
		||||
    <arg type="ai" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
// For making unique ZoomRegion DBus proxy object paths of the form:
 | 
			
		||||
// '/org/gnome/Magnifier/ZoomRegion/zoomer0',
 | 
			
		||||
 
 | 
			
		||||
@@ -28,7 +28,6 @@ const LoginManager = imports.misc.loginManager;
 | 
			
		||||
const LookingGlass = imports.ui.lookingGlass;
 | 
			
		||||
const NotificationDaemon = imports.ui.notificationDaemon;
 | 
			
		||||
const WindowAttentionHandler = imports.ui.windowAttentionHandler;
 | 
			
		||||
const Screencast = imports.ui.screencast;
 | 
			
		||||
const ScreenShield = imports.ui.screenShield;
 | 
			
		||||
const Scripting = imports.ui.scripting;
 | 
			
		||||
const SessionMode = imports.ui.sessionMode;
 | 
			
		||||
@@ -60,7 +59,6 @@ let sessionMode = null;
 | 
			
		||||
let shellDBusService = null;
 | 
			
		||||
let shellMountOpDBusService = null;
 | 
			
		||||
let screenSaverDBus = null;
 | 
			
		||||
let screencastService = null;
 | 
			
		||||
let modalCount = 0;
 | 
			
		||||
let keybindingMode = Shell.KeyBindingMode.NONE;
 | 
			
		||||
let modalActorFocusStack = [];
 | 
			
		||||
@@ -90,12 +88,8 @@ function _sessionUpdated() {
 | 
			
		||||
                                  Shell.KeyBindingMode.OVERVIEW,
 | 
			
		||||
                                  sessionMode.hasRunDialog ? openRunDialog : null);
 | 
			
		||||
 | 
			
		||||
    if (!sessionMode.hasRunDialog) {
 | 
			
		||||
        if (runDialog)
 | 
			
		||||
            runDialog.close();
 | 
			
		||||
        if (lookingGlass)
 | 
			
		||||
            lookingGlass.close();
 | 
			
		||||
    }
 | 
			
		||||
    if (!sessionMode.hasRunDialog && lookingGlass)
 | 
			
		||||
        lookingGlass.close();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function start() {
 | 
			
		||||
@@ -103,15 +97,17 @@ function start() {
 | 
			
		||||
    global.logError = window.log;
 | 
			
		||||
    global.log = window.log;
 | 
			
		||||
 | 
			
		||||
    if (!Meta.is_wayland_compositor)
 | 
			
		||||
        Meta.is_wayland_compositor = function () { return false; };
 | 
			
		||||
 | 
			
		||||
    // Chain up async errors reported from C
 | 
			
		||||
    global.connect('notify-error', function (global, msg, detail) { notifyError(msg, detail); });
 | 
			
		||||
 | 
			
		||||
    Gio.DesktopAppInfo.set_desktop_env('GNOME');
 | 
			
		||||
 | 
			
		||||
    sessionMode = new SessionMode.SessionMode();
 | 
			
		||||
    sessionMode.connect('sessions-loaded', _sessionsLoaded);
 | 
			
		||||
    sessionMode.init();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function _sessionsLoaded() {
 | 
			
		||||
    sessionMode.connect('updated', _sessionUpdated);
 | 
			
		||||
    _initializePrefs();
 | 
			
		||||
    _initializeUI();
 | 
			
		||||
@@ -155,7 +151,6 @@ function _initializeUI() {
 | 
			
		||||
    // working until it's updated.
 | 
			
		||||
    uiGroup = layoutManager.uiGroup;
 | 
			
		||||
 | 
			
		||||
    screencastService = new Screencast.ScreencastService();
 | 
			
		||||
    xdndHandler = new XdndHandler.XdndHandler();
 | 
			
		||||
    ctrlAltTabManager = new CtrlAltTab.CtrlAltTabManager();
 | 
			
		||||
    osdWindow = new OsdWindow.OsdWindow();
 | 
			
		||||
@@ -265,7 +260,11 @@ function loadTheme() {
 | 
			
		||||
    let themeContext = St.ThemeContext.get_for_stage (global.stage);
 | 
			
		||||
    let previousTheme = themeContext.get_theme();
 | 
			
		||||
 | 
			
		||||
    let theme = new St.Theme ({ application_stylesheet: _cssStylesheet,
 | 
			
		||||
    let cssStylesheet = _defaultCssStylesheet;
 | 
			
		||||
    if (_cssStylesheet != null)
 | 
			
		||||
        cssStylesheet = _cssStylesheet;
 | 
			
		||||
 | 
			
		||||
    let theme = new St.Theme ({ application_stylesheet: cssStylesheet,
 | 
			
		||||
                                default_stylesheet: _defaultCssStylesheet });
 | 
			
		||||
 | 
			
		||||
    if (previousTheme) {
 | 
			
		||||
@@ -357,6 +356,8 @@ function pushModal(actor, params) {
 | 
			
		||||
        Meta.disable_unredirect_for_screen(global.screen);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    global.set_stage_input_mode(Shell.StageInputMode.FULLSCREEN);
 | 
			
		||||
 | 
			
		||||
    modalCount += 1;
 | 
			
		||||
    let actorDestroyId = actor.connect('destroy', function() {
 | 
			
		||||
        let index = _findModal(actor);
 | 
			
		||||
@@ -405,6 +406,7 @@ function popModal(actor, timestamp) {
 | 
			
		||||
    if (focusIndex < 0) {
 | 
			
		||||
        global.stage.set_key_focus(null);
 | 
			
		||||
        global.end_modal(timestamp);
 | 
			
		||||
        global.set_stage_input_mode(Shell.StageInputMode.NORMAL);
 | 
			
		||||
        keybindingMode = Shell.KeyBindingMode.NORMAL;
 | 
			
		||||
 | 
			
		||||
        throw new Error('incorrect pop');
 | 
			
		||||
@@ -452,6 +454,7 @@ function popModal(actor, timestamp) {
 | 
			
		||||
        return;
 | 
			
		||||
 | 
			
		||||
    global.end_modal(timestamp);
 | 
			
		||||
    global.set_stage_input_mode(Shell.StageInputMode.NORMAL);
 | 
			
		||||
    Meta.enable_unredirect_for_screen(global.screen);
 | 
			
		||||
    keybindingMode = Shell.KeyBindingMode.NORMAL;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -79,13 +79,9 @@ const ModalDialog = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this.dialogLayout = new St.BoxLayout({ style_class: 'modal-dialog',
 | 
			
		||||
                                               vertical:    true });
 | 
			
		||||
        // modal dialogs are fixed width and grow vertically; set the request
 | 
			
		||||
        // mode accordingly so wrapped labels are handled correctly during
 | 
			
		||||
        // size requests.
 | 
			
		||||
        this.dialogLayout.request_mode = Clutter.RequestMode.HEIGHT_FOR_WIDTH;
 | 
			
		||||
 | 
			
		||||
        if (params.styleClass != null)
 | 
			
		||||
        if (params.styleClass != null) {
 | 
			
		||||
            this.dialogLayout.add_style_class_name(params.styleClass);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (!this._shellReactive) {
 | 
			
		||||
            this._lightbox = new Lightbox.Lightbox(this._group,
 | 
			
		||||
@@ -100,8 +96,7 @@ const ModalDialog = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this.contentLayout = new St.BoxLayout({ vertical: true });
 | 
			
		||||
        this.dialogLayout.add(this.contentLayout,
 | 
			
		||||
                              { expand:  true,
 | 
			
		||||
                                x_fill:  true,
 | 
			
		||||
                              { x_fill:  true,
 | 
			
		||||
                                y_fill:  true,
 | 
			
		||||
                                x_align: St.Align.MIDDLE,
 | 
			
		||||
                                y_align: St.Align.START });
 | 
			
		||||
@@ -109,7 +104,8 @@ const ModalDialog = new Lang.Class({
 | 
			
		||||
        this.buttonLayout = new St.BoxLayout({ style_class: 'modal-dialog-button-box',
 | 
			
		||||
                                               vertical: false });
 | 
			
		||||
        this.dialogLayout.add(this.buttonLayout,
 | 
			
		||||
                              { x_align: St.Align.MIDDLE,
 | 
			
		||||
                              { expand:  true,
 | 
			
		||||
                                x_align: St.Align.MIDDLE,
 | 
			
		||||
                                y_align: St.Align.END });
 | 
			
		||||
 | 
			
		||||
        global.focus_manager.add_group(this.dialogLayout);
 | 
			
		||||
@@ -361,9 +357,8 @@ const ModalDialog = new Lang.Class({
 | 
			
		||||
        if (this._savedKeyFocus) {
 | 
			
		||||
            this._savedKeyFocus.grab_key_focus();
 | 
			
		||||
            this._savedKeyFocus = null;
 | 
			
		||||
        } else {
 | 
			
		||||
        } else
 | 
			
		||||
            this._initialKeyFocus.grab_key_focus();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (!this._shellReactive)
 | 
			
		||||
            this._eventBlocker.lower_bottom();
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,6 @@ const Clutter = imports.gi.Clutter;
 | 
			
		||||
const GdkPixbuf = imports.gi.GdkPixbuf;
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
const GLib = imports.gi.GLib;
 | 
			
		||||
const Gtk = imports.gi.Gtk;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const Mainloop = imports.mainloop;
 | 
			
		||||
@@ -16,56 +15,54 @@ const MessageTray = imports.ui.messageTray;
 | 
			
		||||
const Params = imports.misc.params;
 | 
			
		||||
const Util = imports.misc.util;
 | 
			
		||||
 | 
			
		||||
let nextNotificationId = 1;
 | 
			
		||||
 | 
			
		||||
// Should really be defined in Gio.js
 | 
			
		||||
const BusIface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.DBus"> \
 | 
			
		||||
<method name="GetConnectionUnixProcessID"> \
 | 
			
		||||
    <arg type="s" direction="in" /> \
 | 
			
		||||
    <arg type="u" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const BusIface = <interface name="org.freedesktop.DBus">
 | 
			
		||||
<method name="GetConnectionUnixProcessID">
 | 
			
		||||
    <arg type="s" direction="in" />
 | 
			
		||||
    <arg type="u" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
var BusProxy = Gio.DBusProxy.makeProxyWrapper(BusIface);
 | 
			
		||||
function Bus() {
 | 
			
		||||
    return new BusProxy(Gio.DBus.session, 'org.freedesktop.DBus', '/org/freedesktop/DBus');
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const FdoNotificationsIface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.Notifications"> \
 | 
			
		||||
<method name="Notify"> \
 | 
			
		||||
    <arg type="s" direction="in"/> \
 | 
			
		||||
    <arg type="u" direction="in"/> \
 | 
			
		||||
    <arg type="s" direction="in"/> \
 | 
			
		||||
    <arg type="s" direction="in"/> \
 | 
			
		||||
    <arg type="s" direction="in"/> \
 | 
			
		||||
    <arg type="as" direction="in"/> \
 | 
			
		||||
    <arg type="a{sv}" direction="in"/> \
 | 
			
		||||
    <arg type="i" direction="in"/> \
 | 
			
		||||
    <arg type="u" direction="out"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="CloseNotification"> \
 | 
			
		||||
    <arg type="u" direction="in"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GetCapabilities"> \
 | 
			
		||||
    <arg type="as" direction="out"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GetServerInformation"> \
 | 
			
		||||
    <arg type="s" direction="out"/> \
 | 
			
		||||
    <arg type="s" direction="out"/> \
 | 
			
		||||
    <arg type="s" direction="out"/> \
 | 
			
		||||
    <arg type="s" direction="out"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<signal name="NotificationClosed"> \
 | 
			
		||||
    <arg type="u"/> \
 | 
			
		||||
    <arg type="u"/> \
 | 
			
		||||
</signal> \
 | 
			
		||||
<signal name="ActionInvoked"> \
 | 
			
		||||
    <arg type="u"/> \
 | 
			
		||||
    <arg type="s"/> \
 | 
			
		||||
</signal> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const NotificationDaemonIface = <interface name="org.freedesktop.Notifications">
 | 
			
		||||
<method name="Notify">
 | 
			
		||||
    <arg type="s" direction="in"/>
 | 
			
		||||
    <arg type="u" direction="in"/>
 | 
			
		||||
    <arg type="s" direction="in"/>
 | 
			
		||||
    <arg type="s" direction="in"/>
 | 
			
		||||
    <arg type="s" direction="in"/>
 | 
			
		||||
    <arg type="as" direction="in"/>
 | 
			
		||||
    <arg type="a{sv}" direction="in"/>
 | 
			
		||||
    <arg type="i" direction="in"/>
 | 
			
		||||
    <arg type="u" direction="out"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="CloseNotification">
 | 
			
		||||
    <arg type="u" direction="in"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GetCapabilities">
 | 
			
		||||
    <arg type="as" direction="out"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GetServerInformation">
 | 
			
		||||
    <arg type="s" direction="out"/>
 | 
			
		||||
    <arg type="s" direction="out"/>
 | 
			
		||||
    <arg type="s" direction="out"/>
 | 
			
		||||
    <arg type="s" direction="out"/>
 | 
			
		||||
</method>
 | 
			
		||||
<signal name="NotificationClosed">
 | 
			
		||||
    <arg type="u"/>
 | 
			
		||||
    <arg type="u"/>
 | 
			
		||||
</signal>
 | 
			
		||||
<signal name="ActionInvoked">
 | 
			
		||||
    <arg type="u"/>
 | 
			
		||||
    <arg type="s"/>
 | 
			
		||||
</signal>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const NotificationClosedReason = {
 | 
			
		||||
    EXPIRED: 1,
 | 
			
		||||
@@ -106,11 +103,131 @@ const STANDARD_TRAY_ICON_IMPLEMENTATIONS = {
 | 
			
		||||
    'ibus-ui-gtk': 'keyboard'
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const FdoNotificationDaemon = new Lang.Class({
 | 
			
		||||
    Name: 'FdoNotificationDaemon',
 | 
			
		||||
const NotificationGenericPolicy = new Lang.Class({
 | 
			
		||||
    Name: 'NotificationGenericPolicy',
 | 
			
		||||
    Extends: MessageTray.NotificationPolicy,
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this._dbusImpl = Gio.DBusExportedObject.wrapJSObject(FdoNotificationsIface, this);
 | 
			
		||||
        // Don't chain to parent, it would try setting
 | 
			
		||||
        // our properties to the defaults
 | 
			
		||||
 | 
			
		||||
        this.id = 'generic';
 | 
			
		||||
 | 
			
		||||
        this._masterSettings = new Gio.Settings({ schema: 'org.gnome.desktop.notifications' });
 | 
			
		||||
        this._masterSettings.connect('changed', Lang.bind(this, this._changed));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    store: function() { },
 | 
			
		||||
 | 
			
		||||
    destroy: function() {
 | 
			
		||||
        this._masterSettings.run_dispose();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _changed: function(settings, key) {
 | 
			
		||||
        this.emit('policy-changed', key);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get enable() {
 | 
			
		||||
        return true;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get enableSound() {
 | 
			
		||||
        return true;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get showBanners() {
 | 
			
		||||
        return this._masterSettings.get_boolean('show-banners');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get forceExpanded() {
 | 
			
		||||
        return false;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get showInLockScreen() {
 | 
			
		||||
        return this._masterSettings.get_boolean('show-in-lock-screen');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get detailsInLockScreen() {
 | 
			
		||||
        return false;
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const NotificationApplicationPolicy = new Lang.Class({
 | 
			
		||||
    Name: 'NotificationApplicationPolicy',
 | 
			
		||||
    Extends: MessageTray.NotificationPolicy,
 | 
			
		||||
 | 
			
		||||
    _init: function(id) {
 | 
			
		||||
        // Don't chain to parent, it would try setting
 | 
			
		||||
        // our properties to the defaults
 | 
			
		||||
 | 
			
		||||
        this.id = id;
 | 
			
		||||
        this._canonicalId = this._canonicalizeId(id)
 | 
			
		||||
 | 
			
		||||
        this._masterSettings = new Gio.Settings({ schema: 'org.gnome.desktop.notifications' });
 | 
			
		||||
        this._settings = new Gio.Settings({ schema: 'org.gnome.desktop.notifications.application',
 | 
			
		||||
                                            path: '/org/gnome/desktop/notifications/application/' + this._canonicalId + '/' });
 | 
			
		||||
 | 
			
		||||
        this._masterSettings.connect('changed', Lang.bind(this, this._changed));
 | 
			
		||||
        this._settings.connect('changed', Lang.bind(this, this._changed));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    store: function() {
 | 
			
		||||
        this._settings.set_string('application-id', this.id + '.desktop');
 | 
			
		||||
 | 
			
		||||
        let apps = this._masterSettings.get_strv('application-children');
 | 
			
		||||
        if (apps.indexOf(this._canonicalId) < 0) {
 | 
			
		||||
            apps.push(this._canonicalId);
 | 
			
		||||
            this._masterSettings.set_strv('application-children', apps);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    destroy: function() {
 | 
			
		||||
        this._masterSettings.run_dispose();
 | 
			
		||||
        this._settings.run_dispose();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _changed: function(settings, key) {
 | 
			
		||||
        this.emit('policy-changed', key);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _canonicalizeId: function(id) {
 | 
			
		||||
        // Keys are restricted to lowercase alphanumeric characters and dash,
 | 
			
		||||
        // and two dashes cannot be in succession
 | 
			
		||||
        return id.toLowerCase().replace(/[^a-z0-9\-]/g, '-').replace(/--+/g, '-');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get enable() {
 | 
			
		||||
        return this._settings.get_boolean('enable');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get enableSound() {
 | 
			
		||||
        return this._settings.get_boolean('enable-sound-alerts');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get showBanners() {
 | 
			
		||||
        return this._masterSettings.get_boolean('show-banners') &&
 | 
			
		||||
            this._settings.get_boolean('show-banners');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get forceExpanded() {
 | 
			
		||||
        return this._settings.get_boolean('force-expanded');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get showInLockScreen() {
 | 
			
		||||
        return this._masterSettings.get_boolean('show-in-lock-screen') &&
 | 
			
		||||
            this._settings.get_boolean('show-in-lock-screen');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get detailsInLockScreen() {
 | 
			
		||||
        return this._settings.get_boolean('details-in-lock-screen');
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const NotificationDaemon = new Lang.Class({
 | 
			
		||||
    Name: 'NotificationDaemon',
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this._dbusImpl = Gio.DBusExportedObject.wrapJSObject(NotificationDaemonIface, this);
 | 
			
		||||
        this._dbusImpl.export(Gio.DBus.session, '/org/freedesktop/Notifications');
 | 
			
		||||
 | 
			
		||||
        this._sources = [];
 | 
			
		||||
@@ -118,8 +235,6 @@ const FdoNotificationDaemon = new Lang.Class({
 | 
			
		||||
        this._notifications = {};
 | 
			
		||||
        this._busProxy = new Bus();
 | 
			
		||||
 | 
			
		||||
        this._nextNotificationId = 1;
 | 
			
		||||
 | 
			
		||||
        this._trayManager = new Shell.TrayManager();
 | 
			
		||||
        this._trayIconAddedId = this._trayManager.connect('tray-icon-added', Lang.bind(this, this._onTrayIconAdded));
 | 
			
		||||
        this._trayIconRemovedId = this._trayManager.connect('tray-icon-removed', Lang.bind(this, this._onTrayIconRemoved));
 | 
			
		||||
@@ -218,7 +333,7 @@ const FdoNotificationDaemon = new Lang.Class({
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let source = new FdoNotificationDaemonSource(title, pid, sender, trayIcon, ndata ? ndata.hints['desktop-entry'] : null);
 | 
			
		||||
        let source = new Source(title, pid, sender, trayIcon, ndata ? ndata.hints['desktop-entry'] : null);
 | 
			
		||||
        source.setTransient(isForTransientNotification);
 | 
			
		||||
 | 
			
		||||
        if (!isForTransientNotification) {
 | 
			
		||||
@@ -257,7 +372,7 @@ const FdoNotificationDaemon = new Lang.Class({
 | 
			
		||||
              hints['category'] == 'presence.offline')) {
 | 
			
		||||
            // Ignore replacesId since we already sent back a
 | 
			
		||||
            // NotificationClosed for that id.
 | 
			
		||||
            id = this._nextNotificationId++;
 | 
			
		||||
            id = nextNotificationId++;
 | 
			
		||||
            Mainloop.idle_add(Lang.bind(this,
 | 
			
		||||
                                        function () {
 | 
			
		||||
                                            this._emitNotificationClosed(id, NotificationClosedReason.DISMISSED);
 | 
			
		||||
@@ -281,13 +396,12 @@ const FdoNotificationDaemon = new Lang.Class({
 | 
			
		||||
        if (!hints['image-path'] && hints['image_path'])
 | 
			
		||||
            hints['image-path'] = hints['image_path']; // version 1.1 of the spec
 | 
			
		||||
 | 
			
		||||
        if (!hints['image-data']) {
 | 
			
		||||
        if (!hints['image-data'])
 | 
			
		||||
            if (hints['image_data'])
 | 
			
		||||
                hints['image-data'] = hints['image_data']; // version 1.1 of the spec
 | 
			
		||||
            else if (hints['icon_data'] && !hints['image-path'])
 | 
			
		||||
                // early versions of the spec; 'icon_data' should only be used if 'image-path' is not available
 | 
			
		||||
                hints['image-data'] = hints['icon_data'];
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let ndata = { appName: appName,
 | 
			
		||||
                      icon: icon,
 | 
			
		||||
@@ -301,7 +415,7 @@ const FdoNotificationDaemon = new Lang.Class({
 | 
			
		||||
            ndata.notification = this._notifications[replacesId].notification;
 | 
			
		||||
        } else {
 | 
			
		||||
            replacesId = 0;
 | 
			
		||||
            ndata.id = id = this._nextNotificationId++;
 | 
			
		||||
            ndata.id = id = nextNotificationId++;
 | 
			
		||||
        }
 | 
			
		||||
        this._notifications[id] = ndata;
 | 
			
		||||
 | 
			
		||||
@@ -356,19 +470,6 @@ const FdoNotificationDaemon = new Lang.Class({
 | 
			
		||||
        return invocation.return_value(GLib.Variant.new('(u)', [id]));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _makeButton: function(id, label, useActionIcons) {
 | 
			
		||||
        let button = new St.Button({ can_focus: true });
 | 
			
		||||
        let iconName = id.endsWith('-symbolic') ? id : id + '-symbolic';
 | 
			
		||||
        if (useActionIcons && Gtk.IconTheme.get_default().has_icon(iconName)) {
 | 
			
		||||
            button.add_style_class_name('notification-icon-button');
 | 
			
		||||
            button.child = new St.Icon({ icon_name: iconName });
 | 
			
		||||
        } else {
 | 
			
		||||
            button.add_style_class_name('notification-button');
 | 
			
		||||
            button.label = label;
 | 
			
		||||
        }
 | 
			
		||||
        return button;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _notifyForSource: function(source, ndata) {
 | 
			
		||||
        let [id, icon, summary, body, actions, hints, notification] =
 | 
			
		||||
            [ndata.id, ndata.icon, ndata.summary, ndata.body,
 | 
			
		||||
@@ -394,6 +495,10 @@ const FdoNotificationDaemon = new Lang.Class({
 | 
			
		||||
                    }
 | 
			
		||||
                    this._emitNotificationClosed(ndata.id, notificationClosedReason);
 | 
			
		||||
                }));
 | 
			
		||||
            notification.connect('action-invoked', Lang.bind(this,
 | 
			
		||||
                function(n, actionId) {
 | 
			
		||||
                    this._emitActionInvoked(ndata.id, actionId);
 | 
			
		||||
                }));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // Mark music notifications so they can be shown in the screen shield
 | 
			
		||||
@@ -427,33 +532,18 @@ const FdoNotificationDaemon = new Lang.Class({
 | 
			
		||||
                                             soundName: hints['sound-name'] });
 | 
			
		||||
        notification.setImage(image);
 | 
			
		||||
 | 
			
		||||
        let hasDefaultAction = false;
 | 
			
		||||
 | 
			
		||||
        if (actions.length) {
 | 
			
		||||
            let useActionIcons = (hints['action-icons'] == true);
 | 
			
		||||
 | 
			
		||||
            notification.setUseActionIcons(hints['action-icons'] == true);
 | 
			
		||||
            for (let i = 0; i < actions.length - 1; i += 2) {
 | 
			
		||||
                let [actionId, label] = [actions[i], actions[i+1]];
 | 
			
		||||
                if (actionId == 'default') {
 | 
			
		||||
                    hasDefaultAction = true;
 | 
			
		||||
                } else {
 | 
			
		||||
                    notification.addButton(this._makeButton(actionId, label, useActionIcons), Lang.bind(this, function() {
 | 
			
		||||
                        this._emitActionInvoked(ndata.id, actionId);
 | 
			
		||||
                    }));
 | 
			
		||||
                }
 | 
			
		||||
                if (actions[i] == 'default')
 | 
			
		||||
                    notification.connect('clicked', Lang.bind(this,
 | 
			
		||||
                        function() {
 | 
			
		||||
                            this._emitActionInvoked(ndata.id, "default");
 | 
			
		||||
                        }));
 | 
			
		||||
                else
 | 
			
		||||
                    notification.addButton(actions[i], actions[i + 1]);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (hasDefaultAction) {
 | 
			
		||||
            notification.connect('clicked', Lang.bind(this, function() {
 | 
			
		||||
                this._emitActionInvoked(ndata.id, 'default');
 | 
			
		||||
            }));
 | 
			
		||||
        } else {
 | 
			
		||||
            notification.connect('clicked', Lang.bind(this, function() {
 | 
			
		||||
                source.open();
 | 
			
		||||
            }));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        switch (hints.urgency) {
 | 
			
		||||
            case Urgency.LOW:
 | 
			
		||||
                notification.setUrgency(MessageTray.Urgency.LOW);
 | 
			
		||||
@@ -546,8 +636,8 @@ const FdoNotificationDaemon = new Lang.Class({
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const FdoNotificationDaemonSource = new Lang.Class({
 | 
			
		||||
    Name: 'FdoNotificationDaemonSource',
 | 
			
		||||
const Source = new Lang.Class({
 | 
			
		||||
    Name: 'NotificationDaemonSource',
 | 
			
		||||
    Extends: MessageTray.Source,
 | 
			
		||||
 | 
			
		||||
    _init: function(title, pid, sender, trayIcon, appId) {
 | 
			
		||||
@@ -582,11 +672,11 @@ const FdoNotificationDaemonSource = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _createPolicy: function() {
 | 
			
		||||
        if (this.app && this.app.get_app_info()) {
 | 
			
		||||
        if (this.app) {
 | 
			
		||||
            let id = this.app.get_id().replace(/\.desktop$/,'');
 | 
			
		||||
            return new MessageTray.NotificationApplicationPolicy(id);
 | 
			
		||||
            return new NotificationApplicationPolicy(id);
 | 
			
		||||
        } else {
 | 
			
		||||
            return new MessageTray.NotificationGenericPolicy();
 | 
			
		||||
            return new NotificationGenericPolicy();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -627,8 +717,8 @@ const FdoNotificationDaemonSource = new Lang.Class({
 | 
			
		||||
            this.notifications.length > 0)
 | 
			
		||||
            return false;
 | 
			
		||||
 | 
			
		||||
        let id = global.stage.connect('deactivate', Lang.bind(this, function () {
 | 
			
		||||
            global.stage.disconnect(id);
 | 
			
		||||
        let id = global.connect('notify::stage-input-mode', Lang.bind(this, function () {
 | 
			
		||||
            global.disconnect(id);
 | 
			
		||||
            this.trayIcon.click(event);
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
@@ -644,11 +734,7 @@ const FdoNotificationDaemonSource = new Lang.Class({
 | 
			
		||||
            return app;
 | 
			
		||||
 | 
			
		||||
        if (this.trayIcon) {
 | 
			
		||||
            app = Shell.AppSystem.get_default().lookup_startup_wmclass(this.trayIcon.wm_class);
 | 
			
		||||
            if (app != null)
 | 
			
		||||
                return app;
 | 
			
		||||
 | 
			
		||||
            app = Shell.AppSystem.get_default().lookup_desktop_wmclass(this.trayIcon.wm_class);
 | 
			
		||||
            app = Shell.AppSystem.get_default().lookup_wmclass(this.trayIcon.wm_class);
 | 
			
		||||
            if (app != null)
 | 
			
		||||
                return app;
 | 
			
		||||
        }
 | 
			
		||||
@@ -662,6 +748,22 @@ const FdoNotificationDaemonSource = new Lang.Class({
 | 
			
		||||
        return null;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _setApp: function(appId) {
 | 
			
		||||
        if (this.app)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this.app = this._getApp(appId);
 | 
			
		||||
        if (!this.app)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        // Only override the icon if we were previously using
 | 
			
		||||
        // notification-based icons (ie, not a trayicon) or if it was unset before
 | 
			
		||||
        if (!this.trayIcon) {
 | 
			
		||||
            this.useNotificationIcon = false;
 | 
			
		||||
            this.iconUpdated();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setTitle: function(title) {
 | 
			
		||||
        // Do nothing if .app is set, we don't want to override the
 | 
			
		||||
        // app name with whatever is provided through libnotify (usually
 | 
			
		||||
@@ -672,9 +774,9 @@ const FdoNotificationDaemonSource = new Lang.Class({
 | 
			
		||||
        this.parent(title);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    open: function() {
 | 
			
		||||
        this.openApp();
 | 
			
		||||
    open: function(notification) {
 | 
			
		||||
        this.destroyNonResidentNotifications();
 | 
			
		||||
        this.openApp();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _lastNotificationRemoved: function() {
 | 
			
		||||
@@ -686,8 +788,11 @@ const FdoNotificationDaemonSource = new Lang.Class({
 | 
			
		||||
        if (this.app == null)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this.app.activate();
 | 
			
		||||
        Main.overview.hide();
 | 
			
		||||
        let windows = this.app.get_windows();
 | 
			
		||||
        if (windows.length > 0) {
 | 
			
		||||
            let mostRecentWindow = windows[0];
 | 
			
		||||
            Main.activateWindow(mostRecentWindow);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    destroy: function() {
 | 
			
		||||
@@ -714,276 +819,3 @@ const FdoNotificationDaemonSource = new Lang.Class({
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
const GtkNotificationDaemonNotification = new Lang.Class({
 | 
			
		||||
    Name: 'GtkNotificationDaemonNotification',
 | 
			
		||||
    Extends: MessageTray.Notification,
 | 
			
		||||
 | 
			
		||||
    _init: function(source, notification) {
 | 
			
		||||
        this.parent(source);
 | 
			
		||||
        this._serialized = GLib.Variant.new('a{sv}', notification);
 | 
			
		||||
 | 
			
		||||
        let { "title": title,
 | 
			
		||||
              "body": body,
 | 
			
		||||
              "icon": gicon,
 | 
			
		||||
              "urgent": urgent,
 | 
			
		||||
              "buttons": buttons,
 | 
			
		||||
              "default-action": defaultAction,
 | 
			
		||||
              "default-action-target": defaultActionTarget } = notification;
 | 
			
		||||
 | 
			
		||||
        this.setUrgency(urgent.unpack() ? MessageTray.Urgency.CRITICAL
 | 
			
		||||
                                        : MessageTray.Urgency.NORMAL);
 | 
			
		||||
 | 
			
		||||
        if (buttons) {
 | 
			
		||||
            buttons.deep_unpack().forEach(Lang.bind(this, function(button) {
 | 
			
		||||
                this.addAction(button.label.unpack(),
 | 
			
		||||
                               Lang.bind(this, this._onButtonClicked, button));
 | 
			
		||||
            }));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._defaultAction = defaultAction ? defaultAction.unpack() : null;
 | 
			
		||||
        this._defaultActionTarget = defaultActionTarget;
 | 
			
		||||
 | 
			
		||||
        this.update(title.unpack(), body ? body.unpack() : null,
 | 
			
		||||
                    { gicon: gicon ? Gio.icon_deserialize(gicon) : null });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _activateAction: function(namespacedActionId, target) {
 | 
			
		||||
        if (namespacedActionId) {
 | 
			
		||||
            if (namespacedActionId.startsWith('app.')) {
 | 
			
		||||
                let actionId = namespacedActionId.slice('app.'.length);
 | 
			
		||||
                this.source.activateAction(actionId, target);
 | 
			
		||||
            }
 | 
			
		||||
        } else {
 | 
			
		||||
            this.source.open();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onButtonClicked: function(button) {
 | 
			
		||||
        let { 'action': action, 'target': actionTarget } = button;
 | 
			
		||||
        this._activateAction(action.unpack(), actionTarget);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onClicked: function() {
 | 
			
		||||
        this._activateAction(this._defaultAction, this._defaultActionTarget);
 | 
			
		||||
        this.parent();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    serialize: function() {
 | 
			
		||||
        return this._serialized;
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const FdoApplicationIface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.Application"> \
 | 
			
		||||
<method name="ActivateAction"> \
 | 
			
		||||
    <arg type="s" direction="in" /> \
 | 
			
		||||
    <arg type="av" direction="in" /> \
 | 
			
		||||
    <arg type="a{sv}" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="Activate"> \
 | 
			
		||||
    <arg type="a{sv}" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const FdoApplicationProxy = Gio.DBusProxy.makeProxyWrapper(FdoApplicationIface);
 | 
			
		||||
 | 
			
		||||
function objectPathFromAppId(appId) {
 | 
			
		||||
    return '/' + appId.replace(/\./g, '/');
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function getPlatformData() {
 | 
			
		||||
    let startupId = GLib.Variant.new('s', '_TIME' + global.get_current_time());
 | 
			
		||||
    return { "desktop-startup-id": startupId };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function InvalidAppError() {}
 | 
			
		||||
 | 
			
		||||
const GtkNotificationDaemonAppSource = new Lang.Class({
 | 
			
		||||
    Name: 'GtkNotificationDaemonAppSource',
 | 
			
		||||
    Extends: MessageTray.Source,
 | 
			
		||||
 | 
			
		||||
    _init: function(appId) {
 | 
			
		||||
        this._appId = appId;
 | 
			
		||||
        this._objectPath = objectPathFromAppId(appId);
 | 
			
		||||
 | 
			
		||||
        this._app = Shell.AppSystem.get_default().lookup_app(appId + '.desktop');
 | 
			
		||||
        if (!this._app)
 | 
			
		||||
            throw new InvalidAppError();
 | 
			
		||||
 | 
			
		||||
        this._notifications = {};
 | 
			
		||||
 | 
			
		||||
        this.parent(this._app.get_name());
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    createIcon: function(size) {
 | 
			
		||||
        return this._app.create_icon_texture(size);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _createPolicy: function() {
 | 
			
		||||
        return new MessageTray.NotificationApplicationPolicy(this._appId);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _createApp: function() {
 | 
			
		||||
        return new FdoApplicationProxy(Gio.DBus.session, this._appId, this._objectPath);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    activateAction: function(actionId, target) {
 | 
			
		||||
        let app = this._createApp();
 | 
			
		||||
        app.ActivateActionRemote(actionId, target ? [target] : [], getPlatformData());
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    open: function() {
 | 
			
		||||
        let app = this._createApp();
 | 
			
		||||
        app.ActivateRemote(getPlatformData());
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    addNotification: function(notificationId, notificationParams, showBanner) {
 | 
			
		||||
        if (this._notifications[notificationId])
 | 
			
		||||
            this._notifications[notificationId].destroy();
 | 
			
		||||
 | 
			
		||||
        let notification = new GtkNotificationDaemonNotification(this, notificationParams);
 | 
			
		||||
        notification.connect('destroy', Lang.bind(this, function() {
 | 
			
		||||
            delete this._notifications[notificationId];
 | 
			
		||||
        }));
 | 
			
		||||
        this._notifications[notificationId] = notification;
 | 
			
		||||
 | 
			
		||||
        if (showBanner)
 | 
			
		||||
            this.notify(notification);
 | 
			
		||||
        else
 | 
			
		||||
            this.pushNotification(notification);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    removeNotification: function(notificationId) {
 | 
			
		||||
        if (this._notifications[notificationId])
 | 
			
		||||
            this._notifications[notificationId].destroy(MessageTray.NotificationDestroyedReason.SOURCE_CLOSED);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    serialize: function() {
 | 
			
		||||
        let notifications = [];
 | 
			
		||||
        for (let notificationId in this._notifications) {
 | 
			
		||||
            let notification = this._notifications[notificationId];
 | 
			
		||||
            notifications.push([notificationId, notification.serialize()]);
 | 
			
		||||
        }
 | 
			
		||||
        return [this._appId, notifications];
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const GtkNotificationsIface = '<node> \
 | 
			
		||||
<interface name="org.gtk.Notifications"> \
 | 
			
		||||
<method name="AddNotification"> \
 | 
			
		||||
    <arg type="s" direction="in" /> \
 | 
			
		||||
    <arg type="s" direction="in" /> \
 | 
			
		||||
    <arg type="a{sv}" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="RemoveNotification"> \
 | 
			
		||||
    <arg type="s" direction="in" /> \
 | 
			
		||||
    <arg type="s" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
 | 
			
		||||
const GtkNotificationDaemon = new Lang.Class({
 | 
			
		||||
    Name: 'GtkNotificationDaemon',
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this._sources = {};
 | 
			
		||||
 | 
			
		||||
        this._loadNotifications();
 | 
			
		||||
 | 
			
		||||
        this._dbusImpl = Gio.DBusExportedObject.wrapJSObject(GtkNotificationsIface, this);
 | 
			
		||||
        this._dbusImpl.export(Gio.DBus.session, '/org/gtk/Notifications');
 | 
			
		||||
 | 
			
		||||
        Gio.DBus.session.own_name('org.gtk.Notifications', Gio.BusNameOwnerFlags.REPLACE, null, null);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _ensureAppSource: function(appId) {
 | 
			
		||||
        if (this._sources[appId])
 | 
			
		||||
            return this._sources[appId];
 | 
			
		||||
 | 
			
		||||
        let source = new GtkNotificationDaemonAppSource(appId);
 | 
			
		||||
 | 
			
		||||
        source.connect('destroy', Lang.bind(this, function() {
 | 
			
		||||
            delete this._sources[appId];
 | 
			
		||||
            this._saveNotifications();
 | 
			
		||||
        }));
 | 
			
		||||
        source.connect('count-updated', Lang.bind(this, this._saveNotifications));
 | 
			
		||||
        Main.messageTray.add(source);
 | 
			
		||||
        this._sources[appId] = source;
 | 
			
		||||
        return source;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _loadNotifications: function() {
 | 
			
		||||
        this._isLoading = true;
 | 
			
		||||
 | 
			
		||||
        let value = global.get_persistent_state('a(sa(sv))', 'notifications');
 | 
			
		||||
        if (value) {
 | 
			
		||||
            let sources = value.deep_unpack();
 | 
			
		||||
            sources.forEach(Lang.bind(this, function([appId, notifications]) {
 | 
			
		||||
                if (notifications.length == 0)
 | 
			
		||||
                    return;
 | 
			
		||||
 | 
			
		||||
                let source;
 | 
			
		||||
                try {
 | 
			
		||||
                    source = this._ensureAppSource(appId);
 | 
			
		||||
                } catch(e if e instanceof InvalidAppError) {
 | 
			
		||||
                    return;
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                notifications.forEach(function([notificationId, notification]) {
 | 
			
		||||
                    source.addNotification(notificationId, notification.deep_unpack(), false);
 | 
			
		||||
                });
 | 
			
		||||
            }));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._isLoading = false;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _saveNotifications: function() {
 | 
			
		||||
        if (this._isLoading)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let sources = [];
 | 
			
		||||
        for (let appId in this._sources) {
 | 
			
		||||
            let source = this._sources[appId];
 | 
			
		||||
            sources.push(source.serialize());
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        global.set_persistent_state('notifications', new GLib.Variant('a(sa(sv))', sources));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    AddNotificationAsync: function(params, invocation) {
 | 
			
		||||
        let [appId, notificationId, notification] = params;
 | 
			
		||||
 | 
			
		||||
        let source;
 | 
			
		||||
        try {
 | 
			
		||||
            source = this._ensureAppSource(appId);
 | 
			
		||||
        } catch(e if e instanceof InvalidAppError) {
 | 
			
		||||
            invocation.return_dbus_error('org.gtk.Notifications.InvalidApp', 'The app by ID "%s" could not be found'.format(appId));
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        source.addNotification(notificationId, notification, true);
 | 
			
		||||
 | 
			
		||||
        invocation.return_value(null);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    RemoveNotificationAsync: function(params, invocation) {
 | 
			
		||||
        let [appId, notificationId] = params;
 | 
			
		||||
        let source = this._sources[appId];
 | 
			
		||||
        if (source)
 | 
			
		||||
            source.removeNotification(notificationId);
 | 
			
		||||
 | 
			
		||||
        invocation.return_value(null);
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const NotificationDaemon = new Lang.Class({
 | 
			
		||||
    Name: 'NotificationDaemon',
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this._fdoNotificationDaemon = new FdoNotificationDaemon();
 | 
			
		||||
        this._gtkNotificationDaemon = new GtkNotificationDaemon();
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
@@ -78,8 +78,10 @@ const ShellInfo = new Lang.Class({
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._undoCallback = undoCallback;
 | 
			
		||||
        if (undoCallback)
 | 
			
		||||
            notification.addAction(_("Undo"), Lang.bind(this, this._onUndoClicked));
 | 
			
		||||
        if (undoCallback) {
 | 
			
		||||
            notification.addButton('system-undo', _("Undo"));
 | 
			
		||||
            notification.connect('action-invoked', Lang.bind(this, this._onUndoClicked));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._source.notify(notification);
 | 
			
		||||
    }
 | 
			
		||||
@@ -146,7 +148,7 @@ const Overview = new Lang.Class({
 | 
			
		||||
        // Dash elements, or mouseover handlers in the workspaces.
 | 
			
		||||
        this._coverPane = new Clutter.Actor({ opacity: 0,
 | 
			
		||||
                                              reactive: true });
 | 
			
		||||
        Main.layoutManager.overviewGroup.add_child(this._coverPane);
 | 
			
		||||
        this._overview.add_actor(this._coverPane);
 | 
			
		||||
        this._coverPane.connect('event', Lang.bind(this, function (actor, event) { return true; }));
 | 
			
		||||
 | 
			
		||||
        this._stack.add_actor(this._overview);
 | 
			
		||||
@@ -263,7 +265,7 @@ const Overview = new Lang.Class({
 | 
			
		||||
        // Create controls
 | 
			
		||||
        this._controls = new OverviewControls.ControlsManager(this._searchEntry);
 | 
			
		||||
        this._dash = this._controls.dash;
 | 
			
		||||
        this.viewSelector = this._controls.viewSelector;
 | 
			
		||||
        this._viewSelector = this._controls.viewSelector;
 | 
			
		||||
 | 
			
		||||
        // Add our same-line elements after the search entry
 | 
			
		||||
        this._overview.add(this._controls.actor, { y_fill: true, expand: true });
 | 
			
		||||
@@ -283,11 +285,11 @@ const Overview = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    addSearchProvider: function(provider) {
 | 
			
		||||
        this.viewSelector.addSearchProvider(provider);
 | 
			
		||||
        this._viewSelector.addSearchProvider(provider);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    removeSearchProvider: function(provider) {
 | 
			
		||||
        this.viewSelector.removeSearchProvider(provider);
 | 
			
		||||
        this._viewSelector.removeSearchProvider(provider);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    //
 | 
			
		||||
@@ -363,13 +365,11 @@ const Overview = new Lang.Class({
 | 
			
		||||
            this._lastHoveredWindow = dragEvent.targetActor._delegate.metaWindow;
 | 
			
		||||
            this._windowSwitchTimeoutId = Mainloop.timeout_add(DND_WINDOW_SWITCH_TIMEOUT,
 | 
			
		||||
                                            Lang.bind(this, function() {
 | 
			
		||||
                                                this._windowSwitchTimeoutId = 0;
 | 
			
		||||
                                                this._needsFakePointerEvent = true;
 | 
			
		||||
                                                Main.activateWindow(dragEvent.targetActor._delegate.metaWindow,
 | 
			
		||||
                                                                    this._windowSwitchTimestamp);
 | 
			
		||||
                                                this.hide();
 | 
			
		||||
                                                this._lastHoveredWindow = null;
 | 
			
		||||
                                                return false;
 | 
			
		||||
                                            }));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
@@ -445,17 +445,17 @@ const Overview = new Lang.Class({
 | 
			
		||||
        this._inDrag = false;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    beginWindowDrag: function(clone) {
 | 
			
		||||
        this.emit('window-drag-begin', clone);
 | 
			
		||||
    beginWindowDrag: function(source) {
 | 
			
		||||
        this.emit('window-drag-begin');
 | 
			
		||||
        this._inDrag = true;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    cancelledWindowDrag: function(clone) {
 | 
			
		||||
        this.emit('window-drag-cancelled', clone);
 | 
			
		||||
    cancelledWindowDrag: function(source) {
 | 
			
		||||
        this.emit('window-drag-cancelled');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    endWindowDrag: function(clone) {
 | 
			
		||||
        this.emit('window-drag-end', clone);
 | 
			
		||||
    endWindowDrag: function(source) {
 | 
			
		||||
        this.emit('window-drag-end');
 | 
			
		||||
        this._inDrag = false;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -512,8 +512,17 @@ const Overview = new Lang.Class({
 | 
			
		||||
        this.visibleTarget = true;
 | 
			
		||||
        this._activationTime = Date.now() / 1000;
 | 
			
		||||
 | 
			
		||||
        // All the the actors in the window group are completely obscured,
 | 
			
		||||
        // hiding the group holding them while the Overview is displayed greatly
 | 
			
		||||
        // increases performance of the Overview especially when there are many
 | 
			
		||||
        // windows visible.
 | 
			
		||||
        //
 | 
			
		||||
        // If we switched to displaying the actors in the Overview rather than
 | 
			
		||||
        // clones of them, this would obviously no longer be necessary.
 | 
			
		||||
        //
 | 
			
		||||
        // Disable unredirection while in the overview
 | 
			
		||||
        Meta.disable_unredirect_for_screen(global.screen);
 | 
			
		||||
        this.viewSelector.show();
 | 
			
		||||
        this._viewSelector.show();
 | 
			
		||||
 | 
			
		||||
        this._stack.opacity = 0;
 | 
			
		||||
        Tweener.addTween(this._stack,
 | 
			
		||||
@@ -620,7 +629,7 @@ const Overview = new Lang.Class({
 | 
			
		||||
        this.animationInProgress = true;
 | 
			
		||||
        this.visibleTarget = false;
 | 
			
		||||
 | 
			
		||||
        this.viewSelector.zoomFromOverview();
 | 
			
		||||
        this._viewSelector.zoomFromOverview();
 | 
			
		||||
 | 
			
		||||
        // Make other elements fade out.
 | 
			
		||||
        Tweener.addTween(this._stack,
 | 
			
		||||
@@ -655,7 +664,7 @@ const Overview = new Lang.Class({
 | 
			
		||||
        // Re-enable unredirection
 | 
			
		||||
        Meta.enable_unredirect_for_screen(global.screen);
 | 
			
		||||
 | 
			
		||||
        this.viewSelector.hide();
 | 
			
		||||
        this._viewSelector.hide();
 | 
			
		||||
        this._desktopFade.hide();
 | 
			
		||||
        this._coverPane.hide();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -36,7 +36,6 @@ const SlideLayout = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    _init: function(params) {
 | 
			
		||||
        this._slideX = 1;
 | 
			
		||||
        this._translationX = 0;
 | 
			
		||||
        this._direction = SlideDirection.LEFT;
 | 
			
		||||
 | 
			
		||||
        this.parent(params);
 | 
			
		||||
@@ -56,21 +55,18 @@ const SlideLayout = new Lang.Class({
 | 
			
		||||
    vfunc_allocate: function(container, box, flags) {
 | 
			
		||||
        let child = container.get_first_child();
 | 
			
		||||
 | 
			
		||||
        let [, , natWidth, natHeight] = child.get_preferred_size();
 | 
			
		||||
        let availWidth = Math.round(box.x2 - box.x1);
 | 
			
		||||
        let availHeight = Math.round(box.y2 - box.y1);
 | 
			
		||||
        let [, natWidth] = child.get_preferred_width(availHeight);
 | 
			
		||||
 | 
			
		||||
        // Align the actor inside the clipped box, as the actor's alignment
 | 
			
		||||
        // flags only determine what to do if the allocated box is bigger
 | 
			
		||||
        // than the actor's box.
 | 
			
		||||
        let realDirection = getRtlSlideDirection(this._direction, child);
 | 
			
		||||
        let alignX = (realDirection == SlideDirection.LEFT) ? (availWidth - natWidth) : 0;
 | 
			
		||||
        let translationX = (realDirection == SlideDirection.LEFT) ?
 | 
			
		||||
            (availWidth - natWidth) : (natWidth - availWidth);
 | 
			
		||||
 | 
			
		||||
        let actorBox = new Clutter.ActorBox();
 | 
			
		||||
        actorBox.x1 = box.x1 + alignX + this._translationX;
 | 
			
		||||
        actorBox.x2 = actorBox.x1 + (child.x_expand ? availWidth : natWidth);
 | 
			
		||||
        actorBox.y1 = box.y1;
 | 
			
		||||
        actorBox.y2 = actorBox.y1 + availHeight;
 | 
			
		||||
        let actorBox = new Clutter.ActorBox({ x1: translationX,
 | 
			
		||||
                                              y1: 0,
 | 
			
		||||
                                              x2: child.x_expand ? availWidth : natWidth,
 | 
			
		||||
                                              y2: child.y_expand ? availHeight : natHeight });
 | 
			
		||||
 | 
			
		||||
        child.allocate(actorBox, flags);
 | 
			
		||||
    },
 | 
			
		||||
@@ -91,16 +87,7 @@ const SlideLayout = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    get slideDirection() {
 | 
			
		||||
        return this._direction;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    set translationX(value) {
 | 
			
		||||
        this._translationX = value;
 | 
			
		||||
        this.layout_changed();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get translationX() {
 | 
			
		||||
        return this._translationX;
 | 
			
		||||
    },
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const SlidingControl = new Lang.Class({
 | 
			
		||||
@@ -109,8 +96,8 @@ const SlidingControl = new Lang.Class({
 | 
			
		||||
    _init: function(params) {
 | 
			
		||||
        params = Params.parse(params, { slideDirection: SlideDirection.LEFT });
 | 
			
		||||
 | 
			
		||||
        this._visible = true;
 | 
			
		||||
        this._inDrag = false;
 | 
			
		||||
        this.visible = true;
 | 
			
		||||
        this.inDrag = false;
 | 
			
		||||
 | 
			
		||||
        this.layout = new SlideLayout();
 | 
			
		||||
        this.layout.slideDirection = params.slideDirection;
 | 
			
		||||
@@ -119,7 +106,6 @@ const SlidingControl = new Lang.Class({
 | 
			
		||||
                                     clip_to_allocation: true });
 | 
			
		||||
 | 
			
		||||
        Main.overview.connect('showing', Lang.bind(this, this._onOverviewShowing));
 | 
			
		||||
        Main.overview.connect('hiding', Lang.bind(this, this._onOverviewHiding));
 | 
			
		||||
 | 
			
		||||
        Main.overview.connect('item-drag-begin', Lang.bind(this, this._onDragBegin));
 | 
			
		||||
        Main.overview.connect('item-drag-end', Lang.bind(this, this._onDragEnd));
 | 
			
		||||
@@ -130,12 +116,12 @@ const SlidingControl = new Lang.Class({
 | 
			
		||||
        Main.overview.connect('window-drag-end', Lang.bind(this, this._onWindowDragEnd));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getSlide: function() {
 | 
			
		||||
    getSlide: function() {
 | 
			
		||||
        throw new Error('getSlide() must be overridden');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateSlide: function() {
 | 
			
		||||
        Tweener.addTween(this.layout, { slideX: this._getSlide(),
 | 
			
		||||
    updateSlide: function() {
 | 
			
		||||
        Tweener.addTween(this.layout, { slideX: this.getSlide(),
 | 
			
		||||
                                        time: SIDE_CONTROLS_ANIMATION_TIME,
 | 
			
		||||
                                        transition: 'easeOutQuad' });
 | 
			
		||||
    },
 | 
			
		||||
@@ -162,30 +148,28 @@ const SlidingControl = new Lang.Class({
 | 
			
		||||
        let translationEnd = 0;
 | 
			
		||||
        let translation = this._getTranslation();
 | 
			
		||||
 | 
			
		||||
        if (this._visible) {
 | 
			
		||||
        if (this.visible) {
 | 
			
		||||
            translationStart = translation;
 | 
			
		||||
        } else {
 | 
			
		||||
            translationEnd = translation;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (this.layout.translationX == translationEnd)
 | 
			
		||||
        if (this.actor.translation_x == translationEnd)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this.layout.translationX = translationStart;
 | 
			
		||||
        Tweener.addTween(this.layout, { translationX: translationEnd,
 | 
			
		||||
                                        time: SIDE_CONTROLS_ANIMATION_TIME,
 | 
			
		||||
                                        transition: 'easeOutQuad' });
 | 
			
		||||
        this.actor.translation_x = translationStart;
 | 
			
		||||
        Tweener.addTween(this.actor, { translation_x: translationEnd,
 | 
			
		||||
                                       time: SIDE_CONTROLS_ANIMATION_TIME,
 | 
			
		||||
                                       transition: 'easeOutQuad'
 | 
			
		||||
                                     });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onOverviewShowing: function() {
 | 
			
		||||
        this._visible = true;
 | 
			
		||||
        this.layout.slideX = this._getSlide();
 | 
			
		||||
        this.layout.translationX = this._getTranslation();
 | 
			
		||||
        this.slideIn();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onOverviewHiding: function() {
 | 
			
		||||
        this.slideOut();
 | 
			
		||||
        // reset any translation and make sure the actor is visible when
 | 
			
		||||
        // entering the overview
 | 
			
		||||
        this.visible = true;
 | 
			
		||||
        this.layout.slideX = this.getSlide();
 | 
			
		||||
        this.actor.translation_x = 0;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onWindowDragBegin: function() {
 | 
			
		||||
@@ -197,14 +181,14 @@ const SlidingControl = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onDragBegin: function() {
 | 
			
		||||
        this._inDrag = true;
 | 
			
		||||
        this.layout.translationX = 0;
 | 
			
		||||
        this._updateSlide();
 | 
			
		||||
        this.inDrag = true;
 | 
			
		||||
        this.actor.translation_x = 0;
 | 
			
		||||
        this.updateSlide();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onDragEnd: function() {
 | 
			
		||||
        this._inDrag = false;
 | 
			
		||||
        this._updateSlide();
 | 
			
		||||
        this.inDrag = false;
 | 
			
		||||
        this.updateSlide();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    fadeIn: function() {
 | 
			
		||||
@@ -222,13 +206,12 @@ const SlidingControl = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    slideIn: function() {
 | 
			
		||||
        this._visible = true;
 | 
			
		||||
        this._updateTranslation();
 | 
			
		||||
        this.visible = true;
 | 
			
		||||
        // we will update slideX and the translation from pageEmpty
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    slideOut: function() {
 | 
			
		||||
        this._visible = false;
 | 
			
		||||
        this.visible = false;
 | 
			
		||||
        this._updateTranslation();
 | 
			
		||||
        // we will update slideX from pageEmpty
 | 
			
		||||
    },
 | 
			
		||||
@@ -238,7 +221,7 @@ const SlidingControl = new Lang.Class({
 | 
			
		||||
        // selector; this means we can now safely set the full slide for
 | 
			
		||||
        // the next page, since slideIn or slideOut might have been called,
 | 
			
		||||
        // changing the visiblity
 | 
			
		||||
        this.layout.slideX = this._getSlide();
 | 
			
		||||
        this.layout.slideX = this.getSlide();
 | 
			
		||||
        this._updateTranslation();
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
@@ -252,20 +235,25 @@ const ThumbnailsSlider = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._thumbnailsBox = thumbnailsBox;
 | 
			
		||||
 | 
			
		||||
        // SlideLayout reads the actor's expand flags to decide
 | 
			
		||||
        // whether to allocate the natural size to its child, or the whole
 | 
			
		||||
        // available allocation
 | 
			
		||||
        this._thumbnailsBox.actor.y_expand = true;
 | 
			
		||||
 | 
			
		||||
        this.actor.request_mode = Clutter.RequestMode.WIDTH_FOR_HEIGHT;
 | 
			
		||||
        this.actor.reactive = true;
 | 
			
		||||
        this.actor.track_hover = true;
 | 
			
		||||
        this.actor.add_actor(this._thumbnailsBox.actor);
 | 
			
		||||
 | 
			
		||||
        Main.layoutManager.connect('monitors-changed', Lang.bind(this, this._updateSlide));
 | 
			
		||||
        this.actor.connect('notify::hover', Lang.bind(this, this._updateSlide));
 | 
			
		||||
        Main.layoutManager.connect('monitors-changed', Lang.bind(this, this.updateSlide));
 | 
			
		||||
        this.actor.connect('notify::hover', Lang.bind(this, this.updateSlide));
 | 
			
		||||
        this._thumbnailsBox.actor.bind_property('visible', this.actor, 'visible', GObject.BindingFlags.SYNC_CREATE);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getAlwaysZoomOut: function() {
 | 
			
		||||
        // Always show the pager when hover, during a drag, or if workspaces are
 | 
			
		||||
        // actually used, e.g. there are windows on more than one
 | 
			
		||||
        let alwaysZoomOut = this.actor.hover || this._inDrag || !Meta.prefs_get_dynamic_workspaces() || global.screen.n_workspaces > 2;
 | 
			
		||||
        let alwaysZoomOut = this.actor.hover || this.inDrag || !Meta.prefs_get_dynamic_workspaces() || global.screen.n_workspaces > 2;
 | 
			
		||||
 | 
			
		||||
        if (!alwaysZoomOut) {
 | 
			
		||||
            let monitors = Main.layoutManager.monitors;
 | 
			
		||||
@@ -290,8 +278,8 @@ const ThumbnailsSlider = new Lang.Class({
 | 
			
		||||
        return child.get_theme_node().get_length('visible-width');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getSlide: function() {
 | 
			
		||||
        if (!this._visible)
 | 
			
		||||
    getSlide: function() {
 | 
			
		||||
        if (!this.visible)
 | 
			
		||||
            return 0;
 | 
			
		||||
 | 
			
		||||
        let alwaysZoomOut = this._getAlwaysZoomOut();
 | 
			
		||||
@@ -327,18 +315,18 @@ const DashSlider = new Lang.Class({
 | 
			
		||||
        // whether to allocate the natural size to its child, or the whole
 | 
			
		||||
        // available allocation
 | 
			
		||||
        this._dash.actor.x_expand = true;
 | 
			
		||||
        this._dash.actor.y_expand = true;
 | 
			
		||||
 | 
			
		||||
        this.actor.x_expand = true;
 | 
			
		||||
        this.actor.x_align = Clutter.ActorAlign.START;
 | 
			
		||||
        this.actor.y_expand = true;
 | 
			
		||||
 | 
			
		||||
        this.actor.add_actor(this._dash.actor);
 | 
			
		||||
 | 
			
		||||
        this._dash.connect('icon-size-changed', Lang.bind(this, this._updateSlide));
 | 
			
		||||
        this._dash.connect('icon-size-changed', Lang.bind(this, this.updateSlide));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getSlide: function() {
 | 
			
		||||
        if (this._visible || this._inDrag)
 | 
			
		||||
    getSlide: function() {
 | 
			
		||||
        if (this.visible || this.inDrag)
 | 
			
		||||
            return 1;
 | 
			
		||||
        else
 | 
			
		||||
            return 0;
 | 
			
		||||
@@ -499,17 +487,6 @@ const MessagesIndicator = new Lang.Class({
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const ControlsLayout = new Lang.Class({
 | 
			
		||||
    Name: 'ControlsLayout',
 | 
			
		||||
    Extends: Clutter.BinLayout,
 | 
			
		||||
    Signals: { 'allocation-changed': { flags: GObject.SignalFlags.RUN_LAST } },
 | 
			
		||||
 | 
			
		||||
    vfunc_allocate: function(container, box, flags) {
 | 
			
		||||
        this.parent(container, box, flags);
 | 
			
		||||
        this.emit('allocation-changed');
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const ControlsManager = new Lang.Class({
 | 
			
		||||
    Name: 'ControlsManager',
 | 
			
		||||
 | 
			
		||||
@@ -530,8 +507,7 @@ const ControlsManager = new Lang.Class({
 | 
			
		||||
        this._indicator = new MessagesIndicator(this.viewSelector);
 | 
			
		||||
        this.indicatorActor = this._indicator.actor;
 | 
			
		||||
 | 
			
		||||
        let layout = new ControlsLayout();
 | 
			
		||||
        this.actor = new St.Widget({ layout_manager: layout,
 | 
			
		||||
        this.actor = new St.Widget({ layout_manager: new Clutter.BinLayout(),
 | 
			
		||||
                                     reactive: true,
 | 
			
		||||
                                     x_expand: true, y_expand: true,
 | 
			
		||||
                                     clip_to_allocation: true });
 | 
			
		||||
@@ -546,7 +522,7 @@ const ControlsManager = new Lang.Class({
 | 
			
		||||
                                                   expand: true });
 | 
			
		||||
        this._group.add_actor(this._thumbnailsSlider.actor);
 | 
			
		||||
 | 
			
		||||
        layout.connect('allocation-changed', Lang.bind(this, this._updateWorkspacesGeometry));
 | 
			
		||||
        this._group.connect('notify::allocation', Lang.bind(this, this._updateWorkspacesGeometry));
 | 
			
		||||
 | 
			
		||||
        Main.overview.connect('showing', Lang.bind(this, this._updateSpacerVisibility));
 | 
			
		||||
        Main.overview.connect('item-drag-begin', Lang.bind(this,
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										270
									
								
								js/ui/panel.js
									
									
									
									
									
								
							
							
						
						@@ -189,6 +189,7 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this.actor.bind_property("reactive", this.actor, "can-focus", 0);
 | 
			
		||||
        this.actor.reactive = false;
 | 
			
		||||
        this._targetIsCurrent = false;
 | 
			
		||||
 | 
			
		||||
        this._container = new Shell.GenericContainer();
 | 
			
		||||
        bin.set_child(this._container);
 | 
			
		||||
@@ -206,23 +207,20 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
        this._iconBox.connect('notify::allocation',
 | 
			
		||||
                              Lang.bind(this, this._updateIconBoxClip));
 | 
			
		||||
        this._container.add_actor(this._iconBox);
 | 
			
		||||
 | 
			
		||||
        this._hbox = new St.BoxLayout({ style_class: 'panel-status-menu-box' });
 | 
			
		||||
        this._container.add_actor(this._hbox);
 | 
			
		||||
 | 
			
		||||
        this._label = new TextShadower();
 | 
			
		||||
        this._label.actor.y_align = Clutter.ActorAlign.CENTER;
 | 
			
		||||
        this._hbox.add_actor(this._label.actor);
 | 
			
		||||
        this._arrow = PopupMenu.unicodeArrow(St.Side.BOTTOM);
 | 
			
		||||
        this._hbox.add_actor(this._arrow);
 | 
			
		||||
        this._container.add_actor(this._label.actor);
 | 
			
		||||
 | 
			
		||||
        this._iconBottomClip = 0;
 | 
			
		||||
 | 
			
		||||
        this._visible = !Main.overview.visible;
 | 
			
		||||
        if (!this._visible)
 | 
			
		||||
            this.actor.hide();
 | 
			
		||||
        this._overviewHidingId = Main.overview.connect('hiding', Lang.bind(this, this._sync));
 | 
			
		||||
        this._overviewShowingId = Main.overview.connect('showing', Lang.bind(this, this._sync));
 | 
			
		||||
        this._overviewHidingId = Main.overview.connect('hiding', Lang.bind(this, function () {
 | 
			
		||||
            this.show();
 | 
			
		||||
        }));
 | 
			
		||||
        this._overviewShowingId = Main.overview.connect('showing', Lang.bind(this, function () {
 | 
			
		||||
            this.hide();
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        this._stop = true;
 | 
			
		||||
 | 
			
		||||
@@ -245,8 +243,13 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this._visible = true;
 | 
			
		||||
        this.actor.reactive = true;
 | 
			
		||||
        this.actor.show();
 | 
			
		||||
 | 
			
		||||
        if (!this._targetIsCurrent)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this.actor.reactive = true;
 | 
			
		||||
 | 
			
		||||
        Tweener.removeTweens(this.actor);
 | 
			
		||||
        Tweener.addTween(this.actor,
 | 
			
		||||
                         { opacity: 255,
 | 
			
		||||
@@ -260,6 +263,11 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._visible = false;
 | 
			
		||||
        this.actor.reactive = false;
 | 
			
		||||
        if (!this._targetIsCurrent) {
 | 
			
		||||
            this.actor.hide();
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        Tweener.removeTweens(this.actor);
 | 
			
		||||
        Tweener.addTween(this.actor,
 | 
			
		||||
                         { opacity: 0,
 | 
			
		||||
@@ -278,8 +286,9 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
            return;
 | 
			
		||||
        this._spinnerIcon = icon;
 | 
			
		||||
        this._spinner = new Animation.AnimatedIcon(this._spinnerIcon, PANEL_ICON_SIZE);
 | 
			
		||||
        this._hbox.add_actor(this._spinner.actor);
 | 
			
		||||
        this._container.add_actor(this._spinner.actor);
 | 
			
		||||
        this._spinner.actor.hide();
 | 
			
		||||
        this._spinner.actor.lower_bottom();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onIconBoxStyleChanged: function() {
 | 
			
		||||
@@ -288,19 +297,13 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
        this._updateIconBoxClip();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _syncIcon: function() {
 | 
			
		||||
        if (!this._targetApp)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let icon = this._targetApp.get_faded_icon(2 * PANEL_ICON_SIZE, this._iconBox.text_direction);
 | 
			
		||||
        this._iconBox.set_child(icon);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onIconThemeChanged: function() {
 | 
			
		||||
        if (this._iconBox.child == null)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this._syncIcon();
 | 
			
		||||
        this._iconBox.child.destroy();
 | 
			
		||||
        let icon = this._targetApp.get_faded_icon(2 * PANEL_ICON_SIZE);
 | 
			
		||||
        this._iconBox.set_child(icon);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateIconBoxClip: function() {
 | 
			
		||||
@@ -318,6 +321,7 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this._stop = true;
 | 
			
		||||
        this.actor.reactive = true;
 | 
			
		||||
 | 
			
		||||
        if (this._spinner == null)
 | 
			
		||||
            return;
 | 
			
		||||
@@ -337,6 +341,7 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    startAnimation: function() {
 | 
			
		||||
        this._stop = false;
 | 
			
		||||
        this.actor.reactive = false;
 | 
			
		||||
 | 
			
		||||
        if (this._spinner == null)
 | 
			
		||||
            return;
 | 
			
		||||
@@ -349,7 +354,7 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
        let [minSize, naturalSize] = this._iconBox.get_preferred_width(forHeight);
 | 
			
		||||
        alloc.min_size = minSize;
 | 
			
		||||
        alloc.natural_size = naturalSize;
 | 
			
		||||
        [minSize, naturalSize] = this._hbox.get_preferred_width(forHeight);
 | 
			
		||||
        [minSize, naturalSize] = this._label.actor.get_preferred_width(forHeight);
 | 
			
		||||
        alloc.min_size = alloc.min_size + Math.max(0, minSize - Math.floor(alloc.min_size / 2));
 | 
			
		||||
        alloc.natural_size = alloc.natural_size + Math.max(0, naturalSize - Math.floor(alloc.natural_size / 2));
 | 
			
		||||
    },
 | 
			
		||||
@@ -358,7 +363,7 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
        let [minSize, naturalSize] = this._iconBox.get_preferred_height(forWidth);
 | 
			
		||||
        alloc.min_size = minSize;
 | 
			
		||||
        alloc.natural_size = naturalSize;
 | 
			
		||||
        [minSize, naturalSize] = this._hbox.get_preferred_height(forWidth);
 | 
			
		||||
        [minSize, naturalSize] = this._label.actor.get_preferred_height(forWidth);
 | 
			
		||||
        if (minSize > alloc.min_size)
 | 
			
		||||
            alloc.min_size = minSize;
 | 
			
		||||
        if (naturalSize > alloc.natural_size)
 | 
			
		||||
@@ -388,10 +393,11 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        let iconWidth = childBox.x2 - childBox.x1;
 | 
			
		||||
 | 
			
		||||
        [minWidth, naturalWidth] = this._hbox.get_preferred_width(-1);
 | 
			
		||||
        [minWidth, minHeight, naturalWidth, naturalHeight] = this._label.actor.get_preferred_size();
 | 
			
		||||
 | 
			
		||||
        childBox.y1 = 0;
 | 
			
		||||
        childBox.y2 = allocHeight;
 | 
			
		||||
        yPadding = Math.floor(Math.max(0, allocHeight - naturalHeight) / 2);
 | 
			
		||||
        childBox.y1 = yPadding;
 | 
			
		||||
        childBox.y2 = childBox.y1 + Math.min(naturalHeight, allocHeight);
 | 
			
		||||
 | 
			
		||||
        if (direction == Clutter.TextDirection.LTR) {
 | 
			
		||||
            childBox.x1 = Math.floor(iconWidth / 2);
 | 
			
		||||
@@ -400,7 +406,24 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
            childBox.x2 = allocWidth - Math.floor(iconWidth / 2);
 | 
			
		||||
            childBox.x1 = Math.max(0, childBox.x2 - naturalWidth);
 | 
			
		||||
        }
 | 
			
		||||
        this._hbox.allocate(childBox, flags);
 | 
			
		||||
        this._label.actor.allocate(childBox, flags);
 | 
			
		||||
 | 
			
		||||
        if (this._spinner == null)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        if (direction == Clutter.TextDirection.LTR) {
 | 
			
		||||
            childBox.x1 = Math.floor(iconWidth / 2) + this._label.actor.width;
 | 
			
		||||
            childBox.x2 = childBox.x1 + this._spinner.actor.width;
 | 
			
		||||
            childBox.y1 = box.y1;
 | 
			
		||||
            childBox.y2 = box.y2 - 1;
 | 
			
		||||
            this._spinner.actor.allocate(childBox, flags);
 | 
			
		||||
        } else {
 | 
			
		||||
            childBox.x1 = -this._spinner.actor.width;
 | 
			
		||||
            childBox.x2 = childBox.x1 + this._spinner.actor.width;
 | 
			
		||||
            childBox.y1 = box.y1;
 | 
			
		||||
            childBox.y2 = box.y2 - 1;
 | 
			
		||||
            this._spinner.actor.allocate(childBox, flags);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onAppStateChanged: function(appSys, app) {
 | 
			
		||||
@@ -426,76 +449,104 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
            // If the app has just lost focus to the panel, pretend
 | 
			
		||||
            // nothing happened; otherwise you can't keynav to the
 | 
			
		||||
            // app menu.
 | 
			
		||||
            if (global.stage.key_focus != null)
 | 
			
		||||
            if (global.stage_input_mode == Shell.StageInputMode.FOCUSED)
 | 
			
		||||
                return;
 | 
			
		||||
        }
 | 
			
		||||
        this._sync();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _findTargetApp: function() {
 | 
			
		||||
        let workspace = global.screen.get_active_workspace();
 | 
			
		||||
    _sync: function() {
 | 
			
		||||
        let tracker = Shell.WindowTracker.get_default();
 | 
			
		||||
        let focusedApp = tracker.focus_app;
 | 
			
		||||
        if (focusedApp && focusedApp.is_on_workspace(workspace))
 | 
			
		||||
            return focusedApp;
 | 
			
		||||
 | 
			
		||||
        let lastStartedApp = null;
 | 
			
		||||
        let workspace = global.screen.get_active_workspace();
 | 
			
		||||
        for (let i = 0; i < this._startingApps.length; i++)
 | 
			
		||||
            if (this._startingApps[i].is_on_workspace(workspace))
 | 
			
		||||
                return this._startingApps[i];
 | 
			
		||||
                lastStartedApp = this._startingApps[i];
 | 
			
		||||
 | 
			
		||||
        return null;
 | 
			
		||||
    },
 | 
			
		||||
        let targetApp = focusedApp != null ? focusedApp : lastStartedApp;
 | 
			
		||||
 | 
			
		||||
    _sync: function() {
 | 
			
		||||
        let targetApp = this._findTargetApp();
 | 
			
		||||
        if (targetApp == null) {
 | 
			
		||||
            if (!this._targetIsCurrent)
 | 
			
		||||
                return;
 | 
			
		||||
 | 
			
		||||
        if (this._targetApp != targetApp) {
 | 
			
		||||
            if (this._appMenuNotifyId) {
 | 
			
		||||
                this._targetApp.disconnect(this._appMenuNotifyId);
 | 
			
		||||
                this._appMenuNotifyId = 0;
 | 
			
		||||
            }
 | 
			
		||||
            if (this._actionGroupNotifyId) {
 | 
			
		||||
                this._targetApp.disconnect(this._actionGroupNotifyId);
 | 
			
		||||
                this._actionGroupNotifyId = 0;
 | 
			
		||||
            }
 | 
			
		||||
            this.actor.reactive = false;
 | 
			
		||||
            this._targetIsCurrent = false;
 | 
			
		||||
 | 
			
		||||
            this._targetApp = targetApp;
 | 
			
		||||
 | 
			
		||||
            if (this._targetApp) {
 | 
			
		||||
                this._appMenuNotifyId = this._targetApp.connect('notify::menu', Lang.bind(this, this._sync));
 | 
			
		||||
                this._actionGroupNotifyId = this._targetApp.connect('notify::action-group', Lang.bind(this, this._sync));
 | 
			
		||||
                this._label.setText(this._targetApp.get_name());
 | 
			
		||||
                this.actor.set_accessible_name(this._targetApp.get_name());
 | 
			
		||||
            }
 | 
			
		||||
            Tweener.removeTweens(this.actor);
 | 
			
		||||
            Tweener.addTween(this.actor, { opacity: 0,
 | 
			
		||||
                                           time: Overview.ANIMATION_TIME,
 | 
			
		||||
                                           transition: 'easeOutQuad' });
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let visible = (this._targetApp != null && !Main.overview.visibleTarget);
 | 
			
		||||
        if (visible)
 | 
			
		||||
            this.show();
 | 
			
		||||
        else
 | 
			
		||||
            this.hide();
 | 
			
		||||
        if (!targetApp.is_on_workspace(workspace))
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let isBusy = (this._targetApp != null &&
 | 
			
		||||
                      (this._targetApp.get_state() == Shell.AppState.STARTING ||
 | 
			
		||||
                       this._targetApp.get_state() == Shell.AppState.BUSY));
 | 
			
		||||
        if (isBusy)
 | 
			
		||||
        if (!this._targetIsCurrent) {
 | 
			
		||||
            this.actor.reactive = true;
 | 
			
		||||
            this._targetIsCurrent = true;
 | 
			
		||||
 | 
			
		||||
            Tweener.removeTweens(this.actor);
 | 
			
		||||
            Tweener.addTween(this.actor, { opacity: 255,
 | 
			
		||||
                                           time: Overview.ANIMATION_TIME,
 | 
			
		||||
                                           transition: 'easeOutQuad' });
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (targetApp == this._targetApp) {
 | 
			
		||||
            if (targetApp &&
 | 
			
		||||
                targetApp.get_state() != Shell.AppState.STARTING &&
 | 
			
		||||
                targetApp.get_state() != Shell.AppState.BUSY) {
 | 
			
		||||
                this.stopAnimation();
 | 
			
		||||
                this._maybeSetMenu();
 | 
			
		||||
            } else if (targetApp &&
 | 
			
		||||
                       targetApp.get_state() == Shell.AppState.BUSY) {
 | 
			
		||||
                this.startAnimation();
 | 
			
		||||
            }
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (this._spinner)
 | 
			
		||||
            this._spinner.actor.hide();
 | 
			
		||||
        if (this._iconBox.child != null)
 | 
			
		||||
            this._iconBox.child.destroy();
 | 
			
		||||
        this._iconBox.hide();
 | 
			
		||||
        this._label.setText('');
 | 
			
		||||
 | 
			
		||||
        if (this._appMenuNotifyId)
 | 
			
		||||
            this._targetApp.disconnect(this._appMenuNotifyId);
 | 
			
		||||
        if (this._actionGroupNotifyId)
 | 
			
		||||
            this._targetApp.disconnect(this._actionGroupNotifyId);
 | 
			
		||||
        if (targetApp) {
 | 
			
		||||
            this._appMenuNotifyId = targetApp.connect('notify::menu', Lang.bind(this, this._sync));
 | 
			
		||||
            this._actionGroupNotifyId = targetApp.connect('notify::action-group', Lang.bind(this, this._sync));
 | 
			
		||||
        } else {
 | 
			
		||||
            this._appMenuNotifyId = 0;
 | 
			
		||||
            this._actionGroupNotifyId = 0;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._targetApp = targetApp;
 | 
			
		||||
        let icon = targetApp.get_faded_icon(2 * PANEL_ICON_SIZE);
 | 
			
		||||
 | 
			
		||||
        this._label.setText(targetApp.get_name());
 | 
			
		||||
        this.setName(targetApp.get_name());
 | 
			
		||||
 | 
			
		||||
        this._iconBox.set_child(icon);
 | 
			
		||||
        this._iconBox.show();
 | 
			
		||||
 | 
			
		||||
        if (targetApp.get_state() == Shell.AppState.STARTING ||
 | 
			
		||||
            targetApp.get_state() == Shell.AppState.BUSY)
 | 
			
		||||
            this.startAnimation();
 | 
			
		||||
        else
 | 
			
		||||
            this.stopAnimation();
 | 
			
		||||
            this._maybeSetMenu();
 | 
			
		||||
 | 
			
		||||
        this.actor.reactive = (visible && !isBusy);
 | 
			
		||||
 | 
			
		||||
        this._syncIcon();
 | 
			
		||||
        this._maybeSetMenu();
 | 
			
		||||
        this.emit('changed');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _maybeSetMenu: function() {
 | 
			
		||||
        let menu;
 | 
			
		||||
 | 
			
		||||
        if (this._targetApp == null) {
 | 
			
		||||
            menu = null;
 | 
			
		||||
        } else if (this._targetApp.action_group && this._targetApp.menu) {
 | 
			
		||||
        if (this._targetApp.action_group && this._targetApp.menu) {
 | 
			
		||||
            if (this.menu instanceof RemoteMenu.RemoteMenu &&
 | 
			
		||||
                this.menu.actionGroup == this._targetApp.action_group)
 | 
			
		||||
                return;
 | 
			
		||||
@@ -507,7 +558,7 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
            }));
 | 
			
		||||
 | 
			
		||||
        } else {
 | 
			
		||||
            if (this.menu && this.menu.isDummyQuitMenu)
 | 
			
		||||
            if (this.menu.isDummyQuitMenu)
 | 
			
		||||
                return;
 | 
			
		||||
 | 
			
		||||
            // fallback to older menu
 | 
			
		||||
@@ -519,8 +570,7 @@ const AppMenuButton = new Lang.Class({
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.setMenu(menu);
 | 
			
		||||
        if (menu)
 | 
			
		||||
            this._menuManager.addMenu(menu);
 | 
			
		||||
        this._menuManager.addMenu(menu);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    destroy: function() {
 | 
			
		||||
@@ -565,8 +615,7 @@ const ActivitiesButton = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        /* Translators: If there is no suitable word for "Activities"
 | 
			
		||||
           in your language, you can use the word for "Overview". */
 | 
			
		||||
        this._label = new St.Label({ text: _("Activities"),
 | 
			
		||||
                                     y_align: Clutter.ActorAlign.CENTER });
 | 
			
		||||
        this._label = new St.Label({ text: _("Activities") });
 | 
			
		||||
        this.actor.add_actor(this._label);
 | 
			
		||||
 | 
			
		||||
        this.actor.label_actor = this._label;
 | 
			
		||||
@@ -609,7 +658,6 @@ const ActivitiesButton = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    _onButtonRelease: function() {
 | 
			
		||||
        Main.overview.toggle();
 | 
			
		||||
        this.menu.close();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onKeyRelease: function(actor, event) {
 | 
			
		||||
@@ -798,65 +846,31 @@ const PanelCorner = new Lang.Class({
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const AggregateMenu = new Lang.Class({
 | 
			
		||||
    Name: 'AggregateMenu',
 | 
			
		||||
    Extends: PanelMenu.Button,
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.parent(0.0, _("Settings"), false);
 | 
			
		||||
        this.menu.actor.add_style_class_name('aggregate-menu');
 | 
			
		||||
 | 
			
		||||
        this._indicators = new St.BoxLayout({ style_class: 'panel-status-indicators-box' });
 | 
			
		||||
        this.actor.add_child(this._indicators);
 | 
			
		||||
 | 
			
		||||
        this._network = new imports.ui.status.network.NMApplet();
 | 
			
		||||
        if (Config.HAVE_BLUETOOTH) {
 | 
			
		||||
            this._bluetooth = new imports.ui.status.bluetooth.Indicator();
 | 
			
		||||
        } else {
 | 
			
		||||
            this._bluetooth = null;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._power = new imports.ui.status.power.Indicator();
 | 
			
		||||
        this._rfkill = new imports.ui.status.rfkill.Indicator();
 | 
			
		||||
        this._volume = new imports.ui.status.volume.Indicator();
 | 
			
		||||
        this._brightness = new imports.ui.status.brightness.Indicator();
 | 
			
		||||
        this._system = new imports.ui.status.system.Indicator();
 | 
			
		||||
        this._screencast = new imports.ui.status.screencast.Indicator();
 | 
			
		||||
 | 
			
		||||
        this._indicators.add_child(this._screencast.indicators);
 | 
			
		||||
        this._indicators.add_child(this._network.indicators);
 | 
			
		||||
        if (this._bluetooth) {
 | 
			
		||||
            this._indicators.add_child(this._bluetooth.indicators);
 | 
			
		||||
        }
 | 
			
		||||
        this._indicators.add_child(this._rfkill.indicators);
 | 
			
		||||
        this._indicators.add_child(this._volume.indicators);
 | 
			
		||||
        this._indicators.add_child(this._power.indicators);
 | 
			
		||||
        this._indicators.add_child(PopupMenu.unicodeArrow(St.Side.BOTTOM));
 | 
			
		||||
 | 
			
		||||
        this.menu.addMenuItem(this._volume.menu);
 | 
			
		||||
        this.menu.addMenuItem(this._brightness.menu);
 | 
			
		||||
        this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
 | 
			
		||||
        this.menu.addMenuItem(this._network.menu);
 | 
			
		||||
        if (this._bluetooth) {
 | 
			
		||||
            this.menu.addMenuItem(this._bluetooth.menu);
 | 
			
		||||
        }
 | 
			
		||||
        this.menu.addMenuItem(this._rfkill.menu);
 | 
			
		||||
        this.menu.addMenuItem(this._power.menu);
 | 
			
		||||
        this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
 | 
			
		||||
        this.menu.addMenuItem(this._system.menu);
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const PANEL_ITEM_IMPLEMENTATIONS = {
 | 
			
		||||
    'activities': ActivitiesButton,
 | 
			
		||||
    'aggregateMenu': AggregateMenu,
 | 
			
		||||
    'appMenu': AppMenuButton,
 | 
			
		||||
    'dateMenu': imports.ui.dateMenu.DateMenuButton,
 | 
			
		||||
    'a11y': imports.ui.status.accessibility.ATIndicator,
 | 
			
		||||
    'a11yGreeter': imports.ui.status.accessibility.ATGreeterIndicator,
 | 
			
		||||
    'volume': imports.ui.status.volume.Indicator,
 | 
			
		||||
    'battery': imports.ui.status.power.Indicator,
 | 
			
		||||
    'lockScreen': imports.ui.status.lockScreenMenu.Indicator,
 | 
			
		||||
    'keyboard': imports.ui.status.keyboard.InputSourceIndicator,
 | 
			
		||||
    'powerMenu': imports.gdm.powerMenu.PowerMenuButton,
 | 
			
		||||
    'userMenu': imports.ui.userMenu.UserMenuButton
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
if (Config.HAVE_BLUETOOTH)
 | 
			
		||||
    PANEL_ITEM_IMPLEMENTATIONS['bluetooth'] =
 | 
			
		||||
        imports.ui.status.bluetooth.Indicator;
 | 
			
		||||
 | 
			
		||||
try {
 | 
			
		||||
    PANEL_ITEM_IMPLEMENTATIONS['network'] =
 | 
			
		||||
        imports.ui.status.network.NMApplet;
 | 
			
		||||
} catch(e) {
 | 
			
		||||
    log('NMApplet is not supported. It is possible that your NetworkManager version is too old');
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const Panel = new Lang.Class({
 | 
			
		||||
    Name: 'Panel',
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -86,8 +86,13 @@ const ButtonBox = new Lang.Class({
 | 
			
		||||
            childBox.x2 = availWidth - this._minHPadding;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        childBox.y1 = 0;
 | 
			
		||||
        childBox.y2 = availHeight;
 | 
			
		||||
        if (natHeight <= availHeight) {
 | 
			
		||||
            childBox.y1 = Math.floor((availHeight - natHeight) / 2);
 | 
			
		||||
            childBox.y2 = childBox.y1 + natHeight;
 | 
			
		||||
        } else {
 | 
			
		||||
            childBox.y1 = 0;
 | 
			
		||||
            childBox.y2 = availHeight;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        child.allocate(childBox, flags);
 | 
			
		||||
    },
 | 
			
		||||
@@ -101,17 +106,17 @@ const Button = new Lang.Class({
 | 
			
		||||
        this.parent({ reactive: true,
 | 
			
		||||
                      can_focus: true,
 | 
			
		||||
                      track_hover: true,
 | 
			
		||||
                      accessible_name: nameText ? nameText : "",
 | 
			
		||||
                      accessible_role: Atk.Role.MENU });
 | 
			
		||||
 | 
			
		||||
        this.actor.connect('button-press-event', Lang.bind(this, this._onButtonPress));
 | 
			
		||||
        this.actor.connect('key-press-event', Lang.bind(this, this._onSourceKeyPress));
 | 
			
		||||
        this.actor.connect('notify::visible', Lang.bind(this, this._onVisibilityChanged));
 | 
			
		||||
 | 
			
		||||
        if (dontCreateMenu)
 | 
			
		||||
            this.menu = new PopupMenu.PopupDummyMenu(this.actor);
 | 
			
		||||
        else
 | 
			
		||||
            this.setMenu(new PopupMenu.PopupMenu(this.actor, menuAlignment, St.Side.TOP, 0));
 | 
			
		||||
 | 
			
		||||
        this.setName(nameText);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setSensitive: function(sensitive) {
 | 
			
		||||
@@ -120,6 +125,22 @@ const Button = new Lang.Class({
 | 
			
		||||
        this.actor.track_hover = sensitive;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setName: function(text) {
 | 
			
		||||
        if (text != null) {
 | 
			
		||||
            // This is the easiest way to provide a accessible name to
 | 
			
		||||
            // this widget. The label could be also used for other
 | 
			
		||||
            // purposes in the future.
 | 
			
		||||
            if (!this.label) {
 | 
			
		||||
                this.label = new St.Label({ text: text });
 | 
			
		||||
                this.actor.label_actor = this.label;
 | 
			
		||||
            } else
 | 
			
		||||
                this.label.text = text;
 | 
			
		||||
        } else {
 | 
			
		||||
            this.label = null;
 | 
			
		||||
            this.actor.label_actor = null;
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setMenu: function(menu) {
 | 
			
		||||
        if (this.menu)
 | 
			
		||||
            this.menu.destroy();
 | 
			
		||||
@@ -162,14 +183,6 @@ const Button = new Lang.Class({
 | 
			
		||||
            return false;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onVisibilityChanged: function() {
 | 
			
		||||
        if (!this.menu)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        if (!this.actor.visible)
 | 
			
		||||
            this.menu.close();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onMenuKeyPress: function(actor, event) {
 | 
			
		||||
        if (global.focus_manager.navigate_from_event(event))
 | 
			
		||||
            return true;
 | 
			
		||||
@@ -211,35 +224,51 @@ const Button = new Lang.Class({
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(Button.prototype);
 | 
			
		||||
 | 
			
		||||
/* SystemIndicator:
 | 
			
		||||
/* SystemStatusButton:
 | 
			
		||||
 *
 | 
			
		||||
 * This class manages one system indicator, which are the icons
 | 
			
		||||
 * that you see at the top right. A system indicator is composed
 | 
			
		||||
 * of an icon and a menu section, which will be composed into the
 | 
			
		||||
 * aggregate menu.
 | 
			
		||||
 * This class manages one System Status indicator (network, keyboard,
 | 
			
		||||
 * volume, bluetooth...), which is just a PanelMenuButton with an
 | 
			
		||||
 * icon.
 | 
			
		||||
 */
 | 
			
		||||
const SystemIndicator = new Lang.Class({
 | 
			
		||||
    Name: 'SystemIndicator',
 | 
			
		||||
const SystemStatusButton = new Lang.Class({
 | 
			
		||||
    Name: 'SystemStatusButton',
 | 
			
		||||
    Extends: Button,
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.indicators = new St.BoxLayout({ style_class: 'panel-status-indicators-box',
 | 
			
		||||
                                             reactive: true });
 | 
			
		||||
        this.indicators.hide();
 | 
			
		||||
        this.menu = new PopupMenu.PopupMenuSection();
 | 
			
		||||
    _init: function(iconName, nameText) {
 | 
			
		||||
        this.parent(0.0, nameText);
 | 
			
		||||
        this.actor.add_style_class_name('panel-status-button');
 | 
			
		||||
 | 
			
		||||
        this._box = new St.BoxLayout({ style_class: 'panel-status-button-box' });
 | 
			
		||||
        this.actor.add_actor(this._box);
 | 
			
		||||
 | 
			
		||||
        if (iconName)
 | 
			
		||||
            this.setIcon(iconName);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _syncIndicatorsVisible: function() {
 | 
			
		||||
        this.indicators.visible = this.indicators.get_children().some(function(actor) {
 | 
			
		||||
            return actor.visible;
 | 
			
		||||
        });
 | 
			
		||||
    get icons() {
 | 
			
		||||
        return this._box.get_children();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _addIndicator: function() {
 | 
			
		||||
        let icon = new St.Icon({ style_class: 'system-status-icon' });
 | 
			
		||||
        this.indicators.add_actor(icon);
 | 
			
		||||
        icon.connect('notify::visible', Lang.bind(this, this._syncIndicatorsVisible));
 | 
			
		||||
        this._syncIndicatorsVisible();
 | 
			
		||||
    addIcon: function(gicon) {
 | 
			
		||||
        let icon = new St.Icon({ gicon: gicon,
 | 
			
		||||
                                 style_class: 'system-status-icon' });
 | 
			
		||||
        this._box.add_actor(icon);
 | 
			
		||||
 | 
			
		||||
        this.emit('icons-changed');
 | 
			
		||||
 | 
			
		||||
        return icon;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setIcon: function(iconName) {
 | 
			
		||||
        if (!this.mainIcon)
 | 
			
		||||
            this.mainIcon = this.addIcon(null);
 | 
			
		||||
        this.mainIcon.icon_name = iconName;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setGIcon: function(gicon) {
 | 
			
		||||
        if (this.mainIcon)
 | 
			
		||||
            this.mainIcon.gicon = gicon;
 | 
			
		||||
        else
 | 
			
		||||
            this.mainIcon = this.addIcon(gicon);
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(SystemIndicator.prototype);
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,6 @@
 | 
			
		||||
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Mainloop = imports.mainloop;
 | 
			
		||||
const Meta = imports.gi.Meta;
 | 
			
		||||
const GnomeDesktop = imports.gi.GnomeDesktop;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
 | 
			
		||||
@@ -42,7 +41,7 @@ const PointerWatcher = new Lang.Class({
 | 
			
		||||
    Name: 'PointerWatcher',
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this._idleMonitor = Meta.IdleMonitor.get_core();
 | 
			
		||||
        this._idleMonitor = new GnomeDesktop.IdleMonitor();
 | 
			
		||||
        this._idleMonitor.add_idle_watch(IDLE_TIME, Lang.bind(this, this._onIdleMonitorBecameIdle));
 | 
			
		||||
        this._idle = this._idleMonitor.get_idletime() > IDLE_TIME;
 | 
			
		||||
        this._watches = [];
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1046
									
								
								js/ui/popupMenu.js
									
									
									
									
									
								
							
							
						
						@@ -120,7 +120,7 @@ const RemoteMenuItemMapper = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this.menuItem = new PopupMenu.PopupBaseMenuItem();
 | 
			
		||||
        this._label = new St.Label();
 | 
			
		||||
        this.menuItem.actor.add_child(this._label);
 | 
			
		||||
        this.menuItem.addActor(this._label);
 | 
			
		||||
        this.menuItem.actor.label_actor = this._label;
 | 
			
		||||
 | 
			
		||||
        this.menuItem.connect('activate', Lang.bind(this, function() {
 | 
			
		||||
 
 | 
			
		||||
@@ -12,182 +12,177 @@ const Search = imports.ui.search;
 | 
			
		||||
 | 
			
		||||
const KEY_FILE_GROUP = 'Shell Search Provider';
 | 
			
		||||
 | 
			
		||||
const SearchProviderIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.Shell.SearchProvider"> \
 | 
			
		||||
<method name="GetInitialResultSet"> \
 | 
			
		||||
    <arg type="as" direction="in" /> \
 | 
			
		||||
    <arg type="as" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GetSubsearchResultSet"> \
 | 
			
		||||
    <arg type="as" direction="in" /> \
 | 
			
		||||
    <arg type="as" direction="in" /> \
 | 
			
		||||
    <arg type="as" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GetResultMetas"> \
 | 
			
		||||
    <arg type="as" direction="in" /> \
 | 
			
		||||
    <arg type="aa{sv}" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="ActivateResult"> \
 | 
			
		||||
    <arg type="s" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const SearchProviderIface = <interface name="org.gnome.Shell.SearchProvider">
 | 
			
		||||
<method name="GetInitialResultSet">
 | 
			
		||||
    <arg type="as" direction="in" />
 | 
			
		||||
    <arg type="as" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GetSubsearchResultSet">
 | 
			
		||||
    <arg type="as" direction="in" />
 | 
			
		||||
    <arg type="as" direction="in" />
 | 
			
		||||
    <arg type="as" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GetResultMetas">
 | 
			
		||||
    <arg type="as" direction="in" />
 | 
			
		||||
    <arg type="aa{sv}" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="ActivateResult">
 | 
			
		||||
    <arg type="s" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const SearchProvider2Iface = '<node> \
 | 
			
		||||
<interface name="org.gnome.Shell.SearchProvider2"> \
 | 
			
		||||
<method name="GetInitialResultSet"> \
 | 
			
		||||
    <arg type="as" direction="in" /> \
 | 
			
		||||
    <arg type="as" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GetSubsearchResultSet"> \
 | 
			
		||||
    <arg type="as" direction="in" /> \
 | 
			
		||||
    <arg type="as" direction="in" /> \
 | 
			
		||||
    <arg type="as" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GetResultMetas"> \
 | 
			
		||||
    <arg type="as" direction="in" /> \
 | 
			
		||||
    <arg type="aa{sv}" direction="out" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="ActivateResult"> \
 | 
			
		||||
    <arg type="s" direction="in" /> \
 | 
			
		||||
    <arg type="as" direction="in" /> \
 | 
			
		||||
    <arg type="u" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="LaunchSearch"> \
 | 
			
		||||
    <arg type="as" direction="in" /> \
 | 
			
		||||
    <arg type="u" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const SearchProvider2Iface = <interface name="org.gnome.Shell.SearchProvider2">
 | 
			
		||||
<method name="GetInitialResultSet">
 | 
			
		||||
    <arg type="as" direction="in" />
 | 
			
		||||
    <arg type="as" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GetSubsearchResultSet">
 | 
			
		||||
    <arg type="as" direction="in" />
 | 
			
		||||
    <arg type="as" direction="in" />
 | 
			
		||||
    <arg type="as" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GetResultMetas">
 | 
			
		||||
    <arg type="as" direction="in" />
 | 
			
		||||
    <arg type="aa{sv}" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="ActivateResult">
 | 
			
		||||
    <arg type="s" direction="in" />
 | 
			
		||||
    <arg type="as" direction="in" />
 | 
			
		||||
    <arg type="u" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="LaunchSearch">
 | 
			
		||||
    <arg type="as" direction="in" />
 | 
			
		||||
    <arg type="u" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
var SearchProviderProxyInfo = Gio.DBusInterfaceInfo.new_for_xml(SearchProviderIface);
 | 
			
		||||
var SearchProvider2ProxyInfo = Gio.DBusInterfaceInfo.new_for_xml(SearchProvider2Iface);
 | 
			
		||||
var SearchProviderProxy = Gio.DBusProxy.makeProxyWrapper(SearchProviderIface);
 | 
			
		||||
var SearchProvider2Proxy = Gio.DBusProxy.makeProxyWrapper(SearchProvider2Iface);
 | 
			
		||||
 | 
			
		||||
function loadRemoteSearchProviders(callback) {
 | 
			
		||||
    let objectPaths = {};
 | 
			
		||||
    let loadedProviders = [];
 | 
			
		||||
function loadRemoteSearchProviders(addProviderCallback) {
 | 
			
		||||
    let data = { loadedProviders: [],
 | 
			
		||||
                 objectPaths: {},
 | 
			
		||||
                 addProviderCallback: addProviderCallback };
 | 
			
		||||
    FileUtils.collectFromDatadirsAsync('search-providers',
 | 
			
		||||
                                       { loadedCallback: remoteProvidersLoaded,
 | 
			
		||||
                                         processFile: loadRemoteSearchProvider,
 | 
			
		||||
                                         data: data
 | 
			
		||||
                                       });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
    function loadRemoteSearchProvider(file) {
 | 
			
		||||
        let keyfile = new GLib.KeyFile();
 | 
			
		||||
        let path = file.get_path();
 | 
			
		||||
function loadRemoteSearchProvider(file, info, data) {
 | 
			
		||||
    let keyfile = new GLib.KeyFile();
 | 
			
		||||
    let path = file.get_path();
 | 
			
		||||
 | 
			
		||||
        try {
 | 
			
		||||
            keyfile.load_from_file(path, 0);
 | 
			
		||||
        } catch(e) {
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (!keyfile.has_group(KEY_FILE_GROUP))
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let remoteProvider;
 | 
			
		||||
        try {
 | 
			
		||||
            let group = KEY_FILE_GROUP;
 | 
			
		||||
            let busName = keyfile.get_string(group, 'BusName');
 | 
			
		||||
            let objectPath = keyfile.get_string(group, 'ObjectPath');
 | 
			
		||||
 | 
			
		||||
            if (objectPaths[objectPath])
 | 
			
		||||
                return;
 | 
			
		||||
 | 
			
		||||
            let appInfo = null;
 | 
			
		||||
            try {
 | 
			
		||||
                let desktopId = keyfile.get_string(group, 'DesktopId');
 | 
			
		||||
                appInfo = Gio.DesktopAppInfo.new(desktopId);
 | 
			
		||||
            } catch (e) {
 | 
			
		||||
                log('Ignoring search provider ' + path + ': missing DesktopId');
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            let version = '1';
 | 
			
		||||
            try {
 | 
			
		||||
                version = keyfile.get_string(group, 'Version');
 | 
			
		||||
            } catch (e) {
 | 
			
		||||
                // ignore error
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            if (version >= 2)
 | 
			
		||||
                remoteProvider = new RemoteSearchProvider2(appInfo, busName, objectPath);
 | 
			
		||||
            else
 | 
			
		||||
                remoteProvider = new RemoteSearchProvider(appInfo, busName, objectPath);
 | 
			
		||||
 | 
			
		||||
            objectPaths[objectPath] = remoteProvider;
 | 
			
		||||
            loadedProviders.push(remoteProvider);
 | 
			
		||||
        } catch(e) {
 | 
			
		||||
            log('Failed to add search provider %s: %s'.format(path, e.toString()));
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    let searchSettings = new Gio.Settings({ schema: Search.SEARCH_PROVIDERS_SCHEMA });
 | 
			
		||||
    if (searchSettings.get_boolean('disable-external')) {
 | 
			
		||||
        callback([]);
 | 
			
		||||
    try {
 | 
			
		||||
        keyfile.load_from_file(path, 0);
 | 
			
		||||
    } catch(e) {
 | 
			
		||||
        return;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    FileUtils.collectFromDatadirs('search-providers', false, loadRemoteSearchProvider);
 | 
			
		||||
    if (!keyfile.has_group(KEY_FILE_GROUP))
 | 
			
		||||
        return;
 | 
			
		||||
 | 
			
		||||
    let remoteProvider;
 | 
			
		||||
    try {
 | 
			
		||||
        let group = KEY_FILE_GROUP;
 | 
			
		||||
        let busName = keyfile.get_string(group, 'BusName');
 | 
			
		||||
        let objectPath = keyfile.get_string(group, 'ObjectPath');
 | 
			
		||||
 | 
			
		||||
        if (data.objectPaths[objectPath])
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let appInfo = null;
 | 
			
		||||
        try {
 | 
			
		||||
            let desktopId = keyfile.get_string(group, 'DesktopId');
 | 
			
		||||
            appInfo = Gio.DesktopAppInfo.new(desktopId);
 | 
			
		||||
        } catch (e) {
 | 
			
		||||
            log('Ignoring search provider ' + path + ': missing DesktopId');
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let version = '1';
 | 
			
		||||
        try {
 | 
			
		||||
            version = keyfile.get_string(group, 'Version');
 | 
			
		||||
        } catch (e) {
 | 
			
		||||
            // ignore error
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (version >= 2)
 | 
			
		||||
            remoteProvider = new RemoteSearchProvider2(appInfo, busName, objectPath);
 | 
			
		||||
        else
 | 
			
		||||
            remoteProvider = new RemoteSearchProvider(appInfo, busName, objectPath);
 | 
			
		||||
 | 
			
		||||
        data.objectPaths[objectPath] = remoteProvider;
 | 
			
		||||
        data.loadedProviders.push(remoteProvider);
 | 
			
		||||
    } catch(e) {
 | 
			
		||||
        log('Failed to add search provider %s: %s'.format(path, e.toString()));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function remoteProvidersLoaded(loadState) {
 | 
			
		||||
    let searchSettings = new Gio.Settings({ schema: Search.SEARCH_PROVIDERS_SCHEMA });
 | 
			
		||||
    let sortOrder = searchSettings.get_strv('sort-order');
 | 
			
		||||
 | 
			
		||||
    // Special case gnome-control-center to be always active and always first
 | 
			
		||||
    sortOrder.unshift('gnome-control-center.desktop');
 | 
			
		||||
 | 
			
		||||
    loadedProviders = loadedProviders.filter(function(provider) {
 | 
			
		||||
        let appId = provider.appInfo.get_id();
 | 
			
		||||
        let disabled = searchSettings.get_strv('disabled');
 | 
			
		||||
        return disabled.indexOf(appId) == -1;
 | 
			
		||||
    });
 | 
			
		||||
    loadState.loadedProviders.sort(
 | 
			
		||||
        function(providerA, providerB) {
 | 
			
		||||
            let idxA, idxB;
 | 
			
		||||
            let appIdA, appIdB;
 | 
			
		||||
 | 
			
		||||
    loadedProviders.sort(function(providerA, providerB) {
 | 
			
		||||
        let idxA, idxB;
 | 
			
		||||
        let appIdA, appIdB;
 | 
			
		||||
            appIdA = providerA.appInfo.get_id();
 | 
			
		||||
            appIdB = providerB.appInfo.get_id();
 | 
			
		||||
 | 
			
		||||
        appIdA = providerA.appInfo.get_id();
 | 
			
		||||
        appIdB = providerB.appInfo.get_id();
 | 
			
		||||
            idxA = sortOrder.indexOf(appIdA);
 | 
			
		||||
            idxB = sortOrder.indexOf(appIdB);
 | 
			
		||||
 | 
			
		||||
        idxA = sortOrder.indexOf(appIdA);
 | 
			
		||||
        idxB = sortOrder.indexOf(appIdB);
 | 
			
		||||
            // if no provider is found in the order, use alphabetical order
 | 
			
		||||
            if ((idxA == -1) && (idxB == -1)) {
 | 
			
		||||
                let nameA = providerA.appInfo.get_name();
 | 
			
		||||
                let nameB = providerB.appInfo.get_name();
 | 
			
		||||
 | 
			
		||||
        // if no provider is found in the order, use alphabetical order
 | 
			
		||||
        if ((idxA == -1) && (idxB == -1)) {
 | 
			
		||||
            let nameA = providerA.appInfo.get_name();
 | 
			
		||||
            let nameB = providerB.appInfo.get_name();
 | 
			
		||||
                return GLib.utf8_collate(nameA, nameB);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            return GLib.utf8_collate(nameA, nameB);
 | 
			
		||||
        }
 | 
			
		||||
            // if providerA isn't found, it's sorted after providerB
 | 
			
		||||
            if (idxA == -1)
 | 
			
		||||
                return 1;
 | 
			
		||||
 | 
			
		||||
        // if providerA isn't found, it's sorted after providerB
 | 
			
		||||
        if (idxA == -1)
 | 
			
		||||
            return 1;
 | 
			
		||||
            // if providerB isn't found, it's sorted after providerA
 | 
			
		||||
            if (idxB == -1)
 | 
			
		||||
                return -1;
 | 
			
		||||
 | 
			
		||||
        // if providerB isn't found, it's sorted after providerA
 | 
			
		||||
        if (idxB == -1)
 | 
			
		||||
            return -1;
 | 
			
		||||
            // finally, if both providers are found, return their order in the list
 | 
			
		||||
            return (idxA - idxB);
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        // finally, if both providers are found, return their order in the list
 | 
			
		||||
        return (idxA - idxB);
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    callback(loadedProviders);
 | 
			
		||||
    loadState.loadedProviders.forEach(
 | 
			
		||||
        function(provider) {
 | 
			
		||||
            loadState.addProviderCallback(provider);
 | 
			
		||||
        });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const RemoteSearchProvider = new Lang.Class({
 | 
			
		||||
    Name: 'RemoteSearchProvider',
 | 
			
		||||
 | 
			
		||||
    _init: function(appInfo, dbusName, dbusPath, proxyInfo) {
 | 
			
		||||
        if (!proxyInfo)
 | 
			
		||||
            proxyInfo = SearchProviderProxyInfo;
 | 
			
		||||
    _init: function(appInfo, dbusName, dbusPath, proxyType) {
 | 
			
		||||
        if (!proxyType)
 | 
			
		||||
            proxyType = SearchProviderProxy;
 | 
			
		||||
 | 
			
		||||
        this.proxy = new Gio.DBusProxy({ g_bus_type: Gio.BusType.SESSION,
 | 
			
		||||
                                         g_name: dbusName,
 | 
			
		||||
                                         g_object_path: dbusPath,
 | 
			
		||||
                                         g_interface_info: proxyInfo,
 | 
			
		||||
                                         g_interface_name: proxyInfo.name,
 | 
			
		||||
                                         g_flags: (Gio.DBusProxyFlags.DO_NOT_AUTO_START_AT_CONSTRUCTION |
 | 
			
		||||
                                                   Gio.DBusProxyFlags.DO_NOT_LOAD_PROPERTIES) });
 | 
			
		||||
        this.proxy.init_async(GLib.PRIORITY_DEFAULT, null, null);
 | 
			
		||||
        this.proxy = new proxyType(Gio.DBus.session,
 | 
			
		||||
                dbusName, dbusPath, Lang.bind(this, this._onProxyConstructed));
 | 
			
		||||
 | 
			
		||||
        this.appInfo = appInfo;
 | 
			
		||||
        this.id = appInfo.get_id();
 | 
			
		||||
        this.isRemoteProvider = true;
 | 
			
		||||
 | 
			
		||||
        this._cancellable = new Gio.Cancellable();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onProxyConstructed: function(proxy) {
 | 
			
		||||
        // Do nothing
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    createIcon: function(size, meta) {
 | 
			
		||||
@@ -207,43 +202,40 @@ const RemoteSearchProvider = new Lang.Class({
 | 
			
		||||
                             icon_size: size });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    filterResults: function(results, maxNumber) {
 | 
			
		||||
        if (results.length <= maxNumber)
 | 
			
		||||
            return results;
 | 
			
		||||
 | 
			
		||||
        let regularResults = results.filter(function(r) { return !r.startsWith('special:'); });
 | 
			
		||||
        let specialResults = results.filter(function(r) { return r.startsWith('special:'); });
 | 
			
		||||
 | 
			
		||||
        return regularResults.slice(0, maxNumber).concat(specialResults.slice(0, maxNumber));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getResultsFinished: function(results, error, callback) {
 | 
			
		||||
        if (error) {
 | 
			
		||||
            if (!error.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.CANCELLED))
 | 
			
		||||
                log('Received error from DBus search provider %s: %s'.format(this.id, String(error)));
 | 
			
		||||
            callback([]);
 | 
			
		||||
    _getResultsFinished: function(results, error) {
 | 
			
		||||
        if (error)
 | 
			
		||||
            return;
 | 
			
		||||
        this.searchSystem.setResults(this, results[0]);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getInitialResultSet: function(terms) {
 | 
			
		||||
        this._cancellable.cancel();
 | 
			
		||||
        this._cancellable.reset();
 | 
			
		||||
        try {
 | 
			
		||||
            this.proxy.GetInitialResultSetRemote(terms,
 | 
			
		||||
                                                 Lang.bind(this, this._getResultsFinished),
 | 
			
		||||
                                                 this._cancellable);
 | 
			
		||||
        } catch(e) {
 | 
			
		||||
            log('Error calling GetInitialResultSet for provider %s: %s'.format(this.id, e.toString()));
 | 
			
		||||
            this.searchSystem.setResults(this, []);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        callback(results[0]);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getInitialResultSet: function(terms, callback, cancellable) {
 | 
			
		||||
        this.proxy.GetInitialResultSetRemote(terms,
 | 
			
		||||
                                             Lang.bind(this, this._getResultsFinished, callback),
 | 
			
		||||
                                             cancellable);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getSubsearchResultSet: function(previousResults, newTerms, callback, cancellable) {
 | 
			
		||||
        this.proxy.GetSubsearchResultSetRemote(previousResults, newTerms,
 | 
			
		||||
                                               Lang.bind(this, this._getResultsFinished, callback),
 | 
			
		||||
                                               cancellable);
 | 
			
		||||
    getSubsearchResultSet: function(previousResults, newTerms) {
 | 
			
		||||
        this._cancellable.cancel();
 | 
			
		||||
        this._cancellable.reset();
 | 
			
		||||
        try {
 | 
			
		||||
            this.proxy.GetSubsearchResultSetRemote(previousResults, newTerms,
 | 
			
		||||
                                                   Lang.bind(this, this._getResultsFinished),
 | 
			
		||||
                                                   this._cancellable);
 | 
			
		||||
        } catch(e) {
 | 
			
		||||
            log('Error calling GetSubsearchResultSet for provider %s: %s'.format(this.id, e.toString()));
 | 
			
		||||
            this.searchSystem.setResults(this, []);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getResultMetasFinished: function(results, error, callback) {
 | 
			
		||||
        if (error) {
 | 
			
		||||
            if (!error.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.CANCELLED))
 | 
			
		||||
                log('Received error from DBus search provider %s during GetResultMetas: %s'.format(this.id, String(error)));
 | 
			
		||||
            callback([]);
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
@@ -265,10 +257,17 @@ const RemoteSearchProvider = new Lang.Class({
 | 
			
		||||
        callback(resultMetas);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getResultMetas: function(ids, callback, cancellable) {
 | 
			
		||||
        this.proxy.GetResultMetasRemote(ids,
 | 
			
		||||
                                        Lang.bind(this, this._getResultMetasFinished, callback),
 | 
			
		||||
                                        cancellable);
 | 
			
		||||
    getResultMetas: function(ids, callback) {
 | 
			
		||||
        this._cancellable.cancel();
 | 
			
		||||
        this._cancellable.reset();
 | 
			
		||||
        try {
 | 
			
		||||
            this.proxy.GetResultMetasRemote(ids,
 | 
			
		||||
                                            Lang.bind(this, this._getResultMetasFinished, callback),
 | 
			
		||||
                                            this._cancellable);
 | 
			
		||||
        } catch(e) {
 | 
			
		||||
            log('Error calling GetResultMetas for provider %s: %s'.format(this.id, e.toString()));
 | 
			
		||||
            callback([]);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    activateResult: function(id) {
 | 
			
		||||
@@ -288,7 +287,7 @@ const RemoteSearchProvider2 = new Lang.Class({
 | 
			
		||||
    Extends: RemoteSearchProvider,
 | 
			
		||||
 | 
			
		||||
    _init: function(appInfo, dbusName, dbusPath) {
 | 
			
		||||
        this.parent(appInfo, dbusName, dbusPath, SearchProvider2ProxyInfo);
 | 
			
		||||
        this.parent(appInfo, dbusName, dbusPath, SearchProvider2Proxy);
 | 
			
		||||
 | 
			
		||||
        this.canLaunchSearch = true;
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,12 +1,10 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const AccountsService = imports.gi.AccountsService;
 | 
			
		||||
const Cairo = imports.cairo;
 | 
			
		||||
const Clutter = imports.gi.Clutter;
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
const GLib = imports.gi.GLib;
 | 
			
		||||
const GnomeDesktop = imports.gi.GnomeDesktop;
 | 
			
		||||
const Gtk = imports.gi.Gtk;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Mainloop = imports.mainloop;
 | 
			
		||||
const Meta = imports.gi.Meta;
 | 
			
		||||
@@ -19,14 +17,12 @@ const Background = imports.ui.background;
 | 
			
		||||
const GnomeSession = imports.misc.gnomeSession;
 | 
			
		||||
const Hash = imports.misc.hash;
 | 
			
		||||
const Layout = imports.ui.layout;
 | 
			
		||||
const OVirt = imports.gdm.oVirt;
 | 
			
		||||
const LoginManager = imports.misc.loginManager;
 | 
			
		||||
const Lightbox = imports.ui.lightbox;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const Overview = imports.ui.overview;
 | 
			
		||||
const MessageTray = imports.ui.messageTray;
 | 
			
		||||
const ShellDBus = imports.ui.shellDBus;
 | 
			
		||||
const SmartcardManager = imports.misc.smartcardManager;
 | 
			
		||||
const Tweener = imports.ui.tweener;
 | 
			
		||||
const Util = imports.misc.util;
 | 
			
		||||
 | 
			
		||||
@@ -53,10 +49,12 @@ const SUMMARY_ICON_SIZE = 48;
 | 
			
		||||
//   or when cancelling the dialog
 | 
			
		||||
// - BACKGROUND_FADE_TIME is used when the background changes to crossfade to new background
 | 
			
		||||
// - CURTAIN_SLIDE_TIME is used when raising the shield before unlocking
 | 
			
		||||
// - INITIAL_FADE_IN_TIME is used for the initial fade in at startup
 | 
			
		||||
const STANDARD_FADE_TIME = 10;
 | 
			
		||||
const MANUAL_FADE_TIME = 0.3;
 | 
			
		||||
const BACKGROUND_FADE_TIME = 1.0;
 | 
			
		||||
const CURTAIN_SLIDE_TIME = 0.3;
 | 
			
		||||
const INITIAL_FADE_IN_TIME = 0.25;
 | 
			
		||||
 | 
			
		||||
const Clock = new Lang.Class({
 | 
			
		||||
    Name: 'ScreenShieldClock',
 | 
			
		||||
@@ -106,14 +104,13 @@ const NotificationsBox = new Lang.Class({
 | 
			
		||||
        this._musicBin = new St.Bin({ style_class: 'screen-shield-notifications-box',
 | 
			
		||||
                                      visible: false });
 | 
			
		||||
 | 
			
		||||
        this._scrollView = new St.ScrollView({ x_fill: false, x_align: St.Align.START,
 | 
			
		||||
                                               hscrollbar_policy: Gtk.PolicyType.NEVER });
 | 
			
		||||
        let scrollView = new St.ScrollView({ x_fill: false, x_align: St.Align.START });
 | 
			
		||||
        this._notificationBox = new St.BoxLayout({ vertical: true,
 | 
			
		||||
                                                   style_class: 'screen-shield-notifications-box' });
 | 
			
		||||
        this._scrollView.add_actor(this._notificationBox);
 | 
			
		||||
        scrollView.add_actor(this._notificationBox);
 | 
			
		||||
 | 
			
		||||
        this.actor.add(this._musicBin);
 | 
			
		||||
        this.actor.add(this._scrollView, { x_fill: true, x_align: St.Align.START });
 | 
			
		||||
        this.actor.add(scrollView, { x_fill: true, x_align: St.Align.START });
 | 
			
		||||
 | 
			
		||||
        this._sources = new Hash.Map();
 | 
			
		||||
        Main.messageTray.getSources().forEach(Lang.bind(this, function(source) {
 | 
			
		||||
@@ -198,8 +195,8 @@ const NotificationsBox = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
            let body = '';
 | 
			
		||||
            if (n.bannerBodyText) {
 | 
			
		||||
                body = n.bannerBodyMarkup ? n.bannerBodyText
 | 
			
		||||
                                          : GLib.markup_escape_text(n.bannerBodyText, -1);
 | 
			
		||||
                body = n.bannerBodyMarkup ? n.bannerBodyText :
 | 
			
		||||
                GLib.markup_escape_text(n.bannerBodyMarkup, -1);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            let label = new St.Label({ style_class: 'screen-shield-notification-count-text' });
 | 
			
		||||
@@ -239,7 +236,7 @@ const NotificationsBox = new Lang.Class({
 | 
			
		||||
            (source.unseenCount > (musicNotification ? 1 : 0));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _sourceAdded: function(tray, source, initial) {
 | 
			
		||||
    _sourceAdded: function(tray, source, dontUpdateVisibility) {
 | 
			
		||||
        // Ignore transient sources
 | 
			
		||||
        if (source.isTransient)
 | 
			
		||||
            return;
 | 
			
		||||
@@ -286,29 +283,8 @@ const NotificationsBox = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._sources.set(source, obj);
 | 
			
		||||
 | 
			
		||||
        if (!initial) {
 | 
			
		||||
            // block scrollbars while animating, if they're not needed now
 | 
			
		||||
            let boxHeight = this._notificationBox.height;
 | 
			
		||||
            if (this._scrollView.height >= boxHeight)
 | 
			
		||||
                this._scrollView.vscrollbar_policy = Gtk.PolicyType.NEVER;
 | 
			
		||||
 | 
			
		||||
            let widget = obj.sourceBox;
 | 
			
		||||
            let [, natHeight] = widget.get_preferred_height(-1);
 | 
			
		||||
            widget.height = 0;
 | 
			
		||||
            Tweener.addTween(widget,
 | 
			
		||||
                             { height: natHeight,
 | 
			
		||||
                               transition: 'easeOutQuad',
 | 
			
		||||
                               time: 0.25,
 | 
			
		||||
                               onComplete: function() {
 | 
			
		||||
                                   this._scrollView.vscrollbar_policy = Gtk.PolicyType.AUTOMATIC;
 | 
			
		||||
                                   widget.set_height(-1);
 | 
			
		||||
                               },
 | 
			
		||||
                               onCompleteScope: this
 | 
			
		||||
                             });
 | 
			
		||||
 | 
			
		||||
        if (!dontUpdateVisibility)
 | 
			
		||||
            this._updateVisibility();
 | 
			
		||||
            Shell.util_wake_up_screen();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _titleChanged: function(source, obj) {
 | 
			
		||||
@@ -330,10 +306,7 @@ const NotificationsBox = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        obj.sourceBox.visible = obj.visible &&
 | 
			
		||||
            (source.unseenCount > (obj.musicNotification ? 1 : 0));
 | 
			
		||||
 | 
			
		||||
        this._updateVisibility();
 | 
			
		||||
        if (obj.sourceBox.visible)
 | 
			
		||||
            Shell.util_wake_up_screen();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _visibleChanged: function(source, obj) {
 | 
			
		||||
@@ -347,8 +320,6 @@ const NotificationsBox = new Lang.Class({
 | 
			
		||||
            source.unseenCount > (obj.musicNotification ? 1 : 0);
 | 
			
		||||
 | 
			
		||||
        this._updateVisibility();
 | 
			
		||||
        if (obj.sourceBox.visible)
 | 
			
		||||
            Shell.util_wake_up_screen();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _detailedChanged: function(source, obj) {
 | 
			
		||||
@@ -518,10 +489,16 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._lockDialogGroup = new St.Widget({ x_expand: true,
 | 
			
		||||
                                                y_expand: true,
 | 
			
		||||
                                                reactive: true,
 | 
			
		||||
                                                opacity: 0,
 | 
			
		||||
                                                pivot_point: new Clutter.Point({ x: 0.5, y: 0.5 }),
 | 
			
		||||
                                                name: 'lockDialogGroup' });
 | 
			
		||||
 | 
			
		||||
        Tweener.addTween(this._lockDialogGroup,
 | 
			
		||||
                         { opacity: 255,
 | 
			
		||||
                           time: INITIAL_FADE_IN_TIME,
 | 
			
		||||
                           transition: 'easeInQuad',
 | 
			
		||||
                         });
 | 
			
		||||
 | 
			
		||||
        this.actor.add_actor(this._lockDialogGroup);
 | 
			
		||||
        this.actor.add_actor(this._lockScreenGroup);
 | 
			
		||||
 | 
			
		||||
@@ -539,20 +516,6 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._screenSaverDBus = new ShellDBus.ScreenSaverDBus(this);
 | 
			
		||||
 | 
			
		||||
        this._smartcardManager = SmartcardManager.getSmartcardManager();
 | 
			
		||||
        this._smartcardManager.connect('smartcard-inserted',
 | 
			
		||||
                                       Lang.bind(this, function(token) {
 | 
			
		||||
                                           if (this._isLocked && token.UsedToLogin)
 | 
			
		||||
                                               this._liftShield(true, 0);
 | 
			
		||||
                                       }));
 | 
			
		||||
 | 
			
		||||
        this._oVirtCredentialsManager = OVirt.getOVirtCredentialsManager();
 | 
			
		||||
        this._oVirtCredentialsManager.connect('user-authenticated',
 | 
			
		||||
                                              Lang.bind(this, function() {
 | 
			
		||||
                                                  if (this._isLocked)
 | 
			
		||||
                                                      this._liftShield(true, 0);
 | 
			
		||||
                                              }));
 | 
			
		||||
 | 
			
		||||
        this._inhibitor = null;
 | 
			
		||||
        this._aboutToSuspend = false;
 | 
			
		||||
        this._loginManager = LoginManager.getLoginManager();
 | 
			
		||||
@@ -579,20 +542,13 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
        this._becameActiveId = 0;
 | 
			
		||||
        this._lockTimeoutId = 0;
 | 
			
		||||
 | 
			
		||||
        // The "long" lightbox is used for the longer (20 seconds) fade from session
 | 
			
		||||
        // to idle status, the "short" is used for quickly fading to black when locking
 | 
			
		||||
        // manually
 | 
			
		||||
        this._longLightbox = new Lightbox.Lightbox(Main.uiGroup,
 | 
			
		||||
                                                   { inhibitEvents: true,
 | 
			
		||||
                                                     fadeFactor: 1 });
 | 
			
		||||
        this._longLightbox.connect('shown', Lang.bind(this, this._onLongLightboxShown));
 | 
			
		||||
        this._shortLightbox = new Lightbox.Lightbox(Main.uiGroup,
 | 
			
		||||
                                                    { inhibitEvents: true,
 | 
			
		||||
                                                      fadeFactor: 1 });
 | 
			
		||||
        this._shortLightbox.connect('shown', Lang.bind(this, this._onShortLightboxShown));
 | 
			
		||||
        this._lightbox = new Lightbox.Lightbox(Main.uiGroup,
 | 
			
		||||
                                               { inhibitEvents: true,
 | 
			
		||||
                                                 fadeInTime: STANDARD_FADE_TIME,
 | 
			
		||||
                                                 fadeFactor: 1 });
 | 
			
		||||
        this._lightbox.connect('shown', Lang.bind(this, this._onLightboxShown));
 | 
			
		||||
 | 
			
		||||
        this.idleMonitor = Meta.IdleMonitor.get_core();
 | 
			
		||||
        this._cursorTracker = Meta.CursorTracker.get_for_screen(global.screen);
 | 
			
		||||
        this.idleMonitor = new GnomeDesktop.IdleMonitor();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _createBackground: function(monitorIndex) {
 | 
			
		||||
@@ -605,8 +561,7 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        let bgManager = new Background.BackgroundManager({ container: widget,
 | 
			
		||||
                                                           monitorIndex: monitorIndex,
 | 
			
		||||
                                                           controlPosition: false,
 | 
			
		||||
                                                           settingsSchema: SCREENSAVER_SCHEMA });
 | 
			
		||||
                                                           controlPosition: false });
 | 
			
		||||
 | 
			
		||||
        this._bgManagers.push(bgManager);
 | 
			
		||||
 | 
			
		||||
@@ -626,28 +581,13 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    _liftShield: function(onPrimary, velocity) {
 | 
			
		||||
        if (this._isLocked) {
 | 
			
		||||
            if (this._ensureUnlockDialog(onPrimary, true /* allowCancel */))
 | 
			
		||||
                this._hideLockScreen(true /* animate */, velocity);
 | 
			
		||||
            this._ensureUnlockDialog(onPrimary, true /* allowCancel */);
 | 
			
		||||
            this._hideLockScreen(true /* animate */, velocity);
 | 
			
		||||
        } else {
 | 
			
		||||
            this.deactivate(true /* animate */);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _maybeCancelDialog: function() {
 | 
			
		||||
        if (!this._dialog)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this._dialog.cancel();
 | 
			
		||||
        if (this._isGreeter) {
 | 
			
		||||
            // LoginDialog.cancel() will grab the key focus
 | 
			
		||||
            // on its own, so ensure it stays on lock screen
 | 
			
		||||
            // instead
 | 
			
		||||
            this._lockScreenGroup.grab_key_focus();
 | 
			
		||||
        } else {
 | 
			
		||||
            this._dialog = null;
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _becomeModal: function() {
 | 
			
		||||
        if (this._isModal)
 | 
			
		||||
            return true;
 | 
			
		||||
@@ -679,9 +619,9 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
        if (!isEnter && !(GLib.unichar_isprint(unichar) || symbol == Clutter.KEY_Escape))
 | 
			
		||||
            return false;
 | 
			
		||||
 | 
			
		||||
        if (this._isLocked &&
 | 
			
		||||
            this._ensureUnlockDialog(true, true) &&
 | 
			
		||||
            GLib.unichar_isgraph(unichar))
 | 
			
		||||
        this._ensureUnlockDialog(true, true);
 | 
			
		||||
 | 
			
		||||
        if (GLib.unichar_isgraph(unichar))
 | 
			
		||||
            this._dialog.addCharacter(unichar);
 | 
			
		||||
 | 
			
		||||
        this._liftShield(true, 0);
 | 
			
		||||
@@ -732,8 +672,6 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
            this.lock(true);
 | 
			
		||||
        } else {
 | 
			
		||||
            this._inhibitSuspend();
 | 
			
		||||
 | 
			
		||||
            this._onUserBecameActive();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -805,7 +743,13 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
                               onCompleteScope: this,
 | 
			
		||||
                             });
 | 
			
		||||
 | 
			
		||||
            this._maybeCancelDialog();
 | 
			
		||||
            // If we have a unlock dialog, cancel it
 | 
			
		||||
            if (this._dialog) {
 | 
			
		||||
                this._dialog.cancel();
 | 
			
		||||
                if (!this._isGreeter) {
 | 
			
		||||
                    this._dialog = null;
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -813,9 +757,27 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
        if (status != GnomeSession.PresenceStatus.IDLE)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this._maybeCancelDialog();
 | 
			
		||||
        if (this._dialog) {
 | 
			
		||||
            this._dialog.cancel();
 | 
			
		||||
            if (!this._isGreeter) {
 | 
			
		||||
                this._dialog = null;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (this._longLightbox.actor.visible ||
 | 
			
		||||
        if (!this._becomeModal()) {
 | 
			
		||||
            // We could not become modal, so we can't activate the
 | 
			
		||||
            // screenshield. The user is probably very upset at this
 | 
			
		||||
            // point, but any application using global grabs is broken
 | 
			
		||||
            // Just tell him to stop using this app
 | 
			
		||||
            // 
 | 
			
		||||
            // XXX: another option is to kick the user into the gdm login
 | 
			
		||||
            // screen, where we're not affected by grabs
 | 
			
		||||
            Main.notifyError(_("Unable to lock"),
 | 
			
		||||
                             _("Lock was blocked by an application"));
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (this._lightbox.actor.visible ||
 | 
			
		||||
            this._isActive) {
 | 
			
		||||
            // We're either shown and active, or in the process of
 | 
			
		||||
            // showing.
 | 
			
		||||
@@ -828,22 +790,13 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (!this._becomeModal()) {
 | 
			
		||||
            // We could not become modal, so we can't activate the
 | 
			
		||||
            // screenshield. The user is probably very upset at this
 | 
			
		||||
            // point, but any application using global grabs is broken
 | 
			
		||||
            // Just tell him to stop using this app
 | 
			
		||||
            //
 | 
			
		||||
            // XXX: another option is to kick the user into the gdm login
 | 
			
		||||
            // screen, where we're not affected by grabs
 | 
			
		||||
            Main.notifyError(_("Unable to lock"),
 | 
			
		||||
                             _("Lock was blocked by an application"));
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        this._lightbox.show();
 | 
			
		||||
 | 
			
		||||
        if (this._activationTime == 0)
 | 
			
		||||
            this._activationTime = GLib.get_monotonic_time();
 | 
			
		||||
 | 
			
		||||
        this._becameActiveId = this.idleMonitor.add_user_active_watch(Lang.bind(this, this._onUserBecameActive));
 | 
			
		||||
 | 
			
		||||
        let shouldLock = this._settings.get_boolean(LOCK_ENABLED_KEY) && !this._isLocked;
 | 
			
		||||
 | 
			
		||||
        if (shouldLock) {
 | 
			
		||||
@@ -851,59 +804,48 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
            this._lockTimeoutId = Mainloop.timeout_add(lockTimeout * 1000,
 | 
			
		||||
                                                       Lang.bind(this, function() {
 | 
			
		||||
                                                           this._lockTimeoutId = 0;
 | 
			
		||||
                                                           this.lock(false);
 | 
			
		||||
                                                           this.lock(true);
 | 
			
		||||
                                                           return false;
 | 
			
		||||
                                                       }));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._activateFade(this._longLightbox, STANDARD_FADE_TIME);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _activateFade: function(lightbox, time) {
 | 
			
		||||
        lightbox.show(time);
 | 
			
		||||
 | 
			
		||||
        if (this._becameActiveId == 0)
 | 
			
		||||
            this._becameActiveId = this.idleMonitor.add_user_active_watch(Lang.bind(this, this._onUserBecameActive));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onUserBecameActive: function() {
 | 
			
		||||
        // This function gets called here when the user becomes active
 | 
			
		||||
        // after we activated a lightbox
 | 
			
		||||
        // There are two possibilities here:
 | 
			
		||||
        // - we're called when already locked/active; isLocked or isActive is true,
 | 
			
		||||
        // after gnome-session changed the status to IDLE
 | 
			
		||||
        // There are four possibilities here:
 | 
			
		||||
        // - we're called when already locked; isActive and isLocked are true,
 | 
			
		||||
        //   we just go back to the lock screen curtain
 | 
			
		||||
        //   (isActive == isLocked == true: normal case
 | 
			
		||||
        //    isActive == false, isLocked == true: during the fade for manual locking
 | 
			
		||||
        //    isActive == true, isLocked == false: after session idle, before lock-delay)
 | 
			
		||||
        // - we're called because the session is IDLE but before the lightbox
 | 
			
		||||
        //   is fully shown; at this point isActive is false, so we just hide
 | 
			
		||||
        //   the lightbox, reset the activationTime and go back to the unlocked
 | 
			
		||||
        //   desktop
 | 
			
		||||
        //   using deactivate() is a little of overkill, but it ensures we
 | 
			
		||||
        //   don't forget of some bit like modal, DBus properties or idle watches
 | 
			
		||||
        //
 | 
			
		||||
        // Note: if the (long) lightbox is shown then we're necessarily
 | 
			
		||||
        // active, because we call activate() without animation.
 | 
			
		||||
        // - we're called before the lightbox is fully shown; at this point
 | 
			
		||||
        //   isActive is false, so we just hide the ligthbox, reset the activationTime
 | 
			
		||||
        //   and go back to the unlocked desktop
 | 
			
		||||
        // - we're called after showing the lightbox, but before the lock
 | 
			
		||||
        //   delay; this is mostly like the case above, but isActive is true now
 | 
			
		||||
        //   so we need to notify gnome-settings-daemon to go back to the normal
 | 
			
		||||
        //   policies for blanking
 | 
			
		||||
        //   (they're handled by the same code, and we emit one extra ActiveChanged
 | 
			
		||||
        //   signal in the case above)
 | 
			
		||||
        // - we're called after showing the lightbox and after lock-delay; the
 | 
			
		||||
        //   session is effectivelly locked now, it's time to build and show
 | 
			
		||||
        //   the lock screen
 | 
			
		||||
 | 
			
		||||
        this.idleMonitor.remove_watch(this._becameActiveId);
 | 
			
		||||
        this._becameActiveId = 0;
 | 
			
		||||
 | 
			
		||||
        if (this._isActive || this._isLocked) {
 | 
			
		||||
            this._longLightbox.hide();
 | 
			
		||||
            this._shortLightbox.hide();
 | 
			
		||||
        } else {
 | 
			
		||||
        let lightboxWasShown = this._lightbox.shown;
 | 
			
		||||
        this._lightbox.hide();
 | 
			
		||||
 | 
			
		||||
        // Shortcircuit in case the mouse was moved before the fade completed
 | 
			
		||||
        if (!lightboxWasShown) {
 | 
			
		||||
            this.deactivate(false);
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onLongLightboxShown: function() {
 | 
			
		||||
    _onLightboxShown: function() {
 | 
			
		||||
        this.activate(false);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onShortLightboxShown: function() {
 | 
			
		||||
        this._completeLockScreenShown();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    showDialog: function() {
 | 
			
		||||
        // Ensure that the stage window is mapped, before taking a grab
 | 
			
		||||
        // otherwise X errors out
 | 
			
		||||
@@ -920,8 +862,8 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
        this.actor.show();
 | 
			
		||||
        this._isGreeter = Main.sessionMode.isGreeter;
 | 
			
		||||
        this._isLocked = true;
 | 
			
		||||
        if (this._ensureUnlockDialog(true, true))
 | 
			
		||||
            this._hideLockScreen(false, 0);
 | 
			
		||||
        this._ensureUnlockDialog(true, true);
 | 
			
		||||
        this._hideLockScreen(false, 0);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _hideLockScreenComplete: function() {
 | 
			
		||||
@@ -938,8 +880,6 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._lockScreenState = MessageTray.State.HIDING;
 | 
			
		||||
 | 
			
		||||
        Tweener.removeTweens(this._lockScreenGroup);
 | 
			
		||||
 | 
			
		||||
        if (animate) {
 | 
			
		||||
            // Tween the lock screen out of screen
 | 
			
		||||
            // if velocity is not specified (i.e. we come here from pressing ESC),
 | 
			
		||||
@@ -952,6 +892,7 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
            velocity = Math.max(min_velocity, velocity);
 | 
			
		||||
            let time = (delta / velocity) / 1000;
 | 
			
		||||
 | 
			
		||||
            Tweener.removeTweens(this._lockScreenGroup);
 | 
			
		||||
            Tweener.addTween(this._lockScreenGroup,
 | 
			
		||||
                             { y: -h,
 | 
			
		||||
                               time: time,
 | 
			
		||||
@@ -962,7 +903,7 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
            this._hideLockScreenComplete();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._cursorTracker.set_pointer_visible(true);
 | 
			
		||||
        global.stage.show_cursor();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _ensureUnlockDialog: function(onPrimary, allowCancel) {
 | 
			
		||||
@@ -971,7 +912,7 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
            if (!constructor) {
 | 
			
		||||
                // This session mode has no locking capabilities
 | 
			
		||||
                this.deactivate(true);
 | 
			
		||||
                return false;
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            this._dialog = new constructor(this._lockDialogGroup);
 | 
			
		||||
@@ -983,22 +924,24 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
                // by the time we reach this...
 | 
			
		||||
                log('Could not open login dialog: failed to acquire grab');
 | 
			
		||||
                this.deactivate(true);
 | 
			
		||||
                return false;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            this._dialog.connect('failed', Lang.bind(this, this._onUnlockFailed));
 | 
			
		||||
            this._dialog.connect('unlocked', Lang.bind(this, this._onUnlockSucceded));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._dialog.allowCancel = allowCancel;
 | 
			
		||||
        return true;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onUnlockFailed: function() {
 | 
			
		||||
        this._resetLockScreen({ animateLockScreen: true,
 | 
			
		||||
                                fadeToBlack: false });
 | 
			
		||||
        this._resetLockScreen(true, false);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _resetLockScreen: function(params) {
 | 
			
		||||
    _onUnlockSucceded: function() {
 | 
			
		||||
        this.deactivate(true);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _resetLockScreen: function(animateLockScreen, animateLockDialog) {
 | 
			
		||||
        // Don't reset the lock screen unless it is completely hidden
 | 
			
		||||
        // This prevents the shield going down if the lock-delay timeout
 | 
			
		||||
        // fires while the user is dragging (which has the potential
 | 
			
		||||
@@ -1013,9 +956,7 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
        this._lockScreenGroup.show();
 | 
			
		||||
        this._lockScreenState = MessageTray.State.SHOWING;
 | 
			
		||||
 | 
			
		||||
        let fadeToBlack = params.fadeToBlack;
 | 
			
		||||
 | 
			
		||||
        if (params.animateLockScreen) {
 | 
			
		||||
        if (animateLockScreen) {
 | 
			
		||||
            this._lockScreenGroup.y = -global.screen_height;
 | 
			
		||||
            Tweener.removeTweens(this._lockScreenGroup);
 | 
			
		||||
            Tweener.addTween(this._lockScreenGroup,
 | 
			
		||||
@@ -1023,15 +964,24 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
                               time: MANUAL_FADE_TIME,
 | 
			
		||||
                               transition: 'easeOutQuad',
 | 
			
		||||
                               onComplete: function() {
 | 
			
		||||
                                   this._lockScreenShown({ fadeToBlack: fadeToBlack,
 | 
			
		||||
                                                           animateFade: true });
 | 
			
		||||
                                   this._lockScreenShown();
 | 
			
		||||
                               },
 | 
			
		||||
                               onCompleteScope: this
 | 
			
		||||
                             });
 | 
			
		||||
        } else {
 | 
			
		||||
            this._lockScreenGroup.fixed_position_set = false;
 | 
			
		||||
            this._lockScreenShown({ fadeToBlack: fadeToBlack,
 | 
			
		||||
                                    animateFade: false });
 | 
			
		||||
            this._lockScreenShown();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (animateLockDialog) {
 | 
			
		||||
            this._lockDialogGroup.opacity = 0;
 | 
			
		||||
            Tweener.removeTweens(this._lockDialogGroup);
 | 
			
		||||
            Tweener.addTween(this._lockDialogGroup,
 | 
			
		||||
                             { opacity: 255,
 | 
			
		||||
                               time: MANUAL_FADE_TIME,
 | 
			
		||||
                               transition: 'easeOutQuad' });
 | 
			
		||||
        } else {
 | 
			
		||||
            this._lockDialogGroup.opacity = 255;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._lockScreenGroup.grab_key_focus();
 | 
			
		||||
@@ -1087,7 +1037,7 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
            this._pauseArrowAnimation();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _lockScreenShown: function(params) {
 | 
			
		||||
    _lockScreenShown: function() {
 | 
			
		||||
        if (this._dialog && !this._isGreeter) {
 | 
			
		||||
            this._dialog.destroy();
 | 
			
		||||
            this._dialog = null;
 | 
			
		||||
@@ -1095,35 +1045,20 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._checkArrowAnimation();
 | 
			
		||||
 | 
			
		||||
        let motionId = global.stage.connect('captured-event', Lang.bind(this, function(stage, event) {
 | 
			
		||||
        let motionId = global.stage.connect('captured-event', function(stage, event) {
 | 
			
		||||
            if (event.type() == Clutter.EventType.MOTION) {
 | 
			
		||||
                this._cursorTracker.set_pointer_visible(true);
 | 
			
		||||
                global.stage.show_cursor();
 | 
			
		||||
                global.stage.disconnect(motionId);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            return false;
 | 
			
		||||
        }));
 | 
			
		||||
        this._cursorTracker.set_pointer_visible(false);
 | 
			
		||||
        });
 | 
			
		||||
        global.stage.hide_cursor();
 | 
			
		||||
 | 
			
		||||
        this._lockScreenState = MessageTray.State.SHOWN;
 | 
			
		||||
        this._lockScreenGroup.fixed_position_set = false;
 | 
			
		||||
        this._lockScreenScrollCounter = 0;
 | 
			
		||||
 | 
			
		||||
        if (params.fadeToBlack && params.animateFade) {
 | 
			
		||||
            // Take a beat
 | 
			
		||||
 | 
			
		||||
            Mainloop.timeout_add(1000 * MANUAL_FADE_TIME, Lang.bind(this, function() {
 | 
			
		||||
                this._activateFade(this._shortLightbox, MANUAL_FADE_TIME);
 | 
			
		||||
            }));
 | 
			
		||||
        } else {
 | 
			
		||||
            if (params.fadeToBlack)
 | 
			
		||||
                this._activateFade(this._shortLightbox, 0);
 | 
			
		||||
 | 
			
		||||
            this._completeLockScreenShown();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _completeLockScreenShown: function() {
 | 
			
		||||
        let prevIsActive = this._isActive;
 | 
			
		||||
        this._isActive = true;
 | 
			
		||||
 | 
			
		||||
@@ -1191,15 +1126,6 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    deactivate: function(animate) {
 | 
			
		||||
        if (this._dialog)
 | 
			
		||||
            this._dialog.finish(Lang.bind(this, function() {
 | 
			
		||||
                this._continueDeactivate(animate);
 | 
			
		||||
            }));
 | 
			
		||||
        else
 | 
			
		||||
            this._continueDeactivate(animate);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _continueDeactivate: function(animate) {
 | 
			
		||||
        this._hideLockScreen(animate, 0);
 | 
			
		||||
 | 
			
		||||
        if (this._hasLockScreen)
 | 
			
		||||
@@ -1210,20 +1136,6 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
        if (Main.sessionMode.currentMode == 'unlock-dialog')
 | 
			
		||||
            Main.sessionMode.popMode('unlock-dialog');
 | 
			
		||||
 | 
			
		||||
        if (this._isGreeter) {
 | 
			
		||||
            // We don't want to "deactivate" any more than
 | 
			
		||||
            // this. In particular, we don't want to drop
 | 
			
		||||
            // the modal, hide ourselves or destroy the dialog
 | 
			
		||||
            // But we do want to set isActive to false, so that
 | 
			
		||||
            // gnome-session will reset the idle counter, and
 | 
			
		||||
            // gnome-settings-daemon will stop blanking the screen
 | 
			
		||||
 | 
			
		||||
            this._activationTime = 0;
 | 
			
		||||
            this._isActive = false;
 | 
			
		||||
            this.emit('active-changed');
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (this._dialog && !this._isGreeter)
 | 
			
		||||
            this._dialog.popModal();
 | 
			
		||||
 | 
			
		||||
@@ -1243,13 +1155,12 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _completeDeactivate: function() {
 | 
			
		||||
        if (this._dialog) {
 | 
			
		||||
        if (this._dialog && !this._isGreeter) {
 | 
			
		||||
            this._dialog.destroy();
 | 
			
		||||
            this._dialog = null;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._longLightbox.hide();
 | 
			
		||||
        this._shortLightbox.hide();
 | 
			
		||||
        this._lightbox.hide();
 | 
			
		||||
        this.actor.hide();
 | 
			
		||||
 | 
			
		||||
        if (this._becameActiveId != 0) {
 | 
			
		||||
@@ -1283,8 +1194,7 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
                Main.sessionMode.pushMode('unlock-dialog');
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._resetLockScreen({ animateLockScreen: animate,
 | 
			
		||||
                                fadeToBlack: true });
 | 
			
		||||
        this._resetLockScreen(animate, animate);
 | 
			
		||||
        global.set_runtime_state(LOCKED_STATE_STR, GLib.Variant.new('b', true));
 | 
			
		||||
 | 
			
		||||
        // We used to set isActive and emit active-changed here,
 | 
			
		||||
@@ -1313,14 +1223,7 @@ const ScreenShield = new Lang.Class({
 | 
			
		||||
        St.Clipboard.get_default().set_text(St.ClipboardType.CLIPBOARD, '');
 | 
			
		||||
        St.Clipboard.get_default().set_text(St.ClipboardType.PRIMARY, '');
 | 
			
		||||
 | 
			
		||||
        let userManager = AccountsService.UserManager.get_default();
 | 
			
		||||
        let user = userManager.get_user(GLib.get_user_name());
 | 
			
		||||
 | 
			
		||||
        if (this._isGreeter)
 | 
			
		||||
            this._isLocked = true;
 | 
			
		||||
        else
 | 
			
		||||
            this._isLocked = user.password_mode != AccountsService.UserPasswordMode.NONE;
 | 
			
		||||
 | 
			
		||||
        this._isLocked = true;
 | 
			
		||||
        this.activate(animate);
 | 
			
		||||
 | 
			
		||||
        this.emit('locked-changed');
 | 
			
		||||
 
 | 
			
		||||
@@ -4,34 +4,31 @@ const Gio = imports.gi.Gio;
 | 
			
		||||
const GLib = imports.gi.GLib;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
 | 
			
		||||
const Hash = imports.misc.hash;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
 | 
			
		||||
const ScreencastIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.Shell.Screencast"> \
 | 
			
		||||
<method name="Screencast"> \
 | 
			
		||||
    <arg type="s" direction="in" name="file_template"/> \
 | 
			
		||||
    <arg type="a{sv}" direction="in" name="options"/> \
 | 
			
		||||
    <arg type="b" direction="out" name="success"/> \
 | 
			
		||||
    <arg type="s" direction="out" name="filename_used"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="ScreencastArea"> \
 | 
			
		||||
    <arg type="i" direction="in" name="x"/> \
 | 
			
		||||
    <arg type="i" direction="in" name="y"/> \
 | 
			
		||||
    <arg type="i" direction="in" name="width"/> \
 | 
			
		||||
    <arg type="i" direction="in" name="height"/> \
 | 
			
		||||
    <arg type="s" direction="in" name="file_template"/> \
 | 
			
		||||
    <arg type="a{sv}" direction="in" name="options"/> \
 | 
			
		||||
    <arg type="b" direction="out" name="success"/> \
 | 
			
		||||
    <arg type="s" direction="out" name="filename_used"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="StopScreencast"> \
 | 
			
		||||
    <arg type="b" direction="out" name="success"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const ScreencastIface = <interface name="org.gnome.Shell.Screencast">
 | 
			
		||||
<method name="Screencast">
 | 
			
		||||
    <arg type="s" direction="in" name="file_template"/>
 | 
			
		||||
    <arg type="a{sv}" direction="in" name="options"/>
 | 
			
		||||
    <arg type="b" direction="out" name="success"/>
 | 
			
		||||
    <arg type="s" direction="out" name="filename_used"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="ScreencastArea">
 | 
			
		||||
    <arg type="i" direction="in" name="x"/>
 | 
			
		||||
    <arg type="i" direction="in" name="y"/>
 | 
			
		||||
    <arg type="i" direction="in" name="width"/>
 | 
			
		||||
    <arg type="i" direction="in" name="height"/>
 | 
			
		||||
    <arg type="s" direction="in" name="file_template"/>
 | 
			
		||||
    <arg type="a{sv}" direction="in" name="options"/>
 | 
			
		||||
    <arg type="b" direction="out" name="success"/>
 | 
			
		||||
    <arg type="s" direction="out" name="filename_used"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="StopScreencast">
 | 
			
		||||
    <arg type="b" direction="out" name="success"/>
 | 
			
		||||
</method>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const ScreencastService = new Lang.Class({
 | 
			
		||||
    Name: 'ScreencastService',
 | 
			
		||||
@@ -44,34 +41,28 @@ const ScreencastService = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this._recorders = new Hash.Map();
 | 
			
		||||
 | 
			
		||||
        Main.sessionMode.connect('updated', Lang.bind(this, this._sessionUpdated));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get isRecording() {
 | 
			
		||||
        return this._recorders.size() > 0;
 | 
			
		||||
        Main.sessionMode.connect('updated',
 | 
			
		||||
                                 Lang.bind(this, this._sessionModeChanged));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _ensureRecorderForSender: function(sender) {
 | 
			
		||||
        let recorder = this._recorders.get(sender);
 | 
			
		||||
        if (!recorder) {
 | 
			
		||||
            recorder = new Shell.Recorder({ stage: global.stage,
 | 
			
		||||
                                            screen: global.screen });
 | 
			
		||||
            recorder = new Shell.Recorder({ stage: global.stage });
 | 
			
		||||
            recorder._watchNameId =
 | 
			
		||||
                Gio.bus_watch_name(Gio.BusType.SESSION, sender, 0, null,
 | 
			
		||||
                                   Lang.bind(this, this._onNameVanished));
 | 
			
		||||
            this._recorders.set(sender, recorder);
 | 
			
		||||
            this.emit('updated');
 | 
			
		||||
        }
 | 
			
		||||
        return recorder;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _sessionUpdated: function() {
 | 
			
		||||
    _sessionModeChanged: function() {
 | 
			
		||||
        if (Main.sessionMode.allowScreencast)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        for (let sender in this._recorders.keys())
 | 
			
		||||
            this._recorders.delete(sender);
 | 
			
		||||
        this.emit('updated');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onNameVanished: function(connection, name) {
 | 
			
		||||
@@ -86,7 +77,6 @@ const ScreencastService = new Lang.Class({
 | 
			
		||||
        Gio.bus_unwatch_name(recorder._watchNameId);
 | 
			
		||||
        recorder.close();
 | 
			
		||||
        this._recorders.delete(sender);
 | 
			
		||||
        this.emit('updated');
 | 
			
		||||
 | 
			
		||||
        return true;
 | 
			
		||||
    },
 | 
			
		||||
@@ -105,10 +95,8 @@ const ScreencastService = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    ScreencastAsync: function(params, invocation) {
 | 
			
		||||
        let returnValue = [false, ''];
 | 
			
		||||
        if (!Main.sessionMode.allowScreencast) {
 | 
			
		||||
        if (!Main.sessionMode.allowScreencast)
 | 
			
		||||
            invocation.return_value(GLib.Variant.new('(bs)', returnValue));
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let sender = invocation.get_sender();
 | 
			
		||||
        let recorder = this._ensureRecorderForSender(sender);
 | 
			
		||||
@@ -126,10 +114,8 @@ const ScreencastService = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    ScreencastAreaAsync: function(params, invocation) {
 | 
			
		||||
        let returnValue = [false, ''];
 | 
			
		||||
        if (!Main.sessionMode.allowScreencast) {
 | 
			
		||||
        if (!Main.sessionMode.allowScreencast)
 | 
			
		||||
            invocation.return_value(GLib.Variant.new('(bs)', returnValue));
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let sender = invocation.get_sender();
 | 
			
		||||
        let recorder = this._ensureRecorderForSender(sender);
 | 
			
		||||
@@ -137,16 +123,6 @@ const ScreencastService = new Lang.Class({
 | 
			
		||||
        if (!recorder.is_recording()) {
 | 
			
		||||
            let [x, y, width, height, fileTemplate, options] = params;
 | 
			
		||||
 | 
			
		||||
            if (x < 0 || y < 0 ||
 | 
			
		||||
                width <= 0 || height <= 0 ||
 | 
			
		||||
                x + width > global.screen_width ||
 | 
			
		||||
                y + height > global.screen_height) {
 | 
			
		||||
                invocation.return_error_literal(Gio.IOErrorEnum,
 | 
			
		||||
                                                Gio.IOErrorEnum.CANCELLED,
 | 
			
		||||
                                                "Invalid params");
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            recorder.set_file_template(fileTemplate);
 | 
			
		||||
            recorder.set_area(x, y, width, height);
 | 
			
		||||
            this._applyOptionalParameters(recorder, options);
 | 
			
		||||
@@ -162,4 +138,3 @@ const ScreencastService = new Lang.Class({
 | 
			
		||||
        invocation.return_value(GLib.Variant.new('(b)', [success]));
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(ScreencastService.prototype);
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,6 @@ const Gio = imports.gi.Gio;
 | 
			
		||||
const GLib = imports.gi.GLib;
 | 
			
		||||
const Gtk = imports.gi.Gtk;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Meta = imports.gi.Meta;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
@@ -15,47 +14,45 @@ const Lightbox = imports.ui.lightbox;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const Tweener = imports.ui.tweener;
 | 
			
		||||
 | 
			
		||||
const ScreenshotIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.Shell.Screenshot"> \
 | 
			
		||||
<method name="ScreenshotArea"> \
 | 
			
		||||
    <arg type="i" direction="in" name="x"/> \
 | 
			
		||||
    <arg type="i" direction="in" name="y"/> \
 | 
			
		||||
    <arg type="i" direction="in" name="width"/> \
 | 
			
		||||
    <arg type="i" direction="in" name="height"/> \
 | 
			
		||||
    <arg type="b" direction="in" name="flash"/> \
 | 
			
		||||
    <arg type="s" direction="in" name="filename"/> \
 | 
			
		||||
    <arg type="b" direction="out" name="success"/> \
 | 
			
		||||
    <arg type="s" direction="out" name="filename_used"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="ScreenshotWindow"> \
 | 
			
		||||
    <arg type="b" direction="in" name="include_frame"/> \
 | 
			
		||||
    <arg type="b" direction="in" name="include_cursor"/> \
 | 
			
		||||
    <arg type="b" direction="in" name="flash"/> \
 | 
			
		||||
    <arg type="s" direction="in" name="filename"/> \
 | 
			
		||||
    <arg type="b" direction="out" name="success"/> \
 | 
			
		||||
    <arg type="s" direction="out" name="filename_used"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="Screenshot"> \
 | 
			
		||||
    <arg type="b" direction="in" name="include_cursor"/> \
 | 
			
		||||
    <arg type="b" direction="in" name="flash"/> \
 | 
			
		||||
    <arg type="s" direction="in" name="filename"/> \
 | 
			
		||||
    <arg type="b" direction="out" name="success"/> \
 | 
			
		||||
    <arg type="s" direction="out" name="filename_used"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="SelectArea"> \
 | 
			
		||||
    <arg type="i" direction="out" name="x"/> \
 | 
			
		||||
    <arg type="i" direction="out" name="y"/> \
 | 
			
		||||
    <arg type="i" direction="out" name="width"/> \
 | 
			
		||||
    <arg type="i" direction="out" name="height"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="FlashArea"> \
 | 
			
		||||
    <arg type="i" direction="in" name="x"/> \
 | 
			
		||||
    <arg type="i" direction="in" name="y"/> \
 | 
			
		||||
    <arg type="i" direction="in" name="width"/> \
 | 
			
		||||
    <arg type="i" direction="in" name="height"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const ScreenshotIface = <interface name="org.gnome.Shell.Screenshot">
 | 
			
		||||
<method name="ScreenshotArea">
 | 
			
		||||
    <arg type="i" direction="in" name="x"/>
 | 
			
		||||
    <arg type="i" direction="in" name="y"/>
 | 
			
		||||
    <arg type="i" direction="in" name="width"/>
 | 
			
		||||
    <arg type="i" direction="in" name="height"/>
 | 
			
		||||
    <arg type="b" direction="in" name="flash"/>
 | 
			
		||||
    <arg type="s" direction="in" name="filename"/>
 | 
			
		||||
    <arg type="b" direction="out" name="success"/>
 | 
			
		||||
    <arg type="s" direction="out" name="filename_used"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="ScreenshotWindow">
 | 
			
		||||
    <arg type="b" direction="in" name="include_frame"/>
 | 
			
		||||
    <arg type="b" direction="in" name="include_cursor"/>
 | 
			
		||||
    <arg type="b" direction="in" name="flash"/>
 | 
			
		||||
    <arg type="s" direction="in" name="filename"/>
 | 
			
		||||
    <arg type="b" direction="out" name="success"/>
 | 
			
		||||
    <arg type="s" direction="out" name="filename_used"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="Screenshot">
 | 
			
		||||
    <arg type="b" direction="in" name="include_cursor"/>
 | 
			
		||||
    <arg type="b" direction="in" name="flash"/>
 | 
			
		||||
    <arg type="s" direction="in" name="filename"/>
 | 
			
		||||
    <arg type="b" direction="out" name="success"/>
 | 
			
		||||
    <arg type="s" direction="out" name="filename_used"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="SelectArea">
 | 
			
		||||
    <arg type="i" direction="out" name="x"/>
 | 
			
		||||
    <arg type="i" direction="out" name="y"/>
 | 
			
		||||
    <arg type="i" direction="out" name="width"/>
 | 
			
		||||
    <arg type="i" direction="out" name="height"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="FlashArea">
 | 
			
		||||
    <arg type="i" direction="in" name="x"/>
 | 
			
		||||
    <arg type="i" direction="in" name="y"/>
 | 
			
		||||
    <arg type="i" direction="in" name="width"/>
 | 
			
		||||
    <arg type="i" direction="in" name="height"/>
 | 
			
		||||
</method>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const ScreenshotService = new Lang.Class({
 | 
			
		||||
    Name: 'ScreenshotService',
 | 
			
		||||
@@ -79,9 +76,7 @@ const ScreenshotService = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    ScreenshotAreaAsync : function (params, invocation) {
 | 
			
		||||
        let [x, y, width, height, flash, filename, callback] = params;
 | 
			
		||||
        if (x < 0 || y < 0 ||
 | 
			
		||||
            width <= 0 || height <= 0 ||
 | 
			
		||||
            x + width > global.screen_width || y + height > global.screen_height) {
 | 
			
		||||
        if (height <= 0 || width <= 0) {
 | 
			
		||||
            invocation.return_error_literal(Gio.IOErrorEnum, Gio.IOErrorEnum.CANCELLED,
 | 
			
		||||
                        "Invalid params");
 | 
			
		||||
            return;
 | 
			
		||||
@@ -172,7 +167,7 @@ const SelectArea = new Lang.Class({
 | 
			
		||||
        if (!Main.pushModal(this._group) || this._group.visible)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        global.screen.set_cursor(Meta.Cursor.CROSSHAIR);
 | 
			
		||||
        global.set_cursor(Shell.Cursor.CROSSHAIR);
 | 
			
		||||
        this._group.visible = true;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -243,7 +238,7 @@ const SelectArea = new Lang.Class({
 | 
			
		||||
                               function() {
 | 
			
		||||
                                   Main.popModal(this._group);
 | 
			
		||||
                                   this._group.destroy();
 | 
			
		||||
                                   global.screen.set_cursor(Meta.Cursor.DEFAULT);
 | 
			
		||||
                                   global.unset_cursor();
 | 
			
		||||
 | 
			
		||||
                                   this.emit('finished', geometry);
 | 
			
		||||
                               })
 | 
			
		||||
 
 | 
			
		||||
@@ -69,18 +69,16 @@ function waitLeisure() {
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const PerfHelperIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.Shell.PerfHelper"> \
 | 
			
		||||
<method name="CreateWindow"> \
 | 
			
		||||
    <arg type="i" direction="in" /> \
 | 
			
		||||
    <arg type="i" direction="in" /> \
 | 
			
		||||
    <arg type="b" direction="in" /> \
 | 
			
		||||
    <arg type="b" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="WaitWindows" /> \
 | 
			
		||||
<method name="DestroyWindows" /> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const PerfHelperIface = <interface name="org.gnome.Shell.PerfHelper">
 | 
			
		||||
<method name="CreateWindow">
 | 
			
		||||
    <arg type="i" direction="in" />
 | 
			
		||||
    <arg type="i" direction="in" />
 | 
			
		||||
    <arg type="b" direction="in" />
 | 
			
		||||
    <arg type="b" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="WaitWindows" />
 | 
			
		||||
<method name="DestroyWindows" />
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
var PerfHelperProxy = Gio.DBusProxy.makeProxyWrapper(PerfHelperIface);
 | 
			
		||||
function PerfHelper() {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										717
									
								
								js/ui/search.js
									
									
									
									
									
								
							
							
						
						@@ -1,706 +1,105 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const Clutter = imports.gi.Clutter;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
const Gtk = imports.gi.Gtk;
 | 
			
		||||
const Meta = imports.gi.Meta;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
const Atk = imports.gi.Atk;
 | 
			
		||||
 | 
			
		||||
const AppDisplay = imports.ui.appDisplay;
 | 
			
		||||
const DND = imports.ui.dnd;
 | 
			
		||||
const IconGrid = imports.ui.iconGrid;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const Overview = imports.ui.overview;
 | 
			
		||||
const RemoteSearch = imports.ui.remoteSearch;
 | 
			
		||||
const Separator = imports.ui.separator;
 | 
			
		||||
const Util = imports.misc.util;
 | 
			
		||||
 | 
			
		||||
const SEARCH_PROVIDERS_SCHEMA = 'org.gnome.desktop.search-providers';
 | 
			
		||||
 | 
			
		||||
const MAX_LIST_SEARCH_RESULTS_ROWS = 3;
 | 
			
		||||
const MAX_GRID_SEARCH_RESULTS_ROWS = 1;
 | 
			
		||||
 | 
			
		||||
const SearchSystem = new Lang.Class({
 | 
			
		||||
    Name: 'SearchSystem',
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this._providers = [];
 | 
			
		||||
 | 
			
		||||
        this._registerProvider(new AppDisplay.AppSearchProvider());
 | 
			
		||||
 | 
			
		||||
        this._searchSettings = new Gio.Settings({ schema: SEARCH_PROVIDERS_SCHEMA });
 | 
			
		||||
        this._searchSettings.connect('changed::disabled', Lang.bind(this, this._reloadRemoteProviders));
 | 
			
		||||
        this._searchSettings.connect('changed::disable-external', Lang.bind(this, this._reloadRemoteProviders));
 | 
			
		||||
        this._searchSettings.connect('changed::sort-order', Lang.bind(this, this._reloadRemoteProviders));
 | 
			
		||||
 | 
			
		||||
        this._reloadRemoteProviders();
 | 
			
		||||
 | 
			
		||||
        this._cancellable = new Gio.Cancellable();
 | 
			
		||||
        this._remoteProviders = [];
 | 
			
		||||
        this.reset();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    addProvider: function(provider) {
 | 
			
		||||
    registerProvider: function (provider) {
 | 
			
		||||
        provider.searchSystem = this;
 | 
			
		||||
        this._providers.push(provider);
 | 
			
		||||
        this.emit('providers-changed');
 | 
			
		||||
 | 
			
		||||
        if (provider.isRemoteProvider)
 | 
			
		||||
            this._remoteProviders.push(provider);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _reloadRemoteProviders: function() {
 | 
			
		||||
        let remoteProviders = this._providers.filter(function(provider) {
 | 
			
		||||
            return provider.isRemoteProvider;
 | 
			
		||||
        });
 | 
			
		||||
        remoteProviders.forEach(Lang.bind(this, function(provider) {
 | 
			
		||||
            this._unregisterProvider(provider);
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        RemoteSearch.loadRemoteSearchProviders(Lang.bind(this, function(providers) {
 | 
			
		||||
            providers.forEach(Lang.bind(this, this._registerProvider));
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        this.emit('providers-changed');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _registerProvider: function (provider) {
 | 
			
		||||
        this._providers.push(provider);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _unregisterProvider: function (provider) {
 | 
			
		||||
    unregisterProvider: function (provider) {
 | 
			
		||||
        let index = this._providers.indexOf(provider);
 | 
			
		||||
        if (index == -1)
 | 
			
		||||
            return;
 | 
			
		||||
        provider.searchSystem = null;
 | 
			
		||||
        this._providers.splice(index, 1);
 | 
			
		||||
 | 
			
		||||
        let remoteIndex = this._remoteProviders.indexOf(provider);
 | 
			
		||||
        if (remoteIndex != -1)
 | 
			
		||||
            this._remoteProviders.splice(index, 1);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getProviders: function() {
 | 
			
		||||
        return this._providers;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getRemoteProviders: function() {
 | 
			
		||||
        return this._remoteProviders;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getTerms: function() {
 | 
			
		||||
        return this._terms;
 | 
			
		||||
        return this._previousTerms;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    reset: function() {
 | 
			
		||||
        this._terms = [];
 | 
			
		||||
        this._results = {};
 | 
			
		||||
        this._previousTerms = [];
 | 
			
		||||
        this._previousResults = [];
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _gotResults: function(results, provider) {
 | 
			
		||||
        this._results[provider.id] = results;
 | 
			
		||||
        this.emit('search-updated', provider, results);
 | 
			
		||||
    setResults: function(provider, results) {
 | 
			
		||||
        let i = this._providers.indexOf(provider);
 | 
			
		||||
        if (i == -1)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        this._previousResults[i] = [provider, results];
 | 
			
		||||
        this.emit('search-updated', this._previousResults[i]);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setTerms: function(terms) {
 | 
			
		||||
        this._cancellable.cancel();
 | 
			
		||||
        this._cancellable.reset();
 | 
			
		||||
 | 
			
		||||
        let previousResults = this._results;
 | 
			
		||||
        let previousTerms = this._terms;
 | 
			
		||||
        this.reset();
 | 
			
		||||
 | 
			
		||||
    updateSearchResults: function(terms) {
 | 
			
		||||
        if (!terms)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let searchString = terms.join(' ');
 | 
			
		||||
        let previousSearchString = previousTerms.join(' ');
 | 
			
		||||
        let previousSearchString = this._previousTerms.join(' ');
 | 
			
		||||
        if (searchString == previousSearchString)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let isSubSearch = false;
 | 
			
		||||
        if (previousTerms.length > 0)
 | 
			
		||||
        if (this._previousTerms.length > 0)
 | 
			
		||||
            isSubSearch = searchString.indexOf(previousSearchString) == 0;
 | 
			
		||||
 | 
			
		||||
        this._terms = terms;
 | 
			
		||||
        let previousResultsArr = this._previousResults;
 | 
			
		||||
 | 
			
		||||
        this._providers.forEach(Lang.bind(this, function(provider) {
 | 
			
		||||
            let previousProviderResults = previousResults[provider.id];
 | 
			
		||||
            if (isSubSearch && previousProviderResults)
 | 
			
		||||
                provider.getSubsearchResultSet(previousProviderResults, terms, Lang.bind(this, this._gotResults, provider), this._cancellable);
 | 
			
		||||
            else
 | 
			
		||||
                provider.getInitialResultSet(terms, Lang.bind(this, this._gotResults, provider), this._cancellable);
 | 
			
		||||
        }));
 | 
			
		||||
        let results = [];
 | 
			
		||||
        this._previousTerms = terms;
 | 
			
		||||
        this._previousResults = results;
 | 
			
		||||
 | 
			
		||||
        if (isSubSearch) {
 | 
			
		||||
            for (let i = 0; i < this._providers.length; i++) {
 | 
			
		||||
                let [provider, previousResults] = previousResultsArr[i];
 | 
			
		||||
                try {
 | 
			
		||||
                    results.push([provider, []]);
 | 
			
		||||
                    provider.getSubsearchResultSet(previousResults, terms);
 | 
			
		||||
                } catch (error) {
 | 
			
		||||
                    log('A ' + error.name + ' has occured in ' + provider.id + ': ' + error.message);
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        } else {
 | 
			
		||||
            for (let i = 0; i < this._providers.length; i++) {
 | 
			
		||||
                let provider = this._providers[i];
 | 
			
		||||
                try {
 | 
			
		||||
                    results.push([provider, []]);
 | 
			
		||||
                    provider.getInitialResultSet(terms);
 | 
			
		||||
                } catch (error) {
 | 
			
		||||
                    log('A ' + error.name + ' has occured in ' + provider.id + ': ' + error.message);
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(SearchSystem.prototype);
 | 
			
		||||
 | 
			
		||||
const MaxWidthBin = new Lang.Class({
 | 
			
		||||
    Name: 'MaxWidthBin',
 | 
			
		||||
    Extends: St.Bin,
 | 
			
		||||
 | 
			
		||||
    vfunc_allocate: function(box, flags) {
 | 
			
		||||
        let themeNode = this.get_theme_node();
 | 
			
		||||
        let maxWidth = themeNode.get_max_width();
 | 
			
		||||
        let availWidth = box.x2 - box.x1;
 | 
			
		||||
        let adjustedBox = box;
 | 
			
		||||
 | 
			
		||||
        if (availWidth > maxWidth) {
 | 
			
		||||
            let excessWidth = availWidth - maxWidth;
 | 
			
		||||
            adjustedBox.x1 += Math.floor(excessWidth / 2);
 | 
			
		||||
            adjustedBox.x2 -= Math.floor(excessWidth / 2);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.parent(adjustedBox, flags);
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const SearchResult = new Lang.Class({
 | 
			
		||||
    Name: 'SearchResult',
 | 
			
		||||
 | 
			
		||||
    _init: function(provider, metaInfo) {
 | 
			
		||||
        this.provider = provider;
 | 
			
		||||
        this.metaInfo = metaInfo;
 | 
			
		||||
 | 
			
		||||
        this.actor = new St.Button({ reactive: true,
 | 
			
		||||
                                     can_focus: true,
 | 
			
		||||
                                     track_hover: true,
 | 
			
		||||
                                     x_align: St.Align.START,
 | 
			
		||||
                                     y_fill: true });
 | 
			
		||||
 | 
			
		||||
        this.actor._delegate = this;
 | 
			
		||||
        this.actor.connect('clicked', Lang.bind(this, this.activate));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    activate: function() {
 | 
			
		||||
        this.emit('activate', this.metaInfo.id);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setSelected: function(selected) {
 | 
			
		||||
        if (selected)
 | 
			
		||||
            this.actor.add_style_pseudo_class('selected');
 | 
			
		||||
        else
 | 
			
		||||
            this.actor.remove_style_pseudo_class('selected');
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(SearchResult.prototype);
 | 
			
		||||
 | 
			
		||||
const ListSearchResult = new Lang.Class({
 | 
			
		||||
    Name: 'ListSearchResult',
 | 
			
		||||
    Extends: SearchResult,
 | 
			
		||||
 | 
			
		||||
    ICON_SIZE: 64,
 | 
			
		||||
 | 
			
		||||
    _init: function(provider, metaInfo) {
 | 
			
		||||
        this.parent(provider, metaInfo);
 | 
			
		||||
 | 
			
		||||
        this.actor.style_class = 'list-search-result';
 | 
			
		||||
        this.actor.x_fill = true;
 | 
			
		||||
 | 
			
		||||
        let content = new St.BoxLayout({ style_class: 'list-search-result-content',
 | 
			
		||||
                                         vertical: false });
 | 
			
		||||
        this.actor.set_child(content);
 | 
			
		||||
 | 
			
		||||
        // An icon for, or thumbnail of, content
 | 
			
		||||
        let icon = this.metaInfo['createIcon'](this.ICON_SIZE);
 | 
			
		||||
        if (icon) {
 | 
			
		||||
            content.add(icon);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let details = new St.BoxLayout({ vertical: true });
 | 
			
		||||
        content.add(details, { x_fill: true,
 | 
			
		||||
                               y_fill: false,
 | 
			
		||||
                               x_align: St.Align.START,
 | 
			
		||||
                               y_align: St.Align.MIDDLE });
 | 
			
		||||
 | 
			
		||||
        let title = new St.Label({ style_class: 'list-search-result-title',
 | 
			
		||||
                                   text: this.metaInfo['name'] })
 | 
			
		||||
        details.add(title, { x_fill: false,
 | 
			
		||||
                             y_fill: false,
 | 
			
		||||
                             x_align: St.Align.START,
 | 
			
		||||
                             y_align: St.Align.START });
 | 
			
		||||
        this.actor.label_actor = title;
 | 
			
		||||
 | 
			
		||||
        if (this.metaInfo['description']) {
 | 
			
		||||
            let description = new St.Label({ style_class: 'list-search-result-description' });
 | 
			
		||||
            description.clutter_text.set_markup(this.metaInfo['description']);
 | 
			
		||||
            details.add(description, { x_fill: false,
 | 
			
		||||
                                       y_fill: false,
 | 
			
		||||
                                       x_align: St.Align.START,
 | 
			
		||||
                                       y_align: St.Align.END });
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const GridSearchResult = new Lang.Class({
 | 
			
		||||
    Name: 'GridSearchResult',
 | 
			
		||||
    Extends: SearchResult,
 | 
			
		||||
 | 
			
		||||
    _init: function(provider, metaInfo) {
 | 
			
		||||
        this.parent(provider, metaInfo);
 | 
			
		||||
 | 
			
		||||
        this.actor.style_class = 'grid-search-result';
 | 
			
		||||
 | 
			
		||||
        let content = provider.createResultObject(metaInfo);
 | 
			
		||||
        let dragSource = null;
 | 
			
		||||
 | 
			
		||||
        if (content == null) {
 | 
			
		||||
            let actor = new St.Bin();
 | 
			
		||||
            let icon = new IconGrid.BaseIcon(this.metaInfo['name'],
 | 
			
		||||
                                             { createIcon: this.metaInfo['createIcon'] });
 | 
			
		||||
            actor.set_child(icon.actor);
 | 
			
		||||
            actor.label_actor = icon.label;
 | 
			
		||||
            dragSource = icon.icon;
 | 
			
		||||
            content = { actor: actor, icon: icon };
 | 
			
		||||
        } else {
 | 
			
		||||
            if (content._delegate && content._delegate.getDragActorSource)
 | 
			
		||||
                dragSource = content._delegate.getDragActorSource();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.actor.set_child(content.actor);
 | 
			
		||||
        this.actor.label_actor = content.actor.label_actor;
 | 
			
		||||
        this.icon = content.icon;
 | 
			
		||||
 | 
			
		||||
        let draggable = DND.makeDraggable(this.actor);
 | 
			
		||||
        draggable.connect('drag-begin',
 | 
			
		||||
                          Lang.bind(this, function() {
 | 
			
		||||
                              Main.overview.beginItemDrag(this);
 | 
			
		||||
                          }));
 | 
			
		||||
        draggable.connect('drag-cancelled',
 | 
			
		||||
                          Lang.bind(this, function() {
 | 
			
		||||
                              Main.overview.cancelledItemDrag(this);
 | 
			
		||||
                          }));
 | 
			
		||||
        draggable.connect('drag-end',
 | 
			
		||||
                          Lang.bind(this, function() {
 | 
			
		||||
                              Main.overview.endItemDrag(this);
 | 
			
		||||
                          }));
 | 
			
		||||
 | 
			
		||||
        if (!dragSource)
 | 
			
		||||
            // not exactly right, but alignment problems are hard to notice
 | 
			
		||||
            dragSource = content;
 | 
			
		||||
        this._dragActorSource = dragSource;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getDragActorSource: function() {
 | 
			
		||||
        return this._dragActorSource;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getDragActor: function() {
 | 
			
		||||
        return this.metaInfo['createIcon'](Main.overview.dashIconSize);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    shellWorkspaceLaunch: function(params) {
 | 
			
		||||
        if (this.provider.dragActivateResult)
 | 
			
		||||
            this.provider.dragActivateResult(this.metaInfo.id, params);
 | 
			
		||||
        else
 | 
			
		||||
            this.provider.activateResult(this.metaInfo.id, this.terms);
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const SearchResultsBase = new Lang.Class({
 | 
			
		||||
    Name: 'SearchResultsBase',
 | 
			
		||||
 | 
			
		||||
    _init: function(provider) {
 | 
			
		||||
        this.provider = provider;
 | 
			
		||||
 | 
			
		||||
        this._terms = [];
 | 
			
		||||
 | 
			
		||||
        this.actor = new St.BoxLayout({ style_class: 'search-section',
 | 
			
		||||
                                        vertical: true });
 | 
			
		||||
 | 
			
		||||
        this._resultDisplayBin = new St.Bin({ x_fill: true,
 | 
			
		||||
                                              y_fill: true });
 | 
			
		||||
        this.actor.add(this._resultDisplayBin, { expand: true });
 | 
			
		||||
 | 
			
		||||
        let separator = new Separator.HorizontalSeparator({ style_class: 'search-section-separator' });
 | 
			
		||||
        this.actor.add(separator.actor);
 | 
			
		||||
 | 
			
		||||
        this._resultDisplays = {};
 | 
			
		||||
 | 
			
		||||
        this._cancellable = new Gio.Cancellable();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    destroy: function() {
 | 
			
		||||
        this.actor.destroy();
 | 
			
		||||
        this._terms = [];
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _clearResultDisplay: function() {
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    clear: function() {
 | 
			
		||||
        this._resultDisplays = {};
 | 
			
		||||
        this._clearResultDisplay();
 | 
			
		||||
        this.actor.hide();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _keyFocusIn: function(actor) {
 | 
			
		||||
        this.emit('key-focus-in', actor);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _activateResult: function(result, id) {
 | 
			
		||||
        this.provider.activateResult(id, this._terms);
 | 
			
		||||
        Main.overview.toggle();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _setMoreIconVisible: function(visible) {
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _ensureResultActors: function(results, callback) {
 | 
			
		||||
        let metasNeeded = results.filter(Lang.bind(this, function(resultId) {
 | 
			
		||||
            return this._resultDisplays[resultId] === undefined;
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        if (metasNeeded.length === 0) {
 | 
			
		||||
            callback();
 | 
			
		||||
        } else {
 | 
			
		||||
            this._cancellable.cancel();
 | 
			
		||||
            this._cancellable.reset();
 | 
			
		||||
 | 
			
		||||
            this.provider.getResultMetas(metasNeeded, Lang.bind(this, function(metas) {
 | 
			
		||||
                metasNeeded.forEach(Lang.bind(this, function(resultId, i) {
 | 
			
		||||
                    let meta = metas[i];
 | 
			
		||||
                    let display = this._createResultDisplay(meta);
 | 
			
		||||
                    display.connect('activate', Lang.bind(this, this._activateResult));
 | 
			
		||||
                    display.actor.connect('key-focus-in', Lang.bind(this, this._keyFocusIn));
 | 
			
		||||
                    this._resultDisplays[resultId] = display;
 | 
			
		||||
                }));
 | 
			
		||||
                callback();
 | 
			
		||||
            }), this._cancellable);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    updateSearch: function(providerResults, terms, callback) {
 | 
			
		||||
        this._terms = terms;
 | 
			
		||||
 | 
			
		||||
        if (providerResults.length == 0) {
 | 
			
		||||
            this._clearResultDisplay();
 | 
			
		||||
            this.actor.hide();
 | 
			
		||||
            callback();
 | 
			
		||||
        } else {
 | 
			
		||||
            let maxResults = this._getMaxDisplayedResults();
 | 
			
		||||
            let results = this.provider.filterResults(providerResults, maxResults);
 | 
			
		||||
            let hasMoreResults = results.length < providerResults.length;
 | 
			
		||||
 | 
			
		||||
            this._ensureResultActors(results, Lang.bind(this, function() {
 | 
			
		||||
                this._clearResultDisplay();
 | 
			
		||||
 | 
			
		||||
                // To avoid CSS transitions causing flickering when
 | 
			
		||||
                // the first search result stays the same, we hide the
 | 
			
		||||
                // content while filling in the results.
 | 
			
		||||
                this.actor.hide();
 | 
			
		||||
                this._clearResultDisplay();
 | 
			
		||||
                results.forEach(Lang.bind(this, function(resultId) {
 | 
			
		||||
                    this._addItem(this._resultDisplays[resultId]);
 | 
			
		||||
                }));
 | 
			
		||||
                this._setMoreIconVisible(hasMoreResults && this.provider.canLaunchSearch);
 | 
			
		||||
                this.actor.show();
 | 
			
		||||
                callback();
 | 
			
		||||
            }));
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const ListSearchResults = new Lang.Class({
 | 
			
		||||
    Name: 'ListSearchResults',
 | 
			
		||||
    Extends: SearchResultsBase,
 | 
			
		||||
 | 
			
		||||
    _init: function(provider) {
 | 
			
		||||
        this.parent(provider);
 | 
			
		||||
 | 
			
		||||
        this._container = new St.BoxLayout({ style_class: 'search-section-content' });
 | 
			
		||||
        this.providerIcon = new ProviderIcon(provider);
 | 
			
		||||
        this.providerIcon.connect('key-focus-in', Lang.bind(this, this._keyFocusIn));
 | 
			
		||||
        this.providerIcon.connect('clicked', Lang.bind(this,
 | 
			
		||||
            function() {
 | 
			
		||||
                provider.launchSearch(this._terms);
 | 
			
		||||
                Main.overview.toggle();
 | 
			
		||||
            }));
 | 
			
		||||
 | 
			
		||||
        this._container.add(this.providerIcon, { x_fill: false,
 | 
			
		||||
                                                 y_fill: false,
 | 
			
		||||
                                                 x_align: St.Align.START,
 | 
			
		||||
                                                 y_align: St.Align.START });
 | 
			
		||||
 | 
			
		||||
        this._content = new St.BoxLayout({ style_class: 'list-search-results',
 | 
			
		||||
                                           vertical: true });
 | 
			
		||||
        this._container.add(this._content, { expand: true });
 | 
			
		||||
 | 
			
		||||
        this._resultDisplayBin.set_child(this._container);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _setMoreIconVisible: function(visible) {
 | 
			
		||||
        this.providerIcon.moreIcon.visible = true;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getMaxDisplayedResults: function() {
 | 
			
		||||
        return MAX_LIST_SEARCH_RESULTS_ROWS;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _clearResultDisplay: function () {
 | 
			
		||||
        this._content.remove_all_children();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _createResultDisplay: function(meta) {
 | 
			
		||||
        return new ListSearchResult(this.provider, meta);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _addItem: function(display) {
 | 
			
		||||
        this._content.add_actor(display.actor);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getFirstResult: function() {
 | 
			
		||||
        if (this._content.get_n_children() > 0)
 | 
			
		||||
            return this._content.get_child_at_index(0)._delegate;
 | 
			
		||||
        else
 | 
			
		||||
            return null;
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(ListSearchResults.prototype);
 | 
			
		||||
 | 
			
		||||
const GridSearchResults = new Lang.Class({
 | 
			
		||||
    Name: 'GridSearchResults',
 | 
			
		||||
    Extends: SearchResultsBase,
 | 
			
		||||
 | 
			
		||||
    _init: function(provider) {
 | 
			
		||||
        this.parent(provider);
 | 
			
		||||
 | 
			
		||||
        this._grid = new IconGrid.IconGrid({ rowLimit: MAX_GRID_SEARCH_RESULTS_ROWS,
 | 
			
		||||
                                             xAlign: St.Align.START });
 | 
			
		||||
        this._bin = new St.Bin({ x_align: St.Align.MIDDLE });
 | 
			
		||||
        this._bin.set_child(this._grid.actor);
 | 
			
		||||
 | 
			
		||||
        this._resultDisplayBin.set_child(this._bin);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getMaxDisplayedResults: function() {
 | 
			
		||||
        return this._grid.columnsForWidth(this._bin.width) * this._grid.getRowLimit();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _renderResults: function(metas) {
 | 
			
		||||
        for (let i = 0; i < metas.length; i++) {
 | 
			
		||||
            let display = new GridSearchResult(this.provider, metas[i]);
 | 
			
		||||
            display.connect('activate', Lang.bind(this, this._activateResult));
 | 
			
		||||
            display.actor.connect('key-focus-in', Lang.bind(this, this._keyFocusIn));
 | 
			
		||||
            this._grid.addItem(display);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _clearResultDisplay: function () {
 | 
			
		||||
        this._grid.removeAll();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _createResultDisplay: function(meta) {
 | 
			
		||||
        return new GridSearchResult(this.provider, meta);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _addItem: function(display) {
 | 
			
		||||
        this._grid.addItem(display);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getFirstResult: function() {
 | 
			
		||||
        if (this._grid.visibleItemsCount() > 0)
 | 
			
		||||
            return this._grid.getItemAtIndex(0)._delegate;
 | 
			
		||||
        else
 | 
			
		||||
            return null;
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(GridSearchResults.prototype);
 | 
			
		||||
 | 
			
		||||
const SearchResults = new Lang.Class({
 | 
			
		||||
    Name: 'SearchResults',
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.actor = new St.BoxLayout({ name: 'searchResults',
 | 
			
		||||
                                        vertical: true });
 | 
			
		||||
 | 
			
		||||
        this._content = new St.BoxLayout({ name: 'searchResultsContent',
 | 
			
		||||
                                           vertical: true });
 | 
			
		||||
        this._contentBin = new MaxWidthBin({ name: 'searchResultsBin',
 | 
			
		||||
                                             x_fill: true,
 | 
			
		||||
                                             y_fill: true,
 | 
			
		||||
                                             child: this._content });
 | 
			
		||||
 | 
			
		||||
        let scrollChild = new St.BoxLayout();
 | 
			
		||||
        scrollChild.add(this._contentBin, { expand: true });
 | 
			
		||||
 | 
			
		||||
        this._scrollView = new St.ScrollView({ x_fill: true,
 | 
			
		||||
                                               y_fill: false,
 | 
			
		||||
                                               overlay_scrollbars: true,
 | 
			
		||||
                                               style_class: 'search-display vfade' });
 | 
			
		||||
        this._scrollView.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC);
 | 
			
		||||
        this._scrollView.add_actor(scrollChild);
 | 
			
		||||
        let action = new Clutter.PanAction({ interpolate: true });
 | 
			
		||||
        action.connect('pan', Lang.bind(this, this._onPan));
 | 
			
		||||
        this._scrollView.add_action(action);
 | 
			
		||||
 | 
			
		||||
        this.actor.add(this._scrollView, { x_fill: true,
 | 
			
		||||
                                           y_fill: true,
 | 
			
		||||
                                           expand: true,
 | 
			
		||||
                                           x_align: St.Align.START,
 | 
			
		||||
                                           y_align: St.Align.START });
 | 
			
		||||
 | 
			
		||||
        this._statusText = new St.Label({ style_class: 'search-statustext' });
 | 
			
		||||
        this._statusBin = new St.Bin({ x_align: St.Align.MIDDLE,
 | 
			
		||||
                                       y_align: St.Align.MIDDLE });
 | 
			
		||||
        this._content.add(this._statusBin, { expand: true });
 | 
			
		||||
        this._statusBin.add_actor(this._statusText);
 | 
			
		||||
 | 
			
		||||
        this._highlightDefault = false;
 | 
			
		||||
        this._defaultResult = null;
 | 
			
		||||
 | 
			
		||||
        this._searchSystem = new SearchSystem();
 | 
			
		||||
        this._searchSystem.connect('search-updated', Lang.bind(this, this._updateResults));
 | 
			
		||||
        this._searchSystem.connect('providers-changed', Lang.bind(this, this._updateProviderDisplays));
 | 
			
		||||
        this._updateProviderDisplays();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onPan: function(action) {
 | 
			
		||||
        let [dist, dx, dy] = action.get_motion_delta(0);
 | 
			
		||||
        let adjustment = this._scrollView.vscroll.adjustment;
 | 
			
		||||
        adjustment.value -= (dy / this.actor.height) * adjustment.page_size;
 | 
			
		||||
        return false;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _keyFocusIn: function(provider, actor) {
 | 
			
		||||
        Util.ensureActorVisibleInScrollView(this._scrollView, actor);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _ensureProviderDisplay: function(provider) {
 | 
			
		||||
        if (provider.display)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let providerDisplay;
 | 
			
		||||
        if (provider.appInfo)
 | 
			
		||||
            providerDisplay = new ListSearchResults(provider);
 | 
			
		||||
        else
 | 
			
		||||
            providerDisplay = new GridSearchResults(provider);
 | 
			
		||||
 | 
			
		||||
        providerDisplay.connect('key-focus-in', Lang.bind(this, this._keyFocusIn));
 | 
			
		||||
        this._content.add(providerDisplay.actor);
 | 
			
		||||
        provider.display = providerDisplay;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateProviderDisplays: function() {
 | 
			
		||||
        this._searchSystem.getProviders().forEach(Lang.bind(this, this._ensureProviderDisplay));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _clearDisplay: function() {
 | 
			
		||||
        this._searchSystem.getProviders().forEach(function(provider) {
 | 
			
		||||
            provider.display.clear();
 | 
			
		||||
        });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    reset: function() {
 | 
			
		||||
        this._searchSystem.reset();
 | 
			
		||||
        this._statusBin.hide();
 | 
			
		||||
        this._clearDisplay();
 | 
			
		||||
        this._defaultResult = null;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    startingSearch: function() {
 | 
			
		||||
        this.reset();
 | 
			
		||||
        this._statusText.set_text(_("Searching…"));
 | 
			
		||||
        this._statusBin.show();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setTerms: function(terms) {
 | 
			
		||||
        this._searchSystem.setTerms(terms);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _maybeSetInitialSelection: function() {
 | 
			
		||||
        let newDefaultResult = null;
 | 
			
		||||
 | 
			
		||||
        let providers = this._searchSystem.getProviders();
 | 
			
		||||
        for (let i = 0; i < providers.length; i++) {
 | 
			
		||||
            let provider = providers[i];
 | 
			
		||||
            let display = provider.display;
 | 
			
		||||
 | 
			
		||||
            if (!display.actor.visible)
 | 
			
		||||
                continue;
 | 
			
		||||
 | 
			
		||||
            let firstResult = display.getFirstResult();
 | 
			
		||||
            if (firstResult) {
 | 
			
		||||
                newDefaultResult = firstResult;
 | 
			
		||||
                break; // select this one!
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (newDefaultResult != this._defaultResult) {
 | 
			
		||||
            if (this._defaultResult)
 | 
			
		||||
                this._defaultResult.setSelected(false);
 | 
			
		||||
            if (newDefaultResult)
 | 
			
		||||
                newDefaultResult.setSelected(this._highlightDefault);
 | 
			
		||||
 | 
			
		||||
            this._defaultResult = newDefaultResult;
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateStatusText: function () {
 | 
			
		||||
        let haveResults = this._searchSystem.getProviders().some(function(provider) {
 | 
			
		||||
            let display = provider.display;
 | 
			
		||||
            return (display.getFirstResult() != null);
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        if (!haveResults) {
 | 
			
		||||
            this._statusText.set_text(_("No results."));
 | 
			
		||||
            this._statusBin.show();
 | 
			
		||||
        } else {
 | 
			
		||||
            this._statusBin.hide();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateResults: function(searchSystem, provider, results) {
 | 
			
		||||
        let terms = searchSystem.getTerms();
 | 
			
		||||
        let display = provider.display;
 | 
			
		||||
 | 
			
		||||
        display.updateSearch(results, terms, Lang.bind(this, function() {
 | 
			
		||||
            this._maybeSetInitialSelection();
 | 
			
		||||
            this._updateStatusText();
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    activateDefault: function() {
 | 
			
		||||
        if (this._defaultResult)
 | 
			
		||||
            this._defaultResult.activate();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    highlightDefault: function(highlight) {
 | 
			
		||||
        this._highlightDefault = highlight;
 | 
			
		||||
        if (this._defaultResult)
 | 
			
		||||
            this._defaultResult.setSelected(highlight);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    navigateFocus: function(direction) {
 | 
			
		||||
        let rtl = this.actor.get_text_direction() == Clutter.TextDirection.RTL;
 | 
			
		||||
        if (direction == Gtk.DirectionType.TAB_BACKWARD ||
 | 
			
		||||
            direction == (rtl ? Gtk.DirectionType.RIGHT
 | 
			
		||||
                              : Gtk.DirectionType.LEFT) ||
 | 
			
		||||
            direction == Gtk.DirectionType.UP) {
 | 
			
		||||
            this.actor.navigate_focus(null, direction, false);
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let from = this._defaultResult ? this._defaultResult.actor : null;
 | 
			
		||||
        this.actor.navigate_focus(from, direction, false);
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const ProviderIcon = new Lang.Class({
 | 
			
		||||
    Name: 'ProviderIcon',
 | 
			
		||||
    Extends: St.Button,
 | 
			
		||||
 | 
			
		||||
    PROVIDER_ICON_SIZE: 48,
 | 
			
		||||
 | 
			
		||||
    _init: function(provider) {
 | 
			
		||||
        this.provider = provider;
 | 
			
		||||
        this.parent({ style_class: 'search-provider-icon',
 | 
			
		||||
                      reactive: true,
 | 
			
		||||
                      can_focus: true,
 | 
			
		||||
                      accessible_name: provider.appInfo.get_name(),
 | 
			
		||||
                      track_hover: true });
 | 
			
		||||
 | 
			
		||||
        this._content = new St.Widget({ layout_manager: new Clutter.BinLayout() });
 | 
			
		||||
        this.set_child(this._content);
 | 
			
		||||
 | 
			
		||||
        let rtl = (this.get_text_direction() == Clutter.TextDirection.RTL);
 | 
			
		||||
 | 
			
		||||
        this.moreIcon = new St.Widget({ style_class: 'search-provider-icon-more',
 | 
			
		||||
                                        visible: false,
 | 
			
		||||
                                        x_align: rtl ? Clutter.ActorAlign.START : Clutter.ActorAlign.END,
 | 
			
		||||
                                        y_align: Clutter.ActorAlign.END,
 | 
			
		||||
                                        x_expand: true,
 | 
			
		||||
                                        y_expand: true });
 | 
			
		||||
 | 
			
		||||
        let icon = new St.Icon({ icon_size: this.PROVIDER_ICON_SIZE,
 | 
			
		||||
                                 gicon: provider.appInfo.get_icon() });
 | 
			
		||||
        this._content.add_actor(icon);
 | 
			
		||||
        this._content.add_actor(this.moreIcon);
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										564
									
								
								js/ui/searchDisplay.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,564 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const Clutter = imports.gi.Clutter;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Gtk = imports.gi.Gtk;
 | 
			
		||||
const Meta = imports.gi.Meta;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
const Atk = imports.gi.Atk;
 | 
			
		||||
 | 
			
		||||
const DND = imports.ui.dnd;
 | 
			
		||||
const IconGrid = imports.ui.iconGrid;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const Overview = imports.ui.overview;
 | 
			
		||||
const Separator = imports.ui.separator;
 | 
			
		||||
const Search = imports.ui.search;
 | 
			
		||||
const Util = imports.misc.util;
 | 
			
		||||
 | 
			
		||||
const MAX_LIST_SEARCH_RESULTS_ROWS = 3;
 | 
			
		||||
const MAX_GRID_SEARCH_RESULTS_ROWS = 1;
 | 
			
		||||
 | 
			
		||||
const MaxWidthBin = new Lang.Class({
 | 
			
		||||
    Name: 'MaxWidthBin',
 | 
			
		||||
    Extends: St.Bin,
 | 
			
		||||
 | 
			
		||||
    vfunc_allocate: function(box, flags) {
 | 
			
		||||
        let themeNode = this.get_theme_node();
 | 
			
		||||
        let maxWidth = themeNode.get_max_width();
 | 
			
		||||
        let availWidth = box.x2 - box.x1;
 | 
			
		||||
        let adjustedBox = box;
 | 
			
		||||
 | 
			
		||||
        if (availWidth > maxWidth) {
 | 
			
		||||
            let excessWidth = availWidth - maxWidth;
 | 
			
		||||
            adjustedBox.x1 += Math.floor(excessWidth / 2);
 | 
			
		||||
            adjustedBox.x2 -= Math.floor(excessWidth / 2);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.parent(adjustedBox, flags);
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const SearchResult = new Lang.Class({
 | 
			
		||||
    Name: 'SearchResult',
 | 
			
		||||
 | 
			
		||||
    _init: function(provider, metaInfo, terms) {
 | 
			
		||||
        this.provider = provider;
 | 
			
		||||
        this.metaInfo = metaInfo;
 | 
			
		||||
        this.terms = terms;
 | 
			
		||||
 | 
			
		||||
        this.actor = new St.Button({ reactive: true,
 | 
			
		||||
                                     can_focus: true,
 | 
			
		||||
                                     track_hover: true,
 | 
			
		||||
                                     x_align: St.Align.START,
 | 
			
		||||
                                     y_fill: true });
 | 
			
		||||
 | 
			
		||||
        this.actor._delegate = this;
 | 
			
		||||
        this.actor.connect('clicked', Lang.bind(this, this.activate));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    activate: function() {
 | 
			
		||||
        this.provider.activateResult(this.metaInfo.id, this.terms);
 | 
			
		||||
        Main.overview.toggle();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setSelected: function(selected) {
 | 
			
		||||
        if (selected)
 | 
			
		||||
            this.actor.add_style_pseudo_class('selected');
 | 
			
		||||
        else
 | 
			
		||||
            this.actor.remove_style_pseudo_class('selected');
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const ListSearchResult = new Lang.Class({
 | 
			
		||||
    Name: 'ListSearchResult',
 | 
			
		||||
    Extends: SearchResult,
 | 
			
		||||
 | 
			
		||||
    ICON_SIZE: 64,
 | 
			
		||||
 | 
			
		||||
    _init: function(provider, metaInfo, terms) {
 | 
			
		||||
        this.parent(provider, metaInfo, terms);
 | 
			
		||||
 | 
			
		||||
        this.actor.style_class = 'list-search-result';
 | 
			
		||||
        this.actor.x_fill = true;
 | 
			
		||||
 | 
			
		||||
        let content = new St.BoxLayout({ style_class: 'list-search-result-content',
 | 
			
		||||
                                         vertical: false });
 | 
			
		||||
        this.actor.set_child(content);
 | 
			
		||||
 | 
			
		||||
        // An icon for, or thumbnail of, content
 | 
			
		||||
        let icon = this.metaInfo['createIcon'](this.ICON_SIZE);
 | 
			
		||||
        if (icon) {
 | 
			
		||||
            content.add(icon);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let details = new St.BoxLayout({ vertical: true });
 | 
			
		||||
        content.add(details, { x_fill: true,
 | 
			
		||||
                               y_fill: false,
 | 
			
		||||
                               x_align: St.Align.START,
 | 
			
		||||
                               y_align: St.Align.MIDDLE });
 | 
			
		||||
 | 
			
		||||
        let title = new St.Label({ style_class: 'list-search-result-title',
 | 
			
		||||
                                   text: this.metaInfo['name'] })
 | 
			
		||||
        details.add(title, { x_fill: false,
 | 
			
		||||
                             y_fill: false,
 | 
			
		||||
                             x_align: St.Align.START,
 | 
			
		||||
                             y_align: St.Align.START });
 | 
			
		||||
        this.actor.label_actor = title;
 | 
			
		||||
 | 
			
		||||
        if (this.metaInfo['description']) {
 | 
			
		||||
            let description = new St.Label({ style_class: 'list-search-result-description' });
 | 
			
		||||
            description.clutter_text.set_markup(this.metaInfo['description']);
 | 
			
		||||
            details.add(description, { x_fill: false,
 | 
			
		||||
                                       y_fill: false,
 | 
			
		||||
                                       x_align: St.Align.START,
 | 
			
		||||
                                       y_align: St.Align.END });
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const GridSearchResult = new Lang.Class({
 | 
			
		||||
    Name: 'GridSearchResult',
 | 
			
		||||
    Extends: SearchResult,
 | 
			
		||||
 | 
			
		||||
    _init: function(provider, metaInfo, terms) {
 | 
			
		||||
        this.parent(provider, metaInfo, terms);
 | 
			
		||||
 | 
			
		||||
        this.actor.style_class = 'grid-search-result';
 | 
			
		||||
 | 
			
		||||
        let content = provider.createResultActor(metaInfo, terms);
 | 
			
		||||
        let dragSource = null;
 | 
			
		||||
 | 
			
		||||
        if (content == null) {
 | 
			
		||||
            content = new St.Bin();
 | 
			
		||||
            let icon = new IconGrid.BaseIcon(this.metaInfo['name'],
 | 
			
		||||
                                             { createIcon: this.metaInfo['createIcon'] });
 | 
			
		||||
            content.set_child(icon.actor);
 | 
			
		||||
            content.label_actor = icon.label;
 | 
			
		||||
            dragSource = icon.icon;
 | 
			
		||||
        } else {
 | 
			
		||||
            if (content._delegate && content._delegate.getDragActorSource)
 | 
			
		||||
                dragSource = content._delegate.getDragActorSource();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.actor.set_child(content);
 | 
			
		||||
        this.actor.label_actor = content.label_actor;
 | 
			
		||||
 | 
			
		||||
        let draggable = DND.makeDraggable(this.actor);
 | 
			
		||||
        draggable.connect('drag-begin',
 | 
			
		||||
                          Lang.bind(this, function() {
 | 
			
		||||
                              Main.overview.beginItemDrag(this);
 | 
			
		||||
                          }));
 | 
			
		||||
        draggable.connect('drag-cancelled',
 | 
			
		||||
                          Lang.bind(this, function() {
 | 
			
		||||
                              Main.overview.cancelledItemDrag(this);
 | 
			
		||||
                          }));
 | 
			
		||||
        draggable.connect('drag-end',
 | 
			
		||||
                          Lang.bind(this, function() {
 | 
			
		||||
                              Main.overview.endItemDrag(this);
 | 
			
		||||
                          }));
 | 
			
		||||
 | 
			
		||||
        if (!dragSource)
 | 
			
		||||
            // not exactly right, but alignment problems are hard to notice
 | 
			
		||||
            dragSource = content;
 | 
			
		||||
        this._dragActorSource = dragSource;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getDragActorSource: function() {
 | 
			
		||||
        return this._dragActorSource;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getDragActor: function() {
 | 
			
		||||
        return this.metaInfo['createIcon'](Main.overview.dashIconSize);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    shellWorkspaceLaunch: function(params) {
 | 
			
		||||
        if (this.provider.dragActivateResult)
 | 
			
		||||
            this.provider.dragActivateResult(this.metaInfo.id, params);
 | 
			
		||||
        else
 | 
			
		||||
            this.provider.activateResult(this.metaInfo.id, this.terms);
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const SearchResultsBase = new Lang.Class({
 | 
			
		||||
    Name: 'SearchResultsBase',
 | 
			
		||||
 | 
			
		||||
    _init: function(provider) {
 | 
			
		||||
        this.provider = provider;
 | 
			
		||||
 | 
			
		||||
        this._terms = [];
 | 
			
		||||
 | 
			
		||||
        this.actor = new St.BoxLayout({ style_class: 'search-section',
 | 
			
		||||
                                        vertical: true });
 | 
			
		||||
 | 
			
		||||
        this._resultDisplayBin = new St.Bin({ x_fill: true,
 | 
			
		||||
                                              y_fill: true });
 | 
			
		||||
        this.actor.add(this._resultDisplayBin, { expand: true });
 | 
			
		||||
 | 
			
		||||
        let separator = new Separator.HorizontalSeparator({ style_class: 'search-section-separator' });
 | 
			
		||||
        this.actor.add(separator.actor);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    destroy: function() {
 | 
			
		||||
        this.actor.destroy();
 | 
			
		||||
        this._terms = [];
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _clearResultDisplay: function() {
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    clear: function() {
 | 
			
		||||
        this._clearResultDisplay();
 | 
			
		||||
        this.actor.hide();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _keyFocusIn: function(icon) {
 | 
			
		||||
        this.emit('key-focus-in', icon);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _setMoreIconVisible: function(visible) {
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    updateSearch: function(providerResults, terms, callback) {
 | 
			
		||||
        this._terms = terms;
 | 
			
		||||
 | 
			
		||||
        if (providerResults.length == 0) {
 | 
			
		||||
            this._clearResultDisplay();
 | 
			
		||||
            this.actor.hide();
 | 
			
		||||
            callback();
 | 
			
		||||
        } else {
 | 
			
		||||
            let maxResults = this._getMaxDisplayedResults();
 | 
			
		||||
            let results = providerResults.slice(0, maxResults);
 | 
			
		||||
            let hasMoreResults = results.length < providerResults.length;
 | 
			
		||||
 | 
			
		||||
            this.provider.getResultMetas(results, Lang.bind(this, function(metas) {
 | 
			
		||||
                this.clear();
 | 
			
		||||
 | 
			
		||||
                // To avoid CSS transitions causing flickering when
 | 
			
		||||
                // the first search result stays the same, we hide the
 | 
			
		||||
                // content while filling in the results.
 | 
			
		||||
                this.actor.hide();
 | 
			
		||||
                this._clearResultDisplay();
 | 
			
		||||
                this._renderResults(metas);
 | 
			
		||||
                this._setMoreIconVisible(hasMoreResults && this.provider.canLaunchSearch);
 | 
			
		||||
                this.actor.show();
 | 
			
		||||
                callback();
 | 
			
		||||
            }));
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const ListSearchResults = new Lang.Class({
 | 
			
		||||
    Name: 'ListSearchResults',
 | 
			
		||||
    Extends: SearchResultsBase,
 | 
			
		||||
 | 
			
		||||
    _init: function(provider) {
 | 
			
		||||
        this.parent(provider);
 | 
			
		||||
 | 
			
		||||
        this._container = new St.BoxLayout({ style_class: 'search-section-content' });
 | 
			
		||||
        this.providerIcon = new ProviderIcon(provider);
 | 
			
		||||
        this.providerIcon.connect('clicked', Lang.bind(this,
 | 
			
		||||
            function() {
 | 
			
		||||
                provider.launchSearch(this._terms);
 | 
			
		||||
                Main.overview.toggle();
 | 
			
		||||
            }));
 | 
			
		||||
 | 
			
		||||
        this._container.add(this.providerIcon, { x_fill: false,
 | 
			
		||||
                                                 y_fill: false,
 | 
			
		||||
                                                 x_align: St.Align.START,
 | 
			
		||||
                                                 y_align: St.Align.START });
 | 
			
		||||
 | 
			
		||||
        this._content = new St.BoxLayout({ style_class: 'list-search-results',
 | 
			
		||||
                                           vertical: true });
 | 
			
		||||
        this._container.add(this._content, { expand: true });
 | 
			
		||||
 | 
			
		||||
        this._resultDisplayBin.set_child(this._container);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _setMoreIconVisible: function(visible) {
 | 
			
		||||
        this.providerIcon.moreIcon.visible = true;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getMaxDisplayedResults: function() {
 | 
			
		||||
        return MAX_LIST_SEARCH_RESULTS_ROWS;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _renderResults: function(metas) {
 | 
			
		||||
        for (let i = 0; i < metas.length; i++) {
 | 
			
		||||
            let display = new ListSearchResult(this.provider, metas[i], this._terms);
 | 
			
		||||
            display.actor.connect('key-focus-in', Lang.bind(this, this._keyFocusIn));
 | 
			
		||||
            this._content.add_actor(display.actor);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _clearResultDisplay: function () {
 | 
			
		||||
        this._content.destroy_all_children();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getFirstResult: function() {
 | 
			
		||||
        if (this._content.get_n_children() > 0)
 | 
			
		||||
            return this._content.get_child_at_index(0)._delegate;
 | 
			
		||||
        else
 | 
			
		||||
            return null;
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(ListSearchResults.prototype);
 | 
			
		||||
 | 
			
		||||
const GridSearchResults = new Lang.Class({
 | 
			
		||||
    Name: 'GridSearchResults',
 | 
			
		||||
    Extends: SearchResultsBase,
 | 
			
		||||
 | 
			
		||||
    _init: function(provider) {
 | 
			
		||||
        this.parent(provider);
 | 
			
		||||
 | 
			
		||||
        this._grid = new IconGrid.IconGrid({ rowLimit: MAX_GRID_SEARCH_RESULTS_ROWS,
 | 
			
		||||
                                             xAlign: St.Align.START });
 | 
			
		||||
        this._bin = new St.Bin({ x_align: St.Align.MIDDLE });
 | 
			
		||||
        this._bin.set_child(this._grid.actor);
 | 
			
		||||
 | 
			
		||||
        this._resultDisplayBin.set_child(this._bin);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getMaxDisplayedResults: function() {
 | 
			
		||||
        return this._grid.childrenInRow(this._bin.width) * this._grid.getRowLimit();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _renderResults: function(metas) {
 | 
			
		||||
        for (let i = 0; i < metas.length; i++) {
 | 
			
		||||
            let display = new GridSearchResult(this.provider, metas[i], this._terms);
 | 
			
		||||
            display.actor.connect('key-focus-in', Lang.bind(this, this._keyFocusIn));
 | 
			
		||||
            this._grid.addItem(display.actor);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _clearResultDisplay: function () {
 | 
			
		||||
        this._grid.removeAll();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getFirstResult: function() {
 | 
			
		||||
        if (this._grid.visibleItemsCount() > 0)
 | 
			
		||||
            return this._grid.getItemAtIndex(0)._delegate;
 | 
			
		||||
        else
 | 
			
		||||
            return null;
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(GridSearchResults.prototype);
 | 
			
		||||
 | 
			
		||||
const SearchResults = new Lang.Class({
 | 
			
		||||
    Name: 'SearchResults',
 | 
			
		||||
 | 
			
		||||
    _init: function(searchSystem) {
 | 
			
		||||
        this._searchSystem = searchSystem;
 | 
			
		||||
        this._searchSystem.connect('search-updated', Lang.bind(this, this._updateResults));
 | 
			
		||||
 | 
			
		||||
        this.actor = new St.BoxLayout({ name: 'searchResults',
 | 
			
		||||
                                        vertical: true });
 | 
			
		||||
 | 
			
		||||
        this._content = new St.BoxLayout({ name: 'searchResultsContent',
 | 
			
		||||
                                           vertical: true });
 | 
			
		||||
        this._contentBin = new MaxWidthBin({ name: 'searchResultsBin',
 | 
			
		||||
                                             x_fill: true,
 | 
			
		||||
                                             y_fill: true,
 | 
			
		||||
                                             child: this._content });
 | 
			
		||||
 | 
			
		||||
        let scrollChild = new St.BoxLayout();
 | 
			
		||||
        scrollChild.add(this._contentBin, { expand: true });
 | 
			
		||||
 | 
			
		||||
        this._scrollView = new St.ScrollView({ x_fill: true,
 | 
			
		||||
                                               y_fill: false,
 | 
			
		||||
                                               overlay_scrollbars: true,
 | 
			
		||||
                                               style_class: 'search-display vfade' });
 | 
			
		||||
        this._scrollView.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC);
 | 
			
		||||
        this._scrollView.add_actor(scrollChild);
 | 
			
		||||
        let action = new Clutter.PanAction({ interpolate: true });
 | 
			
		||||
        action.connect('pan', Lang.bind(this, this._onPan));
 | 
			
		||||
        this._scrollView.add_action(action);
 | 
			
		||||
 | 
			
		||||
        this.actor.add(this._scrollView, { x_fill: true,
 | 
			
		||||
                                           y_fill: true,
 | 
			
		||||
                                           expand: true,
 | 
			
		||||
                                           x_align: St.Align.START,
 | 
			
		||||
                                           y_align: St.Align.START });
 | 
			
		||||
 | 
			
		||||
        this._statusText = new St.Label({ style_class: 'search-statustext' });
 | 
			
		||||
        this._statusBin = new St.Bin({ x_align: St.Align.MIDDLE,
 | 
			
		||||
                                       y_align: St.Align.MIDDLE });
 | 
			
		||||
        this._content.add(this._statusBin, { expand: true });
 | 
			
		||||
        this._statusBin.add_actor(this._statusText);
 | 
			
		||||
        this._providers = this._searchSystem.getProviders();
 | 
			
		||||
        this._providerDisplays = {};
 | 
			
		||||
        for (let i = 0; i < this._providers.length; i++) {
 | 
			
		||||
            this.createProviderDisplay(this._providers[i]);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._highlightDefault = false;
 | 
			
		||||
        this._defaultResult = null;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onPan: function(action) {
 | 
			
		||||
        let [dist, dx, dy] = action.get_motion_delta(0);
 | 
			
		||||
        let adjustment = this._scrollView.vscroll.adjustment;
 | 
			
		||||
        adjustment.value -= (dy / this.actor.height) * adjustment.page_size;
 | 
			
		||||
        return false;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _keyFocusIn: function(provider, icon) {
 | 
			
		||||
        Util.ensureActorVisibleInScrollView(this._scrollView, icon);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    createProviderDisplay: function(provider) {
 | 
			
		||||
        let providerDisplay = null;
 | 
			
		||||
 | 
			
		||||
        if (provider.appInfo) {
 | 
			
		||||
            providerDisplay = new ListSearchResults(provider);
 | 
			
		||||
        } else {
 | 
			
		||||
            providerDisplay = new GridSearchResults(provider);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        providerDisplay.connect('key-focus-in', Lang.bind(this, this._keyFocusIn));
 | 
			
		||||
        this._providerDisplays[provider.id] = providerDisplay;
 | 
			
		||||
        this._content.add(providerDisplay.actor);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    destroyProviderDisplay: function(provider) {
 | 
			
		||||
        this._providerDisplays[provider.id].destroy();
 | 
			
		||||
        delete this._providerDisplays[provider.id];
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _clearDisplay: function() {
 | 
			
		||||
        for (let i = 0; i < this._providers.length; i++) {
 | 
			
		||||
            let provider = this._providers[i];
 | 
			
		||||
            let providerDisplay = this._providerDisplays[provider.id];
 | 
			
		||||
            providerDisplay.clear();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    reset: function() {
 | 
			
		||||
        this._searchSystem.reset();
 | 
			
		||||
        this._statusBin.hide();
 | 
			
		||||
        this._clearDisplay();
 | 
			
		||||
        this._defaultResult = null;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    startingSearch: function() {
 | 
			
		||||
        this.reset();
 | 
			
		||||
        this._statusText.set_text(_("Searching…"));
 | 
			
		||||
        this._statusBin.show();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _maybeSetInitialSelection: function() {
 | 
			
		||||
        let newDefaultResult = null;
 | 
			
		||||
 | 
			
		||||
        for (let i = 0; i < this._providers.length; i++) {
 | 
			
		||||
            let provider = this._providers[i];
 | 
			
		||||
            let display = this._providerDisplays[provider.id];
 | 
			
		||||
 | 
			
		||||
            if (!display.actor.visible)
 | 
			
		||||
                continue;
 | 
			
		||||
 | 
			
		||||
            let firstResult = display.getFirstResult();
 | 
			
		||||
            if (firstResult) {
 | 
			
		||||
                newDefaultResult = firstResult;
 | 
			
		||||
                break; // select this one!
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (newDefaultResult != this._defaultResult) {
 | 
			
		||||
            if (this._defaultResult)
 | 
			
		||||
                this._defaultResult.setSelected(false);
 | 
			
		||||
            if (newDefaultResult)
 | 
			
		||||
                newDefaultResult.setSelected(this._highlightDefault);
 | 
			
		||||
 | 
			
		||||
            this._defaultResult = newDefaultResult;
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateStatusText: function () {
 | 
			
		||||
        let haveResults = false;
 | 
			
		||||
 | 
			
		||||
        for (let i = 0; i < this._providers.length; i++) {
 | 
			
		||||
            let provider = this._providers[i];
 | 
			
		||||
            let display = this._providerDisplays[provider.id];
 | 
			
		||||
            if (display.getFirstResult()) {
 | 
			
		||||
                haveResults = true;
 | 
			
		||||
                break;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (!haveResults) {
 | 
			
		||||
            this._statusText.set_text(_("No results."));
 | 
			
		||||
            this._statusBin.show();
 | 
			
		||||
        } else {
 | 
			
		||||
            this._statusBin.hide();
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateResults: function(searchSystem, results) {
 | 
			
		||||
        let terms = searchSystem.getTerms();
 | 
			
		||||
        let [provider, providerResults] = results;
 | 
			
		||||
        let display = this._providerDisplays[provider.id];
 | 
			
		||||
 | 
			
		||||
        display.updateSearch(providerResults, terms, Lang.bind(this, function() {
 | 
			
		||||
            this._maybeSetInitialSelection();
 | 
			
		||||
            this._updateStatusText();
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    activateDefault: function() {
 | 
			
		||||
        if (this._defaultResult)
 | 
			
		||||
            this._defaultResult.activate();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    highlightDefault: function(highlight) {
 | 
			
		||||
        this._highlightDefault = highlight;
 | 
			
		||||
        if (this._defaultResult)
 | 
			
		||||
            this._defaultResult.setSelected(highlight);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    navigateFocus: function(direction) {
 | 
			
		||||
        let rtl = this.actor.get_text_direction() == Clutter.TextDirection.RTL;
 | 
			
		||||
        if (direction == Gtk.DirectionType.TAB_BACKWARD ||
 | 
			
		||||
            direction == (rtl ? Gtk.DirectionType.RIGHT
 | 
			
		||||
                              : Gtk.DirectionType.LEFT) ||
 | 
			
		||||
            direction == Gtk.DirectionType.UP) {
 | 
			
		||||
            this.actor.navigate_focus(null, direction, false);
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let from = this._defaultResult ? this._defaultResult.actor : null;
 | 
			
		||||
        this.actor.navigate_focus(from, direction, false);
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const ProviderIcon = new Lang.Class({
 | 
			
		||||
    Name: 'ProviderIcon',
 | 
			
		||||
    Extends: St.Button,
 | 
			
		||||
 | 
			
		||||
    PROVIDER_ICON_SIZE: 48,
 | 
			
		||||
 | 
			
		||||
    _init: function(provider) {
 | 
			
		||||
        this.provider = provider;
 | 
			
		||||
        this.parent({ style_class: 'search-provider-icon',
 | 
			
		||||
                      reactive: true,
 | 
			
		||||
                      can_focus: true,
 | 
			
		||||
                      accessible_name: provider.appInfo.get_name(),
 | 
			
		||||
                      track_hover: true });
 | 
			
		||||
 | 
			
		||||
        this._content = new St.Widget({ layout_manager: new Clutter.BinLayout() });
 | 
			
		||||
        this.set_child(this._content);
 | 
			
		||||
 | 
			
		||||
        let rtl = (this.get_text_direction() == Clutter.TextDirection.RTL);
 | 
			
		||||
 | 
			
		||||
        this.moreIcon = new St.Widget({ style_class: 'search-provider-icon-more',
 | 
			
		||||
                                        visible: false,
 | 
			
		||||
                                        x_align: rtl ? Clutter.ActorAlign.START : Clutter.ActorAlign.END,
 | 
			
		||||
                                        y_align: Clutter.ActorAlign.END,
 | 
			
		||||
                                        x_expand: true,
 | 
			
		||||
                                        y_expand: true });
 | 
			
		||||
 | 
			
		||||
        let icon = new St.Icon({ icon_size: this.PROVIDER_ICON_SIZE,
 | 
			
		||||
                                 gicon: provider.appInfo.get_icon() });
 | 
			
		||||
        this._content.add_actor(icon);
 | 
			
		||||
        this._content.add_actor(this.moreIcon);
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
@@ -21,7 +21,6 @@ const _modes = {
 | 
			
		||||
        showCalendarEvents: false,
 | 
			
		||||
        allowSettings: false,
 | 
			
		||||
        allowExtensions: false,
 | 
			
		||||
        allowScreencast: false,
 | 
			
		||||
        enabledExtensions: [],
 | 
			
		||||
        hasRunDialog: false,
 | 
			
		||||
        hasWorkspaces: false,
 | 
			
		||||
@@ -49,7 +48,8 @@ const _modes = {
 | 
			
		||||
        panel: {
 | 
			
		||||
            left: [],
 | 
			
		||||
            center: ['dateMenu'],
 | 
			
		||||
            right: ['a11yGreeter', 'keyboard', 'aggregateMenu'],
 | 
			
		||||
            right: ['a11yGreeter', 'display', 'keyboard',
 | 
			
		||||
                    'volume', 'battery', 'powerMenu']
 | 
			
		||||
        },
 | 
			
		||||
        panelStyle: 'login-screen'
 | 
			
		||||
    },
 | 
			
		||||
@@ -60,9 +60,9 @@ const _modes = {
 | 
			
		||||
        unlockDialog: undefined,
 | 
			
		||||
        components: ['polkitAgent', 'telepathyClient'],
 | 
			
		||||
        panel: {
 | 
			
		||||
            left: [],
 | 
			
		||||
            left: ['userMenu'],
 | 
			
		||||
            center: [],
 | 
			
		||||
            right: ['aggregateMenu']
 | 
			
		||||
            right: ['lockScreen']
 | 
			
		||||
        },
 | 
			
		||||
        panelStyle: 'lock-screen'
 | 
			
		||||
    },
 | 
			
		||||
@@ -72,9 +72,9 @@ const _modes = {
 | 
			
		||||
        unlockDialog: undefined,
 | 
			
		||||
        components: ['polkitAgent', 'telepathyClient'],
 | 
			
		||||
        panel: {
 | 
			
		||||
            left: [],
 | 
			
		||||
            left: ['userMenu'],
 | 
			
		||||
            center: [],
 | 
			
		||||
            right: ['a11y', 'keyboard', 'aggregateMenu']
 | 
			
		||||
            right: ['a11y', 'keyboard', 'lockScreen']
 | 
			
		||||
        },
 | 
			
		||||
        panelStyle: 'unlock-screen'
 | 
			
		||||
    },
 | 
			
		||||
@@ -84,7 +84,6 @@ const _modes = {
 | 
			
		||||
        showCalendarEvents: true,
 | 
			
		||||
        allowSettings: true,
 | 
			
		||||
        allowExtensions: true,
 | 
			
		||||
        allowScreencast: true,
 | 
			
		||||
        hasRunDialog: true,
 | 
			
		||||
        hasWorkspaces: true,
 | 
			
		||||
        hasWindows: true,
 | 
			
		||||
@@ -93,21 +92,29 @@ const _modes = {
 | 
			
		||||
        isPrimary: true,
 | 
			
		||||
        unlockDialog: imports.ui.unlockDialog.UnlockDialog,
 | 
			
		||||
        components: ['networkAgent', 'polkitAgent', 'telepathyClient',
 | 
			
		||||
                     'keyring', 'autorunManager', 'automountManager'],
 | 
			
		||||
                     'keyring', 'recorder', 'autorunManager', 'automountManager'],
 | 
			
		||||
        panel: {
 | 
			
		||||
            left: ['activities', 'appMenu'],
 | 
			
		||||
            center: ['dateMenu'],
 | 
			
		||||
            right: ['a11y', 'keyboard', 'aggregateMenu']
 | 
			
		||||
            right: ['a11y', 'keyboard', 'volume', 'bluetooth',
 | 
			
		||||
                    'network', 'battery', 'userMenu']
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
function _loadMode(file, info) {
 | 
			
		||||
function _getModes(modesLoadedCallback) {
 | 
			
		||||
    FileUtils.collectFromDatadirsAsync('modes',
 | 
			
		||||
                                       { processFile: _loadMode,
 | 
			
		||||
                                         loadedCallback: modesLoadedCallback,
 | 
			
		||||
                                         data: _modes });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function _loadMode(file, info, loadedData) {
 | 
			
		||||
    let name = info.get_name();
 | 
			
		||||
    let suffix = name.indexOf('.json');
 | 
			
		||||
    let modeName = suffix == -1 ? name : name.slice(name, suffix);
 | 
			
		||||
 | 
			
		||||
    if (_modes.hasOwnProperty(modeName))
 | 
			
		||||
    if (loadedData.hasOwnProperty(modeName))
 | 
			
		||||
        return;
 | 
			
		||||
 | 
			
		||||
    let fileContent, success, tag, newMode;
 | 
			
		||||
@@ -118,23 +125,18 @@ function _loadMode(file, info) {
 | 
			
		||||
        return;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    _modes[modeName] = {};
 | 
			
		||||
    loadedData[modeName] = {};
 | 
			
		||||
    let propBlacklist = ['unlockDialog'];
 | 
			
		||||
    for (let prop in loadedData[DEFAULT_MODE]) {
 | 
			
		||||
        if (newMode[prop] !== undefined &&
 | 
			
		||||
            propBlacklist.indexOf(prop) == -1)
 | 
			
		||||
            loadedData[modeName][prop] = newMode[prop];
 | 
			
		||||
            loadedData[modeName][prop]= newMode[prop];
 | 
			
		||||
    }
 | 
			
		||||
    _modes[modeName]['isPrimary'] = true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function _getModes() {
 | 
			
		||||
    FileUtils.collectFromDatadirs('modes', false, _loadMode);
 | 
			
		||||
    loadedData[modeName]['isPrimary'] = true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function listModes() {
 | 
			
		||||
    let modes = _getModes();
 | 
			
		||||
    modes.forEach(function() {
 | 
			
		||||
    _getModes(function(modes) {
 | 
			
		||||
        let names = Object.getOwnPropertyNames(modes);
 | 
			
		||||
        for (let i = 0; i < names.length; i++)
 | 
			
		||||
            if (_modes[names[i]].isPrimary)
 | 
			
		||||
@@ -147,12 +149,17 @@ function listModes() {
 | 
			
		||||
const SessionMode = new Lang.Class({
 | 
			
		||||
    Name: 'SessionMode',
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        let isPrimary = (_modes[global.session_mode] &&
 | 
			
		||||
                         _modes[global.session_mode].isPrimary);
 | 
			
		||||
        let mode = isPrimary ? global.session_mode : 'user';
 | 
			
		||||
        this._modeStack = [mode];
 | 
			
		||||
        this._sync();
 | 
			
		||||
    init: function() {
 | 
			
		||||
        _getModes(Lang.bind(this, function(modes) {
 | 
			
		||||
            this._modes = modes;
 | 
			
		||||
            let primary = modes[global.session_mode] &&
 | 
			
		||||
                          modes[global.session_mode].isPrimary;
 | 
			
		||||
            let mode = primary ? global.session_mode : 'user';
 | 
			
		||||
            this._modeStack = [mode];
 | 
			
		||||
            this._sync();
 | 
			
		||||
 | 
			
		||||
            this.emit('sessions-loaded');
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    pushMode: function(mode) {
 | 
			
		||||
@@ -178,14 +185,18 @@ const SessionMode = new Lang.Class({
 | 
			
		||||
        return this._modeStack[this._modeStack.length - 1];
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get allowScreencast() {
 | 
			
		||||
        return this.components.indexOf('recorder') != -1;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _sync: function() {
 | 
			
		||||
        let params = _modes[this.currentMode];
 | 
			
		||||
        let params = this._modes[this.currentMode];
 | 
			
		||||
        let defaults;
 | 
			
		||||
        if (params.parentMode)
 | 
			
		||||
            defaults = Params.parse(_modes[params.parentMode],
 | 
			
		||||
                                    _modes[DEFAULT_MODE]);
 | 
			
		||||
            defaults = Params.parse(this._modes[params.parentMode],
 | 
			
		||||
                                    this._modes[DEFAULT_MODE]);
 | 
			
		||||
        else
 | 
			
		||||
            defaults = _modes[DEFAULT_MODE];
 | 
			
		||||
            defaults = this._modes[DEFAULT_MODE];
 | 
			
		||||
        params = Params.parse(params, defaults);
 | 
			
		||||
 | 
			
		||||
        // A simplified version of Lang.copyProperties, handles
 | 
			
		||||
 
 | 
			
		||||
@@ -12,66 +12,57 @@ const ExtensionDownloader = imports.ui.extensionDownloader;
 | 
			
		||||
const ExtensionUtils = imports.misc.extensionUtils;
 | 
			
		||||
const Hash = imports.misc.hash;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const Screencast = imports.ui.screencast;
 | 
			
		||||
const Screenshot = imports.ui.screenshot;
 | 
			
		||||
const ViewSelector = imports.ui.viewSelector;
 | 
			
		||||
 | 
			
		||||
const GnomeShellIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.Shell"> \
 | 
			
		||||
<method name="Eval"> \
 | 
			
		||||
    <arg type="s" direction="in" name="script" /> \
 | 
			
		||||
    <arg type="b" direction="out" name="success" /> \
 | 
			
		||||
    <arg type="s" direction="out" name="result" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="FocusSearch"/> \
 | 
			
		||||
<method name="ShowOSD"> \
 | 
			
		||||
    <arg type="a{sv}" direction="in" name="params"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="FocusApp"> \
 | 
			
		||||
    <arg type="s" direction="in" name="id"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="ShowApplications" /> \
 | 
			
		||||
<method name="GrabAccelerator"> \
 | 
			
		||||
    <arg type="s" direction="in" name="accelerator"/> \
 | 
			
		||||
    <arg type="u" direction="in" name="flags"/> \
 | 
			
		||||
    <arg type="u" direction="out" name="action"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GrabAccelerators"> \
 | 
			
		||||
    <arg type="a(su)" direction="in" name="accelerators"/> \
 | 
			
		||||
    <arg type="au" direction="out" name="actions"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="UngrabAccelerator"> \
 | 
			
		||||
    <arg type="u" direction="in" name="action"/> \
 | 
			
		||||
    <arg type="b" direction="out" name="success"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<signal name="AcceleratorActivated"> \
 | 
			
		||||
    <arg name="action" type="u" /> \
 | 
			
		||||
    <arg name="deviceid" type="u" /> \
 | 
			
		||||
    <arg name="timestamp" type="u" /> \
 | 
			
		||||
</signal> \
 | 
			
		||||
<property name="Mode" type="s" access="read" /> \
 | 
			
		||||
<property name="OverviewActive" type="b" access="readwrite" /> \
 | 
			
		||||
<property name="ShellVersion" type="s" access="read" /> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const GnomeShellIface = <interface name="org.gnome.Shell">
 | 
			
		||||
<method name="Eval">
 | 
			
		||||
    <arg type="s" direction="in" name="script" />
 | 
			
		||||
    <arg type="b" direction="out" name="success" />
 | 
			
		||||
    <arg type="s" direction="out" name="result" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="FocusSearch"/>
 | 
			
		||||
<method name="ShowOSD">
 | 
			
		||||
    <arg type="a{sv}" direction="in" name="params"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GrabAccelerator">
 | 
			
		||||
    <arg type="s" direction="in" name="accelerator"/>
 | 
			
		||||
    <arg type="u" direction="in" name="flags"/>
 | 
			
		||||
    <arg type="u" direction="out" name="action"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GrabAccelerators">
 | 
			
		||||
    <arg type="a(su)" direction="in" name="accelerators"/>
 | 
			
		||||
    <arg type="au" direction="out" name="actions"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="UngrabAccelerator">
 | 
			
		||||
    <arg type="u" direction="in" name="action"/>
 | 
			
		||||
    <arg type="b" direction="out" name="success"/>
 | 
			
		||||
</method>
 | 
			
		||||
<signal name="AcceleratorActivated">
 | 
			
		||||
    <arg name="action" type="u" />
 | 
			
		||||
    <arg name="deviceid" type="u" />
 | 
			
		||||
</signal>
 | 
			
		||||
<property name="Mode" type="s" access="read" />
 | 
			
		||||
<property name="OverviewActive" type="b" access="readwrite" />
 | 
			
		||||
<property name="ShellVersion" type="s" access="read" />
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const ScreenSaverIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.ScreenSaver"> \
 | 
			
		||||
<method name="Lock"> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GetActive"> \
 | 
			
		||||
    <arg name="active" direction="out" type="b" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="SetActive"> \
 | 
			
		||||
    <arg name="value" direction="in" type="b" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GetActiveTime"> \
 | 
			
		||||
    <arg name="value" direction="out" type="u" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<signal name="ActiveChanged"> \
 | 
			
		||||
    <arg name="new_value" type="b" /> \
 | 
			
		||||
</signal> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const ScreenSaverIface = <interface name="org.gnome.ScreenSaver">
 | 
			
		||||
<method name="Lock">
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GetActive">
 | 
			
		||||
    <arg name="active" direction="out" type="b" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="SetActive">
 | 
			
		||||
    <arg name="value" direction="in" type="b" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GetActiveTime">
 | 
			
		||||
    <arg name="value" direction="out" type="u" />
 | 
			
		||||
</method>
 | 
			
		||||
<signal name="ActiveChanged">
 | 
			
		||||
    <arg name="new_value" type="b" />
 | 
			
		||||
</signal>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const GnomeShell = new Lang.Class({
 | 
			
		||||
    Name: 'GnomeShellDBus',
 | 
			
		||||
@@ -81,14 +72,15 @@ const GnomeShell = new Lang.Class({
 | 
			
		||||
        this._dbusImpl.export(Gio.DBus.session, '/org/gnome/Shell');
 | 
			
		||||
 | 
			
		||||
        this._extensionsService = new GnomeShellExtensions();
 | 
			
		||||
        this._screencastService = new Screencast.ScreencastService();
 | 
			
		||||
        this._screenshotService = new Screenshot.ScreenshotService();
 | 
			
		||||
 | 
			
		||||
        this._grabbedAccelerators = new Hash.Map();
 | 
			
		||||
        this._grabbers = new Hash.Map();
 | 
			
		||||
 | 
			
		||||
        global.display.connect('accelerator-activated', Lang.bind(this,
 | 
			
		||||
            function(display, action, deviceid, timestamp) {
 | 
			
		||||
                this._emitAcceleratorActivated(action, deviceid, timestamp);
 | 
			
		||||
            function(display, action, deviceid) {
 | 
			
		||||
                this._emitAcceleratorActivated(action, deviceid);
 | 
			
		||||
            }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -119,7 +111,7 @@ const GnomeShell = new Lang.Class({
 | 
			
		||||
                returnValue = '';
 | 
			
		||||
            success = true;
 | 
			
		||||
        } catch (e) {
 | 
			
		||||
            returnValue = '' + e;
 | 
			
		||||
            returnValue = JSON.stringify(e);
 | 
			
		||||
            success = false;
 | 
			
		||||
        }
 | 
			
		||||
        return [success, returnValue];
 | 
			
		||||
@@ -144,15 +136,6 @@ const GnomeShell = new Lang.Class({
 | 
			
		||||
        Main.osdWindow.show();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    FocusApp: function(id) {
 | 
			
		||||
        this.ShowApplications();
 | 
			
		||||
        Main.overview.viewSelector.appDisplay.selectApp(id);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    ShowApplications: function() {
 | 
			
		||||
        Main.overview.viewSelector.showApps();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    GrabAcceleratorAsync: function(params, invocation) {
 | 
			
		||||
        let [accel, flags] = params;
 | 
			
		||||
        let sender = invocation.get_sender();
 | 
			
		||||
@@ -183,7 +166,7 @@ const GnomeShell = new Lang.Class({
 | 
			
		||||
        return invocation.return_value(GLib.Variant.new('(b)', [ungrabSucceeded]));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _emitAcceleratorActivated: function(action, deviceid, timestamp) {
 | 
			
		||||
    _emitAcceleratorActivated: function(action, deviceid) {
 | 
			
		||||
        let destination = this._grabbedAccelerators.get(action);
 | 
			
		||||
        if (!destination)
 | 
			
		||||
            return;
 | 
			
		||||
@@ -194,7 +177,7 @@ const GnomeShell = new Lang.Class({
 | 
			
		||||
                               this._dbusImpl.get_object_path(),
 | 
			
		||||
                               info ? info.name : null,
 | 
			
		||||
                               'AcceleratorActivated',
 | 
			
		||||
                               GLib.Variant.new('(uuu)', [action, deviceid, timestamp]));
 | 
			
		||||
                               GLib.Variant.new('(uu)', [action, deviceid]));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _grabAcceleratorForSender: function(accelerator, flags, sender) {
 | 
			
		||||
@@ -250,43 +233,41 @@ const GnomeShell = new Lang.Class({
 | 
			
		||||
    ShellVersion: Config.PACKAGE_VERSION
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const GnomeShellExtensionsIface = '<node> \
 | 
			
		||||
<interface name="org.gnome.Shell.Extensions"> \
 | 
			
		||||
<method name="ListExtensions"> \
 | 
			
		||||
    <arg type="a{sa{sv}}" direction="out" name="extensions" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GetExtensionInfo"> \
 | 
			
		||||
    <arg type="s" direction="in" name="extension" /> \
 | 
			
		||||
    <arg type="a{sv}" direction="out" name="info" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="GetExtensionErrors"> \
 | 
			
		||||
    <arg type="s" direction="in" name="extension" /> \
 | 
			
		||||
    <arg type="as" direction="out" name="errors" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
<signal name="ExtensionStatusChanged"> \
 | 
			
		||||
    <arg type="s" name="uuid"/> \
 | 
			
		||||
    <arg type="i" name="state"/> \
 | 
			
		||||
    <arg type="s" name="error"/> \
 | 
			
		||||
</signal> \
 | 
			
		||||
<method name="InstallRemoteExtension"> \
 | 
			
		||||
    <arg type="s" direction="in" name="uuid"/> \
 | 
			
		||||
    <arg type="s" direction="out" name="result"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="UninstallExtension"> \
 | 
			
		||||
    <arg type="s" direction="in" name="uuid"/> \
 | 
			
		||||
    <arg type="b" direction="out" name="success"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="LaunchExtensionPrefs"> \
 | 
			
		||||
    <arg type="s" direction="in" name="uuid"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="ReloadExtension"> \
 | 
			
		||||
    <arg type="s" direction="in" name="uuid"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="CheckForUpdates"> \
 | 
			
		||||
</method> \
 | 
			
		||||
<property name="ShellVersion" type="s" access="read" /> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const GnomeShellExtensionsIface = <interface name="org.gnome.Shell.Extensions">
 | 
			
		||||
<method name="ListExtensions">
 | 
			
		||||
    <arg type="a{sa{sv}}" direction="out" name="extensions" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GetExtensionInfo">
 | 
			
		||||
    <arg type="s" direction="in" name="extension" />
 | 
			
		||||
    <arg type="a{sv}" direction="out" name="info" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GetExtensionErrors">
 | 
			
		||||
    <arg type="s" direction="in" name="extension" />
 | 
			
		||||
    <arg type="as" direction="out" name="errors" />
 | 
			
		||||
</method>
 | 
			
		||||
<signal name="ExtensionStatusChanged">
 | 
			
		||||
    <arg type="s" name="uuid"/>
 | 
			
		||||
    <arg type="i" name="state"/>
 | 
			
		||||
    <arg type="s" name="error"/>
 | 
			
		||||
</signal>
 | 
			
		||||
<method name="InstallRemoteExtension">
 | 
			
		||||
    <arg type="s" direction="in" name="uuid"/>
 | 
			
		||||
    <arg type="s" direction="out" name="result"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="UninstallExtension">
 | 
			
		||||
    <arg type="s" direction="in" name="uuid"/>
 | 
			
		||||
    <arg type="b" direction="out" name="success"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="LaunchExtensionPrefs">
 | 
			
		||||
    <arg type="s" direction="in" name="uuid"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="ReloadExtension">
 | 
			
		||||
    <arg type="s" direction="in" name="uuid"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="CheckForUpdates">
 | 
			
		||||
</method>
 | 
			
		||||
<property name="ShellVersion" type="s" access="read" />
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const GnomeShellExtensions = new Lang.Class({
 | 
			
		||||
    Name: 'GnomeShellExtensionsDBus',
 | 
			
		||||
 
 | 
			
		||||
@@ -521,38 +521,36 @@ const ShellProcessesDialog = new Lang.Class({
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(ShellProcessesDialog.prototype);
 | 
			
		||||
 | 
			
		||||
const GnomeShellMountOpIface = '<node> \
 | 
			
		||||
<interface name="org.Gtk.MountOperationHandler"> \
 | 
			
		||||
<method name="AskPassword"> \
 | 
			
		||||
    <arg type="s" direction="in" name="object_id"/> \
 | 
			
		||||
    <arg type="s" direction="in" name="message"/> \
 | 
			
		||||
    <arg type="s" direction="in" name="icon_name"/> \
 | 
			
		||||
    <arg type="s" direction="in" name="default_user"/> \
 | 
			
		||||
    <arg type="s" direction="in" name="default_domain"/> \
 | 
			
		||||
    <arg type="u" direction="in" name="flags"/> \
 | 
			
		||||
    <arg type="u" direction="out" name="response"/> \
 | 
			
		||||
    <arg type="a{sv}" direction="out" name="response_details"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="AskQuestion"> \
 | 
			
		||||
    <arg type="s" direction="in" name="object_id"/> \
 | 
			
		||||
    <arg type="s" direction="in" name="message"/> \
 | 
			
		||||
    <arg type="s" direction="in" name="icon_name"/> \
 | 
			
		||||
    <arg type="as" direction="in" name="choices"/> \
 | 
			
		||||
    <arg type="u" direction="out" name="response"/> \
 | 
			
		||||
    <arg type="a{sv}" direction="out" name="response_details"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="ShowProcesses"> \
 | 
			
		||||
    <arg type="s" direction="in" name="object_id"/> \
 | 
			
		||||
    <arg type="s" direction="in" name="message"/> \
 | 
			
		||||
    <arg type="s" direction="in" name="icon_name"/> \
 | 
			
		||||
    <arg type="ai" direction="in" name="application_pids"/> \
 | 
			
		||||
    <arg type="as" direction="in" name="choices"/> \
 | 
			
		||||
    <arg type="u" direction="out" name="response"/> \
 | 
			
		||||
    <arg type="a{sv}" direction="out" name="response_details"/> \
 | 
			
		||||
</method> \
 | 
			
		||||
<method name="Close"/> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const GnomeShellMountOpIface = <interface name="org.Gtk.MountOperationHandler">
 | 
			
		||||
<method name="AskPassword">
 | 
			
		||||
    <arg type="s" direction="in" name="object_id"/>
 | 
			
		||||
    <arg type="s" direction="in" name="message"/>
 | 
			
		||||
    <arg type="s" direction="in" name="icon_name"/>
 | 
			
		||||
    <arg type="s" direction="in" name="default_user"/>
 | 
			
		||||
    <arg type="s" direction="in" name="default_domain"/>
 | 
			
		||||
    <arg type="u" direction="in" name="flags"/>
 | 
			
		||||
    <arg type="u" direction="out" name="response"/>
 | 
			
		||||
    <arg type="a{sv}" direction="out" name="response_details"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="AskQuestion">
 | 
			
		||||
    <arg type="s" direction="in" name="object_id"/>
 | 
			
		||||
    <arg type="s" direction="in" name="message"/>
 | 
			
		||||
    <arg type="s" direction="in" name="icon_name"/>
 | 
			
		||||
    <arg type="as" direction="in" name="choices"/>
 | 
			
		||||
    <arg type="u" direction="out" name="response"/>
 | 
			
		||||
    <arg type="a{sv}" direction="out" name="response_details"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="ShowProcesses">
 | 
			
		||||
    <arg type="s" direction="in" name="object_id"/>
 | 
			
		||||
    <arg type="s" direction="in" name="message"/>
 | 
			
		||||
    <arg type="s" direction="in" name="icon_name"/>
 | 
			
		||||
    <arg type="ai" direction="in" name="application_pids"/>
 | 
			
		||||
    <arg type="as" direction="in" name="choices"/>
 | 
			
		||||
    <arg type="u" direction="out" name="response"/>
 | 
			
		||||
    <arg type="a{sv}" direction="out" name="response_details"/>
 | 
			
		||||
</method>
 | 
			
		||||
<method name="Close"/>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const ShellMountOperationType = {
 | 
			
		||||
    NONE: 0,
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,6 @@ const Clutter = imports.gi.Clutter;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
const Atk = imports.gi.Atk;
 | 
			
		||||
 | 
			
		||||
const SLIDER_SCROLL_STEP = 0.05; /* Slider scrolling step in % */
 | 
			
		||||
 | 
			
		||||
@@ -20,26 +19,14 @@ const Slider = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this.actor = new St.DrawingArea({ style_class: 'slider',
 | 
			
		||||
                                          can_focus: true,
 | 
			
		||||
                                          reactive: true,
 | 
			
		||||
                                          accessible_role: Atk.Role.SLIDER });
 | 
			
		||||
                                          reactive: true });
 | 
			
		||||
        this.actor.connect('repaint', Lang.bind(this, this._sliderRepaint));
 | 
			
		||||
        this.actor.connect('button-press-event', Lang.bind(this, this._startDragging));
 | 
			
		||||
        this.actor.connect('scroll-event', Lang.bind(this, this._onScrollEvent));
 | 
			
		||||
        this.actor.connect('key-press-event', Lang.bind(this, this.onKeyPressEvent));
 | 
			
		||||
        this.actor.connect('key-press-event', Lang.bind(this, this._onKeyPressEvent));
 | 
			
		||||
 | 
			
		||||
        this._releaseId = this._motionId = 0;
 | 
			
		||||
        this._dragging = false;
 | 
			
		||||
 | 
			
		||||
        this._customAccessible = St.GenericAccessible.new_for_actor(this.actor);
 | 
			
		||||
        this.actor.set_accessible(this._customAccessible);
 | 
			
		||||
 | 
			
		||||
        this._customAccessible.connect('get-current-value', Lang.bind(this, this._getCurrentValue));
 | 
			
		||||
        this._customAccessible.connect('get-minimum-value', Lang.bind(this, this._getMinimumValue));
 | 
			
		||||
        this._customAccessible.connect('get-maximum-value', Lang.bind(this, this._getMaximumValue));
 | 
			
		||||
        this._customAccessible.connect('get-minimum-increment', Lang.bind(this, this._getMinimumIncrement));
 | 
			
		||||
        this._customAccessible.connect('set-current-value', Lang.bind(this, this._setCurrentValue));
 | 
			
		||||
 | 
			
		||||
        this.connect('value-changed', Lang.bind(this, this._valueChanged));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    setValue: function(value) {
 | 
			
		||||
@@ -111,24 +98,21 @@ const Slider = new Lang.Class({
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _startDragging: function(actor, event) {
 | 
			
		||||
        this.startDragging(event);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    startDragging: function(event) {
 | 
			
		||||
        if (this._dragging)
 | 
			
		||||
        if (this._dragging) // don't allow two drags at the same time
 | 
			
		||||
            return false;
 | 
			
		||||
 | 
			
		||||
        this._dragging = true;
 | 
			
		||||
 | 
			
		||||
        let device = event.get_device();
 | 
			
		||||
        device.grab(this.actor);
 | 
			
		||||
        this._grabbedDevice = device;
 | 
			
		||||
 | 
			
		||||
        // FIXME: we should only grab the specific device that originated
 | 
			
		||||
        // the event, but for some weird reason events are still delivered
 | 
			
		||||
        // outside the slider if using clutter_grab_pointer_for_device
 | 
			
		||||
        Clutter.grab_pointer(this.actor);
 | 
			
		||||
        this._releaseId = this.actor.connect('button-release-event', Lang.bind(this, this._endDragging));
 | 
			
		||||
        this._motionId = this.actor.connect('motion-event', Lang.bind(this, this._motionEvent));
 | 
			
		||||
        let absX, absY;
 | 
			
		||||
        [absX, absY] = event.get_coords();
 | 
			
		||||
        this._moveHandle(absX, absY);
 | 
			
		||||
 | 
			
		||||
        return true;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -137,8 +121,7 @@ const Slider = new Lang.Class({
 | 
			
		||||
            this.actor.disconnect(this._releaseId);
 | 
			
		||||
            this.actor.disconnect(this._motionId);
 | 
			
		||||
 | 
			
		||||
            this._grabbedDevice.ungrab();
 | 
			
		||||
            this._grabbedDevice = null;
 | 
			
		||||
            Clutter.ungrab_pointer();
 | 
			
		||||
            this._dragging = false;
 | 
			
		||||
 | 
			
		||||
            this.emit('drag-end');
 | 
			
		||||
@@ -181,12 +164,12 @@ const Slider = new Lang.Class({
 | 
			
		||||
        return true;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    onKeyPressEvent: function (actor, event) {
 | 
			
		||||
    _onKeyPressEvent: function (actor, event) {
 | 
			
		||||
        let key = event.get_key_symbol();
 | 
			
		||||
        if (key == Clutter.KEY_Right || key == Clutter.KEY_Left) {
 | 
			
		||||
            let delta = key == Clutter.KEY_Right ? 0.1 : -0.1;
 | 
			
		||||
            this._value = Math.max(0, Math.min(this._value + delta, 1));
 | 
			
		||||
            this.actor.queue_repaint();
 | 
			
		||||
            this._slider.queue_repaint();
 | 
			
		||||
            this.emit('value-changed', this._value);
 | 
			
		||||
            this.emit('drag-end');
 | 
			
		||||
            return true;
 | 
			
		||||
@@ -215,30 +198,6 @@ const Slider = new Lang.Class({
 | 
			
		||||
        this.emit('value-changed', this._value);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getCurrentValue: function (actor) {
 | 
			
		||||
        return this._value;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getMinimumValue: function (actor) {
 | 
			
		||||
        return 0;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getMaximumValue: function (actor) {
 | 
			
		||||
        return 1;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getMinimumIncrement: function (actor) {
 | 
			
		||||
        return 0.1;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _setCurrentValue: function (actor, value) {
 | 
			
		||||
        this._value = value;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _valueChanged: function (slider, value, property) {
 | 
			
		||||
        this._customAccessible.notify ("accessible-value");
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get value() {
 | 
			
		||||
        return this._value;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -1,54 +1,39 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const Clutter = imports.gi.Clutter;
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Mainloop = imports.mainloop;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
 | 
			
		||||
const PanelMenu = imports.ui.panelMenu;
 | 
			
		||||
const PopupMenu = imports.ui.popupMenu;
 | 
			
		||||
 | 
			
		||||
const A11Y_SCHEMA                   = 'org.gnome.desktop.a11y';
 | 
			
		||||
const KEY_ALWAYS_SHOW               = 'always-show-universal-access-status';
 | 
			
		||||
const A11Y_SCHEMA = 'org.gnome.desktop.a11y.keyboard';
 | 
			
		||||
const KEY_STICKY_KEYS_ENABLED = 'stickykeys-enable';
 | 
			
		||||
const KEY_BOUNCE_KEYS_ENABLED = 'bouncekeys-enable';
 | 
			
		||||
const KEY_SLOW_KEYS_ENABLED   = 'slowkeys-enable';
 | 
			
		||||
const KEY_MOUSE_KEYS_ENABLED  = 'mousekeys-enable';
 | 
			
		||||
 | 
			
		||||
const A11Y_KEYBOARD_SCHEMA          = 'org.gnome.desktop.a11y.keyboard';
 | 
			
		||||
const KEY_STICKY_KEYS_ENABLED       = 'stickykeys-enable';
 | 
			
		||||
const KEY_BOUNCE_KEYS_ENABLED       = 'bouncekeys-enable';
 | 
			
		||||
const KEY_SLOW_KEYS_ENABLED         = 'slowkeys-enable';
 | 
			
		||||
const KEY_MOUSE_KEYS_ENABLED        = 'mousekeys-enable';
 | 
			
		||||
const APPLICATIONS_SCHEMA = 'org.gnome.desktop.a11y.applications';
 | 
			
		||||
 | 
			
		||||
const APPLICATIONS_SCHEMA           = 'org.gnome.desktop.a11y.applications';
 | 
			
		||||
const DPI_FACTOR_LARGE   = 1.25;
 | 
			
		||||
 | 
			
		||||
const DPI_FACTOR_LARGE              = 1.25;
 | 
			
		||||
const WM_SCHEMA            = 'org.gnome.desktop.wm.preferences';
 | 
			
		||||
const KEY_VISUAL_BELL      = 'visual-bell';
 | 
			
		||||
 | 
			
		||||
const WM_SCHEMA                     = 'org.gnome.desktop.wm.preferences';
 | 
			
		||||
const KEY_VISUAL_BELL               = 'visual-bell';
 | 
			
		||||
const DESKTOP_INTERFACE_SCHEMA = 'org.gnome.desktop.interface';
 | 
			
		||||
const KEY_GTK_THEME      = 'gtk-theme';
 | 
			
		||||
const KEY_ICON_THEME     = 'icon-theme';
 | 
			
		||||
const KEY_WM_THEME       = 'theme';
 | 
			
		||||
const KEY_TEXT_SCALING_FACTOR = 'text-scaling-factor';
 | 
			
		||||
 | 
			
		||||
const DESKTOP_INTERFACE_SCHEMA      = 'org.gnome.desktop.interface';
 | 
			
		||||
const KEY_GTK_THEME                 = 'gtk-theme';
 | 
			
		||||
const KEY_ICON_THEME                = 'icon-theme';
 | 
			
		||||
const KEY_WM_THEME                  = 'theme';
 | 
			
		||||
const KEY_TEXT_SCALING_FACTOR       = 'text-scaling-factor';
 | 
			
		||||
 | 
			
		||||
const HIGH_CONTRAST_THEME           = 'HighContrast';
 | 
			
		||||
const HIGH_CONTRAST_THEME = 'HighContrast';
 | 
			
		||||
 | 
			
		||||
const ATIndicator = new Lang.Class({
 | 
			
		||||
    Name: 'ATIndicator',
 | 
			
		||||
    Extends: PanelMenu.Button,
 | 
			
		||||
    Extends: PanelMenu.SystemStatusButton,
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.parent(0.0, _("Accessibility"));
 | 
			
		||||
 | 
			
		||||
        this._hbox = new St.BoxLayout({ style_class: 'panel-status-menu-box' });
 | 
			
		||||
        this._hbox.add_child(new St.Icon({ style_class: 'system-status-icon',
 | 
			
		||||
                                           icon_name: 'preferences-desktop-accessibility-symbolic' }));
 | 
			
		||||
        this._hbox.add_child(PopupMenu.unicodeArrow(St.Side.BOTTOM));
 | 
			
		||||
 | 
			
		||||
        this.actor.add_child(this._hbox);
 | 
			
		||||
 | 
			
		||||
        this._a11ySettings = new Gio.Settings({ schema: A11Y_SCHEMA });
 | 
			
		||||
        this._a11ySettings.connect('changed::' + KEY_ALWAYS_SHOW, Lang.bind(this, this._queueSyncMenuVisibility));
 | 
			
		||||
        this.parent('preferences-desktop-accessibility-symbolic', _("Accessibility"));
 | 
			
		||||
 | 
			
		||||
        let highContrast = this._buildHCItem();
 | 
			
		||||
        this.menu.addMenuItem(highContrast);
 | 
			
		||||
@@ -71,28 +56,30 @@ const ATIndicator = new Lang.Class({
 | 
			
		||||
        let visualBell = this._buildItem(_("Visual Alerts"), WM_SCHEMA, KEY_VISUAL_BELL);
 | 
			
		||||
        this.menu.addMenuItem(visualBell);
 | 
			
		||||
 | 
			
		||||
        let stickyKeys = this._buildItem(_("Sticky Keys"), A11Y_KEYBOARD_SCHEMA, KEY_STICKY_KEYS_ENABLED);
 | 
			
		||||
        let stickyKeys = this._buildItem(_("Sticky Keys"), A11Y_SCHEMA, KEY_STICKY_KEYS_ENABLED);
 | 
			
		||||
        this.menu.addMenuItem(stickyKeys);
 | 
			
		||||
 | 
			
		||||
        let slowKeys = this._buildItem(_("Slow Keys"), A11Y_KEYBOARD_SCHEMA, KEY_SLOW_KEYS_ENABLED);
 | 
			
		||||
        let slowKeys = this._buildItem(_("Slow Keys"), A11Y_SCHEMA, KEY_SLOW_KEYS_ENABLED);
 | 
			
		||||
        this.menu.addMenuItem(slowKeys);
 | 
			
		||||
 | 
			
		||||
        let bounceKeys = this._buildItem(_("Bounce Keys"), A11Y_KEYBOARD_SCHEMA, KEY_BOUNCE_KEYS_ENABLED);
 | 
			
		||||
        let bounceKeys = this._buildItem(_("Bounce Keys"), A11Y_SCHEMA, KEY_BOUNCE_KEYS_ENABLED);
 | 
			
		||||
        this.menu.addMenuItem(bounceKeys);
 | 
			
		||||
 | 
			
		||||
        let mouseKeys = this._buildItem(_("Mouse Keys"), A11Y_KEYBOARD_SCHEMA, KEY_MOUSE_KEYS_ENABLED);
 | 
			
		||||
        let mouseKeys = this._buildItem(_("Mouse Keys"), A11Y_SCHEMA, KEY_MOUSE_KEYS_ENABLED);
 | 
			
		||||
        this.menu.addMenuItem(mouseKeys);
 | 
			
		||||
 | 
			
		||||
        this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
 | 
			
		||||
        this.menu.addSettingsAction(_("Universal Access Settings"), 'gnome-universal-access-panel.desktop');
 | 
			
		||||
 | 
			
		||||
        this._syncMenuVisibility();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _syncMenuVisibility: function() {
 | 
			
		||||
        this._syncMenuVisibilityIdle = 0;
 | 
			
		||||
 | 
			
		||||
        let alwaysShow = this._a11ySettings.get_boolean(KEY_ALWAYS_SHOW);
 | 
			
		||||
        let items = this.menu._getMenuItems();
 | 
			
		||||
 | 
			
		||||
        this.actor.visible = alwaysShow || items.some(function(f) { return !!f.state; });
 | 
			
		||||
        this.actor.visible = items.some(function(f) { return !!f.state; });
 | 
			
		||||
 | 
			
		||||
        return false;
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -9,32 +9,79 @@ const St = imports.gi.St;
 | 
			
		||||
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const MessageTray = imports.ui.messageTray;
 | 
			
		||||
const NotificationDaemon = imports.ui.notificationDaemon;
 | 
			
		||||
const PanelMenu = imports.ui.panelMenu;
 | 
			
		||||
const PopupMenu = imports.ui.popupMenu;
 | 
			
		||||
 | 
			
		||||
const ConnectionState = {
 | 
			
		||||
    DISCONNECTED: 0,
 | 
			
		||||
    CONNECTED: 1,
 | 
			
		||||
    DISCONNECTING: 2,
 | 
			
		||||
    CONNECTING: 3
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const Indicator = new Lang.Class({
 | 
			
		||||
    Name: 'BTIndicator',
 | 
			
		||||
    Extends: PanelMenu.SystemIndicator,
 | 
			
		||||
    Extends: PanelMenu.SystemStatusButton,
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.parent();
 | 
			
		||||
 | 
			
		||||
        this._indicator = this._addIndicator();
 | 
			
		||||
        this._indicator.icon_name = 'bluetooth-active-symbolic';
 | 
			
		||||
 | 
			
		||||
        // The Bluetooth menu only appears when Bluetooth is in use,
 | 
			
		||||
        // so just statically build it with a "Turn Off" menu item.
 | 
			
		||||
        this._item = new PopupMenu.PopupSubMenuMenuItem(_("Bluetooth"), true);
 | 
			
		||||
        this._item.icon.icon_name = 'bluetooth-active-symbolic';
 | 
			
		||||
        this._item.menu.addAction(_("Turn Off"), Lang.bind(this, function() {
 | 
			
		||||
            this._applet.killswitch_state = GnomeBluetooth.KillswitchState.SOFT_BLOCKED;
 | 
			
		||||
        }));
 | 
			
		||||
        this._item.menu.addSettingsAction(_("Bluetooth Settings"), 'gnome-bluetooth-panel.desktop');
 | 
			
		||||
        this.menu.addMenuItem(this._item);
 | 
			
		||||
        this.parent('bluetooth-disabled-symbolic', _("Bluetooth"));
 | 
			
		||||
 | 
			
		||||
        this._applet = new GnomeBluetoothApplet.Applet();
 | 
			
		||||
        this._applet.connect('devices-changed', Lang.bind(this, this._sync));
 | 
			
		||||
        this._sync();
 | 
			
		||||
 | 
			
		||||
        this._killswitch = new PopupMenu.PopupSwitchMenuItem(_("Bluetooth"), false);
 | 
			
		||||
        this._applet.connect('notify::killswitch-state', Lang.bind(this, this._updateKillswitch));
 | 
			
		||||
        this._killswitch.connect('toggled', Lang.bind(this, function() {
 | 
			
		||||
            let current_state = this._applet.killswitch_state;
 | 
			
		||||
            if (current_state != GnomeBluetooth.KillswitchState.HARD_BLOCKED &&
 | 
			
		||||
                current_state != GnomeBluetooth.KillswitchState.NO_ADAPTER) {
 | 
			
		||||
                this._applet.killswitch_state = this._killswitch.state ?
 | 
			
		||||
                    GnomeBluetooth.KillswitchState.UNBLOCKED:
 | 
			
		||||
                    GnomeBluetooth.KillswitchState.SOFT_BLOCKED;
 | 
			
		||||
            } else
 | 
			
		||||
                this._killswitch.setToggleState(false);
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        this._discoverable = new PopupMenu.PopupSwitchMenuItem(_("Visibility"), this._applet.discoverable);
 | 
			
		||||
        this._applet.connect('notify::discoverable', Lang.bind(this, function() {
 | 
			
		||||
            this._discoverable.setToggleState(this._applet.discoverable);
 | 
			
		||||
        }));
 | 
			
		||||
        this._discoverable.connect('toggled', Lang.bind(this, function() {
 | 
			
		||||
            this._applet.discoverable = this._discoverable.state;
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        this._updateKillswitch();
 | 
			
		||||
        this.menu.addMenuItem(this._killswitch);
 | 
			
		||||
        this.menu.addMenuItem(this._discoverable);
 | 
			
		||||
        this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
 | 
			
		||||
 | 
			
		||||
        this._fullMenuItems = [new PopupMenu.PopupSeparatorMenuItem(),
 | 
			
		||||
                               new PopupMenu.PopupMenuItem(_("Send Files to Device…")),
 | 
			
		||||
                               new PopupMenu.PopupMenuItem(_("Set Up a New Device…")),
 | 
			
		||||
                               new PopupMenu.PopupSeparatorMenuItem()];
 | 
			
		||||
        this._hasDevices = false;
 | 
			
		||||
 | 
			
		||||
        this._fullMenuItems[1].connect('activate', function() {
 | 
			
		||||
            GLib.spawn_command_line_async('bluetooth-sendto');
 | 
			
		||||
        });
 | 
			
		||||
        this._fullMenuItems[2].connect('activate', function() {
 | 
			
		||||
            GLib.spawn_command_line_async('bluetooth-wizard');
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        for (let i = 0; i < this._fullMenuItems.length; i++) {
 | 
			
		||||
            let item = this._fullMenuItems[i];
 | 
			
		||||
            this.menu.addMenuItem(item);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._deviceItemPosition = 3;
 | 
			
		||||
        this._deviceItems = [];
 | 
			
		||||
        this._applet.connect('devices-changed', Lang.bind(this, this._updateDevices));
 | 
			
		||||
        this._updateDevices();
 | 
			
		||||
 | 
			
		||||
        this._applet.connect('notify::show-full-menu', Lang.bind(this, this._updateFullMenu));
 | 
			
		||||
        this._updateFullMenu();
 | 
			
		||||
 | 
			
		||||
        this.menu.addSettingsAction(_("Bluetooth Settings"), 'gnome-bluetooth-panel.desktop');
 | 
			
		||||
 | 
			
		||||
        this._applet.connect('pincode-request', Lang.bind(this, this._pinRequest));
 | 
			
		||||
        this._applet.connect('confirm-request', Lang.bind(this, this._confirmRequest));
 | 
			
		||||
@@ -43,24 +90,205 @@ const Indicator = new Lang.Class({
 | 
			
		||||
        this._applet.connect('cancel-request', Lang.bind(this, this._cancelRequest));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _sync: function() {
 | 
			
		||||
        let connectedDevices = this._applet.get_devices().filter(function(device) {
 | 
			
		||||
            return device.connected;
 | 
			
		||||
        });
 | 
			
		||||
        let nDevices = connectedDevices.length;
 | 
			
		||||
    _updateKillswitch: function() {
 | 
			
		||||
        let current_state = this._applet.killswitch_state;
 | 
			
		||||
        let on = current_state == GnomeBluetooth.KillswitchState.UNBLOCKED;
 | 
			
		||||
        let has_adapter = current_state != GnomeBluetooth.KillswitchState.NO_ADAPTER;
 | 
			
		||||
        let can_toggle = current_state != GnomeBluetooth.KillswitchState.NO_ADAPTER &&
 | 
			
		||||
                         current_state != GnomeBluetooth.KillswitchState.HARD_BLOCKED;
 | 
			
		||||
 | 
			
		||||
        let on = nDevices > 0;
 | 
			
		||||
        this._indicator.visible = on;
 | 
			
		||||
        this._item.actor.visible = on;
 | 
			
		||||
        this._killswitch.setToggleState(on);
 | 
			
		||||
        if (can_toggle)
 | 
			
		||||
            this._killswitch.setStatus(null);
 | 
			
		||||
        else
 | 
			
		||||
            /* TRANSLATORS: this means that bluetooth was disabled by hardware rfkill */
 | 
			
		||||
            this._killswitch.setStatus(_("hardware disabled"));
 | 
			
		||||
 | 
			
		||||
        if (on)
 | 
			
		||||
            this._item.status.text = ngettext("%d Connected Device", "%d Connected Devices", nDevices).format(nDevices);
 | 
			
		||||
        this.actor.visible = has_adapter;
 | 
			
		||||
 | 
			
		||||
        if (on) {
 | 
			
		||||
            this._discoverable.actor.show();
 | 
			
		||||
            this.setIcon('bluetooth-active-symbolic');
 | 
			
		||||
        } else {
 | 
			
		||||
            this._discoverable.actor.hide();
 | 
			
		||||
            this.setIcon('bluetooth-disabled-symbolic');
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateDevices: function() {
 | 
			
		||||
        let devices = this._applet.get_devices();
 | 
			
		||||
 | 
			
		||||
        let newlist = [ ];
 | 
			
		||||
        for (let i = 0; i < this._deviceItems.length; i++) {
 | 
			
		||||
            let item = this._deviceItems[i];
 | 
			
		||||
            let destroy = true;
 | 
			
		||||
            for (let j = 0; j < devices.length; j++) {
 | 
			
		||||
                if (item._device.device_path == devices[j].device_path) {
 | 
			
		||||
                    this._updateDeviceItem(item, devices[j]);
 | 
			
		||||
                    destroy = false;
 | 
			
		||||
                    break;
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
            if (destroy)
 | 
			
		||||
                item.destroy();
 | 
			
		||||
            else
 | 
			
		||||
                newlist.push(item);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._deviceItems = newlist;
 | 
			
		||||
        this._hasDevices = newlist.length > 0;
 | 
			
		||||
        for (let i = 0; i < devices.length; i++) {
 | 
			
		||||
            let d = devices[i];
 | 
			
		||||
            if (d._item)
 | 
			
		||||
                continue;
 | 
			
		||||
            let item = this._createDeviceItem(d);
 | 
			
		||||
            if (item) {
 | 
			
		||||
                this.menu.addMenuItem(item, this._deviceItemPosition + this._deviceItems.length);
 | 
			
		||||
                this._deviceItems.push(item);
 | 
			
		||||
                this._hasDevices = true;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateDeviceItem: function(item, device) {
 | 
			
		||||
        if (!device.can_connect && device.capabilities == GnomeBluetoothApplet.Capabilities.NONE) {
 | 
			
		||||
            item.destroy();
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let prevDevice = item._device;
 | 
			
		||||
        let prevCapabilities = prevDevice.capabilities;
 | 
			
		||||
        let prevCanConnect = prevDevice.can_connect;
 | 
			
		||||
 | 
			
		||||
        // adopt the new device object
 | 
			
		||||
        item._device = device;
 | 
			
		||||
        device._item = item;
 | 
			
		||||
 | 
			
		||||
        // update properties
 | 
			
		||||
        item.label.text = device.alias;
 | 
			
		||||
 | 
			
		||||
        if (prevCapabilities != device.capabilities ||
 | 
			
		||||
            prevCanConnect != device.can_connect) {
 | 
			
		||||
            // need to rebuild the submenu
 | 
			
		||||
            item.menu.removeAll();
 | 
			
		||||
            this._buildDeviceSubMenu(item, device);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // update connected property
 | 
			
		||||
        if (device.can_connect)
 | 
			
		||||
            item._connectedMenuItem.setToggleState(device.connected);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _createDeviceItem: function(device) {
 | 
			
		||||
        if (!device.can_connect && device.capabilities == GnomeBluetoothApplet.Capabilities.NONE)
 | 
			
		||||
            return null;
 | 
			
		||||
        let item = new PopupMenu.PopupSubMenuMenuItem(device.alias);
 | 
			
		||||
 | 
			
		||||
        // adopt the device object, and add a back link
 | 
			
		||||
        item._device = device;
 | 
			
		||||
        device._item = item;
 | 
			
		||||
 | 
			
		||||
        this._buildDeviceSubMenu(item, device);
 | 
			
		||||
 | 
			
		||||
        return item;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _buildDeviceSubMenu: function(item, device) {
 | 
			
		||||
        if (device.can_connect) {
 | 
			
		||||
            let menuitem = new PopupMenu.PopupSwitchMenuItem(_("Connection"), device.connected);
 | 
			
		||||
            item._connected = device.connected;
 | 
			
		||||
            item._connectedMenuItem = menuitem;
 | 
			
		||||
            menuitem.connect('toggled', Lang.bind(this, function() {
 | 
			
		||||
                if (item._connected > ConnectionState.CONNECTED) {
 | 
			
		||||
                    // operation already in progress, revert
 | 
			
		||||
                    // (should not happen anyway)
 | 
			
		||||
                    menuitem.setToggleState(menuitem.state);
 | 
			
		||||
                }
 | 
			
		||||
                if (item._connected) {
 | 
			
		||||
                    item._connected = ConnectionState.DISCONNECTING;
 | 
			
		||||
                    menuitem.setStatus(_("disconnecting..."));
 | 
			
		||||
                    this._applet.disconnect_device(item._device.device_path, function(applet, success) {
 | 
			
		||||
                        if (success) { // apply
 | 
			
		||||
                            item._connected = ConnectionState.DISCONNECTED;
 | 
			
		||||
                            menuitem.setToggleState(false);
 | 
			
		||||
                        } else { // revert
 | 
			
		||||
                            item._connected = ConnectionState.CONNECTED;
 | 
			
		||||
                            menuitem.setToggleState(true);
 | 
			
		||||
                        }
 | 
			
		||||
                        menuitem.setStatus(null);
 | 
			
		||||
                    });
 | 
			
		||||
                } else {
 | 
			
		||||
                    item._connected = ConnectionState.CONNECTING;
 | 
			
		||||
                    menuitem.setStatus(_("connecting..."));
 | 
			
		||||
                    this._applet.connect_device(item._device.device_path, function(applet, success) {
 | 
			
		||||
                        if (success) { // apply
 | 
			
		||||
                            item._connected = ConnectionState.CONNECTED;
 | 
			
		||||
                            menuitem.setToggleState(true);
 | 
			
		||||
                        } else { // revert
 | 
			
		||||
                            item._connected = ConnectionState.DISCONNECTED;
 | 
			
		||||
                            menuitem.setToggleState(false);
 | 
			
		||||
                        }
 | 
			
		||||
                        menuitem.setStatus(null);
 | 
			
		||||
                    });
 | 
			
		||||
                }
 | 
			
		||||
            }));
 | 
			
		||||
 | 
			
		||||
            item.menu.addMenuItem(menuitem);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (device.capabilities & GnomeBluetoothApplet.Capabilities.OBEX_PUSH) {
 | 
			
		||||
            item.menu.addAction(_("Send Files…"), Lang.bind(this, function() {
 | 
			
		||||
                this._applet.send_to_address(device.bdaddr, device.alias);
 | 
			
		||||
            }));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        switch (device.type) {
 | 
			
		||||
        case GnomeBluetoothApplet.Type.KEYBOARD:
 | 
			
		||||
            item.menu.addSettingsAction(_("Keyboard Settings"), 'gnome-keyboard-panel.desktop');
 | 
			
		||||
            break;
 | 
			
		||||
        case GnomeBluetoothApplet.Type.MOUSE:
 | 
			
		||||
            item.menu.addSettingsAction(_("Mouse Settings"), 'gnome-mouse-panel.desktop');
 | 
			
		||||
            break;
 | 
			
		||||
        case GnomeBluetoothApplet.Type.HEADSET:
 | 
			
		||||
        case GnomeBluetoothApplet.Type.HEADPHONES:
 | 
			
		||||
        case GnomeBluetoothApplet.Type.OTHER_AUDIO:
 | 
			
		||||
            item.menu.addSettingsAction(_("Sound Settings"), 'gnome-sound-panel.desktop');
 | 
			
		||||
            break;
 | 
			
		||||
        default:
 | 
			
		||||
            break;
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateFullMenu: function() {
 | 
			
		||||
        if (this._applet.show_full_menu) {
 | 
			
		||||
            this._showAll(this._fullMenuItems);
 | 
			
		||||
            if (this._hasDevices)
 | 
			
		||||
                this._showAll(this._deviceItems);
 | 
			
		||||
        } else {
 | 
			
		||||
            this._hideAll(this._fullMenuItems);
 | 
			
		||||
            this._hideAll(this._deviceItems);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _showAll: function(items) {
 | 
			
		||||
        for (let i = 0; i < items.length; i++)
 | 
			
		||||
            items[i].actor.show();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _hideAll: function(items) {
 | 
			
		||||
        for (let i = 0; i < items.length; i++)
 | 
			
		||||
            items[i].actor.hide();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _destroyAll: function(items) {
 | 
			
		||||
        for (let i = 0; i < items.length; i++)
 | 
			
		||||
            items[i].destroy();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _ensureSource: function() {
 | 
			
		||||
        if (!this._source) {
 | 
			
		||||
            this._source = new MessageTray.Source(_("Bluetooth"), 'bluetooth-active');
 | 
			
		||||
            this._source.policy = new MessageTray.NotificationApplicationPolicy('gnome-bluetooth-panel');
 | 
			
		||||
            this._source.policy = new NotificationDaemon.NotificationApplicationPolicy('gnome-bluetooth-panel');
 | 
			
		||||
            Main.messageTray.add(this._source);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
@@ -105,8 +333,8 @@ const AuthNotification = new Lang.Class({
 | 
			
		||||
        this._devicePath = device_path;
 | 
			
		||||
        this.addBody(_("Device %s wants to pair with this computer").format(long_name));
 | 
			
		||||
 | 
			
		||||
        this.addAction('allow', _("Allow"));
 | 
			
		||||
        this.addAction('deny', _("Deny"));
 | 
			
		||||
        this.addButton('allow', _("Allow"));
 | 
			
		||||
        this.addButton('deny', _("Deny"));
 | 
			
		||||
 | 
			
		||||
        this.connect('action-invoked', Lang.bind(this, function(self, action) {
 | 
			
		||||
            if (action == 'allow')
 | 
			
		||||
@@ -133,9 +361,9 @@ const AuthServiceNotification = new Lang.Class({
 | 
			
		||||
        this._devicePath = device_path;
 | 
			
		||||
        this.addBody(_("Device %s wants access to the service '%s'").format(long_name, uuid));
 | 
			
		||||
 | 
			
		||||
        this.addAction('always-grant', _("Always grant access"));
 | 
			
		||||
        this.addAction('grant', _("Grant this time only"));
 | 
			
		||||
        this.addAction('reject', _("Reject"));
 | 
			
		||||
        this.addButton('always-grant', _("Always grant access"));
 | 
			
		||||
        this.addButton('grant', _("Grant this time only"));
 | 
			
		||||
        this.addButton('reject', _("Reject"));
 | 
			
		||||
 | 
			
		||||
        this.connect('action-invoked', Lang.bind(this, function(self, action) {
 | 
			
		||||
            switch (action) {
 | 
			
		||||
@@ -172,8 +400,8 @@ const ConfirmNotification = new Lang.Class({
 | 
			
		||||
        this.addBody(_("Please confirm whether the Passkey '%06d' matches the one on the device.").format(pin));
 | 
			
		||||
 | 
			
		||||
        /* Translators: this is the verb, not the noun */
 | 
			
		||||
        this.addAction('matches', _("Matches"));
 | 
			
		||||
        this.addAction('does-not-match', _("Does not match"));
 | 
			
		||||
        this.addButton('matches', _("Matches"));
 | 
			
		||||
        this.addButton('does-not-match', _("Does not match"));
 | 
			
		||||
 | 
			
		||||
        this.connect('action-invoked', Lang.bind(this, function(self, action) {
 | 
			
		||||
            if (action == 'matches')
 | 
			
		||||
@@ -207,46 +435,45 @@ const PinNotification = new Lang.Class({
 | 
			
		||||
            let key = event.get_key_symbol();
 | 
			
		||||
            if (key == Clutter.KEY_Return) {
 | 
			
		||||
                if (this._canActivateOkButton())
 | 
			
		||||
                    this._ok();
 | 
			
		||||
                    this.emit('action-invoked', 'ok');
 | 
			
		||||
                return true;
 | 
			
		||||
            } else if (key == Clutter.KEY_Escape) {
 | 
			
		||||
                this._cancel();
 | 
			
		||||
                this.emit('action-invoked', 'cancel');
 | 
			
		||||
                return true;
 | 
			
		||||
            }
 | 
			
		||||
            return false;
 | 
			
		||||
        }));
 | 
			
		||||
        this.addActor(this._entry);
 | 
			
		||||
 | 
			
		||||
        let okButton = this.addAction(_("OK"), Lang.bind(this, this._ok));
 | 
			
		||||
        this.addAction(_("Cancel"), Lang.bind(this, this._cancel));
 | 
			
		||||
        this.addButton('ok', _("OK"));
 | 
			
		||||
        this.addButton('cancel', _("Cancel"));
 | 
			
		||||
 | 
			
		||||
        okButton.reactive = this._canActivateOkButton();
 | 
			
		||||
        this._entry.clutter_text.connect('text-changed', Lang.bind(this, function() {
 | 
			
		||||
            okButton.reactive = this._canActivateOkButton();
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
        this.setButtonSensitive('ok', this._canActivateOkButton());
 | 
			
		||||
        this._entry.clutter_text.connect('text-changed', Lang.bind(this,
 | 
			
		||||
            function() {
 | 
			
		||||
                this.setButtonSensitive('ok', this._canActivateOkButton());
 | 
			
		||||
            }));
 | 
			
		||||
 | 
			
		||||
    _ok: function() {
 | 
			
		||||
        if (this._numeric) {
 | 
			
		||||
            let num = parseInt(this._entry.text, 10);
 | 
			
		||||
            if (isNaN(num)) {
 | 
			
		||||
                // user reply was empty, or was invalid
 | 
			
		||||
                // cancel the operation
 | 
			
		||||
                num = -1;
 | 
			
		||||
        this.connect('action-invoked', Lang.bind(this, function(self, action) {
 | 
			
		||||
            if (action == 'ok') {
 | 
			
		||||
                if (this._numeric) {
 | 
			
		||||
                    let num = parseInt(this._entry.text);
 | 
			
		||||
                    if (isNaN(num)) {
 | 
			
		||||
                        // user reply was empty, or was invalid
 | 
			
		||||
                        // cancel the operation
 | 
			
		||||
                        num = -1;
 | 
			
		||||
                    }
 | 
			
		||||
                    this._applet.agent_reply_passkey(this._devicePath, num);
 | 
			
		||||
                } else
 | 
			
		||||
                    this._applet.agent_reply_pincode(this._devicePath, this._entry.text);
 | 
			
		||||
            } else {
 | 
			
		||||
                if (this._numeric)
 | 
			
		||||
                    this._applet.agent_reply_passkey(this._devicePath, -1);
 | 
			
		||||
                else
 | 
			
		||||
                    this._applet.agent_reply_pincode(this._devicePath, null);
 | 
			
		||||
            }
 | 
			
		||||
            this._applet.agent_reply_passkey(this._devicePath, num);
 | 
			
		||||
        } else {
 | 
			
		||||
            this._applet.agent_reply_pincode(this._devicePath, this._entry.text);
 | 
			
		||||
        }
 | 
			
		||||
        this.destroy();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _cancel: function() {
 | 
			
		||||
        if (this._numeric)
 | 
			
		||||
            this._applet.agent_reply_passkey(this._devicePath, -1);
 | 
			
		||||
        else
 | 
			
		||||
            this._applet.agent_reply_pincode(this._devicePath, null);
 | 
			
		||||
        this.destroy();
 | 
			
		||||
            this.destroy();
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _canActivateOkButton: function() {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,70 +0,0 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
 | 
			
		||||
const PanelMenu = imports.ui.panelMenu;
 | 
			
		||||
const PopupMenu = imports.ui.popupMenu;
 | 
			
		||||
const Slider = imports.ui.slider;
 | 
			
		||||
 | 
			
		||||
const BUS_NAME = 'org.gnome.SettingsDaemon.Power';
 | 
			
		||||
const OBJECT_PATH = '/org/gnome/SettingsDaemon/Power';
 | 
			
		||||
 | 
			
		||||
const BrightnessInterface = '<node> \
 | 
			
		||||
<interface name="org.gnome.SettingsDaemon.Power.Screen"> \
 | 
			
		||||
<property name="Brightness" type="i" access="readwrite"/> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
 | 
			
		||||
const BrightnessProxy = Gio.DBusProxy.makeProxyWrapper(BrightnessInterface);
 | 
			
		||||
 | 
			
		||||
const Indicator = new Lang.Class({
 | 
			
		||||
    Name: 'BrightnessIndicator',
 | 
			
		||||
    Extends: PanelMenu.SystemIndicator,
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.parent('display-brightness-symbolic');
 | 
			
		||||
        this._proxy = new BrightnessProxy(Gio.DBus.session, BUS_NAME, OBJECT_PATH,
 | 
			
		||||
                                          Lang.bind(this, function(proxy, error) {
 | 
			
		||||
                                              if (error) {
 | 
			
		||||
                                                  log(error.message);
 | 
			
		||||
                                                  return;
 | 
			
		||||
                                              }
 | 
			
		||||
 | 
			
		||||
                                              this._proxy.connect('g-properties-changed', Lang.bind(this, this._sync));
 | 
			
		||||
                                              this._sync();
 | 
			
		||||
                                          }));
 | 
			
		||||
 | 
			
		||||
        this._item = new PopupMenu.PopupBaseMenuItem({ activate: false });
 | 
			
		||||
        this.menu.addMenuItem(this._item);
 | 
			
		||||
 | 
			
		||||
        this._slider = new Slider.Slider(0);
 | 
			
		||||
        this._slider.connect('value-changed', Lang.bind(this, this._sliderChanged));
 | 
			
		||||
        this._slider.actor.accessible_name = _("Brightness");
 | 
			
		||||
 | 
			
		||||
        let icon = new St.Icon({ icon_name: 'display-brightness-symbolic',
 | 
			
		||||
                                 style_class: 'popup-menu-icon' });
 | 
			
		||||
        this._item.actor.add(icon);
 | 
			
		||||
        this._item.actor.add(this._slider.actor, { expand: true });
 | 
			
		||||
        this._item.actor.connect('button-press-event', Lang.bind(this, function(actor, event) {
 | 
			
		||||
            this._slider.startDragging(event);
 | 
			
		||||
        }));
 | 
			
		||||
        this._item.actor.connect('key-press-event', Lang.bind(this, function(actor, event) {
 | 
			
		||||
            return this._slider.onKeyPressEvent(actor, event);
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _sliderChanged: function(slider, value) {
 | 
			
		||||
        let percent = value * 100;
 | 
			
		||||
        this._proxy.Brightness = percent;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _sync: function() {
 | 
			
		||||
        let visible = this._proxy.Brightness >= 0;
 | 
			
		||||
        this._item.actor.visible = visible;
 | 
			
		||||
        if (visible)
 | 
			
		||||
            this._slider.setValue(this._proxy.Brightness / 100.0);
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
@@ -9,7 +9,6 @@ const Meta = imports.gi.Meta;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
const Gettext = imports.gettext;
 | 
			
		||||
 | 
			
		||||
try {
 | 
			
		||||
    var IBus = imports.gi.IBus;
 | 
			
		||||
@@ -41,13 +40,12 @@ const MAX_INPUT_SOURCE_ACTIVATION_TIME = 4000; // ms
 | 
			
		||||
const BUS_NAME = 'org.gnome.SettingsDaemon.Keyboard';
 | 
			
		||||
const OBJECT_PATH = '/org/gnome/SettingsDaemon/Keyboard';
 | 
			
		||||
 | 
			
		||||
const KeyboardManagerInterface = '<node> \
 | 
			
		||||
<interface name="org.gnome.SettingsDaemon.Keyboard"> \
 | 
			
		||||
<method name="SetInputSource"> \
 | 
			
		||||
    <arg type="u" direction="in" /> \
 | 
			
		||||
</method> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const KeyboardManagerInterface =
 | 
			
		||||
<interface name="org.gnome.SettingsDaemon.Keyboard">
 | 
			
		||||
<method name="SetInputSource">
 | 
			
		||||
    <arg type="u" direction="in" />
 | 
			
		||||
</method>
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const KeyboardManagerProxy = Gio.DBusProxy.makeProxyWrapper(KeyboardManagerInterface);
 | 
			
		||||
 | 
			
		||||
@@ -204,8 +202,8 @@ const LayoutMenuItem = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        this.label = new St.Label({ text: displayName });
 | 
			
		||||
        this.indicator = new St.Label({ text: shortName });
 | 
			
		||||
        this.actor.add(this.label, { expand: true });
 | 
			
		||||
        this.actor.add(this.indicator);
 | 
			
		||||
        this.addActor(this.label);
 | 
			
		||||
        this.addActor(this.indicator);
 | 
			
		||||
        this.actor.label_actor = this.label;
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
@@ -338,12 +336,7 @@ const InputSourceIndicator = new Lang.Class({
 | 
			
		||||
        this._container.connect('get-preferred-width', Lang.bind(this, this._containerGetPreferredWidth));
 | 
			
		||||
        this._container.connect('get-preferred-height', Lang.bind(this, this._containerGetPreferredHeight));
 | 
			
		||||
        this._container.connect('allocate', Lang.bind(this, this._containerAllocate));
 | 
			
		||||
 | 
			
		||||
        this._hbox = new St.BoxLayout({ style_class: 'panel-status-menu-box' });
 | 
			
		||||
        this._hbox.add_child(this._container);
 | 
			
		||||
        this._hbox.add_child(PopupMenu.unicodeArrow(St.Side.BOTTOM));
 | 
			
		||||
 | 
			
		||||
        this.actor.add_child(this._hbox);
 | 
			
		||||
        this.actor.add_actor(this._container);
 | 
			
		||||
        this.actor.add_style_class_name('panel-status-button');
 | 
			
		||||
 | 
			
		||||
        // All valid input sources currently in the gsettings
 | 
			
		||||
@@ -405,6 +398,8 @@ const InputSourceIndicator = new Lang.Class({
 | 
			
		||||
        Main.sessionMode.connect('updated', Lang.bind(this, this._sessionUpdated));
 | 
			
		||||
        this._sessionUpdated();
 | 
			
		||||
 | 
			
		||||
        this.menu.addSettingsAction(_("Region & Language Settings"), 'gnome-region-panel.desktop');
 | 
			
		||||
 | 
			
		||||
        this._sourcesPerWindow = false;
 | 
			
		||||
        this._focusWindowNotifyId = 0;
 | 
			
		||||
        this._overviewShowingId = 0;
 | 
			
		||||
@@ -542,12 +537,8 @@ const InputSourceIndicator = new Lang.Class({
 | 
			
		||||
                let engineDesc = this._ibusManager.getEngineDesc(id);
 | 
			
		||||
                if (engineDesc) {
 | 
			
		||||
                    let language = IBus.get_language_name(engineDesc.get_language());
 | 
			
		||||
                    let longName = engineDesc.get_longname();
 | 
			
		||||
                    let textdomain = engineDesc.get_textdomain();
 | 
			
		||||
                    if (textdomain != '')
 | 
			
		||||
                        longName = Gettext.dgettext(textdomain, longName);
 | 
			
		||||
                    exists = true;
 | 
			
		||||
                    displayName = '%s (%s)'.format(language, longName);
 | 
			
		||||
                    displayName = language + ' (' + engineDesc.get_longname() + ')';
 | 
			
		||||
                    shortName = this._makeEngineShortName(engineDesc);
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
@@ -907,7 +898,7 @@ const InputSourceIndicator = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
        for (let i in this._inputSources) {
 | 
			
		||||
            let is = this._inputSources[i];
 | 
			
		||||
            is.indicatorLabel.allocate_align_fill(box, 0.5, 0.5, false, false, flags);
 | 
			
		||||
            is.indicatorLabel.allocate_align_fill(box, 0.5, 0, false, false, flags);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										62
									
								
								js/ui/status/lockScreenMenu.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,62 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const Clutter = imports.gi.Clutter;
 | 
			
		||||
const GObject = imports.gi.GObject;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const PanelMenu = imports.ui.panelMenu;
 | 
			
		||||
const PopupMenu = imports.ui.popupMenu;
 | 
			
		||||
const VolumeMenu = imports.ui.status.volume;
 | 
			
		||||
 | 
			
		||||
const FakeStatusIcon = new Lang.Class({
 | 
			
		||||
    Name: 'FakeStatusIcon',
 | 
			
		||||
 | 
			
		||||
    _init: function(button) {
 | 
			
		||||
        this.actor = new St.BoxLayout({ style_class: 'panel-status-button-box' });
 | 
			
		||||
        this._button = button;
 | 
			
		||||
        this._button.connect('icons-updated', Lang.bind(this, this._reconstructIcons));
 | 
			
		||||
        this._button.actor.bind_property('visible', this.actor, 'visible',
 | 
			
		||||
                                         GObject.BindingFlags.SYNC_CREATE);
 | 
			
		||||
        this._reconstructIcons();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _reconstructIcons: function() {
 | 
			
		||||
        this.actor.destroy_all_children();
 | 
			
		||||
        this._button.icons.forEach(Lang.bind(this, function(icon) {
 | 
			
		||||
            let newIcon = new St.Icon({ style_class: 'system-status-icon' });
 | 
			
		||||
            icon.bind_property('gicon', newIcon, 'gicon',
 | 
			
		||||
                               GObject.BindingFlags.SYNC_CREATE);
 | 
			
		||||
            icon.bind_property('visible', newIcon, 'visible',
 | 
			
		||||
                               GObject.BindingFlags.SYNC_CREATE);
 | 
			
		||||
            this.actor.add_actor(newIcon);
 | 
			
		||||
        }));
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const Indicator = new Lang.Class({
 | 
			
		||||
    Name: 'LockScreenMenuIndicator',
 | 
			
		||||
    Extends: PanelMenu.SystemStatusButton,
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.parent(null, _("Volume, network, battery"));
 | 
			
		||||
        this._box.style_class = 'lock-screen-status-button-box';
 | 
			
		||||
 | 
			
		||||
        this._volumeControl = VolumeMenu.getMixerControl();
 | 
			
		||||
        this._volumeMenu = new VolumeMenu.VolumeMenu(this._volumeControl);
 | 
			
		||||
        this.menu.addMenuItem(this._volumeMenu);
 | 
			
		||||
 | 
			
		||||
        this._volume = new FakeStatusIcon(Main.panel.statusArea.volume);
 | 
			
		||||
        this._box.add_child(this._volume.actor);
 | 
			
		||||
 | 
			
		||||
        // Network may not exist if the user doesn't have NetworkManager
 | 
			
		||||
        if (Main.panel.statusArea.network) {
 | 
			
		||||
            this._network = new FakeStatusIcon(Main.panel.statusArea.network);
 | 
			
		||||
            this._box.add_child(this._network.actor);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._battery = new FakeStatusIcon(Main.panel.statusArea.battery);
 | 
			
		||||
        this._box.add_child(this._battery.actor);
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
@@ -2,122 +2,225 @@
 | 
			
		||||
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const UPower = imports.gi.UPowerGlib;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const PanelMenu = imports.ui.panelMenu;
 | 
			
		||||
const PopupMenu = imports.ui.popupMenu;
 | 
			
		||||
 | 
			
		||||
const BUS_NAME = 'org.freedesktop.UPower';
 | 
			
		||||
const OBJECT_PATH = '/org/freedesktop/UPower/devices/DisplayDevice';
 | 
			
		||||
const BUS_NAME = 'org.gnome.SettingsDaemon.Power';
 | 
			
		||||
const OBJECT_PATH = '/org/gnome/SettingsDaemon/Power';
 | 
			
		||||
 | 
			
		||||
const DisplayDeviceInterface = '<node> \
 | 
			
		||||
<interface name="org.freedesktop.UPower.Device"> \
 | 
			
		||||
  <property name="Type" type="u" access="read"/> \
 | 
			
		||||
  <property name="State" type="u" access="read"/> \
 | 
			
		||||
  <property name="Percentage" type="d" access="read"/> \
 | 
			
		||||
  <property name="TimeToEmpty" type="x" access="read"/> \
 | 
			
		||||
  <property name="TimeToFull" type="x" access="read"/> \
 | 
			
		||||
  <property name="IsPresent" type="b" access="read"/> \
 | 
			
		||||
  <property name="IconName" type="s" access="read"/> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
const UPDeviceType = {
 | 
			
		||||
    UNKNOWN: 0,
 | 
			
		||||
    AC_POWER: 1,
 | 
			
		||||
    BATTERY: 2,
 | 
			
		||||
    UPS: 3,
 | 
			
		||||
    MONITOR: 4,
 | 
			
		||||
    MOUSE: 5,
 | 
			
		||||
    KEYBOARD: 6,
 | 
			
		||||
    PDA: 7,
 | 
			
		||||
    PHONE: 8,
 | 
			
		||||
    MEDIA_PLAYER: 9,
 | 
			
		||||
    TABLET: 10,
 | 
			
		||||
    COMPUTER: 11
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const PowerManagerProxy = Gio.DBusProxy.makeProxyWrapper(DisplayDeviceInterface);
 | 
			
		||||
const UPDeviceState = {
 | 
			
		||||
    UNKNOWN: 0,
 | 
			
		||||
    CHARGING: 1,
 | 
			
		||||
    DISCHARGING: 2,
 | 
			
		||||
    EMPTY: 3,
 | 
			
		||||
    FULLY_CHARGED: 4,
 | 
			
		||||
    PENDING_CHARGE: 5,
 | 
			
		||||
    PENDING_DISCHARGE: 6
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const PowerManagerInterface = <interface name="org.gnome.SettingsDaemon.Power">
 | 
			
		||||
<method name="GetDevices">
 | 
			
		||||
    <arg type="a(susdut)" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<method name="GetPrimaryDevice">
 | 
			
		||||
    <arg type="(susdut)" direction="out" />
 | 
			
		||||
</method>
 | 
			
		||||
<property name="Icon" type="s" access="read" />
 | 
			
		||||
</interface>;
 | 
			
		||||
 | 
			
		||||
const PowerManagerProxy = Gio.DBusProxy.makeProxyWrapper(PowerManagerInterface);
 | 
			
		||||
 | 
			
		||||
const Indicator = new Lang.Class({
 | 
			
		||||
    Name: 'PowerIndicator',
 | 
			
		||||
    Extends: PanelMenu.SystemIndicator,
 | 
			
		||||
    Extends: PanelMenu.SystemStatusButton,
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.parent();
 | 
			
		||||
        this.parent('battery-missing-symbolic', _("Battery"));
 | 
			
		||||
 | 
			
		||||
        this._indicator = this._addIndicator();
 | 
			
		||||
        this._proxy = new PowerManagerProxy(Gio.DBus.session, BUS_NAME, OBJECT_PATH,
 | 
			
		||||
                                           Lang.bind(this, function(proxy, error) {
 | 
			
		||||
                                               if (error) {
 | 
			
		||||
                                                   log(error.message);
 | 
			
		||||
                                                   return;
 | 
			
		||||
                                               }
 | 
			
		||||
                                               this._proxy.connect('g-properties-changed',
 | 
			
		||||
                                                                   Lang.bind(this, this._devicesChanged));
 | 
			
		||||
                                               this._devicesChanged();
 | 
			
		||||
                                           }));
 | 
			
		||||
 | 
			
		||||
        this._proxy = new PowerManagerProxy(Gio.DBus.system, BUS_NAME, OBJECT_PATH,
 | 
			
		||||
                                            Lang.bind(this, function(proxy, error) {
 | 
			
		||||
                                                if (error) {
 | 
			
		||||
                                                    log(error.message);
 | 
			
		||||
                                                    return;
 | 
			
		||||
                                                }
 | 
			
		||||
                                                this._proxy.connect('g-properties-changed',
 | 
			
		||||
                                                                    Lang.bind(this, this._sync));
 | 
			
		||||
                                                this._sync();
 | 
			
		||||
                                            }));
 | 
			
		||||
        this._deviceItems = [ ];
 | 
			
		||||
        this._hasPrimary = false;
 | 
			
		||||
        this._primaryDeviceId = null;
 | 
			
		||||
 | 
			
		||||
        this._item = new PopupMenu.PopupSubMenuMenuItem("", true);
 | 
			
		||||
        this._item.menu.addSettingsAction(_("Power Settings"), 'gnome-power-panel.desktop');
 | 
			
		||||
        this.menu.addMenuItem(this._item);
 | 
			
		||||
        this._batteryItem = new PopupMenu.PopupMenuItem('', { reactive: false });
 | 
			
		||||
        this._primaryPercentage = new St.Label({ style_class: 'popup-battery-percentage' });
 | 
			
		||||
        this._batteryItem.addActor(this._primaryPercentage, { align: St.Align.END });
 | 
			
		||||
        this.menu.addMenuItem(this._batteryItem);
 | 
			
		||||
 | 
			
		||||
        Main.sessionMode.connect('updated', Lang.bind(this, this._sessionUpdated));
 | 
			
		||||
        this._sessionUpdated();
 | 
			
		||||
        this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
 | 
			
		||||
        this._otherDevicePosition = 2;
 | 
			
		||||
 | 
			
		||||
        this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
 | 
			
		||||
        this.menu.addSettingsAction(_("Power Settings"), 'gnome-power-panel.desktop');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _sessionUpdated: function() {
 | 
			
		||||
        let sensitive = !Main.sessionMode.isLocked && !Main.sessionMode.isGreeter;
 | 
			
		||||
        this.menu.setSensitive(sensitive);
 | 
			
		||||
    _readPrimaryDevice: function() {
 | 
			
		||||
        this._proxy.GetPrimaryDeviceRemote(Lang.bind(this, function(result, error) {
 | 
			
		||||
            if (error) {
 | 
			
		||||
                this._hasPrimary = false;
 | 
			
		||||
                this._primaryDeviceId = null;
 | 
			
		||||
                this._batteryItem.actor.hide();
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
            let [[device_id, device_type, icon, percentage, state, seconds]] = result;
 | 
			
		||||
            if (device_type == UPDeviceType.BATTERY) {
 | 
			
		||||
                this._hasPrimary = true;
 | 
			
		||||
                let time = Math.round(seconds / 60);
 | 
			
		||||
                if (time == 0) {
 | 
			
		||||
                    // 0 is reported when UPower does not have enough data
 | 
			
		||||
                    // to estimate battery life
 | 
			
		||||
                    this._batteryItem.label.text = _("Estimating…");
 | 
			
		||||
                } else {
 | 
			
		||||
                    let minutes = time % 60;
 | 
			
		||||
                    let hours = Math.floor(time / 60);
 | 
			
		||||
                    let timestring;
 | 
			
		||||
                    if (time >= 60) {
 | 
			
		||||
                        if (minutes == 0) {
 | 
			
		||||
                            timestring = ngettext("%d hour remaining", "%d hours remaining", hours).format(hours);
 | 
			
		||||
                        } else {
 | 
			
		||||
                            /* TRANSLATORS: this is a time string, as in "%d hours %d minutes remaining" */
 | 
			
		||||
                            let template = _("%d %s %d %s remaining");
 | 
			
		||||
 | 
			
		||||
                            timestring = template.format (hours, ngettext("hour", "hours", hours), minutes, ngettext("minute", "minutes", minutes));
 | 
			
		||||
                        }
 | 
			
		||||
                    } else
 | 
			
		||||
                        timestring = ngettext("%d minute remaining", "%d minutes remaining", minutes).format(minutes);
 | 
			
		||||
                    this._batteryItem.label.text = timestring;
 | 
			
		||||
                }
 | 
			
		||||
                this._primaryPercentage.text = C_("percent of battery remaining", "%d%%").format(Math.round(percentage));
 | 
			
		||||
                this._batteryItem.actor.show();
 | 
			
		||||
            } else {
 | 
			
		||||
                this._hasPrimary = false;
 | 
			
		||||
                this._batteryItem.actor.hide();
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            this._primaryDeviceId = device_id;
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _getStatus: function() {
 | 
			
		||||
        let seconds = 0;
 | 
			
		||||
    _readOtherDevices: function() {
 | 
			
		||||
        this._proxy.GetDevicesRemote(Lang.bind(this, function(result, error) {
 | 
			
		||||
            this._deviceItems.forEach(function(i) { i.destroy(); });
 | 
			
		||||
            this._deviceItems = [];
 | 
			
		||||
 | 
			
		||||
        if (this._proxy.State == UPower.DeviceState.FULLY_CHARGED)
 | 
			
		||||
            return _("Fully Charged");
 | 
			
		||||
        else if (this._proxy.State == UPower.DeviceState.CHARGING)
 | 
			
		||||
            seconds = this._proxy.TimeToFull;
 | 
			
		||||
        else if (this._proxy.State == UPower.DeviceState.DISCHARGING)
 | 
			
		||||
            seconds = this._proxy.TimeToEmpty;
 | 
			
		||||
        // state is one of PENDING_CHARGING, PENDING_DISCHARGING
 | 
			
		||||
        else
 | 
			
		||||
            return _("Estimating…");
 | 
			
		||||
            if (error) {
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
        let time = Math.round(seconds / 60);
 | 
			
		||||
        if (time == 0) {
 | 
			
		||||
            // 0 is reported when UPower does not have enough data
 | 
			
		||||
            // to estimate battery life
 | 
			
		||||
            return _("Estimating…");
 | 
			
		||||
        }
 | 
			
		||||
            let position = 0;
 | 
			
		||||
            let [devices] = result;
 | 
			
		||||
            for (let i = 0; i < devices.length; i++) {
 | 
			
		||||
                let [device_id, device_type] = devices[i];
 | 
			
		||||
                if (device_type == UPDeviceType.AC_POWER || device_id == this._primaryDeviceId)
 | 
			
		||||
                    continue;
 | 
			
		||||
 | 
			
		||||
        let minutes = time % 60;
 | 
			
		||||
        let hours = Math.floor(time / 60);
 | 
			
		||||
 | 
			
		||||
        if (this._proxy.State == UPower.DeviceState.DISCHARGING) {
 | 
			
		||||
            // Translators: this is <hours>:<minutes> Remaining (<percentage>)
 | 
			
		||||
            return _("%d\u2236%02d Remaining (%d%%)").format(hours, minutes, this._proxy.Percentage);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (this._proxy.State == UPower.DeviceState.CHARGING) {
 | 
			
		||||
            // Translators: this is <hours>:<minutes> Until Full (<percentage>)
 | 
			
		||||
            return _("%d\u2236%02d Until Full (%d%%)").format(hours, minutes, this._proxy.Percentage);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return null;
 | 
			
		||||
                let item = new DeviceItem (devices[i]);
 | 
			
		||||
                this._deviceItems.push(item);
 | 
			
		||||
                this.menu.addMenuItem(item, this._otherDevicePosition + position);
 | 
			
		||||
                position++;
 | 
			
		||||
            }
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _sync: function() {
 | 
			
		||||
        // Do we have batteries or a UPS?
 | 
			
		||||
        let visible = this._proxy.IsPresent;
 | 
			
		||||
        if (visible) {
 | 
			
		||||
            this._item.actor.show();
 | 
			
		||||
        } else {
 | 
			
		||||
            // If there's no battery, then we use the power icon.
 | 
			
		||||
            this._item.actor.hide();
 | 
			
		||||
            this._indicator.icon_name = 'system-shutdown-symbolic';
 | 
			
		||||
            return;
 | 
			
		||||
    _syncIcon: function() {
 | 
			
		||||
        let icon = this._proxy.Icon;
 | 
			
		||||
        let hasIcon = false;
 | 
			
		||||
 | 
			
		||||
        if (icon) {
 | 
			
		||||
            let gicon = Gio.icon_new_for_string(icon);
 | 
			
		||||
            this.setGIcon(gicon);
 | 
			
		||||
            hasIcon = true;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // The icons
 | 
			
		||||
        let icon = this._proxy.IconName;
 | 
			
		||||
        this._indicator.icon_name = icon;
 | 
			
		||||
        this._item.icon.icon_name = icon;
 | 
			
		||||
 | 
			
		||||
        // The status label
 | 
			
		||||
        this._item.status.text = this._getStatus();
 | 
			
		||||
 | 
			
		||||
        // The sub-menu heading
 | 
			
		||||
        if (this._proxy.Type == UPower.DeviceKind.UPS)
 | 
			
		||||
            this._item.label.text = _("UPS");
 | 
			
		||||
        else
 | 
			
		||||
            this._item.label.text = _("Battery");
 | 
			
		||||
        this.mainIcon.visible = hasIcon;
 | 
			
		||||
        this.actor.visible = hasIcon;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _devicesChanged: function() {
 | 
			
		||||
        this._syncIcon();
 | 
			
		||||
        this._readPrimaryDevice();
 | 
			
		||||
        this._readOtherDevices();
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const DeviceItem = new Lang.Class({
 | 
			
		||||
    Name: 'DeviceItem',
 | 
			
		||||
    Extends: PopupMenu.PopupBaseMenuItem,
 | 
			
		||||
 | 
			
		||||
    _init: function(device) {
 | 
			
		||||
        this.parent({ reactive: false });
 | 
			
		||||
 | 
			
		||||
        let [device_id, device_type, icon, percentage, state, time] = device;
 | 
			
		||||
 | 
			
		||||
        this._box = new St.BoxLayout({ style_class: 'popup-device-menu-item' });
 | 
			
		||||
        this._label = new St.Label({ text: this._deviceTypeToString(device_type) });
 | 
			
		||||
 | 
			
		||||
        this._icon = new St.Icon({ gicon: Gio.icon_new_for_string(icon),
 | 
			
		||||
                                   style_class: 'popup-menu-icon' });
 | 
			
		||||
 | 
			
		||||
        this._box.add_actor(this._icon);
 | 
			
		||||
        this._box.add_actor(this._label);
 | 
			
		||||
        this.addActor(this._box);
 | 
			
		||||
 | 
			
		||||
        let percentLabel = new St.Label({ text: C_("percent of battery remaining", "%d%%").format(Math.round(percentage)),
 | 
			
		||||
                                          style_class: 'popup-battery-percentage' });
 | 
			
		||||
        this.addActor(percentLabel, { align: St.Align.END });
 | 
			
		||||
        //FIXME: ideally we would like to expose this._label and percentLabel
 | 
			
		||||
        this.actor.label_actor = percentLabel;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _deviceTypeToString: function(type) {
 | 
			
		||||
	switch (type) {
 | 
			
		||||
	case UPDeviceType.AC_POWER:
 | 
			
		||||
            return _("AC Adapter");
 | 
			
		||||
        case UPDeviceType.BATTERY:
 | 
			
		||||
            return _("Laptop Battery");
 | 
			
		||||
        case UPDeviceType.UPS:
 | 
			
		||||
            return _("UPS");
 | 
			
		||||
        case UPDeviceType.MONITOR:
 | 
			
		||||
            return _("Monitor");
 | 
			
		||||
        case UPDeviceType.MOUSE:
 | 
			
		||||
            return _("Mouse");
 | 
			
		||||
        case UPDeviceType.KEYBOARD:
 | 
			
		||||
            return _("Keyboard");
 | 
			
		||||
        case UPDeviceType.PDA:
 | 
			
		||||
            return _("PDA");
 | 
			
		||||
        case UPDeviceType.PHONE:
 | 
			
		||||
            return _("Cell Phone");
 | 
			
		||||
        case UPDeviceType.MEDIA_PLAYER:
 | 
			
		||||
            return _("Media Player");
 | 
			
		||||
        case UPDeviceType.TABLET:
 | 
			
		||||
            return _("Tablet");
 | 
			
		||||
        case UPDeviceType.COMPUTER:
 | 
			
		||||
            return _("Computer");
 | 
			
		||||
        default:
 | 
			
		||||
            return C_("device", "Unknown");
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
@@ -1,60 +0,0 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
 | 
			
		||||
const PanelMenu = imports.ui.panelMenu;
 | 
			
		||||
const PopupMenu = imports.ui.popupMenu;
 | 
			
		||||
 | 
			
		||||
const BUS_NAME = 'org.gnome.SettingsDaemon.Rfkill';
 | 
			
		||||
const OBJECT_PATH = '/org/gnome/SettingsDaemon/Rfkill';
 | 
			
		||||
 | 
			
		||||
const RfkillManagerInterface = '<node> \
 | 
			
		||||
<interface name="org.gnome.SettingsDaemon.Rfkill"> \
 | 
			
		||||
<property name="AirplaneMode" type="b" access="readwrite" /> \
 | 
			
		||||
</interface> \
 | 
			
		||||
</node>';
 | 
			
		||||
 | 
			
		||||
const RfkillManagerProxy = Gio.DBusProxy.makeProxyWrapper(RfkillManagerInterface);
 | 
			
		||||
 | 
			
		||||
const Indicator = new Lang.Class({
 | 
			
		||||
    Name: 'RfkillIndicator',
 | 
			
		||||
    Extends: PanelMenu.SystemIndicator,
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.parent();
 | 
			
		||||
 | 
			
		||||
        this._proxy = new RfkillManagerProxy(Gio.DBus.session, BUS_NAME, OBJECT_PATH,
 | 
			
		||||
                                             Lang.bind(this, function(proxy, error) {
 | 
			
		||||
                                                 if (error) {
 | 
			
		||||
                                                     log(error.message);
 | 
			
		||||
                                                     return;
 | 
			
		||||
                                                 }
 | 
			
		||||
                                                 this._proxy.connect('g-properties-changed',
 | 
			
		||||
                                                                     Lang.bind(this, this._sync));
 | 
			
		||||
                                                 this._sync();
 | 
			
		||||
                                             }));
 | 
			
		||||
 | 
			
		||||
        this._indicator = this._addIndicator();
 | 
			
		||||
        this._indicator.icon_name = 'airplane-mode-symbolic';
 | 
			
		||||
        this._indicator.hide();
 | 
			
		||||
 | 
			
		||||
        // The menu only appears when airplane mode is on, so just
 | 
			
		||||
        // statically build it as if it was on, rather than dynamically
 | 
			
		||||
        // changing the menu contents.
 | 
			
		||||
        this._item = new PopupMenu.PopupSubMenuMenuItem(_("Airplane Mode"), true);
 | 
			
		||||
        this._item.icon.icon_name = 'airplane-mode-symbolic';
 | 
			
		||||
        this._item.status.text = _("On");
 | 
			
		||||
        this._item.menu.addAction(_("Turn Off"), Lang.bind(this, function() {
 | 
			
		||||
            this._proxy.AirplaneMode = false;
 | 
			
		||||
        }));
 | 
			
		||||
        this._item.menu.addSettingsAction(_("Network Settings"), 'gnome-network-panel.desktop');
 | 
			
		||||
        this.menu.addMenuItem(this._item);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _sync: function() {
 | 
			
		||||
        let airplaneMode = this._proxy.AirplaneMode;
 | 
			
		||||
        this._indicator.visible = airplaneMode;
 | 
			
		||||
        this._item.actor.visible = airplaneMode;
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
@@ -1,26 +0,0 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const PanelMenu = imports.ui.panelMenu;
 | 
			
		||||
 | 
			
		||||
const Indicator = new Lang.Class({
 | 
			
		||||
    Name: 'ScreencastIndicator',
 | 
			
		||||
    Extends: PanelMenu.SystemIndicator,
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.parent();
 | 
			
		||||
 | 
			
		||||
        this._indicator = this._addIndicator();
 | 
			
		||||
        this._indicator.icon_name = 'media-record-symbolic';
 | 
			
		||||
        this._indicator.add_style_class_name('screencast-indicator');
 | 
			
		||||
        this._sync();
 | 
			
		||||
 | 
			
		||||
        Main.screencastService.connect('updated', Lang.bind(this, this._sync));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _sync: function() {
 | 
			
		||||
        this._indicator.visible = Main.screencastService.isRecording;
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
@@ -1,406 +0,0 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const AccountsService = imports.gi.AccountsService;
 | 
			
		||||
const Clutter = imports.gi.Clutter;
 | 
			
		||||
const Gdm = imports.gi.Gdm;
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
const GLib = imports.gi.GLib;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
 | 
			
		||||
const BoxPointer = imports.ui.boxpointer;
 | 
			
		||||
const GnomeSession = imports.misc.gnomeSession;
 | 
			
		||||
const LoginManager = imports.misc.loginManager;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const PanelMenu = imports.ui.panelMenu;
 | 
			
		||||
const PopupMenu = imports.ui.popupMenu;
 | 
			
		||||
 | 
			
		||||
const LOCKDOWN_SCHEMA = 'org.gnome.desktop.lockdown';
 | 
			
		||||
const SCREENSAVER_SCHEMA = 'org.gnome.desktop.screensaver';
 | 
			
		||||
const LOGIN_SCREEN_SCHEMA = 'org.gnome.login-screen';
 | 
			
		||||
const PRIVACY_SCHEMA = 'org.gnome.desktop.privacy'
 | 
			
		||||
const DISABLE_USER_SWITCH_KEY = 'disable-user-switching';
 | 
			
		||||
const DISABLE_LOCK_SCREEN_KEY = 'disable-lock-screen';
 | 
			
		||||
const DISABLE_LOG_OUT_KEY = 'disable-log-out';
 | 
			
		||||
const DISABLE_RESTART_KEY = 'disable-restart-buttons';
 | 
			
		||||
const ALWAYS_SHOW_LOG_OUT_KEY = 'always-show-log-out';
 | 
			
		||||
 | 
			
		||||
const AltSwitcher = new Lang.Class({
 | 
			
		||||
    Name: 'AltSwitcher',
 | 
			
		||||
 | 
			
		||||
    _init: function(standard, alternate) {
 | 
			
		||||
        this._standard = standard;
 | 
			
		||||
        this._standard.connect('notify::visible', Lang.bind(this, this._sync));
 | 
			
		||||
 | 
			
		||||
        this._alternate = alternate;
 | 
			
		||||
        this._alternate.connect('notify::visible', Lang.bind(this, this._sync));
 | 
			
		||||
 | 
			
		||||
        this._capturedEventId = global.stage.connect('captured-event', Lang.bind(this, this._onCapturedEvent));
 | 
			
		||||
 | 
			
		||||
        this.actor = new St.Bin();
 | 
			
		||||
        this.actor.connect('destroy', Lang.bind(this, this._onDestroy));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _sync: function() {
 | 
			
		||||
        let childToShow = null;
 | 
			
		||||
 | 
			
		||||
        if (this._standard.visible && this._alternate.visible) {
 | 
			
		||||
            let [x, y, mods] = global.get_pointer();
 | 
			
		||||
            let altPressed = (mods & Clutter.ModifierType.MOD1_MASK) != 0;
 | 
			
		||||
            childToShow = altPressed ? this._alternate : this._standard;
 | 
			
		||||
        } else if (this._standard.visible) {
 | 
			
		||||
            childToShow = this._standard;
 | 
			
		||||
        } else if (this._alternate.visible) {
 | 
			
		||||
            childToShow = this._alternate;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (this.actor.get_child() != childToShow) {
 | 
			
		||||
            this.actor.set_child(childToShow);
 | 
			
		||||
 | 
			
		||||
            // The actors might respond to hover, so
 | 
			
		||||
            // sync the pointer to make sure they update.
 | 
			
		||||
            global.sync_pointer();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.actor.visible = (childToShow != null);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onDestroy: function() {
 | 
			
		||||
        if (this._capturedEventId > 0) {
 | 
			
		||||
            global.stage.disconnect(this._capturedEventId);
 | 
			
		||||
            this._capturedEventId = 0;
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onCapturedEvent: function(actor, event) {
 | 
			
		||||
        let type = event.type();
 | 
			
		||||
        if (type == Clutter.EventType.KEY_PRESS || type == Clutter.EventType.KEY_RELEASE) {
 | 
			
		||||
            let key = event.get_key_symbol();
 | 
			
		||||
            if (key == Clutter.KEY_Alt_L || key == Clutter.KEY_Alt_R)
 | 
			
		||||
                this._sync();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return false;
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const Indicator = new Lang.Class({
 | 
			
		||||
    Name: 'SystemIndicator',
 | 
			
		||||
    Extends: PanelMenu.SystemIndicator,
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.parent();
 | 
			
		||||
 | 
			
		||||
        this._screenSaverSettings = new Gio.Settings({ schema: SCREENSAVER_SCHEMA });
 | 
			
		||||
        this._loginScreenSettings = new Gio.Settings({ schema: LOGIN_SCREEN_SCHEMA });
 | 
			
		||||
        this._lockdownSettings = new Gio.Settings({ schema: LOCKDOWN_SCHEMA });
 | 
			
		||||
        this._privacySettings = new Gio.Settings({ schema: PRIVACY_SCHEMA });
 | 
			
		||||
        this._orientationSettings = new Gio.Settings({ schema: 'org.gnome.settings-daemon.peripherals.touchscreen' });
 | 
			
		||||
 | 
			
		||||
        this._session = new GnomeSession.SessionManager();
 | 
			
		||||
        this._loginManager = LoginManager.getLoginManager();
 | 
			
		||||
        this._haveShutdown = true;
 | 
			
		||||
        this._haveSuspend = true;
 | 
			
		||||
 | 
			
		||||
        this._userManager = AccountsService.UserManager.get_default();
 | 
			
		||||
        this._user = this._userManager.get_user(GLib.get_user_name());
 | 
			
		||||
 | 
			
		||||
        this._createSubMenu();
 | 
			
		||||
 | 
			
		||||
        this._userManager.connect('notify::is-loaded',
 | 
			
		||||
                                  Lang.bind(this, this._updateMultiUser));
 | 
			
		||||
        this._userManager.connect('notify::has-multiple-users',
 | 
			
		||||
                                  Lang.bind(this, this._updateMultiUser));
 | 
			
		||||
        this._userManager.connect('user-added',
 | 
			
		||||
                                  Lang.bind(this, this._updateMultiUser));
 | 
			
		||||
        this._userManager.connect('user-removed',
 | 
			
		||||
                                  Lang.bind(this, this._updateMultiUser));
 | 
			
		||||
        this._lockdownSettings.connect('changed::' + DISABLE_USER_SWITCH_KEY,
 | 
			
		||||
                                       Lang.bind(this, this._updateMultiUser));
 | 
			
		||||
        this._lockdownSettings.connect('changed::' + DISABLE_LOG_OUT_KEY,
 | 
			
		||||
                                       Lang.bind(this, this._updateMultiUser));
 | 
			
		||||
        this._lockdownSettings.connect('changed::' + DISABLE_LOCK_SCREEN_KEY,
 | 
			
		||||
                                       Lang.bind(this, this._updateLockScreen));
 | 
			
		||||
        global.settings.connect('changed::' + ALWAYS_SHOW_LOG_OUT_KEY,
 | 
			
		||||
                                Lang.bind(this, this._updateMultiUser));
 | 
			
		||||
        this._updateSwitchUser();
 | 
			
		||||
        this._updateMultiUser();
 | 
			
		||||
 | 
			
		||||
        // Whether shutdown is available or not depends on both lockdown
 | 
			
		||||
        // settings (disable-log-out) and Polkit policy - the latter doesn't
 | 
			
		||||
        // notify, so we update the menu item each time the menu opens or
 | 
			
		||||
        // the lockdown setting changes, which should be close enough.
 | 
			
		||||
        this.menu.connect('open-state-changed', Lang.bind(this,
 | 
			
		||||
            function(menu, open) {
 | 
			
		||||
                if (!open)
 | 
			
		||||
                    return;
 | 
			
		||||
 | 
			
		||||
                this._updateHaveShutdown();
 | 
			
		||||
                this._updateHaveSuspend();
 | 
			
		||||
            }));
 | 
			
		||||
        this._lockdownSettings.connect('changed::' + DISABLE_LOG_OUT_KEY,
 | 
			
		||||
                                       Lang.bind(this, this._updateHaveShutdown));
 | 
			
		||||
 | 
			
		||||
        this._orientationSettings.connect('changed::orientation-lock',
 | 
			
		||||
                                          Lang.bind(this, this._updateOrientationLock));
 | 
			
		||||
        this._orientationExists = false;
 | 
			
		||||
        Gio.DBus.session.watch_name('org.gnome.SettingsDaemon.Orientation',
 | 
			
		||||
                                    Gio.BusNameWatcherFlags.NONE,
 | 
			
		||||
                                    Lang.bind(this, function() {
 | 
			
		||||
                                        this._orentationExists = true;
 | 
			
		||||
                                        this._updateOrientationLock();
 | 
			
		||||
                                    }),
 | 
			
		||||
                                    Lang.bind(this, function() {
 | 
			
		||||
                                        this._orentationExists = false;
 | 
			
		||||
                                        this._updateOrientationLock();
 | 
			
		||||
                                    }));
 | 
			
		||||
        this._updateOrientationLock();
 | 
			
		||||
 | 
			
		||||
        Main.sessionMode.connect('updated', Lang.bind(this, this._sessionUpdated));
 | 
			
		||||
        this._sessionUpdated();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateActionsVisibility: function() {
 | 
			
		||||
        let visible = (this._settingsAction.visible ||
 | 
			
		||||
                       this._orientationLockAction.visible ||
 | 
			
		||||
                       this._lockScreenAction.visible ||
 | 
			
		||||
                       this._altSwitcher.actor.visible);
 | 
			
		||||
 | 
			
		||||
        this._actionsItem.actor.visible = visible;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _sessionUpdated: function() {
 | 
			
		||||
        this._updateLockScreen();
 | 
			
		||||
        this._updatePowerOff();
 | 
			
		||||
        this._updateSuspend();
 | 
			
		||||
        this._updateMultiUser();
 | 
			
		||||
        this._settingsAction.visible = Main.sessionMode.allowSettings;
 | 
			
		||||
        this._updateActionsVisibility();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateMultiUser: function() {
 | 
			
		||||
        let shouldShowInMode = !Main.sessionMode.isLocked && !Main.sessionMode.isGreeter;
 | 
			
		||||
        let hasSwitchUser = this._updateSwitchUser();
 | 
			
		||||
        let hasLogout = this._updateLogout();
 | 
			
		||||
 | 
			
		||||
        this._switchUserSubMenu.actor.visible = shouldShowInMode && (hasSwitchUser || hasLogout);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateSwitchUser: function() {
 | 
			
		||||
        let allowSwitch = !this._lockdownSettings.get_boolean(DISABLE_USER_SWITCH_KEY);
 | 
			
		||||
        let multiUser = this._userManager.can_switch() && this._userManager.has_multiple_users;
 | 
			
		||||
 | 
			
		||||
        let visible = allowSwitch && multiUser;
 | 
			
		||||
        this._loginScreenItem.actor.visible = visible;
 | 
			
		||||
        return visible;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateLogout: function() {
 | 
			
		||||
        let allowLogout = !this._lockdownSettings.get_boolean(DISABLE_LOG_OUT_KEY);
 | 
			
		||||
        let alwaysShow = global.settings.get_boolean(ALWAYS_SHOW_LOG_OUT_KEY);
 | 
			
		||||
        let systemAccount = this._user.system_account;
 | 
			
		||||
        let localAccount = this._user.local_account;
 | 
			
		||||
        let multiUser = this._userManager.has_multiple_users;
 | 
			
		||||
        let multiSession = Gdm.get_session_ids().length > 1;
 | 
			
		||||
 | 
			
		||||
        let visible = allowLogout && (alwaysShow || multiUser || multiSession || systemAccount || !localAccount);
 | 
			
		||||
        this._logoutItem.actor.visible = visible;
 | 
			
		||||
        return visible;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateSwitchUserSubMenu: function() {
 | 
			
		||||
        this._switchUserSubMenu.label.text = this._user.get_real_name();
 | 
			
		||||
        let clutterText = this._switchUserSubMenu.label.clutter_text;
 | 
			
		||||
 | 
			
		||||
        // XXX -- for some reason, the ClutterText's width changes
 | 
			
		||||
        // rapidly unless we force a relayout of the actor. Probably
 | 
			
		||||
        // a size cache issue or something. Moving this to be a layout
 | 
			
		||||
        // manager would be a much better idea.
 | 
			
		||||
        clutterText.get_allocation_box();
 | 
			
		||||
 | 
			
		||||
        let layout = clutterText.get_layout();
 | 
			
		||||
        if (layout.is_ellipsized())
 | 
			
		||||
            this._switchUserSubMenu.label.text = this._user.get_user_name();
 | 
			
		||||
 | 
			
		||||
        let iconFile = this._user.get_icon_file();
 | 
			
		||||
        if (iconFile && !GLib.file_test(iconFile, GLib.FileTest.EXISTS))
 | 
			
		||||
            iconFile = null;
 | 
			
		||||
 | 
			
		||||
        if (iconFile) {
 | 
			
		||||
            let file = Gio.File.new_for_path(iconFile);
 | 
			
		||||
            let gicon = new Gio.FileIcon({ file: file });
 | 
			
		||||
            this._switchUserSubMenu.icon.gicon = gicon;
 | 
			
		||||
        } else {
 | 
			
		||||
            this._switchUserSubMenu.icon.icon_name = 'avatar-default-symbolic';
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateOrientationLock: function() {
 | 
			
		||||
        this._orientationLockAction.visible = this._orientationExists;
 | 
			
		||||
 | 
			
		||||
        let locked = this._orientationSettings.get_boolean('orientation-lock');
 | 
			
		||||
        let icon = this._orientationLockAction.child;
 | 
			
		||||
        icon.icon_name = locked ? 'rotation-locked-symbolic' : 'rotation-allowed-symbolic';
 | 
			
		||||
 | 
			
		||||
        this._updateActionsVisibility();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateLockScreen: function() {
 | 
			
		||||
        let showLock = !Main.sessionMode.isLocked && !Main.sessionMode.isGreeter;
 | 
			
		||||
        let allowLockScreen = !this._lockdownSettings.get_boolean(DISABLE_LOCK_SCREEN_KEY);
 | 
			
		||||
        this._lockScreenAction.visible = showLock && allowLockScreen && LoginManager.canLock();
 | 
			
		||||
        this._updateActionsVisibility();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateHaveShutdown: function() {
 | 
			
		||||
        this._session.CanShutdownRemote(Lang.bind(this, function(result, error) {
 | 
			
		||||
            if (error)
 | 
			
		||||
                return;
 | 
			
		||||
 | 
			
		||||
            this._haveShutdown = result[0];
 | 
			
		||||
            this._updatePowerOff();
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updatePowerOff: function() {
 | 
			
		||||
        let disabled = Main.sessionMode.isLocked ||
 | 
			
		||||
                       (Main.sessionMode.isGreeter &&
 | 
			
		||||
                        this._loginScreenSettings.get_boolean(DISABLE_RESTART_KEY));
 | 
			
		||||
        this._powerOffAction.visible = this._haveShutdown && !disabled;
 | 
			
		||||
        this._updateActionsVisibility();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateHaveSuspend: function() {
 | 
			
		||||
        this._loginManager.canSuspend(Lang.bind(this, function(result) {
 | 
			
		||||
            this._haveSuspend = result;
 | 
			
		||||
            this._updateSuspend();
 | 
			
		||||
        }));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateSuspend: function() {
 | 
			
		||||
        let disabled = Main.sessionMode.isLocked ||
 | 
			
		||||
                       (Main.sessionMode.isGreeter &&
 | 
			
		||||
                        this._loginScreenSettings.get_boolean(DISABLE_RESTART_KEY));
 | 
			
		||||
        this._suspendAction.visible = this._haveShutdown && !disabled;
 | 
			
		||||
        this._updateActionsVisibility();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _createActionButton: function(iconName, accessibleName) {
 | 
			
		||||
        let icon = new St.Button({ reactive: true,
 | 
			
		||||
                                   can_focus: true,
 | 
			
		||||
                                   track_hover: true,
 | 
			
		||||
                                   accessible_name: accessibleName,
 | 
			
		||||
                                   style_class: 'system-menu-action' });
 | 
			
		||||
        icon.child = new St.Icon({ icon_name: iconName });
 | 
			
		||||
        return icon;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _createSubMenu: function() {
 | 
			
		||||
        let item;
 | 
			
		||||
 | 
			
		||||
        this._switchUserSubMenu = new PopupMenu.PopupSubMenuMenuItem('', true);
 | 
			
		||||
        this._switchUserSubMenu.icon.style_class = 'system-switch-user-submenu-icon';
 | 
			
		||||
 | 
			
		||||
        // Since the label of the switch user submenu depends on the width of
 | 
			
		||||
        // the popup menu, and we can't easily connect on allocation-changed
 | 
			
		||||
        // or notify::width without creating layout cycles, simply update the
 | 
			
		||||
        // label whenever the menu is opened.
 | 
			
		||||
        this.menu.connect('open-state-changed', Lang.bind(this, function(menu, isOpen) {
 | 
			
		||||
            if (isOpen)
 | 
			
		||||
                this._updateSwitchUserSubMenu();
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        item = new PopupMenu.PopupMenuItem(_("Switch User"));
 | 
			
		||||
        item.connect('activate', Lang.bind(this, this._onLoginScreenActivate));
 | 
			
		||||
        this._switchUserSubMenu.menu.addMenuItem(item);
 | 
			
		||||
        this._loginScreenItem = item;
 | 
			
		||||
 | 
			
		||||
        item = new PopupMenu.PopupMenuItem(_("Log Out"));
 | 
			
		||||
        item.connect('activate', Lang.bind(this, this._onQuitSessionActivate));
 | 
			
		||||
        this._switchUserSubMenu.menu.addMenuItem(item);
 | 
			
		||||
        this._logoutItem = item;
 | 
			
		||||
 | 
			
		||||
        this._user.connect('notify::is-loaded', Lang.bind(this, this._updateSwitchUserSubMenu));
 | 
			
		||||
        this._user.connect('changed', Lang.bind(this, this._updateSwitchUserSubMenu));
 | 
			
		||||
 | 
			
		||||
        this.menu.addMenuItem(this._switchUserSubMenu);
 | 
			
		||||
 | 
			
		||||
        this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
 | 
			
		||||
 | 
			
		||||
        item = new PopupMenu.PopupBaseMenuItem({ reactive: false,
 | 
			
		||||
                                                 can_focus: false });
 | 
			
		||||
 | 
			
		||||
        this._settingsAction = this._createActionButton('preferences-system-symbolic', _("Settings"));
 | 
			
		||||
        this._settingsAction.connect('clicked', Lang.bind(this, this._onSettingsClicked));
 | 
			
		||||
        item.actor.add(this._settingsAction, { expand: true, x_fill: false });
 | 
			
		||||
 | 
			
		||||
        this._orientationLockAction = this._createActionButton('', _("Orientation Lock"));
 | 
			
		||||
        this._orientationLockAction.connect('clicked', Lang.bind(this, this._onOrientationLockClicked));
 | 
			
		||||
        item.actor.add(this._orientationLockAction, { expand: true, x_fill: false });
 | 
			
		||||
 | 
			
		||||
        this._lockScreenAction = this._createActionButton('changes-prevent-symbolic', _("Lock"));
 | 
			
		||||
        this._lockScreenAction.connect('clicked', Lang.bind(this, this._onLockScreenClicked));
 | 
			
		||||
        item.actor.add(this._lockScreenAction, { expand: true, x_fill: false });
 | 
			
		||||
 | 
			
		||||
        this._suspendAction = this._createActionButton('media-playback-pause-symbolic', _("Suspend"));
 | 
			
		||||
        this._suspendAction.connect('clicked', Lang.bind(this, this._onSuspendClicked));
 | 
			
		||||
 | 
			
		||||
        this._powerOffAction = this._createActionButton('system-shutdown-symbolic', _("Power Off"));
 | 
			
		||||
        this._powerOffAction.connect('clicked', Lang.bind(this, this._onPowerOffClicked));
 | 
			
		||||
 | 
			
		||||
        this._altSwitcher = new AltSwitcher(this._powerOffAction, this._suspendAction);
 | 
			
		||||
        item.actor.add(this._altSwitcher.actor, { expand: true, x_fill: false });
 | 
			
		||||
 | 
			
		||||
        this._actionsItem = item;
 | 
			
		||||
        this.menu.addMenuItem(item);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onSettingsClicked: function() {
 | 
			
		||||
        this.menu.itemActivated();
 | 
			
		||||
        let app = Shell.AppSystem.get_default().lookup_app('gnome-control-center.desktop');
 | 
			
		||||
        Main.overview.hide();
 | 
			
		||||
        app.activate();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onOrientationLockClicked: function() {
 | 
			
		||||
        this.menu.itemActivated();
 | 
			
		||||
        let locked = this._orientationSettings.get_boolean('orientation-lock');
 | 
			
		||||
        this._orientationSettings.set_boolean('orientation-lock', !locked);
 | 
			
		||||
        this._updateOrientationLock();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onLockScreenClicked: function() {
 | 
			
		||||
        this.menu.itemActivated(BoxPointer.PopupAnimation.NONE);
 | 
			
		||||
        Main.overview.hide();
 | 
			
		||||
        Main.screenShield.lock(true);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onLoginScreenActivate: function() {
 | 
			
		||||
        this.menu.itemActivated(BoxPointer.PopupAnimation.NONE);
 | 
			
		||||
        Main.overview.hide();
 | 
			
		||||
        if (Main.screenShield)
 | 
			
		||||
            Main.screenShield.lock(false);
 | 
			
		||||
 | 
			
		||||
        Clutter.threads_add_repaint_func_full(Clutter.RepaintFlags.POST_PAINT, function() {
 | 
			
		||||
            Gdm.goto_login_session_sync(null);
 | 
			
		||||
            return false;
 | 
			
		||||
        });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onQuitSessionActivate: function() {
 | 
			
		||||
        Main.overview.hide();
 | 
			
		||||
        this._session.LogoutRemote(0);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onPowerOffClicked: function() {
 | 
			
		||||
        this.menu.itemActivated();
 | 
			
		||||
        Main.overview.hide();
 | 
			
		||||
        this._session.ShutdownRemote(0);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onSuspendClicked: function() {
 | 
			
		||||
        this.menu.itemActivated();
 | 
			
		||||
        this._loginManager.suspend();
 | 
			
		||||
    },
 | 
			
		||||
});
 | 
			
		||||
@@ -9,7 +9,6 @@ const Signals = imports.signals;
 | 
			
		||||
 | 
			
		||||
const PanelMenu = imports.ui.panelMenu;
 | 
			
		||||
const PopupMenu = imports.ui.popupMenu;
 | 
			
		||||
const Slider = imports.ui.slider;
 | 
			
		||||
 | 
			
		||||
const VOLUME_NOTIFY_ID = 1;
 | 
			
		||||
 | 
			
		||||
@@ -29,24 +28,18 @@ function getMixerControl() {
 | 
			
		||||
const StreamSlider = new Lang.Class({
 | 
			
		||||
    Name: 'StreamSlider',
 | 
			
		||||
 | 
			
		||||
    _init: function(control) {
 | 
			
		||||
    _init: function(control, title) {
 | 
			
		||||
        this._control = control;
 | 
			
		||||
 | 
			
		||||
        this.item = new PopupMenu.PopupBaseMenuItem({ activate: false });
 | 
			
		||||
        this.item = new PopupMenu.PopupMenuSection();
 | 
			
		||||
 | 
			
		||||
        this._slider = new Slider.Slider(0);
 | 
			
		||||
        this._title = new PopupMenu.PopupMenuItem(title, { reactive: false });
 | 
			
		||||
        this._slider = new PopupMenu.PopupSliderMenuItem(0);
 | 
			
		||||
        this._slider.connect('value-changed', Lang.bind(this, this._sliderChanged));
 | 
			
		||||
        this._slider.connect('drag-end', Lang.bind(this, this._notifyVolumeChange));
 | 
			
		||||
 | 
			
		||||
        this._icon = new St.Icon({ style_class: 'popup-menu-icon' });
 | 
			
		||||
        this.item.actor.add(this._icon);
 | 
			
		||||
        this.item.actor.add(this._slider.actor, { expand: true });
 | 
			
		||||
        this.item.actor.connect('button-press-event', Lang.bind(this, function(actor, event) {
 | 
			
		||||
            this._slider.startDragging(event);
 | 
			
		||||
        }));
 | 
			
		||||
        this.item.actor.connect('key-press-event', Lang.bind(this, function(actor, event) {
 | 
			
		||||
            return this._slider.onKeyPressEvent(actor, event);
 | 
			
		||||
        }));
 | 
			
		||||
        this.item.addMenuItem(this._title);
 | 
			
		||||
        this.item.addMenuItem(this._slider);
 | 
			
		||||
 | 
			
		||||
        this._stream = null;
 | 
			
		||||
    },
 | 
			
		||||
@@ -90,7 +83,8 @@ const StreamSlider = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
    _updateVisibility: function() {
 | 
			
		||||
        let visible = this._shouldBeVisible();
 | 
			
		||||
        this.item.actor.visible = visible;
 | 
			
		||||
        this._title.actor.visible = visible;
 | 
			
		||||
        this._slider.actor.visible = visible;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    scroll: function(event) {
 | 
			
		||||
@@ -157,11 +151,6 @@ const OutputStreamSlider = new Lang.Class({
 | 
			
		||||
    Name: 'OutputStreamSlider',
 | 
			
		||||
    Extends: StreamSlider,
 | 
			
		||||
 | 
			
		||||
    _init: function(control) {
 | 
			
		||||
        this.parent(control);
 | 
			
		||||
        this._slider.actor.accessible_name = _("Volume");
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _connectStream: function(stream) {
 | 
			
		||||
        this.parent(stream);
 | 
			
		||||
        this._portChangedId = stream.connect('notify::port', Lang.bind(this, this._portChanged));
 | 
			
		||||
@@ -189,17 +178,11 @@ const OutputStreamSlider = new Lang.Class({
 | 
			
		||||
        this._portChangedId = 0;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateSliderIcon: function() {
 | 
			
		||||
        this._icon.icon_name = (this._hasHeadphones ?
 | 
			
		||||
                                'audio-headphones-symbolic' :
 | 
			
		||||
                                'audio-speakers-symbolic');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _portChanged: function() {
 | 
			
		||||
        let hasHeadphones = this._findHeadphones(this._stream);
 | 
			
		||||
        if (hasHeadphones != this._hasHeadphones) {
 | 
			
		||||
            this._hasHeadphones = hasHeadphones;
 | 
			
		||||
            this._updateSliderIcon();
 | 
			
		||||
            this.emit('headphones-changed', this._hasHeadphones);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
@@ -208,12 +191,10 @@ const InputStreamSlider = new Lang.Class({
 | 
			
		||||
    Name: 'InputStreamSlider',
 | 
			
		||||
    Extends: StreamSlider,
 | 
			
		||||
 | 
			
		||||
    _init: function(control) {
 | 
			
		||||
        this.parent(control);
 | 
			
		||||
        this._slider.actor.accessible_name = _("Microphone");
 | 
			
		||||
    _init: function(control, title) {
 | 
			
		||||
        this.parent(control, title);
 | 
			
		||||
        this._control.connect('stream-added', Lang.bind(this, this._maybeShowInput));
 | 
			
		||||
        this._control.connect('stream-removed', Lang.bind(this, this._maybeShowInput));
 | 
			
		||||
        this._icon.icon_name = 'audio-input-microphone-symbolic';
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _connectStream: function(stream) {
 | 
			
		||||
@@ -261,13 +242,17 @@ const VolumeMenu = new Lang.Class({
 | 
			
		||||
        this._control.connect('default-sink-changed', Lang.bind(this, this._readOutput));
 | 
			
		||||
        this._control.connect('default-source-changed', Lang.bind(this, this._readInput));
 | 
			
		||||
 | 
			
		||||
        this._output = new OutputStreamSlider(this._control);
 | 
			
		||||
        /* Translators: This is the label for audio volume */
 | 
			
		||||
        this._output = new OutputStreamSlider(this._control, _("Volume"));
 | 
			
		||||
        this._output.connect('stream-updated', Lang.bind(this, function() {
 | 
			
		||||
            this.emit('icon-changed');
 | 
			
		||||
        }));
 | 
			
		||||
        this._output.connect('headphones-changed', Lang.bind(this, function(stream, value) {
 | 
			
		||||
            this.emit('headphones-changed', value);
 | 
			
		||||
        }));
 | 
			
		||||
        this.addMenuItem(this._output.item);
 | 
			
		||||
 | 
			
		||||
        this._input = new InputStreamSlider(this._control);
 | 
			
		||||
        this._input = new InputStreamSlider(this._control, _("Microphone"));
 | 
			
		||||
        this.addMenuItem(this._input.item);
 | 
			
		||||
 | 
			
		||||
        this.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
 | 
			
		||||
@@ -303,29 +288,31 @@ const VolumeMenu = new Lang.Class({
 | 
			
		||||
 | 
			
		||||
const Indicator = new Lang.Class({
 | 
			
		||||
    Name: 'VolumeIndicator',
 | 
			
		||||
    Extends: PanelMenu.SystemIndicator,
 | 
			
		||||
    Extends: PanelMenu.SystemStatusButton,
 | 
			
		||||
 | 
			
		||||
    _init: function() {
 | 
			
		||||
        this.parent();
 | 
			
		||||
 | 
			
		||||
        this._primaryIndicator = this._addIndicator();
 | 
			
		||||
        this.parent('audio-volume-muted-symbolic', _("Volume"));
 | 
			
		||||
 | 
			
		||||
        this._control = getMixerControl();
 | 
			
		||||
        this._volumeMenu = new VolumeMenu(this._control);
 | 
			
		||||
        this._volumeMenu.connect('icon-changed', Lang.bind(this, function(menu) {
 | 
			
		||||
            let icon = this._volumeMenu.getIcon();
 | 
			
		||||
 | 
			
		||||
            if (icon != null) {
 | 
			
		||||
                this.indicators.show();
 | 
			
		||||
                this._primaryIndicator.icon_name = icon;
 | 
			
		||||
            } else {
 | 
			
		||||
                this.indicators.hide();
 | 
			
		||||
            }
 | 
			
		||||
            this.actor.visible = (icon != null);
 | 
			
		||||
            this.setIcon(icon);
 | 
			
		||||
        }));
 | 
			
		||||
        this._volumeMenu.connect('headphones-changed', Lang.bind(this, function(menu, value) {
 | 
			
		||||
            this._headphoneIcon.visible = value;
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        this._headphoneIcon = this.addIcon(new Gio.ThemedIcon({ name: 'audio-headphones-symbolic' }));
 | 
			
		||||
        this._headphoneIcon.visible = false;
 | 
			
		||||
 | 
			
		||||
        this.menu.addMenuItem(this._volumeMenu);
 | 
			
		||||
 | 
			
		||||
        this.indicators.connect('scroll-event', Lang.bind(this, this._onScrollEvent));
 | 
			
		||||
        this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
 | 
			
		||||
        this.menu.addSettingsAction(_("Sound Settings"), 'gnome-sound-panel.desktop');
 | 
			
		||||
 | 
			
		||||
        this.actor.connect('scroll-event', Lang.bind(this, this._onScrollEvent));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onScrollEvent: function(actor, event) {
 | 
			
		||||
 
 | 
			
		||||
@@ -11,8 +11,29 @@ const Signals = imports.signals;
 | 
			
		||||
const Tweener = imports.tweener.tweener;
 | 
			
		||||
 | 
			
		||||
// This is a wrapper around imports.tweener.tweener that adds a bit of
 | 
			
		||||
// Clutter integration. If the tweening target is a Clutter.Actor, then
 | 
			
		||||
// the tweenings will automatically be removed if the actor is destroyed.
 | 
			
		||||
// Clutter integration and some additional callbacks:
 | 
			
		||||
//
 | 
			
		||||
//   1. If the tweening target is a Clutter.Actor, then the tweenings
 | 
			
		||||
//      will automatically be removed if the actor is destroyed
 | 
			
		||||
//
 | 
			
		||||
//   2. If target._delegate.onAnimationStart() exists, it will be
 | 
			
		||||
//      called when the target starts being animated.
 | 
			
		||||
//
 | 
			
		||||
//   3. If target._delegate.onAnimationComplete() exists, it will be
 | 
			
		||||
//      called once the target is no longer being animated.
 | 
			
		||||
//
 | 
			
		||||
// The onAnimationStart() and onAnimationComplete() callbacks differ
 | 
			
		||||
// from the tweener onStart and onComplete parameters, in that (1)
 | 
			
		||||
// they track whether or not the target has *any* tweens attached to
 | 
			
		||||
// it, as opposed to be called for *each* tween, and (2)
 | 
			
		||||
// onAnimationComplete() is always called when the object stops being
 | 
			
		||||
// animated, regardless of whether it stopped normally or abnormally.
 | 
			
		||||
//
 | 
			
		||||
// onAnimationComplete() is called at idle time, which means that if a
 | 
			
		||||
// tween completes and then another is added before returning to the
 | 
			
		||||
// main loop, the complete callback will not be called (until the new
 | 
			
		||||
// tween finishes).
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// ActionScript Tweener methods that imports.tweener.tweener doesn't
 | 
			
		||||
// currently implement: getTweens, getVersion, registerTransition,
 | 
			
		||||
@@ -56,6 +77,7 @@ function _wrapTweening(target, tweeningParameters) {
 | 
			
		||||
    if (!Gtk.Settings.get_default().gtk_enable_animations)
 | 
			
		||||
        tweeningParameters['time'] = 0.000001;
 | 
			
		||||
 | 
			
		||||
    _addHandler(target, tweeningParameters, 'onStart', _tweenStarted);
 | 
			
		||||
    _addHandler(target, tweeningParameters, 'onComplete', _tweenCompleted);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -63,7 +85,7 @@ function _getTweenState(target) {
 | 
			
		||||
    // If we were paranoid, we could keep a plist mapping targets to
 | 
			
		||||
    // states... but we're not that paranoid.
 | 
			
		||||
    if (!target.__ShellTweenerState)
 | 
			
		||||
        target.__ShellTweenerState = {};
 | 
			
		||||
        _resetTweenState(target);
 | 
			
		||||
    return target.__ShellTweenerState;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -73,6 +95,8 @@ function _resetTweenState(target) {
 | 
			
		||||
    if (state) {
 | 
			
		||||
        if (state.destroyedId)
 | 
			
		||||
            state.actor.disconnect(state.destroyedId);
 | 
			
		||||
        if (state.idleCompletedId)
 | 
			
		||||
            Mainloop.source_remove(state.idleCompletedId);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    target.__ShellTweenerState = {};
 | 
			
		||||
@@ -98,9 +122,32 @@ function _actorDestroyed(target) {
 | 
			
		||||
    Tweener.removeTweens(target);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function _tweenStarted(target) {
 | 
			
		||||
    let state = _getTweenState(target);
 | 
			
		||||
    let delegate = target._delegate;
 | 
			
		||||
 | 
			
		||||
    if (!state.running && delegate && delegate.onAnimationStart)
 | 
			
		||||
        delegate.onAnimationStart();
 | 
			
		||||
    state.running = true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function _tweenCompleted(target) {
 | 
			
		||||
    if (!isTweening(target))
 | 
			
		||||
    let state = _getTweenState(target);
 | 
			
		||||
 | 
			
		||||
    if (!state.idleCompletedId)
 | 
			
		||||
        state.idleCompletedId = Mainloop.idle_add(Lang.bind(null, _idleCompleted, target));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function _idleCompleted(target) {
 | 
			
		||||
    let state = _getTweenState(target);
 | 
			
		||||
    let delegate = target._delegate;
 | 
			
		||||
 | 
			
		||||
    if (!isTweening(target)) {
 | 
			
		||||
        _resetTweenState(target);
 | 
			
		||||
        if (delegate && delegate.onAnimationComplete)
 | 
			
		||||
            delegate.onAnimationComplete();
 | 
			
		||||
    }
 | 
			
		||||
    return false;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function getTweenCount(scope) {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,6 @@
 | 
			
		||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 | 
			
		||||
 | 
			
		||||
const AccountsService = imports.gi.AccountsService;
 | 
			
		||||
const Atk = imports.gi.Atk;
 | 
			
		||||
const Clutter = imports.gi.Clutter;
 | 
			
		||||
const Gdm  = imports.gi.Gdm;
 | 
			
		||||
const Gio = imports.gi.Gio;
 | 
			
		||||
@@ -9,18 +8,17 @@ const GLib = imports.gi.GLib;
 | 
			
		||||
const GnomeDesktop = imports.gi.GnomeDesktop;
 | 
			
		||||
const Gtk = imports.gi.Gtk;
 | 
			
		||||
const Lang = imports.lang;
 | 
			
		||||
const Meta = imports.gi.Meta;
 | 
			
		||||
const Signals = imports.signals;
 | 
			
		||||
const Shell = imports.gi.Shell;
 | 
			
		||||
const St = imports.gi.St;
 | 
			
		||||
 | 
			
		||||
const Layout = imports.ui.layout;
 | 
			
		||||
const Main = imports.ui.main;
 | 
			
		||||
const ModalDialog = imports.ui.modalDialog;
 | 
			
		||||
const Panel = imports.ui.panel;
 | 
			
		||||
const ShellEntry = imports.ui.shellEntry;
 | 
			
		||||
const Tweener = imports.ui.tweener;
 | 
			
		||||
const UserWidget = imports.ui.userWidget;
 | 
			
		||||
 | 
			
		||||
const AuthPrompt = imports.gdm.authPrompt;
 | 
			
		||||
const Batch = imports.gdm.batch;
 | 
			
		||||
const GdmUtil = imports.gdm.util;
 | 
			
		||||
const LoginDialog = imports.gdm.loginDialog;
 | 
			
		||||
@@ -30,37 +28,91 @@ const IDLE_TIMEOUT = 2 * 60;
 | 
			
		||||
 | 
			
		||||
const UnlockDialog = new Lang.Class({
 | 
			
		||||
    Name: 'UnlockDialog',
 | 
			
		||||
    Extends: ModalDialog.ModalDialog,
 | 
			
		||||
 | 
			
		||||
    _init: function(parentActor) {
 | 
			
		||||
        this.actor = new St.Widget({ accessible_role: Atk.Role.WINDOW,
 | 
			
		||||
                                     style_class: 'login-dialog',
 | 
			
		||||
                                     layout_manager: new Clutter.BoxLayout(),
 | 
			
		||||
                                     visible: false });
 | 
			
		||||
 | 
			
		||||
        this.actor.add_constraint(new Layout.MonitorConstraint({ primary: true }));
 | 
			
		||||
        parentActor.add_child(this.actor);
 | 
			
		||||
        this.parent({ shellReactive: true,
 | 
			
		||||
                      styleClass: 'login-dialog',
 | 
			
		||||
                      keybindingMode: Shell.KeyBindingMode.UNLOCK_SCREEN,
 | 
			
		||||
                      parentActor: parentActor
 | 
			
		||||
                    });
 | 
			
		||||
 | 
			
		||||
        this._userManager = AccountsService.UserManager.get_default();
 | 
			
		||||
        this._userName = GLib.get_user_name();
 | 
			
		||||
        this._user = this._userManager.get_user(this._userName);
 | 
			
		||||
 | 
			
		||||
        this._promptBox = new St.BoxLayout({ vertical: true,
 | 
			
		||||
                                             x_align: Clutter.ActorAlign.CENTER,
 | 
			
		||||
                                             y_align: Clutter.ActorAlign.CENTER,
 | 
			
		||||
                                             x_expand: true,
 | 
			
		||||
                                             y_expand: true });
 | 
			
		||||
        this.actor.add_child(this._promptBox);
 | 
			
		||||
        this._failCounter = 0;
 | 
			
		||||
        this._firstQuestion = true;
 | 
			
		||||
 | 
			
		||||
        this._authPrompt = new AuthPrompt.AuthPrompt(new Gdm.Client(), AuthPrompt.AuthPromptMode.UNLOCK_ONLY);
 | 
			
		||||
        this._authPrompt.connect('failed', Lang.bind(this, this._fail));
 | 
			
		||||
        this._authPrompt.connect('cancelled', Lang.bind(this, this._fail));
 | 
			
		||||
        this._authPrompt.connect('reset', Lang.bind(this, this._onReset));
 | 
			
		||||
        this._authPrompt.setPasswordChar('\u25cf');
 | 
			
		||||
        this._authPrompt.nextButton.label = _("Unlock");
 | 
			
		||||
        this._greeterClient = new Gdm.Client();
 | 
			
		||||
        this._userVerifier = new GdmUtil.ShellUserVerifier(this._greeterClient, { reauthenticationOnly: true });
 | 
			
		||||
        this._userVerified = false;
 | 
			
		||||
 | 
			
		||||
        this._promptBox.add_child(this._authPrompt.actor);
 | 
			
		||||
        this._userVerifier.connect('ask-question', Lang.bind(this, this._onAskQuestion));
 | 
			
		||||
        this._userVerifier.connect('show-message', Lang.bind(this, this._showMessage));
 | 
			
		||||
        this._userVerifier.connect('verification-complete', Lang.bind(this, this._onVerificationComplete));
 | 
			
		||||
        this._userVerifier.connect('verification-failed', Lang.bind(this, this._onVerificationFailed));
 | 
			
		||||
        this._userVerifier.connect('reset', Lang.bind(this, this._onReset));
 | 
			
		||||
 | 
			
		||||
        this._userVerifier.connect('show-login-hint', Lang.bind(this, this._showLoginHint));
 | 
			
		||||
        this._userVerifier.connect('hide-login-hint', Lang.bind(this, this._hideLoginHint));
 | 
			
		||||
 | 
			
		||||
        this._userWidget = new UserWidget.UserWidget(this._user);
 | 
			
		||||
        this.contentLayout.add_actor(this._userWidget.actor);
 | 
			
		||||
 | 
			
		||||
        this._promptLayout = new St.BoxLayout({ style_class: 'login-dialog-prompt-layout',
 | 
			
		||||
                                                vertical: true });
 | 
			
		||||
 | 
			
		||||
        this._promptLabel = new St.Label({ style_class: 'login-dialog-prompt-label' });
 | 
			
		||||
        this._promptLayout.add(this._promptLabel,
 | 
			
		||||
                               { x_align: St.Align.START });
 | 
			
		||||
 | 
			
		||||
        this._promptEntry = new St.Entry({ style_class: 'login-dialog-prompt-entry',
 | 
			
		||||
                                           can_focus: true });
 | 
			
		||||
        this._promptEntry.clutter_text.connect('activate', Lang.bind(this, this._doUnlock));
 | 
			
		||||
        this._promptEntry.clutter_text.set_password_char('\u25cf');
 | 
			
		||||
        ShellEntry.addContextMenu(this._promptEntry, { isPassword: true });
 | 
			
		||||
        this.setInitialKeyFocus(this._promptEntry);
 | 
			
		||||
        this._promptEntry.clutter_text.connect('text-changed', Lang.bind(this, function() {
 | 
			
		||||
            this._updateOkButtonSensitivity(this._promptEntry.text.length > 0);
 | 
			
		||||
        }));
 | 
			
		||||
 | 
			
		||||
        this._promptLayout.add(this._promptEntry,
 | 
			
		||||
                               { expand: true,
 | 
			
		||||
                                 x_fill: true });
 | 
			
		||||
 | 
			
		||||
        this.contentLayout.add_actor(this._promptLayout);
 | 
			
		||||
 | 
			
		||||
        this._promptMessage = new St.Label({ visible: false });
 | 
			
		||||
        this.contentLayout.add(this._promptMessage, { x_fill: true });
 | 
			
		||||
 | 
			
		||||
        this._promptLoginHint = new St.Label({ style_class: 'login-dialog-prompt-login-hint' });
 | 
			
		||||
        this._promptLoginHint.hide();
 | 
			
		||||
        this.contentLayout.add_actor(this._promptLoginHint);
 | 
			
		||||
 | 
			
		||||
        this.allowCancel = false;
 | 
			
		||||
        this.buttonLayout.visible = true;
 | 
			
		||||
        this.addButton({ label: _("Cancel"),
 | 
			
		||||
                         action: Lang.bind(this, this._escape),
 | 
			
		||||
                         key: Clutter.KEY_Escape },
 | 
			
		||||
                       { expand: true,
 | 
			
		||||
                         x_fill: false,
 | 
			
		||||
                         y_fill: false,
 | 
			
		||||
                         x_align: St.Align.START,
 | 
			
		||||
                         y_align: St.Align.MIDDLE });
 | 
			
		||||
        this.placeSpinner({ expand: false,
 | 
			
		||||
                            x_fill: false,
 | 
			
		||||
                            y_fill: false,
 | 
			
		||||
                            x_align: St.Align.END,
 | 
			
		||||
                            y_align: St.Align.MIDDLE });
 | 
			
		||||
        this._okButton = this.addButton({ label: _("Unlock"),
 | 
			
		||||
                                          action: Lang.bind(this, this._doUnlock),
 | 
			
		||||
                                          default: true },
 | 
			
		||||
                                        { expand: false,
 | 
			
		||||
                                          x_fill: false,
 | 
			
		||||
                                          y_fill: false,
 | 
			
		||||
                                          x_align: St.Align.END,
 | 
			
		||||
                                          y_align: St.Align.MIDDLE });
 | 
			
		||||
 | 
			
		||||
        let screenSaverSettings = new Gio.Settings({ schema: 'org.gnome.desktop.screensaver' });
 | 
			
		||||
        if (screenSaverSettings.get_boolean('user-switch-enabled')) {
 | 
			
		||||
@@ -73,100 +125,174 @@ const UnlockDialog = new Lang.Class({
 | 
			
		||||
                                                    x_align: St.Align.START,
 | 
			
		||||
                                                    x_fill: true });
 | 
			
		||||
            this._otherUserButton.connect('clicked', Lang.bind(this, this._otherUserClicked));
 | 
			
		||||
            this._promptBox.add_child(this._otherUserButton);
 | 
			
		||||
            this.dialogLayout.add(this._otherUserButton,
 | 
			
		||||
                                  { x_align: St.Align.START,
 | 
			
		||||
                                    x_fill: false });
 | 
			
		||||
        } else {
 | 
			
		||||
            this._otherUserButton = null;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._authPrompt.reset();
 | 
			
		||||
        this._updateSensitivity(true);
 | 
			
		||||
 | 
			
		||||
        Main.ctrlAltTabManager.addGroup(this.actor, _("Unlock Window"), 'dialog-password-symbolic');
 | 
			
		||||
        let batch = new Batch.Hold();
 | 
			
		||||
        this._userVerifier.begin(this._userName, batch);
 | 
			
		||||
 | 
			
		||||
        this._idleMonitor = Meta.IdleMonitor.get_core();
 | 
			
		||||
        Main.ctrlAltTabManager.addGroup(this.dialogLayout, _("Unlock Window"), 'dialog-password-symbolic');
 | 
			
		||||
 | 
			
		||||
        this._idleMonitor = new GnomeDesktop.IdleMonitor();
 | 
			
		||||
        this._idleWatchId = this._idleMonitor.add_idle_watch(IDLE_TIMEOUT * 1000, Lang.bind(this, this._escape));
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _updateSensitivity: function(sensitive) {
 | 
			
		||||
        this._authPrompt.updateSensitivity(sensitive);
 | 
			
		||||
 | 
			
		||||
        this._promptEntry.reactive = sensitive;
 | 
			
		||||
        this._promptEntry.clutter_text.editable = sensitive;
 | 
			
		||||
        this._updateOkButtonSensitivity(sensitive && this._promptEntry.text.length > 0);
 | 
			
		||||
        if (this._otherUserButton) {
 | 
			
		||||
            this._otherUserButton.reactive = sensitive;
 | 
			
		||||
            this._otherUserButton.can_focus = sensitive;
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _fail: function() {
 | 
			
		||||
        this.emit('failed');
 | 
			
		||||
    _updateOkButtonSensitivity: function(sensitive) {
 | 
			
		||||
        this._okButton.reactive = sensitive;
 | 
			
		||||
        this._okButton.can_focus = sensitive;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onReset: function(authPrompt, beginRequest) {
 | 
			
		||||
        let userName;
 | 
			
		||||
        if (beginRequest == AuthPrompt.BeginRequestType.PROVIDE_USERNAME) {
 | 
			
		||||
            this._authPrompt.setUser(this._user);
 | 
			
		||||
            userName = this._userName;
 | 
			
		||||
    _showMessage: function(userVerifier, message, styleClass) {
 | 
			
		||||
        if (message) {
 | 
			
		||||
            this._promptMessage.text = message;
 | 
			
		||||
            this._promptMessage.styleClass = styleClass;
 | 
			
		||||
            GdmUtil.fadeInActor(this._promptMessage);
 | 
			
		||||
        } else {
 | 
			
		||||
            userName = null;
 | 
			
		||||
            GdmUtil.fadeOutActor(this._promptMessage);
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onAskQuestion: function(verifier, serviceName, question, passwordChar) {
 | 
			
		||||
        if (this._firstQuestion && this._firstQuestionAnswer) {
 | 
			
		||||
            this._userVerifier.answerQuery(serviceName, this._firstQuestionAnswer);
 | 
			
		||||
            this._firstQuestionAnswer = null;
 | 
			
		||||
            this._firstQuestion = false;
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this._authPrompt.begin({ userName: userName });
 | 
			
		||||
        this._promptLabel.text = question;
 | 
			
		||||
 | 
			
		||||
        if (!this._firstQuestion)
 | 
			
		||||
            this._promptEntry.text = '';
 | 
			
		||||
        else
 | 
			
		||||
            this._firstQuestion = false;
 | 
			
		||||
 | 
			
		||||
        this._promptEntry.clutter_text.set_password_char(passwordChar);
 | 
			
		||||
        this._promptEntry.menu.isPassword = passwordChar != '';
 | 
			
		||||
 | 
			
		||||
        this._currentQuery = serviceName;
 | 
			
		||||
        this._updateSensitivity(true);
 | 
			
		||||
        this.setWorking(false);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _showLoginHint: function(verifier, message) {
 | 
			
		||||
        this._promptLoginHint.set_text(message)
 | 
			
		||||
        GdmUtil.fadeInActor(this._promptLoginHint);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _hideLoginHint: function() {
 | 
			
		||||
        GdmUtil.fadeOutActor(this._promptLoginHint);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _doUnlock: function() {
 | 
			
		||||
        if (this._firstQuestion) {
 | 
			
		||||
            // we haven't received a query yet, so stash the answer
 | 
			
		||||
            // and make ourself non-reactive
 | 
			
		||||
            // the actual reply to GDM will be sent as soon as asked
 | 
			
		||||
            this._firstQuestionAnswer = this._promptEntry.text;
 | 
			
		||||
            this._updateSensitivity(false);
 | 
			
		||||
            this.setWorking(true);
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (!this._currentQuery)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        let query = this._currentQuery;
 | 
			
		||||
        this._currentQuery = null;
 | 
			
		||||
 | 
			
		||||
        this._updateSensitivity(false);
 | 
			
		||||
        this.setWorking(true);
 | 
			
		||||
 | 
			
		||||
        this._userVerifier.answerQuery(query, this._promptEntry.text);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _finishUnlock: function() {
 | 
			
		||||
        this._userVerifier.clear();
 | 
			
		||||
        this.emit('unlocked');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onVerificationComplete: function() {
 | 
			
		||||
        this._userVerified = true;
 | 
			
		||||
        if (!this._userVerifier.hasPendingMessages) {
 | 
			
		||||
            this._finishUnlock();
 | 
			
		||||
        } else {
 | 
			
		||||
            let signalId = this._userVerifier.connect('no-more-messages',
 | 
			
		||||
                                                      Lang.bind(this, function() {
 | 
			
		||||
                                                          this._userVerifier.disconnect(signalId);
 | 
			
		||||
                                                          this._finishUnlock();
 | 
			
		||||
                                                      }));
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onReset: function() {
 | 
			
		||||
        if (!this._userVerified) {
 | 
			
		||||
            this._userVerifier.clear();
 | 
			
		||||
            this.emit('failed');
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _onVerificationFailed: function() {
 | 
			
		||||
        this._currentQuery = null;
 | 
			
		||||
        this._firstQuestion = true;
 | 
			
		||||
        this._userVerified = false;
 | 
			
		||||
 | 
			
		||||
        this._promptEntry.text = '';
 | 
			
		||||
        this._promptEntry.clutter_text.set_password_char('\u25cf');
 | 
			
		||||
        this._promptEntry.menu.isPassword = true;
 | 
			
		||||
 | 
			
		||||
        this._updateSensitivity(false);
 | 
			
		||||
        this.setWorking(false);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _escape: function() {
 | 
			
		||||
        if (this.allowCancel)
 | 
			
		||||
            this._authPrompt.cancel();
 | 
			
		||||
        if (this.allowCancel) {
 | 
			
		||||
            this._userVerifier.cancel();
 | 
			
		||||
            this.emit('failed');
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _otherUserClicked: function(button, event) {
 | 
			
		||||
        Gdm.goto_login_session_sync(null);
 | 
			
		||||
 | 
			
		||||
        this._authPrompt.cancel();
 | 
			
		||||
        this._userVerifier.cancel();
 | 
			
		||||
        this.emit('failed');
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    destroy: function() {
 | 
			
		||||
        this.popModal();
 | 
			
		||||
        this.actor.destroy();
 | 
			
		||||
        this._userVerifier.clear();
 | 
			
		||||
 | 
			
		||||
        if (this._idleWatchId) {
 | 
			
		||||
            this._idleMonitor.remove_watch(this._idleWatchId);
 | 
			
		||||
            this._idleWatchId = 0;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.parent();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    cancel: function() {
 | 
			
		||||
        this._authPrompt.cancel();
 | 
			
		||||
        this._userVerifier.cancel(null);
 | 
			
		||||
 | 
			
		||||
        this.destroy();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    addCharacter: function(unichar) {
 | 
			
		||||
        this._authPrompt.addCharacter(unichar);
 | 
			
		||||
        this._promptEntry.clutter_text.insert_unichar(unichar);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    finish: function(onComplete) {
 | 
			
		||||
        this._authPrompt.finish(onComplete);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    open: function(timestamp) {
 | 
			
		||||
        this.actor.show();
 | 
			
		||||
 | 
			
		||||
        if (this._isModal)
 | 
			
		||||
            return true;
 | 
			
		||||
 | 
			
		||||
        if (!Main.pushModal(this.actor, { timestamp: timestamp,
 | 
			
		||||
                                          keybindingMode: Shell.KeyBindingMode.UNLOCK_SCREEN }))
 | 
			
		||||
            return false;
 | 
			
		||||
 | 
			
		||||
        this._isModal = true;
 | 
			
		||||
 | 
			
		||||
        return true;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    popModal: function(timestamp) {
 | 
			
		||||
        if (this._isModal) {
 | 
			
		||||
            Main.popModal(this.actor, timestamp);
 | 
			
		||||
            this._isModal = false;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
Signals.addSignalMethods(UnlockDialog.prototype);
 | 
			
		||||
 
 | 
			
		||||