]> granicus.if.org Git - handbrake/commit
LinGui: more code refactoring
authorJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 27 Jun 2019 21:36:39 +0000 (14:36 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 27 Jun 2019 21:36:39 +0000 (14:36 -0700)
commitedeffe2f8f5f6c5e3a8ff3dfaf31659318ca472e
tree530d97870d030c142e2b3a5871973d6814fac3e2
parentc1fb6e1fcff8740850521d8282d8760279393b1f
LinGui: more code refactoring

separate job and title dict functions into separate files
13 files changed:
gtk/src/Makefile.am
gtk/src/audiohandler.c
gtk/src/callbacks.c
gtk/src/hb-backend.c
gtk/src/jobdict.c [new file with mode: 0644]
gtk/src/jobdict.h [new file with mode: 0644]
gtk/src/preview.c
gtk/src/queuehandler.c
gtk/src/settings.c
gtk/src/settings.h
gtk/src/subtitlehandler.c
gtk/src/titledict.c [new file with mode: 0644]
gtk/src/titledict.h [new file with mode: 0644]