/[graveman]/graveman/current/glade/window_main.glade
ViewVC logotype

Diff of /graveman/current/glade/window_main.glade

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by scresto, Sun Feb 27 19:07:43 2005 UTC revision 1.17 by scresto, Sun Feb 27 19:42:32 2005 UTC
# Line 1  Line 1 
1  <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->  <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2  <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">  <!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;scresto@gmail.com&gt;  
 -->  
3    
4  <glade-interface>  <glade-interface>
5    
# Line 3546  Otherwise blank the entire disk. This ma Line 3529  Otherwise blank the entire disk. This ma
3529        <property name="visible">True</property>        <property name="visible">True</property>
3530        <property name="label" translatable="yes">_Add audio tracks...</property>        <property name="label" translatable="yes">_Add audio tracks...</property>
3531        <property name="use_underline">True</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"/>  
3532    
3533        <child internal-child="image">        <child internal-child="image">
3534          <widget class="GtkImage" id="image294">          <widget class="GtkImage" id="image318">
3535            <property name="visible">True</property>            <property name="visible">True</property>
3536            <property name="stock">gtk-add</property>            <property name="stock">gtk-add</property>
3537            <property name="icon_size">1</property>            <property name="icon_size">1</property>
# Line 3573  Otherwise blank the entire disk. This ma Line 3555  Otherwise blank the entire disk. This ma
3555        <property name="visible">True</property>        <property name="visible">True</property>
3556        <property name="label" translatable="yes">_Remove</property>        <property name="label" translatable="yes">_Remove</property>
3557        <property name="use_underline">True</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"/>  
3558    
3559        <child internal-child="image">        <child internal-child="image">
3560          <widget class="GtkImage" id="image295">          <widget class="GtkImage" id="image319">
3561            <property name="visible">True</property>            <property name="visible">True</property>
3562            <property name="stock">gtk-delete</property>            <property name="stock">gtk-delete</property>
3563            <property name="icon_size">1</property>            <property name="icon_size">1</property>
# Line 3604  Otherwise blank the entire disk. This ma Line 3584  Otherwise blank the entire disk. This ma
3584        <signal name="activate" handler="on_popupaudio_append_activate" last_modification_time="Mon, 21 Feb 2005 23:09:43 GMT"/>        <signal name="activate" handler="on_popupaudio_append_activate" last_modification_time="Mon, 21 Feb 2005 23:09:43 GMT"/>
3585    
3586        <child internal-child="image">        <child internal-child="image">
3587          <widget class="GtkImage" id="image296">          <widget class="GtkImage" id="image320">
3588            <property name="visible">True</property>            <property name="visible">True</property>
3589            <property name="stock">gtk-add</property>            <property name="stock">gtk-add</property>
3590            <property name="icon_size">1</property>            <property name="icon_size">1</property>
# Line 3667  Otherwise blank the entire disk. This ma Line 3647  Otherwise blank the entire disk. This ma
3647        <property name="use_underline">True</property>        <property name="use_underline">True</property>
3648    
3649        <child internal-child="image">        <child internal-child="image">
3650          <widget class="GtkImage" id="image260">          <widget class="GtkImage" id="image334">
3651            <property name="visible">True</property>            <property name="visible">True</property>
3652            <property name="stock">gtk-add</property>            <property name="stock">gtk-add</property>
3653            <property name="icon_size">1</property>            <property name="icon_size">1</property>
# Line 3687  Otherwise blank the entire disk. This ma Line 3667  Otherwise blank the entire disk. This ma
3667    </child>    </child>
3668    
3669    <child>    <child>
3670        <widget class="GtkMenuItem" id="popupdata_sort">
3671          <property name="visible">True</property>
3672          <property name="label" translatable="yes">_Sort</property>
3673          <property name="use_underline">True</property>
3674    
3675          <child>
3676            <widget class="GtkMenu" id="popupdata_sort_menu">
3677    
3678              <child>
3679                <widget class="GtkRadioMenuItem" id="popupdata_sort_none">
3680                  <property name="visible">True</property>
3681                  <property name="label" translatable="yes">_None</property>
3682                  <property name="use_underline">True</property>
3683                  <property name="active">True</property>
3684                  <signal name="activate" handler="on_popupdata_sort_none_activate" last_modification_time="Sun, 27 Feb 2005 19:22:42 GMT"/>
3685                </widget>
3686              </child>
3687    
3688              <child>
3689                <widget class="GtkRadioMenuItem" id="popupdata_sort_name">
3690                  <property name="visible">True</property>
3691                  <property name="label" translatable="yes">Na_me</property>
3692                  <property name="use_underline">True</property>
3693                  <property name="active">False</property>
3694                  <property name="group">popupdata_sort_none</property>
3695                  <signal name="activate" handler="on_popupdata_sort_name_activate" last_modification_time="Sun, 27 Feb 2005 19:22:42 GMT"/>
3696                </widget>
3697              </child>
3698    
3699              <child>
3700                <widget class="GtkRadioMenuItem" id="popupdata_sort_size">
3701                  <property name="visible">True</property>
3702                  <property name="label" translatable="yes">Si_ze</property>
3703                  <property name="use_underline">True</property>
3704                  <property name="active">False</property>
3705                  <property name="group">popupdata_sort_none</property>
3706                  <signal name="activate" handler="on_popupdata_sort_size_activate" last_modification_time="Sun, 27 Feb 2005 19:22:42 GMT"/>
3707                </widget>
3708              </child>
3709    
3710              <child>
3711                <widget class="GtkSeparatorMenuItem" id="séparateur8">
3712                  <property name="visible">True</property>
3713                </widget>
3714              </child>
3715    
3716              <child>
3717                <widget class="GtkCheckMenuItem" id="popupdata_sort_reverse">
3718                  <property name="visible">True</property>
3719                  <property name="label" translatable="yes">_Reverse</property>
3720                  <property name="use_underline">True</property>
3721                  <property name="active">False</property>
3722                  <signal name="activate" handler="on_popupdata_sort_reverse_activate" last_modification_time="Sun, 27 Feb 2005 19:22:42 GMT"/>
3723                </widget>
3724              </child>
3725            </widget>
3726          </child>
3727        </widget>
3728      </child>
3729    
3730      <child>
3731        <widget class="GtkImageMenuItem" id="popupdate_sort_now">
3732          <property name="visible">True</property>
3733          <property name="label" translatable="yes">S_ort by name</property>
3734          <property name="use_underline">True</property>
3735    
3736          <child internal-child="image">
3737            <widget class="GtkImage" id="image335">
3738              <property name="visible">True</property>
3739              <property name="pixbuf">sort.png</property>
3740              <property name="xalign">0.5</property>
3741              <property name="yalign">0.5</property>
3742              <property name="xpad">0</property>
3743              <property name="ypad">0</property>
3744            </widget>
3745          </child>
3746        </widget>
3747      </child>
3748    
3749      <child>
3750        <widget class="GtkSeparatorMenuItem" id="séparateur7">
3751          <property name="visible">True</property>
3752        </widget>
3753      </child>
3754    
3755      <child>
3756      <widget class="GtkImageMenuItem" id="popupdata_addfile">      <widget class="GtkImageMenuItem" id="popupdata_addfile">
3757        <property name="visible">True</property>        <property name="visible">True</property>
3758        <property name="label" translatable="yes">_Add files...</property>        <property name="label" translatable="yes">_Add files...</property>
3759        <property name="use_underline">True</property>        <property name="use_underline">True</property>
3760    
3761        <child internal-child="image">        <child internal-child="image">
3762          <widget class="GtkImage" id="image261">          <widget class="GtkImage" id="image336">
3763            <property name="visible">True</property>            <property name="visible">True</property>
3764            <property name="stock">gtk-add</property>            <property name="stock">gtk-add</property>
3765            <property name="icon_size">1</property>            <property name="icon_size">1</property>
# Line 3713  Otherwise blank the entire disk. This ma Line 3779  Otherwise blank the entire disk. This ma
3779        <property name="use_underline">True</property>        <property name="use_underline">True</property>
3780    
3781        <child internal-child="image">        <child internal-child="image">
3782          <widget class="GtkImage" id="image262">          <widget class="GtkImage" id="image337">
3783            <property name="visible">True</property>            <property name="visible">True</property>
3784            <property name="stock">gtk-open</property>            <property name="stock">gtk-open</property>
3785            <property name="icon_size">1</property>            <property name="icon_size">1</property>
# Line 3739  Otherwise blank the entire disk. This ma Line 3805  Otherwise blank the entire disk. This ma
3805        <property name="use_underline">True</property>        <property name="use_underline">True</property>
3806    
3807        <child internal-child="image">        <child internal-child="image">
3808          <widget class="GtkImage" id="image263">          <widget class="GtkImage" id="image338">
3809            <property name="visible">True</property>            <property name="visible">True</property>
3810            <property name="stock">gtk-remove</property>            <property name="stock">gtk-remove</property>
3811            <property name="icon_size">1</property>            <property name="icon_size">1</property>

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26