~ubuntu-branches/ubuntu/raring/workrave/raring

« back to all changes in this revision

Viewing changes to frontend/gtkmm/src/gnome_applet3/DBusGUI.xml

  • Committer: Package Import Robot
  • Author(s): Francois Marier, Francois Marier, Jordi Mallach
  • Date: 2012-05-28 11:29:40 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20120528112940-bbbsjkk30fom9s8x
Tags: 1.9.909+abc941eb70-1
[ Francois Marier ]
* New upstream snapshot
  - Drop leak-fix patch (applied upstream)
  - Document how the tarball is built in README.source
* Build GNOME applets and use gsettings
* Massive update of Build-Depends as per configure.ac

* Update README.source with snapshot instructions
* Switch to machine-readable copyright file
* Update alioth git repo links
* Bump debhelper version to 9
* Bump Standards-Version to 3.9.3

[ Jordi Mallach ]
* Avoid references to GNU/Linux in manpage.
* Drop build dependency on libgnet-dev, it's obsolete and unneeded.
* Add myself to Uploaders.
* Rewrite d/rules into dh style.
  - Move all install tweaks to .install files.
  - Install manpages using dh_installman.
* As a side effect, the package installs arch-dependant data in the
  arch triplet directory; add the required Pre-Depends for m-a-support.
* Bring back GNOME Panel applet (for GNOME 3 fallback mode) and ship the
  new GNOME Shell extension (closes: #642514, #666100).
* Add private_dirs.patch: move libworkrave-private and GObject
  Introspection files to a private dir, so they are really out of the
  way, but disable it for now as it breaks the Shell extension.
* Move typelib out of the triplet dir as gobject-introspection is not
  M-A ready yet.
* Enable dh_autoreconf for the above patches.
* Add lintian overrides.
* Add necessary Breaks/Replaces as the xpm icon has moved to workrave-data.
* Prefix all debhelper files with package name.
* Suggest gnome-shell and gnome-panel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
 
3
 
<node name="/org/workrave/Workrave">
4
 
 
5
 
  <interface name="org.workrave.ControlInterface">
6
 
 
7
 
    <method name="OpenMain">
8
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
9
 
                  value="on_menu_open_main_window"/>
10
 
    </method>
11
 
    <method name="Preferences">
12
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
13
 
                  value="on_menu_preferences"/>
14
 
    </method>
15
 
    <method name="NetworkConnect">
16
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
17
 
                  value="on_menu_network_join"/>
18
 
    </method>
19
 
    <method name="NetworkLog">
20
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
21
 
                  value="on_menu_network_log"/>
22
 
     <arg type="b" name="show" direction="in" />
23
 
    </method>
24
 
    <method name="NetworkReconnect">
25
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
26
 
                  value="on_menu_network_reconnect"/>
27
 
    </method>
28
 
    <method name="NetworkDisconnect">
29
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
30
 
                  value="on_menu_network_leave"/>
31
 
    </method>
32
 
    <method name="ReadingMode">
33
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
34
 
                  value="on_menu_reading"/>
35
 
     <arg type="b" name="show" direction="in" />
36
 
    </method>
37
 
    <method name="Statistics">
38
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
39
 
                  value="on_menu_statistics"/>
40
 
    </method>
41
 
    <method name="Exercises">
42
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
43
 
                  value="on_menu_exercises"/>
44
 
    </method>
45
 
    <method name="RestBreak">
46
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
47
 
                  value="on_menu_restbreak_now"/>
48
 
    </method>
49
 
    <method name="Quit">
50
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
51
 
                  value="on_menu_quit"/>
52
 
    </method>
53
 
    <method name="About">
54
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
55
 
                  value="on_menu_about"/>
56
 
    </method>
57
 
  
58
 
  </interface>
59
 
 
60
 
  <interface name="org.workrave.GnomeAppletSupportInterface">
61
 
 
62
 
    <method name="SetOrientation">
63
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
64
 
                  value="set_applet_orientation"/>
65
 
     <arg type="s" name="orientation" direction="in" />
66
 
    </method>
67
 
    <method name="SetSize">
68
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
69
 
                  value="set_applet_size"/>
70
 
     <arg type="u" name="size" direction="in" />
71
 
    </method>
72
 
    <method name="SetBackground">
73
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
74
 
                  value="set_applet_background"/>
75
 
     <arg type="u" name="type" direction="in" />
76
 
     <arg type="(uuuu)" name="color" direction="in" />
77
 
     <arg type="u" name="xid" direction="in" />
78
 
    </method>
79
 
    <method name="ButtonClicked">
80
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
81
 
                  value="button_clicked"/>
82
 
     <arg type="u" name="button" direction="in" />
83
 
    </method>
84
 
    <method name="EmbedRequest">
85
 
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
86
 
                  value="fire_gnome_applet"/>
87
 
    </method>
88
 
  
89
 
  </interface>
90
 
 
91
 
 
92
 
</node>
93
 
 
94