diff options
author | jstebbins <[email protected]> | 2008-09-06 16:48:54 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-09-06 16:48:54 +0000 |
commit | 88b4851b757a6276f4b717127a5463005b6a868f (patch) | |
tree | c52e671d57ec6b3a40e5f7b2ede8e800ca33e795 /gtk/src/ghb.ui | |
parent | 6d9a7854ec8143ac4b45b66eb2a32e357ba6cacb (diff) |
LinGui: Add queue save/restore
- 2 instances of libhb are used. One for queue activities and one for scanning
new sources prior to adding to the queue.
- Improve chapter entry usability. In addition to "return" advancing to the
next chapter for editing, up and down arrows will advance to prev/next and
put the cell in edit mode.
- Add an accelerator key to jump to the destination entry box.
- Fix a queue window resize problem.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1668 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 9377dc085..8f24a88a0 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -715,6 +715,8 @@ <property name="tooltip-text" translatable="yes">Destination path with file name for output.</property> <property name="width_chars">41</property> <signal handler="destination_entry_changed_cb" name="changed"/> + <signal handler="destination_grab_cb" name="grab-focus" after="yes"/> + <accelerator key="d" signal="grab-focus" modifiers="GDK_MOD1_MASK"/> </object> <packing> <property name="position">1</property> @@ -858,7 +860,7 @@ <child type="label"> <object class="GtkLabel" id="label11"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Destination</b></property> + <property name="label" translatable="yes"><b><u>D</u>estination</b></property> <property name="use_markup">True</property> </object> </child> @@ -3130,6 +3132,7 @@ no-fast-pskip=0:no-dct-decimate=0:cabac=1</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="headers_clickable">True</property> <property name="rules_hint">True</property> + <property name="enable-search">False</property> </object> </child> </object> @@ -3891,6 +3894,7 @@ this setting.</property> </object> <packing> <property name="position">1</property> + <property name="expand">False</property> </packing> </child> <child> @@ -3914,6 +3918,7 @@ this setting.</property> </object> <packing> <property name="position">2</property> + <property name="expand">True</property> </packing> </child> <child> |