]> granicus.if.org Git - handbrake/commit
LinGui: Add preset selection menu
authorJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 15 Sep 2017 23:27:22 +0000 (16:27 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 6 Nov 2017 16:19:49 +0000 (08:19 -0800)
commit737d67c0e7e9a404f25ed82318d243e344ec7672
treeca8bc876d7d72846ab6422829320357691a18866
parentd7a59d58cbaa5f08792dbb97c48065fdadbe4414
LinGui: Add preset selection menu

And convert appliction to a GtkApplication.  This allows the use of
GActions for menu and other control actions.  It's a cleaner simpler
interface that automatically tracks when multiple widgets perform the
same action and keeps their state in sync.
16 files changed:
gtk/src/callbacks.c
gtk/src/data_res.gresource.xml
gtk/src/ghb.m4
gtk/src/hb-backend.c
gtk/src/icon_res.gresource.xml
gtk/src/icons.c
gtk/src/main.c
gtk/src/makedeps.py
gtk/src/presets.c
gtk/src/presets.h
gtk/src/preview.c
gtk/src/preview.h
gtk/src/queuehandler.c
gtk/src/resources.c
gtk/src/settings.h
gtk/src/ui_res.gresource.xml