gnome-shell:issue154

Last commit made on 2018-04-18
Get this branch:
git clone -b issue154 https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
issue154
Repository:
lp:gnome-shell

Recent commits

be76b19... by Mario Sánchez Prada

st-entry: Set text-related CSS properties on the internal ClutterText

Call _st_set_text_from_style() when updating the entry's style, so
that CSS style properties such as text-decoration or letter-spacing
are applied over the internal ClutterText instance.

376d696... by Mario Sánchez Prada

st-private: Add support for letter-spacing in ClutterText based StWidgets

Add support in _st_set_text_from_style(), so that this CSS property can
be used from any StWidget holding an internal ClutterText.

695d619... by Mario Sánchez Prada

st-theme-node: Add new getter st_theme_node_get_letter_spacing

This will be used by ClutterText-backed StWidgets to update their
list of PangoAttributes according to the letter-spacing property.

d6d09fd... by Didier Roche-Tolomelli

ui: Theme lookup should respect XDG_DATA_DIRS

Modes, extensions and other GNOME Shell assets are searched in appropriate
subdirectories of each directory in XDG_DATA_DIRS, falling back
to global.datadir.
However, this isn't the case for themes, which are currently always expected
in global.datadir, even when referenced by a mode in a different XDG_DATA_DIR.

The fix is to have the theme finding pattern follow the same logic as other
elements.
Fixes #167.

f1b1501... by gogo

Update Croatian translation

cdbc99e... by Mario Sánchez Prada

popupMenu: Fix wrong call to clutter_actor_add_child()

Specify the horizontal alignment via the x_align property when creating
the StIcon, since this function expects one argument, not two.

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

remoteMenu: Support icons in app-menu

The HIG discourages the use of icons in menus except for "noun" items
(files, bookmarks, ...). While those should be rarely used in the
application menu, it still makes sense to support them in the few
cases where they are used.

https://bugzilla.gnome.org/show_bug.cgi?id=760985

b99e304... by Marco Trevisan (Treviño)

workspaceThumbnail: initialize porthole based on workArea

https://bugzilla.gnome.org/show_bug.cgi?id=792687

c29bd46... by Marco Trevisan (Treviño)

workspaceThumbnail: rebuild thumbnails if workareas size changed

https://bugzilla.gnome.org/show_bug.cgi?id=792687

5fcf40b... by Marco Trevisan (Treviño)

workspaceThumbnail: only update _porthole if the overview is visible

Otherwise it happens that porthole is computed again after that the
overlay is hidden (triggered by a layout reallocation) and thus not
regenerated again afterwards.

https://bugzilla.gnome.org/show_bug.cgi?id=792687