~kaozilon/totem/test

« back to all changes in this revision

Viewing changes to docs/reference/html/widget-api.html

  • Committer: Bazaar Package Importer
  • Author(s): Raphaël Hertzog, Josselin Mouette, Emilio Pozuelo Monfort, Sjoerd Simons, Frederic Peters, Michael Biebl, Raphaël Hertzog
  • Date: 2011-04-10 18:12:25 UTC
  • mfrom: (1.4.6 upstream) (5.1.19 sid)
  • Revision ID: james.westby@ubuntu.com-20110410181225-srhkesant1gx38pw
Tags: 3.0.0-1
* Team upload to experimental.

[ Josselin Mouette ]
* Only suggest totem-mozilla. Closes: #599638.
* totem-coherence depends on totem-plugins. Closes: #607436.

[ Emilio Pozuelo Monfort ]
* New upstream development release.
  - debian/patches/80_webm.patch,
    debian/patches/81_mpegts.patch,
    debian/patches/82_youtube_api.patch:
    + Removed, applied upstream.
  - debian/patches/90_autotools.patch:
    + Removed, no longer needed.
  - debian/patches/70_bbc_plugin.patch:
    + Disabled, needs porting.
  - debian/control.in:
    + Updated build dependencies and dependencies.
    + Removed transitional totem-xine and totem-gstreamer packages.
    + Don't build totem-coherence for now, it hasn't been ported
      to PyGI and so it's that plugin or all the others.
  - debian/totem-common.install:
    + Don't install the gconf schemas, they're gone. Install the
      gsettings files instead.
  - debian/totem.install:
    + Ship libtotem here.
  - debian/control.in,
    debian/rules,
    debian/gir1.2-totem-1.0.install:
    + Add a gir package and update the plugins package dependencies
      for the new gir dependencies.
* debian/rules,
  debian/control.in,
  debian/source/format:
  - Switch to source format 3.0 (quilt).
* debian/control.in:
  - Remove obsolete build dependency on libhal-dev. Closes: #615214.

[ Sjoerd Simons ]
* New upstream release (2.91.7)
* debian/totem-plugins.install:
  * Don't install the grommit plugin
  * Install the chapters plugin

[ Frederic Peters ]
* New upstream release (2.91.91)
* debian/control.in: bump build-dep on libpeas.
* debian/control.in, debian/totem-plugins.install:
  * The galago plugin has been renamed to im-status, and no longer uses
    libgalago.

[ Michael Biebl ]
* debian/control.in:
  - Add Build-Depends on libtracker-sparql-0.10-dev for media search support
    using Tracker.

[ Raphaël Hertzog ]
* New upstream release (3.0.0).
* Added Build-Depends on gstreamer0.10-gconf.
* Bumped minimal version of build-dependency on totem-plparser-dev to
  2.32.4-2 to match the ./configure requirements and to ensure libquvi-dev
  is there as required by the totem-plparser.pc.
* Add some copyright notices to debian/copyright to please lintian.
* Call dh_pysupport on totem to generate the python dependency for
  totem-bugreport.py
* Tell dh_makeshlibs to skip /usr/lib/nautilus. This avoids generating
  an shlib entry for the plugin it contains.
* Tweaked the totem description to fix lintian warning description-
  synopsis-starts-with-article.
* Updated dependencies of totem-coherence to match the new code using
  introspection but keep the package disabled as python-coherence is
  still PyGTK based and thus incompatible.
* Add lintian overrides for menu-icon-missing (icon is in totem-
  common).
* Add gnome-icon-theme-symbolic to totem's dependencies.
* Bump build-dep on libgdata >= 0.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Widgets</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="Totem Reference Manual">
8
8
<link rel="up" href="index.html" title="Totem Reference Manual">
9
9
<link rel="prev" href="BaconVideoWidget.html" title="BaconVideoWidget">
10
10
<link rel="next" href="TotemVideoList.html" title="TotemVideoList">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="tutorials.html" title="Tutorials">
14
 
<link rel="chapter" href="core-api.html" title="Core API">
15
 
<link rel="chapter" href="widget-api.html" title="Widgets">
16
 
<link rel="index" href="api-index-full.html" title="Index of all symbols">
17
 
<link rel="index" href="api-index-deprecated.html" title="Index of deprecated symbols">
18
13
</head>
19
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
20
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
24
19
<th width="100%" align="center">Totem Reference Manual</th>
25
20
<td><a accesskey="n" href="TotemVideoList.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
26
21
</tr></table>
27
 
<div class="chapter" title="Widgets">
 
22
<div class="chapter">
28
23
<div class="titlepage"><div><div><h2 class="title">
29
24
<a name="widget-api"></a>Widgets</h2></div></div></div>
30
25
<div class="toc"><dl>
31
26
<dt>
32
 
<span class="refentrytitle"><a href="TotemVideoList.html">TotemVideoList</a></span><span class="refpurpose"> — a <a
33
 
href="http://library.gnome.org/devel/gtk/unstable/GtkTreeView.html"
34
 
><span class="type">GtkTreeView</span></a> widget for listing videos</span>
 
27
<span class="refentrytitle"><a href="TotemVideoList.html">TotemVideoList</a></span><span class="refpurpose"> — a <a href="http://library.gnome.org/devel/gtk/GtkTreeView.html"><span class="type">GtkTreeView</span></a> widget for listing videos</span>
35
28
</dt>
36
29
<dt>
37
 
<span class="refentrytitle"><a href="TotemCellRendererVideo.html">TotemCellRendererVideo</a></span><span class="refpurpose"> — a <a
38
 
href="http://library.gnome.org/devel/gtk/unstable/GtkCellRenderer.html"
39
 
><span class="type">GtkCellRenderer</span></a> widget for listing videos</span>
 
30
<span class="refentrytitle"><a href="TotemCellRendererVideo.html">TotemCellRendererVideo</a></span><span class="refpurpose"> — a <a href="http://library.gnome.org/devel/gtk/GtkCellRenderer.html"><span class="type">GtkCellRenderer</span></a> widget for listing videos</span>
40
31
</dt>
41
32
</dl></div>
42
33
</div>
43
34
<div class="footer">
44
35
<hr>
45
 
          Generated by GTK-Doc V1.11</div>
 
36
          Generated by GTK-Doc V1.17.1</div>
46
37
</body>
47
 
</html>
 
38
</html>
 
 
b'\\ No newline at end of file'