summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghb.ui
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-10-05 22:03:09 +0000
committerjstebbins <[email protected]>2008-10-05 22:03:09 +0000
commitc1fa8a9521bb2401ffd9a1d09afaed7f436216af (patch)
treead99226bb818abf2993e09b482a365f9c3f5ad30 /gtk/src/ghb.ui
parent621d71fdc4bce76ad561968f15fc205698bd6f40 (diff)
LinGui: nested presets and drag n drop re-ordering of presets
adding a preset always places it at the top level. drag it to where you want it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1816 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r--gtk/src/ghb.ui40
1 files changed, 39 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index 1a5c4afa9..6e53e8e40 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -3703,6 +3703,7 @@ this setting.</property>
<property name="activates_default">True</property>
<property name="width_chars">30</property>
<property name="truncate_multiline">True</property>
+ <signal handler="preset_name_changed_cb" name="changed"/>
</object>
<packing>
<property name="position">1</property>
@@ -3729,7 +3730,7 @@ this setting.</property>
<property name="right_padding">4</property>
<child>
<object class="GtkTextView" id="preset_description">
- <property name="height_request">50</property>
+ <property name="height_request">60</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
@@ -3753,6 +3754,43 @@ this setting.</property>
<property name="position">1</property>
</packing>
</child>
+ <child>
+ <object class="GtkHBox" id="hbox43">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkRadioButton" id="preset_type_folder">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Folder</property>
+ <property name="active">True</property>
+ <property name="draw_indicator">True</property>
+ <signal name="toggled" handler="preset_type_changed_cb"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkRadioButton" id="preset_type_normal">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Preset</property>
+ <property name="active">True</property>
+ <property name="draw_indicator">True</property>
+ <property name="group">preset_type_folder</property>
+ <signal name="toggled" handler="preset_type_changed_cb"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="position">1</property>