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

* Finally, version 1.0.

This commit is contained in:
2008-11-02 19:48:41 +00:00
parent e9edb602e3
commit 92016fe5c1
6 changed files with 390 additions and 315 deletions

View File

@@ -179,17 +179,6 @@
<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>
@@ -199,6 +188,14 @@ Thumbnails from image tabs will be keep.</property>
<signal name="activate" handler="on_del_all_thumb_activate"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="save_all_img">
<property name="visible">True</property>
<property name="label" translatable="yes">Save all images...</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_save_all_img_activate"/>
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="separator12">
<property name="visible">True</property>
@@ -1007,20 +1004,18 @@ thumbnail from first image will be generated.</property>
<child>
<widget class="GtkMenuItem" id="img_delete">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">_Delete images</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_img_delete_activate"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="img_delete2">
<widget class="GtkMenuItem" id="img_thumbset">
<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">Delete selected images, but leave thumbnails</property>
<property name="label" translatable="yes">De_lete images (keep thumbs)</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Set as _thumbnail</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_img_delete2_activate"/>
<signal name="activate" handler="on_img_thumbset_activate"/>
</widget>
</child>
<child>