diff options
author | Julien Valroff <julien@kirya.net> | 2011-04-23 08:23:36 +0200 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2011-04-23 08:23:36 +0200 |
commit | d91bcffa7fd45c9c7ac28ba971c7cd831400ba99 (patch) | |
tree | d6aaaf1b57746d89835f256c64078749b3a13ef2 /rapid/glade3 | |
parent | 09f315ca8b3bde0e17fc2bba88989e8929c0745c (diff) | |
parent | 47f84e1a3d14ea9cab37d495b699d60ceed398f4 (diff) |
Merge branch 'upstream' into experimental
Diffstat (limited to 'rapid/glade3')
-rw-r--r-- | rapid/glade3/prefs.ui | 42 |
1 files changed, 40 insertions, 2 deletions
diff --git a/rapid/glade3/prefs.ui b/rapid/glade3/prefs.ui index ddbacdf..9d1eb31 100644 --- a/rapid/glade3/prefs.ui +++ b/rapid/glade3/prefs.ui @@ -1434,6 +1434,10 @@ <property name="width_chars">2</property> <property name="xalign">1</property> <property name="truncate_multiline">True</property> + <property name="primary_icon_activatable">False</property> + <property name="secondary_icon_activatable">False</property> + <property name="primary_icon_sensitive">True</property> + <property name="secondary_icon_sensitive">True</property> <property name="adjustment">hour_adjustment</property> <property name="numeric">True</property> <signal name="value-changed" handler="on_hour_spinbutton_value_changed" swapped="no"/> @@ -1465,6 +1469,10 @@ <property name="width_chars">2</property> <property name="xalign">1</property> <property name="truncate_multiline">True</property> + <property name="primary_icon_activatable">False</property> + <property name="secondary_icon_activatable">False</property> + <property name="primary_icon_sensitive">True</property> + <property name="secondary_icon_sensitive">True</property> <property name="adjustment">minute_adjustment</property> <property name="numeric">True</property> <signal name="value-changed" handler="on_minute_spinbutton_value_changed" swapped="no"/> @@ -2476,6 +2484,10 @@ You can download photos from multiple devices simultaneously, or you can specify <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> <property name="invisible_char">•</property> + <property name="primary_icon_activatable">False</property> + <property name="secondary_icon_activatable">False</property> + <property name="primary_icon_sensitive">True</property> + <property name="secondary_icon_sensitive">True</property> <signal name="changed" handler="on_backup_identifier_entry_changed" swapped="no"/> </object> <packing> @@ -2510,6 +2522,10 @@ You can download photos from multiple devices simultaneously, or you can specify <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> <property name="invisible_char">•</property> + <property name="primary_icon_activatable">False</property> + <property name="secondary_icon_activatable">False</property> + <property name="primary_icon_sensitive">True</property> + <property name="secondary_icon_sensitive">True</property> <signal name="changed" handler="on_video_backup_identifier_entry_changed" swapped="no"/> </object> <packing> @@ -2850,7 +2866,21 @@ You can download photos from multiple devices simultaneously, or you can specify </packing> </child> <child> - <placeholder/> + <object class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="xalign">0</property> + <property name="xpad">12</property> + <property name="label" translatable="yes">Performance</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> </child> <child> <object class="GtkHBox" id="hbox25"> @@ -2879,7 +2909,15 @@ You can download photos from multiple devices simultaneously, or you can specify <placeholder/> </child> <child> - <placeholder/> + <object class="GtkCheckButton" id="generate_thumbnails_checkbutton"> + <property name="label" translatable="yes">Generate thumbnails (slower)</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_action_appearance">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="on_generate_thumbnails_checkbutton_toggled" swapped="no"/> + </object> </child> </object> <packing> |