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

« back to all changes in this revision

Viewing changes to data/GNOME_FileBrowserApplet_Factory.server

  • 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:
1
1
<oaf_info>
2
2
 
3
 
        <oaf_server iid="OAFIID:GNOME_FileBrowserApplet_Factory"
4
 
                type="exe"
5
 
                location="/usr/lib/file-browser-applet/file-browser-applet">
6
 
        
7
 
                <oaf_attribute name="repo_ids" type="stringv">
8
 
                        <item value="IDL:Bonobo/GenericFactory:1.0"/>
9
 
                        <item value="IDL:Bonobo/Unknown:1.0"/>
10
 
                </oaf_attribute>        
11
 
                <oaf_attribute name="name" type="string" value="File Browser Applet Factory"/>
12
 
                <oaf_attribute name="description" type="string" value="Factory for the File Browser Applet"/>
13
 
        </oaf_server>
 
3
    <oaf_server iid="OAFIID:GNOME_FileBrowserApplet_Factory"
 
4
        type="exe"
 
5
        location="/usr/lib/file-browser-applet/file-browser-applet">
 
6
    
 
7
        <oaf_attribute name="repo_ids" type="stringv">
 
8
            <item value="IDL:Bonobo/GenericFactory:1.0"/>
 
9
            <item value="IDL:Bonobo/Unknown:1.0"/>
 
10
        </oaf_attribute>    
 
11
        <oaf_attribute name="name" type="string" value="File Browser Applet Factory"/>
 
12
        <oaf_attribute name="description" type="string" value="Factory for the File Browser Applet"/>
 
13
    </oaf_server>
14
14
 
15
 
        <oaf_server iid="OAFIID:GNOME_FileBrowserApplet"
16
 
                type="factory"
17
 
            location="OAFIID:GNOME_FileBrowserApplet_Factory">
18
 
        
19
 
                <oaf_attribute name="repo_ids" type="stringv">
20
 
                        <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
21
 
                        <item value="IDL:Bonobo/Control:1.0"/>
22
 
                        <item value="IDL:Bonobo/Unknown:1.0"/>
23
 
                </oaf_attribute>
24
 
                <oaf_attribute name="name" type="string" value="File Browser"/>
25
 
                <oaf_attribute name="description" type="string" value="File browser applet for the GNOME2 panel"/>
26
 
                <oaf_attribute name="panel:category" type="string" value="Utilities"/>
27
 
                <oaf_attribute name="panel:icon" type="string" value="file-browser-applet.png"/>
28
 
        </oaf_server>
 
15
    <oaf_server iid="OAFIID:GNOME_FileBrowserApplet"
 
16
        type="factory"
 
17
        location="OAFIID:GNOME_FileBrowserApplet_Factory">
 
18
    
 
19
        <oaf_attribute name="repo_ids" type="stringv">
 
20
            <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
 
21
            <item value="IDL:Bonobo/Control:1.0"/>
 
22
            <item value="IDL:Bonobo/Unknown:1.0"/>
 
23
        </oaf_attribute>
 
24
        <oaf_attribute name="name" type="string" value="File Browser"/>
 
25
        <oaf_attribute name="description" type="string" value="File browser applet for the GNOME2 panel"/>
 
26
        <oaf_attribute name="panel:category" type="string" value="Utilities"/>
 
27
        <oaf_attribute name="panel:icon" type="string" value="file-browser-applet.png"/>
 
28
    </oaf_server>
29
29
 
30
30
</oaf_info>