diff options
author | jstebbins <[email protected]> | 2009-06-17 22:19:26 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-17 22:19:26 +0000 |
commit | 2bbee7dc6b7236d75057c194dc12f9aafcd48334 (patch) | |
tree | 1a8a5fdde172ab41c146979e304511540f9fa8f9 /gtk/src/ghb.ui | |
parent | 57952a58b0596d86d6c43d6663590a0c654264c6 (diff) |
LinGui: make the status icon in the system tray a bit more useful
Succumbing to the pleading of users...
- Use HB icon for status
- Add tooltip to status icon that shows progress
- Add preference option to skip the taskbar. So clikcing on the
status icon un-minimizes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2565 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 5e64ed54b..4f0736015 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3772,7 +3772,20 @@ location as the movie.</property> <property name="position">8</property> </packing> </child> - + <child> + <object class="GtkCheckButton" id="skip_taskbar"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="tooltip_text">Do not put HandBrake in the system TaskBar when minimized.</property> + <property name="label" translatable="yes">Minimize to System Tray</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="skip_taskbar_cb"/> + </object> + <packing> + <property name="expand">False</property> + <property name="position">9</property> + </packing> + </child> <child> <object class="GtkCheckButton" id="allow_tweaks"> <property name="can_focus">True</property> @@ -3782,7 +3795,7 @@ location as the movie.</property> </object> <packing> <property name="expand">False</property> - <property name="position">9</property> + <property name="position">10</property> </packing> </child> <child> @@ -3794,7 +3807,7 @@ location as the movie.</property> </object> <packing> <property name="expand">False</property> - <property name="position">10</property> + <property name="position">11</property> </packing> </child> </object> @@ -5743,7 +5756,8 @@ libx264 authors: </child> </object> <object class="GtkStatusIcon" id="hb_status"> - <property name="icon_name">hb-status</property> + <property name="icon_name">hb-icon</property> + <signal handler="status_icon_query_tooltip_cb" name="query-tooltip"/> <signal handler="status_activate_cb" name="activate"/> </object> <object class="GtkDialog" id="update_dialog"> |