From 56680a9b967772ca6eb9112ac6f2a9e9bbe7244b Mon Sep 17 00:00:00 2001 From: ritsuka Date: Tue, 29 Jul 2014 18:38:01 +0000 Subject: MacGui: Implemented a configuration panel similar to the win/lin gui one for the subtitles defaults, and added some more options from the other guis (add all, remove all). The SubtitleAddForeignAudioSubtitle setting will be added later after the automatic audio selection is done. Fixed a bug where HandBrake used 50% of cpu time if the subtitles table view was selected. Refactored a big part of HBSubtitlesController to make it works with the new automatic options and to cleaned the table view data source. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6241 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/English.lproj/Subtitles.xib | 131 ++++++++++++++------ macosx/English.lproj/SubtitlesDefaults.xib | 192 +++++++++++++++++++++++++++++ 2 files changed, 287 insertions(+), 36 deletions(-) create mode 100644 macosx/English.lproj/SubtitlesDefaults.xib (limited to 'macosx/English.lproj') diff --git a/macosx/English.lproj/Subtitles.xib b/macosx/English.lproj/Subtitles.xib index 924881f80..d9662e04c 100644 --- a/macosx/English.lproj/Subtitles.xib +++ b/macosx/English.lproj/Subtitles.xib @@ -7,7 +7,7 @@ - + @@ -19,79 +19,76 @@ - + - + - + - + - - - - + + + + - + - + - + - - + - + - - + - + - - + - + @@ -102,13 +99,13 @@ - + - + @@ -119,14 +116,14 @@ - + - - + + @@ -136,6 +133,7 @@ + @@ -154,18 +152,79 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/macosx/English.lproj/SubtitlesDefaults.xib b/macosx/English.lproj/SubtitlesDefaults.xib new file mode 100644 index 000000000..4cf0471a4 --- /dev/null +++ b/macosx/English.lproj/SubtitlesDefaults.xib @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + language + isSelected + + + + + + + -- cgit v1.2.3