1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 19:40:21 +01:00

* Added menu items for global removal for images and thumbnails.

This commit is contained in:
2008-05-13 15:29:36 +00:00
parent de6253dad9
commit 0eac79112f

View File

@@ -71,7 +71,7 @@
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
<widget class="GtkSeparatorMenuItem" id="separatorseparator">
<property name="visible">True</property>
</widget>
</child>
@@ -169,6 +169,41 @@
<property name="visible">True</property>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="del_all_images">
<property name="visible">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="tooltip" translatable="yes">Deletes all images from files in current colection</property>
<property name="label" translatable="yes">Delete all images</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_del_all_images_activate"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="del_all_images_thumb">
<property name="visible">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="tooltip" translatable="yes">Deletes all images from files in current colection.
Thumbnails from image tabs will be keep.</property>
<property name="label" translatable="yes">Delete all images without thumbnals</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_del_all_images_thumb_activate"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="del_all_thumb">
<property name="visible">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="label" translatable="yes">Delete all thumbnals</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_del_all_thumb_activate"/>
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="separator12">
<property name="visible">True</property>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="stat1">
<property name="visible">True</property>
@@ -891,6 +926,8 @@
<widget class="GtkMenuItem" id="add_image1">
<property name="visible">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="tooltip" translatable="yes">Add images to file. If file have no thumbnail,
thumbnail from first image will be generated.</property>
<property name="label" translatable="yes">Add _Images</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_add_image1_activate"/>