gnome-shell:wip/jimmac/typography

Last commit made on 2019-06-25
Get this branch:
git clone -b wip/jimmac/typography https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/jimmac/typography
Repository:
lp:gnome-shell

Recent commits

1b4062c... by Allan Day

theme: Standardise text styles

Initial attempt to use standard text styles, in line with what's
being done for GTK (https://gitlab.gnome.org/GNOME/gtk/issues/1808).

This is just changing the sizes and weights for now. Spacing
adjustments will be required further down the line.

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

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

Bump version to 3.33.3

Update NEWS.

751cd2f... by Christian Hergert <email address hidden>

main: setup GJS profiler when GJS_TRACE_FD is set

This is the same environment variable that will be used in GJS to auto-
connect Sysprof to the GJS profiler when the gjs binary is used.

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

6f6b6fb... by jimmac

Merge branch 'wip/jimmac/sync-with-adwaita'

fe346b8... by Jordi Mas

Update Catalan translation

0744c6a... by gogo

Update Croatian translation

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

panel: Center-align menu arrows

Center alignment looks more balanced and makes it more likely that
the menu opens below the pointer position.

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

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

layout: Use addChrome instead of addTopChrome for screenShieldGroup

Make sure the panel is visible above the login and screen shield actors
by adding the screenShieldGroup to the uiGroup underneath the panelBox.

This fixes a regression introduced with 2bd80579eddba9804871ce6c8de742bdf9b1d800

Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1330

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

94ba52a... by Will Thompson

network: don't assume NMActiveConnection has a device

In practice this has been seen to fail:

    JS ERROR: TypeError: active.get_devices(...)[0] is undefined
    ensureActiveConnectionProps@resource:///org/gnome/shell/ui/status/network.js:73:22
    _getMainConnection@resource:///org/gnome/shell/ui/status/network.js:1791:13
    _syncMainConnection@resource:///org/gnome/shell/ui/status/network.js:1809:32

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

44e1a6c... by Frederik Feichtmeier

Theme: update to sync with gtk Adwaita

- consistent OSD colors
- consistent fg/bg colors
- updated rounded corners
- switches

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/841