gnome-shell:gbsneto/789110

Last commit made on 2018-05-29
Get this branch:
git clone -b gbsneto/789110 https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
gbsneto/789110
Repository:
lp:gnome-shell

Recent commits

efd8df2... by Mario Sánchez Prada

bluetooth: Be consistent when determining whether Bluetooth is off

It would be nice if we could use the same exact condition to decide
whether to show "Off"/"Turn On" vs "On"/"Turn Off" in the menu, since
otherwise we risk showing inconsistent states in each place.

https://bugzilla.gnome.org/show_bug.cgi?id=789110

4489426... by Marco Trevisan (Treviño)

st-label: Unset clutter text instance on disposal

The instance is owned by the actor (being its child), and thus when the
disposal happens for the parent the text is disposed too, thus it's just
safer to nullify its reference so that we won't try to access to invalid
objects later, and this might be the case since the JS objects could be kept
around until they aren't finalized.

https://bugzilla.gnome.org/show_bug.cgi?id=788931

b03bcc8... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

closeDialog: Periodically check for window to become responsive again

The close dialog for non-responding windows is closed automatically
when we detect that the window is responding again. However as we
currently only ping the window in response to certain user actions
(like focusing the window or opening the window menu), this can
easily go undetected.

Address this by periodically pinging the window while the close
dialog is shown.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/298

70057c6... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

closeDialog: Disable unredirection while showing

The dialog won't be visible when unredirection is in place (for example
while a fullscreen window is focused), so disable unredirection while
the dialog is up.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/298

86bd5b2... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

Bump version to 3.29.2

Update NEWS.

ad3e9ab... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

docs: Clarify where style changes should be done

After the move to Gitlab, the gnome-shell-sass repository is more
exposed than it used to; clarify that it is not the place where
style changes should happen, but rather the corresponding subtree
in the gnome-shell repository.

02bbf40... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

docs: Use Markdown

Markdown produces nicer output where supported, so use that instead
of plain ASCII formatting.

f56e4e1... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

docs: Remove old style HACKING

The information is outdated, the relevant documentation is all in
[the README](data/theme/README) nowadays.

fc26559... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

docs: Remove obsolete files

The canonical maintainership information is tracked in the project's
.doap file as for any other GNOME project, and the empty AUTHORS
file only existed to make autotools happy.

fdaddbd... by ojb

Improve notification documentation

Ref: https://gitlab.gnome.org/GNOME/gnome-shell/issues/294