gnome-shell:wip/jimmac/adwaita-light

Last commit made on 2019-05-27
Get this branch:
git clone -b wip/jimmac/adwaita-light https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/jimmac/adwaita-light
Repository:
lp:gnome-shell

Recent commits

04b0f86... by jimmac

theme: use light theme for popovers

Make shell mimic Adwaita gtk.

FIXME:
 - switches
 - buttons
 - modal dialogs

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

43584e1... by jimmac

Revert "calendar-server: Port to libecal-2.0"

This reverts commit bd4aac8f498d0012b9498839ff1e7d1943720552.

2f6323a... by Marco Trevisan (Treviño)

modalDialog: Use a Gobject property to manage the state

Make the state read-only while add a "private" function to set it and notify
when it changes.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/55

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

modalDialog: Inherit from St.Widget

Make the dialog a widget itself, removing the `_group` property used for
handling the actor.

Update all the inherited classes to be also GObject implementations, moving all
the signals to proper object ones.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/55

dd5d7d3... by Carlos Garnacho

shell: Only initialize global->xdisplay on X11 compositors

This is just used to set up things that are relevant to X11 compositors
(XDND, XFixes input region). We can live with it unset on the wayland
compositor cases.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/378

771b1a0... by Carlos Garnacho

shell: Do not set XFixes input region on wayland compositors

This is just needed on the X11 compositor, wayland compositors are known
for handling their own input.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/378

5a9d094... by Carlos Garnacho

shell: Use MetaDisplay input focus API

Replaces use of (now removed) MetaX11Display focus API (which happened to
work for wayland too).

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/378

9ca8433... by =?utf-8?q?Jonas_Dre=C3=9Fler?= <email address hidden>

network: Make NMWirelessDialogItem a subclass of St.BoxLayout

In commit 41dd744b7429358a4534e603570d4d1c8acc161b this item was
confused with a popup menu item. To fix this, make NMWirelessDialogItem
inherit from St.BoxLayout instead of adding the item.actor variable back
again.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/551

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

Bump version to 3.33.2

Update NEWS.

88697ad... by Marco Trevisan (Treviño)

js: Throw GObject.NotImplementedError when requiring overriding

Since version 1.50.0, gjs defines GObject.NotImplementedError for throwing
errors when a "virtual" method that requires a subclass implementation is not
defined.

So use this instead of a generic JS Error in such cases.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/549