gnome-shell/js/ui
Florian Müllner c67eabaf62 appDisplay: Use ::paint handler to set up spring animation
The animation needs the icons' final positions, so we currently defer
it to a ::notify::allocation handler; however as starting the animation
during an allocation cycle would trigger a Clutter warning, it is
further deferred to a MetaLater. While this usually works, it is possible
that the allocation is already valid when we connect the signal, in which
case the animation is triggered at a later unexpected time. Switch to
a more robust ::paint handler instead, which also allows us to get rid
of the double-delay.

https://bugzilla.gnome.org/show_bug.cgi?id=736148
2017-07-19 10:49:54 +02:00
..
components Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
status Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
accessDialog.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
altTab.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
animation.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
appDisplay.js appDisplay: Use ::paint handler to set up spring animation 2017-07-19 10:49:54 +02:00
appFavorites.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
audioDeviceSelection.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
background.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
backgroundMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
boxpointer.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
calendar.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
checkBox.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
closeDialog.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
ctrlAltTab.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
dash.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
dateMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
dialog.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
dnd.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
edgeDragAction.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
endSessionDialog.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
environment.js environment: Remove stray semicolon 2017-07-19 01:45:12 +02:00
extensionDownloader.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
extensionSystem.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
focusCaretTracker.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
grabHelper.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
ibusCandidatePopup.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
iconGrid.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
keyboard.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
layout.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
legacyTray.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
lightbox.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
lookingGlass.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
magnifier.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
magnifierDBus.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
main.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
messageList.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
messageTray.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
modalDialog.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
mpris.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
notificationDaemon.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
osdMonitorLabeler.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
osdWindow.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
overview.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
overviewControls.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
padOsd.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
panel.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
panelMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
pointerWatcher.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
popupMenu.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
remoteMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
remoteSearch.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
runDialog.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
screencast.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
screenShield.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
screenshot.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
scripting.js shell-perf-helper: Add an option for continual redraws 2014-07-16 10:33:59 -04:00
search.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
sessionMode.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
shellDBus.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
shellEntry.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
shellMountOperation.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
slider.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
switcherPopup.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
tweener.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
unlockDialog.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
userWidget.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
viewSelector.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
windowAttentionHandler.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
windowManager.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
windowMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
workspace.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
workspacesView.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
workspaceSwitcherPopup.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
workspaceThumbnail.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
xdndHandler.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00