Skip to content

Use native GTK icons for audio and video

Fixes #8188 (closed).

Audio mic and speaker volume icons are replaced by symbolic ones (symbolic switch in Glade had no effect). The icon order for different values was messed up, this is corrected. Audio/Video buttons are now without relief and have the correct style class added. The DTMF window for number keys is replaced by a popover and the menu button has a GTK icon for an input dialpad.

This also changes the Jingle connection state icons to a homogeneous set of current GTK icons (non-STOCK, as recommended by GTK).

Screenshot_20190426_100134

Removes:

    /actions/gajim-cam_active.png
    /actions/gajim-cam_inactive.png
    /actions/gajim-mic_active.png
    /actions/gajim-mic_inactive.png

The code mentioned here #8188 (comment 185494) does not exist anymore in current master.

What I could not test is app.notification.popup where gajim-mic_active where the icon was still used. I cannot see any icon in that notification.

Merge request reports