Murray Cumming 1da9546c40 App Picker: Prevent drag if favorite-apps is locked.
Because there's nothing (in single-monitor setups) that could
take the drop in this case.

* js/ui/appDisplay.js:
  AllView._loadApps(), FrequentView._loadApps(): Pass
  an isDraggable parameter when creating the AppIcons,
  depending on whether the favorite-apps key is locked.
  AppIcon._init(): Check for isDraggable in the params and
  do not create _draggable if it was specified, to prevent a
  drag from starting.
  AppIcon.popupMenu(): Check _draggable before trying to call
  fakeRelease on it.
* js/ui/dash.js: Dash._createAppItem(): Check AppIcon._draggable
  before trying to connect to its signals.

https://bugzilla.gnome.org/show_bug.cgi?id=741325
2015-01-28 14:15:51 +01:00
..
2014-10-14 18:53:39 -07:00
2014-11-13 12:26:33 +00:00
2014-04-10 21:08:16 +02:00
2014-12-19 11:39:50 +01:00
2014-10-16 17:16:06 -04:00
2014-12-19 11:39:50 +01:00
2014-12-19 11:39:50 +01:00
2015-01-07 15:26:21 -08:00
2015-01-16 18:24:36 +01:00
2015-01-21 15:44:05 +01:00
2014-10-09 12:17:15 +02:00