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

« back to all changes in this revision

Viewing changes to frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in

  • 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
<Root>
 
2
  <commands>
 
3
    <cmd name="Normal"/>
 
4
    <cmd name="Suspended"/>
 
5
    <cmd name="Quiet"/>
 
6
    <cmd name="ShowLog"/>
 
7
    <cmd name="Mode"/>
 
8
    <cmd name="Network"/>
 
9
    <cmd name="ReadingMode"/>
 
10
  </commands>
 
11
 
 
12
  <popups>
 
13
    <popup name="button3">
 
14
      <menuitem name="Open Item" verb="Open" _label="_Open"
 
15
                pixtype="stock" pixname="gtk-open"/>
 
16
 
 
17
 
 
18
      <menuitem name="Prefereces Item" verb="Preferences" _label="_Preferences"
 
19
                pixtype="stock" pixname="gtk-preferences"/>
 
20
 
 
21
      <menuitem name="Restbreak Item" verb="Restbreak" _label="_Restbreak"
 
22
                pixtype="filename" pixname="@PIXDIR@/timer-rest-break.png"/>
 
23
 
 
24
      <menuitem name="Exercises Item" verb="Exercises" _label="_Exercises"/>
 
25
 
 
26
      <submenu name="Mode Item" id="Mode" _label="_Mode">
 
27
 
 
28
        <menuitem name="Normal Item" verb="Normal" _label="_Normal"
 
29
                  type="radio" group="Mode" id="Normal"/>
 
30
                  
 
31
        <menuitem name="Quiet Item" verb="Quiet" _label="_Quiet"
 
32
                  type="radio" group="Mode" id="Quiet"/>
 
33
 
 
34
        <menuitem name="Suspended Item" verb="Suspended" _label="_Suspended"
 
35
                  type="radio" group="Mode" id="Suspended"/>
 
36
 
 
37
      </submenu>
 
38
 
 
39
      <submenu name="Network Item" id="Network" _label="_Network">
 
40
 
 
41
        <menuitem name="Connect Item" verb="Connect" _label="_Connect..."/>
 
42
        <menuitem name="Disconnect Item" verb="Disconnect" _label="_Disconnect"/>
 
43
        <menuitem name="Reconnect Item" verb="Reconnect" _label="_Reconnect"/>
 
44
        <menuitem name="Show Log Item" verb="ShowLog" _label="_Show Log..." type="toggle" id="ShowLog"/>
 
45
 
 
46
      </submenu>
 
47
           
 
48
      <menuitem name="Reading Mode" verb="ReadingMode" _label="Reading mode" type="toggle" id="ReadingMode"/>
 
49
 
 
50
      <menuitem name="Statistics Item" verb="Statistics" _label="_Statistics"/>
 
51
 
 
52
      <menuitem name="About Item" verb="About" _label="_About..."
 
53
                pixtype="stock" pixname="gnome-stock-about"/>
 
54
 
 
55
      <menuitem name="Quit Item" verb="Quit" _label="_Quit"
 
56
                pixtype="stock" pixname="gtk-quit"/>
 
57
                
 
58
    </popup>
 
59
  </popups>
 
60
</Root>