gnome-shell:ewlsh/dead-code

Last commit made on 2022-01-05
Get this branch:
git clone -b ewlsh/dead-code https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
ewlsh/dead-code
Repository:
lp:gnome-shell

Recent commits

5821a9d... by Evan Welsh

loginDialog: Remove some dead code

_getBannerAllocation() takes a single argument.

b58ebe7... by Evan Welsh

workspacesView: Remove some dead code

this._scrolling has been unused since commit a11f417cd0f9.

ab59777... by Romain Vigier <email address hidden>

extensions-app: Use AdwPreferencesPage and AdwPreferencesGroup

Give consistent styling and sizing to extensions lists.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1997>

1359ced... by Romain Vigier <email address hidden>

extensions-app: Vertically center updates bar text

With the new stylesheet, the text is too close to the bar border.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1997>

e0f2674... by Romain Vigier <email address hidden>

extensions-app: Replace empty views with AdwStatusPage

AdwStatusPage provides consistent styling for empty views.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1997>

35b2622... by Romain Vigier <email address hidden>

extensions-app: Use `.content` class for lists

Since the `.content` class comes with its own separators, we
don't need the property `use-separators` on the list.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1997>

ec0ee7e... by Romain Vigier <email address hidden>

extensions-app: Use `.heading` class for headings

Don't hardcode headings styling.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1997>

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

extensions-app: Use Adw.Application's automatic style loading

Now that we switched to AdwApplication, we can automate loading
the custom stylesheet by simply using the expected name and
resource prefix.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1997>

891978b... by Romain Vigier <email address hidden>

extensions-app: Use AdwApplication

Initialize libadwaita, which loads the libadwaita stylesheet
and allow following the dark style preference of the system.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1997>

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

dateMenu: Port to GWeather 4.0

Besides dropping its GTK dependency (which doesn't affect us),
GWeather 4.0 replaces its own timezone type with GTimeZone.

It's easy enough to adjust to that, so port over to the new
version.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2083>