]> granicus.if.org Git - handbrake/commit
LinGui: rework title list
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 19 Feb 2014 00:06:26 +0000 (00:06 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 19 Feb 2014 00:06:26 +0000 (00:06 +0000)
commit79b05392677602129f4ec0119ba0782d62e4b7fe
treebaa5e016ef05927a166191882598000ed6598141
parentdcfe8545b8bf8a9a32be87f847959137c0a251d2
LinGui: rework title list

Title list is now linked to a settings list.  There is one settings dict
per title.  The settings list is populated when scan completes.  As you
change titles, the settings for that title populate the UI.  Changes
made are saved in the settings and restored if you go to another title
and then return.

This is preparation for improvements to "Add All to Queue" feature.
Settings for each title can be customized before adding to the queue.
All titles don't have to use the same preset or settings.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6046 b64f7644-9d1e-0410-96f1-a4d463321fa5
41 files changed:
gtk/src/appcast.c
gtk/src/appcast.h
gtk/src/audiohandler.c
gtk/src/audiohandler.h
gtk/src/callbacks.c
gtk/src/callbacks.h
gtk/src/create_resources.c
gtk/src/ghb-dvd.c
gtk/src/ghb-dvd.h
gtk/src/ghb.ui
gtk/src/ghbcellrenderertext.c
gtk/src/ghbcellrenderertext.h
gtk/src/ghbcompat.h
gtk/src/ghbcompositor.c
gtk/src/ghbcompositor.h
gtk/src/hb-backend.c
gtk/src/hb-backend.h
gtk/src/icon_tools.c
gtk/src/icon_tools.h
gtk/src/icons.h
gtk/src/internal_defaults.xml
gtk/src/main.c
gtk/src/makedeps.py
gtk/src/plist.c
gtk/src/preset_xlat.c
gtk/src/presets.c
gtk/src/presets.h
gtk/src/preview.c
gtk/src/preview.h
gtk/src/queuehandler.c
gtk/src/queuehandler.h
gtk/src/resources.c
gtk/src/resources.h
gtk/src/settings.c
gtk/src/settings.h
gtk/src/subtitlehandler.c
gtk/src/subtitlehandler.h
gtk/src/values.c
gtk/src/values.h
gtk/src/x264handler.c
gtk/src/x264handler.h