~trebelnik-stefina/cinnamon-test/+git/Cinnamon:show-uuids

Last commit made on 2021-02-05
Get this branch:
git clone -b show-uuids https://git.launchpad.net/~trebelnik-stefina/cinnamon-test/+git/Cinnamon

Branch merges

Branch information

Recent commits

9262984... by Clement Lefebvre <email address hidden>

Spices: Show UUID in management/download tabs

It's important to be able to uniquely identify the spice.
We also want to give a notion to the user that these are somewhat 3rd party
and not core.

9df2184... by Sparky Bluefang <email address hidden>

build: gstreamer only used by recorder, so make it conditional.

70b6974... by Joseph Mccullar

cs_startup: Improve ellipsizing of description labels

These were limited to 40 characters in length which wasn't really needed. The
new size group is used to keep the labels truncated to the same length even
if the row doesn't show a delay value.

Fixes: https://github.com/linuxmint/cinnamon/issues/9862

63d6825... by Michael Webster

power applet: When 'always show all batteries' is enabled, only
display devices that will have a valid percentage.

Devices that use the 'BatteryLevel' property (like mice) only express
their charge in terms such as 'good' or 'full'. These shouldn't be
shown in the panel because their percentage property isn't valid.

94221f7... by Michael Webster

power applet: Fix _devicesChanged so that calls to csd-power are
handled sequentially.

GetPrimaryDeviceRemote would be called, followed immediately by
a call to GetDevicesRemote - without waiting for the first call
to complete. Since the second call's callback is expecting info
received in the first's callback, if makes more sense (and is
more clear) to nest the second call in the repsonse of the first.

This really shouldn't change actual behavior since csd-power responds
to these calls synchronously and call order is preserved by dbus
(so we'll have a response from the first call before we get a
response to the second).

See:
https://bugs.freedesktop.org/show_bug.cgi?id=101563

6b12966... by Michael Webster

src/meson.build: Include st enum header file to executable sources
as well.

Follow-up to 480568c33385d1705e.

Ref:
https://github.com/linuxmint/cinnamon/issues/9881

28692e9... by Michael Webster

menu applet: Decode favorite uris used for display.

The DocManager handles this for recent files, but it needs to be
handled here for favorites.

6664a21... by Michael Webster

st-texture-cache.c: Don't return from a GTask twice.

3f58a4a... by =?utf-8?q?Jos=C3=A9_Gadelha?= <email address hidden>

GWL-fixes: move window to another workspace

Fix #9200, #9080, #9153, #9822

Those changes solves a set of GWL bugs that occur depending on how an app window is moved to another workspace.

93f2391... by Clement Lefebvre <email address hidden>

4.8.6