diff options
author | jstebbins <[email protected]> | 2014-02-19 00:06:26 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-02-19 00:06:26 +0000 |
commit | 79b05392677602129f4ec0119ba0782d62e4b7fe (patch) | |
tree | baa5e016ef05927a166191882598000ed6598141 /gtk/src/ghb.ui | |
parent | dcfe8545b8bf8a9a32be87f847959137c0a251d2 (diff) |
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
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 6fda5cea4..f00805616 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -1014,7 +1014,7 @@ Here you can adjust cropping, resolution, aspect ratio, and filters.</property> </packing> </child> <child> - <object class="GtkLabel" id="source_title"> + <object class="GtkLabel" id="volume_label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> @@ -1605,7 +1605,7 @@ This allows a player to initiate playback before downloading the entire file.</p </packing> </child> <child> - <object class="GtkLabel" id="source_codec"> + <object class="GtkLabel" id="source_video_codec"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> @@ -7288,7 +7288,7 @@ Setting this to 0 means there is no maximum height.</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Show Cropped area of the preview</property> <property name="xalign">0</property> - <property name="draw_indicator">False</property> + <property name="draw_indicator">True</property> <signal name="toggled" handler="show_crop_changed_cb" swapped="no"/> </object> <packing> @@ -7551,8 +7551,9 @@ Setting this to 0 means there is no maximum height.</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Open Preview Window</property> <property name="hexpand">False</property> - <property name="xalign">0</property> - <property name="draw_indicator">False</property> + <property name="halign">start</property> + <property name="margin_left">12</property> + <property name="draw_indicator">True</property> <signal name="toggled" handler="preview_button_clicked_cb" swapped="no"/> </object> <packing> @@ -8809,6 +8810,7 @@ Frames that are not interlaced will suffer some quality degradation.</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">PictureDecombDeinterlace</property> + <signal name="toggled" handler="setting_widget_changed_cb" swapped="no"/> </object> <packing> <property name="top_attach">2</property> |