Go to file
Georges Basile Stavracas Neto 3db1058c2c appIcon: End running drag operations on destroy
AppIcon makes itself draggable, and handles the various DnD
routines such as 'drag-begin' and 'drag-end' by making the
Overview emit the appropriate signals.

However, when destroyed, the AppIcon does not try to finish
any drag operations that started. That causes the event
blocker in AllView not to be updated correctly when dragging
icons to outside folders.

Make AppIcon emit 'item-drag-end' when a drag operation
started and it's destroyed.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/643
2019-07-24 18:11:25 -03:00
.gitlab-ci ci: Add eslint job to review stage 2019-07-24 00:35:25 +02:00
.settings
data panel: Use dedicated Spinner class 2019-07-22 17:50:52 +02:00
docs/reference
js appIcon: End running drag operations on destroy 2019-07-24 18:11:25 -03:00
lint lint: Allow marking variables/arguments as unused 2019-07-24 00:28:45 +02:00
man
meson
po Update Karbi translation 2019-07-24 18:42:40 +00:00
src
subprojects
test
tests
tools
.eslintrc.json
.gitignore
.gitlab-ci.yml ci: Add eslint job to review stage 2019-07-24 00:35:25 +02:00
.gitmodules
cldr2json.py
config.h.meson
COPYING
gnome-shell.doap
HACKING.md
meson_options.txt
meson.build build: Automatically bump mutter API version each cycle 2019-07-23 21:57:21 +00:00
NEWS
README.md
README.mdwn

GNOME Shell

GNOME Shell provides core user interface functions for the GNOME 3 desktop, like switching to windows and launching applications. GNOME Shell takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a visually attractive and easy to use experience.

For more information about GNOME Shell, including instructions on how to build GNOME Shell from source and how to get involved with the project, see the project wiki.

Bugs should be reported to the GNOME bug tracking system.

Contributing

To contribute, open merge requests at https://gitlab.gnome.org/GNOME/gnome-shell.

Commit messages should follow the GNOME commit message guidelines. We require an URL to either an issue or a merge request in each commit.

License

GNOME Shell is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.