]> granicus.if.org Git - handbrake/commit
LinGui: change language lists from GtkListBox to GtkTreeView
authorJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 12 Jun 2018 19:09:59 +0000 (12:09 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 12 Jun 2018 19:09:59 +0000 (12:09 -0700)
commit43e589346b065eae3dca53a439ef873e8a271c7a
treefe1a5f851fa9b8dd982ef5af5122f911acb056b7
parent5832b176ce662dc5f1f891c9039f8fa419e1cb2c
LinGui: change language lists from GtkListBox to GtkTreeView

The GtkTreeView is more flexible and more capable.  Languages can be
searched for in the GtkTreeView by focusing the widget and typing what
you want to find.  Double clicking an item in the list will add or
remove it from the "selected" languages list in audio and subtitle track
selection settings.
gtk/src/audiohandler.c
gtk/src/audiohandler.h
gtk/src/ghb.m4
gtk/src/hb-backend.c
gtk/src/hb-backend.h
gtk/src/subtitlehandler.c