graveman-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Graveman-cvs] Changes to graveman/current/glade/window_main.glade


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/glade/window_main.glade
Date: Sun, 27 Feb 2005 14:42:34 -0500

Index: graveman/current/glade/window_main.glade
diff -u graveman/current/glade/window_main.glade:1.16 
graveman/current/glade/window_main.glade:1.17
--- graveman/current/glade/window_main.glade:1.16       Sun Feb 27 19:07:43 2005
+++ graveman/current/glade/window_main.glade    Sun Feb 27 19:42:32 2005
@@ -1,22 +1,5 @@
 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
-<!--
-This file is part of graveman!
-
-graveman! is free software; you can redistribute it and/or modify it under the 
terms of the
-GNU General Public License as published by the Free Software Foundation; 
either version 2, or
-(at your option) any later version.
-
-GNU program is distributed in the hope that it will be useful, but WITHOUT ANY 
WARRANTY; without
-even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
PURPOSE. See the GNU
-General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with 
program; see the
-file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple 
Place -
-Suite 330, Boston, MA 02111-1307, USA. 
-
-Copyright (C) 2004, 2005 Sylvain Cresto &lt;address@hidden&gt;
--->
 
 <glade-interface>
 
@@ -3546,10 +3529,9 @@
       <property name="visible">True</property>
       <property name="label" translatable="yes">_Add audio tracks...</property>
       <property name="use_underline">True</property>
-      <signal name="activate" handler="on_add_tracks1_activate" 
last_modification_time="Mon, 03 Jan 2005 23:38:03 GMT"/>
 
       <child internal-child="image">
-       <widget class="GtkImage" id="image294">
+       <widget class="GtkImage" id="image318">
          <property name="visible">True</property>
          <property name="stock">gtk-add</property>
          <property name="icon_size">1</property>
@@ -3573,11 +3555,9 @@
       <property name="visible">True</property>
       <property name="label" translatable="yes">_Remove</property>
       <property name="use_underline">True</property>
-      <signal name="activate" handler="on_remove1_activate" 
last_modification_time="Mon, 03 Jan 2005 23:38:03 GMT"/>
-      <accelerator key="Delete" modifiers="0" signal="activate"/>
 
       <child internal-child="image">
-       <widget class="GtkImage" id="image295">
+       <widget class="GtkImage" id="image319">
          <property name="visible">True</property>
          <property name="stock">gtk-delete</property>
          <property name="icon_size">1</property>
@@ -3604,7 +3584,7 @@
       <signal name="activate" handler="on_popupaudio_append_activate" 
last_modification_time="Mon, 21 Feb 2005 23:09:43 GMT"/>
 
       <child internal-child="image">
-       <widget class="GtkImage" id="image296">
+       <widget class="GtkImage" id="image320">
          <property name="visible">True</property>
          <property name="stock">gtk-add</property>
          <property name="icon_size">1</property>
@@ -3667,7 +3647,7 @@
       <property name="use_underline">True</property>
 
       <child internal-child="image">
-       <widget class="GtkImage" id="image260">
+       <widget class="GtkImage" id="image334">
          <property name="visible">True</property>
          <property name="stock">gtk-add</property>
          <property name="icon_size">1</property>
@@ -3687,13 +3667,99 @@
   </child>
 
   <child>
+    <widget class="GtkMenuItem" id="popupdata_sort">
+      <property name="visible">True</property>
+      <property name="label" translatable="yes">_Sort</property>
+      <property name="use_underline">True</property>
+
+      <child>
+       <widget class="GtkMenu" id="popupdata_sort_menu">
+
+         <child>
+           <widget class="GtkRadioMenuItem" id="popupdata_sort_none">
+             <property name="visible">True</property>
+             <property name="label" translatable="yes">_None</property>
+             <property name="use_underline">True</property>
+             <property name="active">True</property>
+             <signal name="activate" handler="on_popupdata_sort_none_activate" 
last_modification_time="Sun, 27 Feb 2005 19:22:42 GMT"/>
+           </widget>
+         </child>
+
+         <child>
+           <widget class="GtkRadioMenuItem" id="popupdata_sort_name">
+             <property name="visible">True</property>
+             <property name="label" translatable="yes">Na_me</property>
+             <property name="use_underline">True</property>
+             <property name="active">False</property>
+             <property name="group">popupdata_sort_none</property>
+             <signal name="activate" handler="on_popupdata_sort_name_activate" 
last_modification_time="Sun, 27 Feb 2005 19:22:42 GMT"/>
+           </widget>
+         </child>
+
+         <child>
+           <widget class="GtkRadioMenuItem" id="popupdata_sort_size">
+             <property name="visible">True</property>
+             <property name="label" translatable="yes">Si_ze</property>
+             <property name="use_underline">True</property>
+             <property name="active">False</property>
+             <property name="group">popupdata_sort_none</property>
+             <signal name="activate" handler="on_popupdata_sort_size_activate" 
last_modification_time="Sun, 27 Feb 2005 19:22:42 GMT"/>
+           </widget>
+         </child>
+
+         <child>
+           <widget class="GtkSeparatorMenuItem" id="séparateur8">
+             <property name="visible">True</property>
+           </widget>
+         </child>
+
+         <child>
+           <widget class="GtkCheckMenuItem" id="popupdata_sort_reverse">
+             <property name="visible">True</property>
+             <property name="label" translatable="yes">_Reverse</property>
+             <property name="use_underline">True</property>
+             <property name="active">False</property>
+             <signal name="activate" 
handler="on_popupdata_sort_reverse_activate" last_modification_time="Sun, 27 
Feb 2005 19:22:42 GMT"/>
+           </widget>
+         </child>
+       </widget>
+      </child>
+    </widget>
+  </child>
+
+  <child>
+    <widget class="GtkImageMenuItem" id="popupdate_sort_now">
+      <property name="visible">True</property>
+      <property name="label" translatable="yes">S_ort by name</property>
+      <property name="use_underline">True</property>
+
+      <child internal-child="image">
+       <widget class="GtkImage" id="image335">
+         <property name="visible">True</property>
+         <property name="pixbuf">sort.png</property>
+         <property name="xalign">0.5</property>
+         <property name="yalign">0.5</property>
+         <property name="xpad">0</property>
+         <property name="ypad">0</property>
+       </widget>
+      </child>
+    </widget>
+  </child>
+
+  <child>
+    <widget class="GtkSeparatorMenuItem" id="séparateur7">
+      <property name="visible">True</property>
+    </widget>
+  </child>
+
+  <child>
     <widget class="GtkImageMenuItem" id="popupdata_addfile">
       <property name="visible">True</property>
       <property name="label" translatable="yes">_Add files...</property>
       <property name="use_underline">True</property>
 
       <child internal-child="image">
-       <widget class="GtkImage" id="image261">
+       <widget class="GtkImage" id="image336">
          <property name="visible">True</property>
          <property name="stock">gtk-add</property>
          <property name="icon_size">1</property>
@@ -3713,7 +3779,7 @@
       <property name="use_underline">True</property>
 
       <child internal-child="image">
-       <widget class="GtkImage" id="image262">
+       <widget class="GtkImage" id="image337">
          <property name="visible">True</property>
          <property name="stock">gtk-open</property>
          <property name="icon_size">1</property>
@@ -3739,7 +3805,7 @@
       <property name="use_underline">True</property>
 
       <child internal-child="image">
-       <widget class="GtkImage" id="image263">
+       <widget class="GtkImage" id="image338">
          <property name="visible">True</property>
          <property name="stock">gtk-remove</property>
          <property name="icon_size">1</property>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]