~ubuntubudgie-dev/ubuntubudgie/+git/libhandy:wip/HdyActionRow

Last commit made on 2019-06-13
Get this branch:
git clone -b wip/HdyActionRow https://git.launchpad.net/~ubuntubudgie-dev/ubuntubudgie/+git/libhandy

Branch merges

Branch information

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

Recent commits

2a63549... by Bilal Elmoussaoui

HdyActionRow: add wrap, lines and ellipsize properties to title and subtitle

Fixes #116

2d77767... by Guido Günther

Release libhandy 0.0.10

4963fd3... by Adrien Plazas

header-bar: Render margins and borders

Fixes https://source.puri.sm/Librem5/libhandy/issues/121

1f3c295... by Mohammed Sadiq <email address hidden>

demo-window: Fix typo in property name

f450472... by Guido Günther

HdyDialer: Make show_action_buttons match the initial property default

The variable needs to be in sync with the initial value of the
show-action-buttons property otherwise a call to

  hdy_dialer_show_action_buttons (dialer, FALSE)

will do nothing.

See https://source.puri.sm/Librem5/phosh/issues/69#note_38293

Broken-By: 63b0a0e25085b48dc201633895b4e775f34b5b22

888a95c... by Guido Günther

tests: Test hdy_dialer_{get,set}_relief()

01c1c49... by Guido Günther

tests: Test hdy_dialer_{set,get}_show_action_button()

63b0a0e... by Guido Günther

HdyDialer: Only set relief style when it changes

This avoids emitting the notify signal when the value doesn't change.

0e263f6... by Guido Günther

tests-dialer: Swap assert arguments

Put checked variable first like in other tests.

cc65f47... by Guido Günther

tests-dialer: Consistently use space after function names