~ubuntu-branches/ubuntu/precise/unity-2d/precise-proposed

« back to all changes in this revision

Viewing changes to shell/app/launcher.xml

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-03-05 09:52:30 UTC
  • mfrom: (1.1.28)
  • Revision ID: package-import@ubuntu.com-20120305095230-alpmktmmfnjs2t4b
Tags: 5.6.0-0ubuntu1
* New upstream release
  - [dash] [hud] If no active window, shell processes crashes (LP: #944724)
  - Long delay on session logout (LP: #812104)
  - apps/docs are not launched when performing a search on the home lens
    (LP: #932092)
  - [unity-2d] FF exception to add HUD to Unity2d (LP: #942045)
  - There's a gap between the launcher and the upper panel (LP: #942031)
  - Dash - Genre filter category in the Music Lens should use a 3 column
    layout (LP: #841902)
  - selected lens arrow should be on top instead of bottom (LP: #932291)
  - [launcher] pixel-perfection fixes, new assets, tile & pip position,
    border line & context menu position (LP: #936881)
  - Workspace switcher icon should not generate background from icon
    (LP: #939586)
  - No glow assets still needed X Y Z (LP: #934059)
* Revert an upstream commit to ensure that there is not regression with
  libunity-core 5.4 (change will be introduced again when unity 5.6 released)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2
 
<node xmlns:dox="http://www.ayatana.org/dbus/dox.dtd">
3
 
    <dox:d><![CDATA[
4
 
      @mainpage
5
 
 
6
 
      An interface to activate the launcher in Unity2d.
7
 
    ]]></dox:d>
8
 
    <interface name="com.canonical.Unity2d.Launcher" xmlns:dox="http://www.ayatana.org/dbus/dox.dtd">
9
 
        <dox:d>
10
 
          An interface to activate the launcher in Unity2d.
11
 
        </dox:d>
12
 
        <method name="AddWebFavorite">
13
 
            <dox:d><![CDATA[
14
 
               Request a URL to be added to the launcher as a web favorite.
15
 
            ]]></dox:d>
16
 
            <arg name="url" type="s" direction="in">
17
 
                <dox:d>The URL to be favorited.</dox:d>
18
 
            </arg>
19
 
        </method>
20
 
    </interface>
21
 
</node>
22