gnome-shell:drop-portal

Last commit made on 2020-01-20
Get this branch:
git clone -b drop-portal https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
drop-portal
Repository:
lp:gnome-shell

Recent commits

b036294... by Matthias Clasen <email address hidden>

data: Stop providing an Access portal backend

A portal review by the design team has concluded that
it is better to have all portals as application-modal
GTK dialogs, instead of mixing them with some system-modal
shell dialogs.

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

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

theme: Add back run-dialog styling

It was dropped accidentally in commit 02e885b3.

0e3a265... by Georges Basile Stavracas Neto

iconGrid: Animate icon positions

As per design guidance, animate the icons when the grid changes.
Each icon takes 250ms to transition, and starts moving 25ms after
the previous one.

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

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

theme/messageList: Add spacing for no-notifications placeholder

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

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

endSessionDialog: Redesign according to new mockups

See https://gitlab.gnome.org/GNOME/gnome-shell/issues/1343

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

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

endSessionDialog: Use a ListSection for application and session list

Since there now are generic ListSection and ListSectionItem widgets for
dialogs, use them for the lists of inhibitors in the endSessionDialog.

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

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

dialog: Add a ListSection and ListSectionItem

According to the mockups, add a generic ListSection and ListSectionItem
for dialogs. To add items (like a ListSectionItem) to a section,
ListSection exposes a public ListSection.list actor.

See https://gitlab.gnome.org/GNOME/gnome-shell/issues/1343

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

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

dialog: Split out _setLabel function

This will be useful when adding more generic containers like
MessageDialogContent.

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

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

endSessionDialog: Don't allow focusing inhibitor items

Those items are not interactive, so it doesn't make sense to be able to
set key-focus to them, disallow that.

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

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

endSessionDialog: Fix a signal-name typo

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