gnome-shell:wip/aday/standardise-text-styles

Last commit made on 2019-06-27
Get this branch:
git clone -b wip/aday/standardise-text-styles https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/aday/standardise-text-styles
Repository:
lp:gnome-shell

Recent commits

34e9513... by Allan Day

adjust UI to new text styles

With the new text styles, some UI needs to adjusted, primarily to
accommodate larger heading text.

40a772c... 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

2ccd87a... by Allan Day

theme: Remove unused message tray counters

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

extensionDownloader: Use common message dialog layout

While the confirmation dialog for extension installation is simpler
than - say - authentication dialogs, it still makes sense to re-use
the common content layout instead of duplicating it.

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

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

dialog: Use GObject.set() over Object.assign()

gjs has provided that as a more idiomatic replacement for a while.

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

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

main: Fix some typos and style inconsistencies in comments

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

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

windowManager: Use own variables for each gesture

Using one variable to initialize all gestures will update the address of
the "gesture" pointer with every newly initialized object. This means
that event handlers which also use the "gesture" pointer like the
'keyboard-visible-changed' handler will update a different gesture as
soon as the pointer is changed.

This lead to a bug where the handler of 'keyboard-visible-changed'
wrongly nabled the unfullscreen gesture. Fix that by assigning each
gesture its own variable.

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

03bb8cd... by jimmac

theme: darken sliders to match gtk

- match gtk a bit more closely, but avoid the gradients (change will
  happen on gtk side for this one).

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