~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to doc/reference/panel-applet/tmpl/panel-applet-unused.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, Sebastien Bacher, Jeremy Bicha
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.13.10 upstream) (2.2.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20110530110449-hinl17kxkcefjw6x
Tags: 1:3.0.2-0ubuntu1
[ Sebastien Bacher ]
* New upstream version
* debian/control.in:
  - the new libgweather version is in oneiric, use it
  - drop the python and python-gconf depends, 
    they were added for gnome-panel-add which is still using gconf and buggy
* debian/gnome-panel-data.install:
  - don't install the apport hook, it's only getting gconf datas which 
    doesn't work since gnome-panel uses gsettings
* debian/patches/90_build_fixes.patch:
  - restore build fix from git not applied in the new serie
* debian/patches/01_panel_submenus.patch:
  - don't take that Debian diff, the .menus use the upstream naming in Ubuntu
* debian/patches/06_no_resize_grip.patch:
  - dropped, the issue is fixed in the new version
* debian/patches/50_fix-potfiles.patch:
  - dropped, the issue is fixed in the new version
* debian/watch:
  - track unstable series as well

Drop those delta, since gnome-panel is not the default Ubuntu session now we
can go back to an experience closer to the upstream one: 
* debian/control.in:
  - drop the indicators recommends, unity-2d is the ubuntu fallback session
    so we can get back to use an upstream config for gnome-panel and reduce
    the delta we carry
* debian/patches/04_default_panel_config.patch:
  - don't modify the upstream layout
* debian/patches/05_no_session_delay.patch:
  - no need to tweak the upstream session to optimize it
* debian/patches/16_compiz_workspace_switcher.patch:
  - go back to the upstream switcher behaviour    
* debian/patches/25_dynamic_fusa_detection.patch:
  - not needed since we use the upstream layout, could be ported if someone
    is wanting to do the work though
* debian/patches/30_disable-initial-animation.patch, debian/rules:
  - drop the --disable-initial-animation, that was some login optimization
    but since it's not the default desktop you should go back to the 
    upstream behaviour

[ Jeremy Bicha ]   
* New upstream version
* Merge from Debian experimental, remaining Ubuntu changes:
* debian/control:
  - Recommends gnome-settings-daemon which has the timezone polkit service
* debian/rules:
  - Update translations template.
* debian/gnome-panel-data.install:
  - Install apport hook
  - Install the "About Ubuntu" menu item.
* debian/patches/01_layout.patch:
  - Disabled, Help & About Ubuntu don't fit as well in Gnome Panel 3
* debian/patches/01_panel_submenus.patch.
  - Dropped
* debian/patches/03_dnd_places_link.patch:
  - Disabled, when using Drag'n'Drop from Places menu, install a link launcher
    (.desktop file) instead of copying the entire directory.
* debian/patches/17_about-ubuntu-translation.patch:
  - List ubuntu-about.desktop for translation.
* debian/patches/40_unset_menuproxy.patch:
  - Make sure gnome-panel and the applets don't pick up menu proxies.
* debian/patches/50_fix-potfiles.patch
  - Fix i18n
* debian/patches/85_disable_shutdown_on_ltsp.patch:
  - Suppress the shutdown option in the panel if LTSP_CLIENT is set.
* debian/patches/71_change_bookmark_submenu_limit_value.patch
  - Dropped, picked up by Debian
* debian/patches/18_lockdown_lock_editor.patch:
* debian/patches/90_git_wnck_show_realize.patch:
* debian/patches/90_fix_linking_DSO_link.patch:
* debian/patches/91_gir_annotations.patch
* debian/patches/92_git_calendar_day.patch
* debian/patches/92_git_fix_applets_in_multiscreen.patch:
  - Dropped, applied upstream
* debian/watch:
  - watch unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### MACRO PANEL_APPLET_BONOBO_FACTORY ##### -->
2
 
<para>
3
 
Defines a 'main' routine for the applet factory.
4
 
</para>
5
 
 
6
 
@iid: The bonobo-activation iid of the factory.
7
 
@type: The #GType to instantiate.
8
 
@name: The applet ID string.
9
 
@version: The applet version string.
10
 
@callback: The factory callback.
11
 
@data: The factory user data pointer.
12
 
 
13
 
<!-- ##### MACRO PANEL_APPLET_BONOBO_SHLIB_FACTORY ##### -->
14
 
<para>
15
 
Defines a Bonobo Activation shared library plugin and associated
16
 
factory callback.
17
 
</para>
18
 
 
19
 
@iid: The bonobo-activation iid of the factory.
20
 
@type: The #GType to instantiate.
21
 
@descr: A description of the applet.
22
 
@callback: The factory callback.
23
 
@data: The factory user data pointer.
24
 
 
25
 
<!-- ##### MACRO PANEL_APPLET_ORIENT_DOWN ##### -->
26
 
<para>
27
 
The applet is orientated down (i.e. the panel is at the top of the screen).
28
 
</para>
29
 
 
30
 
 
31
 
<!-- ##### MACRO PANEL_APPLET_ORIENT_LEFT ##### -->
32
 
<para>
33
 
The applet is orientated left (i.e. the panel is at the right hand side of the screen).
34
 
</para>
35
 
 
36
 
 
37
 
<!-- ##### MACRO PANEL_APPLET_ORIENT_RIGHT ##### -->
38
 
<para>
39
 
The applet is orientated right (i.e. the panel is at the left hand side of the screen).
40
 
</para>
41
 
 
42
 
 
43
 
<!-- ##### MACRO PANEL_APPLET_ORIENT_UP ##### -->
44
 
<para>
45
 
The applet is orientated up (i.e. the panel is at the bottom of the screen).
46
 
</para>
47
 
 
48
 
 
49
 
<!-- ##### FUNCTION panel_applet_factory_main_closure ##### -->
50
 
<para>
51
 
A generic 'main' routine for applets. This should not normally be
52
 
used directly because it is invoked by #PANEL_APPLET_BONOBO_FACTORY.
53
 
</para>
54
 
 
55
 
@iid: The bonobo-activation iid of the factory.
56
 
@applet_type: The #GType to instantiate.
57
 
@closure: The factory callback closure.
58
 
@Returns: 0 on success, 1 on failure.
59
 
 
60
 
<!-- ##### FUNCTION panel_applet_get_control ##### -->
61
 
<para>
62
 
Retrieves the #BonoboControl associated with @applet.
63
 
</para>
64
 
 
65
 
@applet: The #PanelApplet.
66
 
@Returns: A #BonoboControl.
67
 
 
68
 
<!-- ##### FUNCTION panel_applet_get_popup_component ##### -->
69
 
<para>
70
 
Retrieves the #BonoboUIComponent used for popup menus associated
71
 
with @applet.
72
 
</para>
73
 
 
74
 
@applet: The #PanelApplet.
75
 
@Returns: A #BonoboUIComponent.
76
 
 
77
 
<!-- ##### FUNCTION panel_applet_shlib_factory ##### -->
78
 
<para>
79
 
A generic shared library factory routine for applets. This should not
80
 
normally be used directly as it is invoked by #PANEL_APPLET_BONOBO_SHLIB_FACTORY.
81
 
</para>
82
 
 
83
 
@iid: The bonobo-activation iid of the factory.
84
 
@applet_type: The #GType to instantiate.
85
 
@poa: The #PortableServer_POA passed to the shlib factory
86
 
callback.
87
 
@impl_ptr: The #gpointer passed to the shlib factory callback.
88
 
@callback: The applet factory callback.
89
 
@user_data: The factory user data pointer.
90
 
@ev: The $CORBA_Environment passed to the shlib factory callback.
91
 
@Returns: A #Bonobo_Unknown to return from the shlib factory
92
 
callback.
93
 
 
94
 
<!-- ##### FUNCTION panel_applet_shlib_factory_closure ##### -->
95
 
<para>
96
 
A generic shared library factory routine for applets. This should not
97
 
normally be used directly as it is invoked by #PANEL_APPLET_BONOBO_SHLIB_FACTORY.
98
 
</para>
99
 
 
100
 
@iid: The bonobo-activation iid of the factory.
101
 
@applet_type: The #GType to instantiate.
102
 
@poa: The #PortableServer_POA passed to the shlib factory
103
 
callback.
104
 
@impl_ptr: The #gpointer passed to the shlib factory callback.
105
 
@closure: The applet factory closure.
106
 
@ev: The $CORBA_Environment passed to the shlib factory callback.
107
 
@Returns: A #Bonobo_Unknown to return from the shlib factory
108
 
callback.
109