gnome-shell:pot-ci

Last commit made on 2019-02-09
Get this branch:
git clone -b pot-ci https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
pot-ci
Repository:
lp:gnome-shell

Recent commits

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

ci: Check that pot file is generated correctly

This is to guard against the now infamous xgettext bug[0].

[0] https://savannah.gnu.org/bugs/?50920#comment5

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

Bump version to 3.31.90

Update NEWS.

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

tests: Work around import dependency loop

The markup unit test currently fails with the following message:

  TypeError: class heritage MessageList.Message is not an object or null

This is because MessageList imports other modules that end up importing
MessageList themselves in order to inherit from one of its classes. But
as the MessageList imports hasn't finished yet (it's still processing
its own imports), that class hasn't been defined yet.

Work around that by importing Main first, so that the importer can
process imports in a proper order.

5f13cf7... by Piotr Drąg

Update Polish translation

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

extensionUtils: Include some more helper functions

Those functions originated in gnome-shell-extension's Convenience
module which is copied by almost every extension out there. Let's
make people's life just a little bit easier by including the code
ourselves.

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

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

panel: Restrict app menu width

Window titles aren't restricted in length, so the menu may end up unwieldily
width. Commit 0bec76b6ee therefore limited the app context menus, but that
got accidentally dropped in commit 0ded0dbfd5. Add back the limitation and
extend it to the new app menu as well.

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

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

panel: Desaturate appmenu icon

Top bar icons are supposed to by symbolic, but not all applications
provide a symbolic icon. Make the stick out less by desaturating
the appmenu icon if a symbolic style is requested.

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

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

build: Don't introspect ShellMenu

It is now only used internally by ShellApp to track remote actions,
so there's no need to expose it to javascript code.

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

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

build: Remove remote menu support

It is now unused.

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

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

app: Remove :menu property

It is now unused.

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