~ubuntu-branches/ubuntu/vivid/file-browser-applet/vivid

« back to all changes in this revision

Viewing changes to data/file-browser-applet.glade

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2009-04-11 17:15:39 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090411171539-jk4kgkvm4i39nv3c
Tags: 0.6.2-1
* New upstream release. (Closes: #504525)
 - Added context menu with a few actions (open-with, new folder here, 
   delete file/folder, create/extract archive, create CD/DVD from 
   file/folder, compile a tex file).
 - Added configuration option to make text vertical/horizontal when 
   the panel is vertical.
 - Added tooltips to configuration dialog.
 - Fixes upstream bugs #21, #30, #34, #37, #39, #43, #44, #45, #49, 
   #51, #56, #59, #60, and #62.
 - Added mnemonic keyboard shortcut to menus for 
   faster keyboard navigation.
 - Added recent documents' support.
 - Improved menu browser focus after context menu close.
 - Added preliminary DnD dragging out of applet. MOVE is the default 
   behaviour.
 - Some code cleanups and plugged memory leaks.
 - Slightly improved "New Folder" dialog.
 - Migrated to gtk+ builder from libglade.
* debian/control:
 - Add suggests on file-roller, brasero, and rubber 
   for new features.
 - Add Vcs-Bzr field.
 - Drop depricated libglade2-dev Build-Depend
 - Drop unneeded libpanel-applet2-0 Depend. Already picked up by 
   shlibs:Depends.
 - Add versionized Build-Depend on libgtk2.0-dev (>= 2.14)
 - Bump Standards-Version to 3.8.1
* debian/copyright:
 - Use /usr/share/common-licenses/GPL-2 rather than just GLP.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                            <child>
58
58
                              <widget class="GtkButton" id="move_down_button">
59
59
                                <property name="visible">True</property>
60
 
                                                                <property name="tooltip" translatable="yes">Move the selected Folder down/right.</property>
 
60
                                <property name="tooltip" translatable="yes">Move the selected Folder down/right.</property>
61
61
                                <property name="can_focus">True</property>
62
62
                                <property name="label">gtk-go-down</property>
63
63
                                <property name="use_stock">True</property>
72
72
                            <child>
73
73
                              <widget class="GtkButton" id="move_up_button">
74
74
                                <property name="visible">True</property>
75
 
                                                                <property name="tooltip" translatable="yes">Move the selected Folder up/left.</property>
 
75
                                <property name="tooltip" translatable="yes">Move the selected Folder up/left.</property>
76
76
                                <property name="can_focus">True</property>
77
77
                                <property name="label">gtk-go-up</property>
78
78
                                <property name="use_stock">True</property>
87
87
                            <child>
88
88
                              <widget class="GtkButton" id="directory_remove_button">
89
89
                                <property name="visible">True</property>
90
 
                                                                <property name="tooltip" translatable="yes">Remove the selected Folder.</property>
 
90
                                <property name="tooltip" translatable="yes">Remove the selected Folder.</property>
91
91
                                <property name="can_focus">True</property>
92
92
                                <property name="label">gtk-remove</property>
93
93
                                <property name="use_stock">True</property>
217
217
                                <child>
218
218
                                  <widget class="GtkButton" id="icon_button">
219
219
                                    <property name="visible">True</property>
220
 
                                        <property name="tooltip" translatable="yes">Select the icon to show in the applet.</property>
221
220
                                    <property name="can_focus">True</property>
 
221
                                    <property name="tooltip" translatable="yes">Select the icon to show in the applet.</property>
222
222
                                    <property name="response_id">0</property>
223
223
                                    <child>
224
224
                                      <widget class="GtkImage" id="image1">
395
395
        <property name="visible">True</property>
396
396
        <property name="spacing">2</property>
397
397
        <child>
 
398
          <widget class="GtkLabel" id="label1">
 
399
            <property name="visible">True</property>
 
400
            <property name="label" translatable="yes">Create new Folder at</property>
 
401
          </widget>
 
402
          <packing>
 
403
            <property name="position">1</property>
 
404
          </packing>
 
405
        </child>
 
406
        <child>
 
407
          <widget class="GtkLabel" id="current_path_label">
 
408
            <property name="visible">True</property>
 
409
          </widget>
 
410
          <packing>
 
411
            <property name="position">2</property>
 
412
          </packing>
 
413
        </child>
 
414
        <child>
398
415
          <widget class="GtkEntry" id="new_dir_entry">
399
416
            <property name="visible">True</property>
400
417
            <property name="can_focus">True</property>
402
419
          <packing>
403
420
            <property name="expand">False</property>
404
421
            <property name="fill">False</property>
405
 
            <property name="position">1</property>
 
422
            <property name="position">3</property>
406
423
          </packing>
407
424
        </child>
408
425
        <child internal-child="action_area">