Go to file
Florian Müllner 1c9d821aa2 messageTray: Add source policy setter
Commit 8f15193b4 changed the `policy` property from a regular JS property to
a getter. This was necessary to avoid calling an overridden _createPolicy()
method before a subclass is properly initialized, but it broke the second
way of using notification sources:

Don't create a Source subclass, but use the base class directly and change
its `policy` property.

There's no good reason why we should no longer allow this, so add a setter.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/431
2019-03-03 08:58:56 +00:00
.gitlab-ci ci: Use custom image for JS checks 2019-02-26 21:08:17 +00:00
.settings Clean out some eclipse artefacts 2019-02-13 04:39:26 +01:00
data search: Hide the separator line of the last result 2019-03-02 12:29:41 +00:00
docs/reference
js messageTray: Add source policy setter 2019-03-03 08:58:56 +00:00
man
meson
po Updated Vietnamese translation 2019-03-03 13:48:55 +07:00
src st: Only consider visible children for :first/:last-child 2019-03-02 12:19:40 +00:00
subprojects gvc: Update submodule to up-to-date version 2019-02-28 21:59:08 +01:00
tests cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
tools build: Remove Canberra dependency 2019-01-09 23:09:18 +00:00
.gitignore
.gitlab-ci.yml ci: Use custom image for JS checks 2019-02-26 21:08:17 +00:00
.gitmodules
config.h.meson
COPYING
gnome-shell.doap
HACKING.md cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
meson_options.txt
meson.build build: Bump gjs requirement 2019-02-28 19:43:45 +01:00
NEWS Bump version to 3.31.91 2019-02-21 19:58:25 +01:00
README.md README.md: Add contribution section 2019-02-13 20:37:39 +01:00

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.