]> granicus.if.org Git - handbrake/commit
LinGui: Add "Category" dropdown to preset save dialog
authorJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 28 Sep 2017 16:34:15 +0000 (09:34 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 6 Nov 2017 16:19:49 +0000 (08:19 -0800)
commit83c883338fc3151e6afa039fb2ba70ee2d2b4d87
tree16118ae9c7cdf60e8dbf9eaf0ff6d34a4065937d
parent637e9b814ab2a064db47a830564f263dad54fdc2
LinGui: Add "Category" dropdown to preset save dialog

This replaces the "New Folder" option in the presets menu.  It enforces
the folder structure we have agreed to and hopefully helps the user keep
things organized.

Note that users are allowed to save a custom preset to the same
"Category" as an official preset.  When they do this, a new custom
category is created with the same name and the preset is saved in that
folder.
gtk/src/callbacks.c
gtk/src/ghb.m4
gtk/src/hb-backend.c
gtk/src/internal_defaults.json
gtk/src/main.c
gtk/src/makedeps.py
gtk/src/presets.c
gtk/src/presets.h
libhb/preset.c
libhb/preset.h
test/test.c