[alsa-cvslog] [ALSA GIT]ALSA tools repository branch HEAD updated. v1.2.15-5-g03fcd40
Brought to you by:
perex
|
From: GIT s. <gi...@al...> - 2026-08-19 07:01:26
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ALSA tools repository".
The branch, HEAD has been updated
via 03fcd4083ebc6452a1c51efbe8c44fcf6903827a (commit)
via 26567372d647610606ee5731b1a898d2eea9c871 (commit)
from 39c216d600dceddaf629a0cfec69cdfabd6a4b6d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 03fcd4083ebc6452a1c51efbe8c44fcf6903827a
Author: Takashi Iwai <ti...@su...>
Date: Tue Aug 18 12:46:42 2026 +0200
rmedigicontrol: Port to GTK+ 3
Port the application to use GTK+ 3:
- Use own legacy APIs for hbox and vbox creations
- Modernize deprecated signal connections and radio buttons
- Access adjustment values using gtk_adjustment_get_value
Also dropped the obsoleted configure.in.gtk-1, too.
Signed-off-by: Takashi Iwai <ti...@su...>
commit 26567372d647610606ee5731b1a898d2eea9c871
Author: Takashi Iwai <ti...@su...>
Date: Tue Aug 18 12:46:33 2026 +0200
echomixer: Port to GTK+ 3
Port the application to use GTK+ 3:
- Use own legacy APIs for hbox and vbox creations
- Modernize deprecated signal connections and radio buttons
- Replace GdkPixmap with Cairo surface and context drawing
- Replace GtkOptionMenu with GtkComboBox and GtkComboBoxText
Also dropped the obsoleted configure.in-gtk1, too.
Signed-off-by: Takashi Iwai <ti...@su...>
-----------------------------------------------------------------------
Summary of changes:
echomixer/README | 3 +-
echomixer/configure.ac | 2 +-
echomixer/configure.in-gtk1 | 14 -
echomixer/echomixer.c | 717 ++++++++++++++++++++-------------------
rmedigicontrol/README | 2 -
rmedigicontrol/configure.ac | 2 +-
rmedigicontrol/configure.in-gtk1 | 13 -
rmedigicontrol/level.c | 16 +-
rmedigicontrol/loopback.c | 2 +-
rmedigicontrol/rmedigicontrol.c | 8 +-
rmedigicontrol/rmedigicontrol.h | 18 +
11 files changed, 405 insertions(+), 392 deletions(-)
delete mode 100644 echomixer/configure.in-gtk1
delete mode 100644 rmedigicontrol/configure.in-gtk1
hooks/post-receive
--
ALSA tools repository
|