~ubuntubudgie-dev/ubuntubudgie/+git/libhandy:wip/exalm/isolated

Last commit made on 2020-06-02
Get this branch:
git clone -b wip/exalm/isolated https://git.launchpad.net/~ubuntubudgie-dev/ubuntubudgie/+git/libhandy

Branch merges

Branch information

Name:
wip/exalm/isolated
Repository:
lp:~ubuntubudgie-dev/ubuntubudgie/+git/libhandy

Recent commits

2f7fe0b... by Alexander Mikhaylenko <email address hidden>

expander-row: Use isolated property for styling

Signed-off-by: Alexander Mikhaylenko <email address hidden>

0c319dc... by Alexander Mikhaylenko <email address hidden>

preferences-row: Add isolated property

This will allow to make custom expanding rows using the same isolated style
as HdyExpanderRow, while not being limited by its layout.

Fixes https://gitlab.gnome.org/GNOME/libhandy/-/issues/277

Signed-off-by: Alexander Mikhaylenko <email address hidden>

3851d65... by Alexander Mikhaylenko <email address hidden>

stackable-box: Stop transition when starting a swipe

This is a regression from e60a39eb186de6ee881102b62b389ab7deba5c1d

Signed-off-by: Alexander Mikhaylenko <email address hidden>

f127a91... by Alexander Mikhaylenko <email address hidden>

stackable-box: Don't skip the gesture with 0 transition duration

The transition-duration property only matters for programmatic transitions.

For the gesture, the duration is determined by HdySwipeTracker, or is 0 if
animations are disabled system-wide, so skipping it in this case is wrong.

Signed-off-by: Alexander Mikhaylenko <email address hidden>

b028a78... by Alexander Mikhaylenko <email address hidden>

stackable-box: Reset cancel status after ending a transition

Currently we set it when starting a transition. This usually works,
except when the transition is NONE or the duration is 0.

To avoid it automatically cancelling any (even programmatic) transitions,
reset the status at the end of the transition.

Signed-off-by: Alexander Mikhaylenko <email address hidden>

0d0e62a... by Adrien Plazas

carousel-box: Don't animate child removal during destruction

e7ddcbd... by Alexander Mikhaylenko <email address hidden>

swipe-tracker: Add checks to hdy_swipe_tracker_shift_position()

Signed-off-by: Alexander Mikhaylenko <email address hidden>

1cb5c63... by Adrien Plazas

themes: Drop the h4 fallback

Adwaita has .heading, elementary heas .h4, other themes are expected to
implement .heading. If they don't it's not our issue, so just drop the
fallback that was there until .heading was available.

bb4f7a7... by Adrien Plazas

preferences-group: Use the heading style class

This style class has been added to Adwaita in GTK 3.24.14, and matches
what we want to achieve here.

3488743... by Adrien Plazas

themes: Recompile themes

It was forgotten earlier.