~walkerlee/totem/pre-interview

« back to all changes in this revision

Viewing changes to help/totem-docs.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-26 00:07:51 UTC
  • mfrom: (1.6.1) (24.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130526000751-kv8ap3x1di4qq8j2
Tags: 3.8.2-0ubuntu1
* Sync with Debian. Remaining changes: 
* debian/control.in:
  - Drop build-depends on libepc-ui-dev and libgrilo-0.2-dev (in universe)
  - Drop libxtst-dev build-depends so that the (redundant) fake key presses
    for inhibiting the screensaver are disabled (LP: #1007438)
  - Build-depend on libzeitgeist-dev
  - Suggest rather than recommend gstreamer components in universe
  - Add totem-plugins-extra
  - Add XB-Npp-Description and XB-Npp-Filename header to the 
    totem-mozilla package to improve ubufox/ubuntu plugin db integration 
  - Refer to Firefox in totem-mozilla description instead of Iceweasel
  - Don't have totem-mozilla recommend any particular browser
  - Drop obsolete python library dependencies since iplayer is no longer
    included
* debian/totem-common.install, debian/source_totem.py:
  - Install Ubuntu apport debugging hook
* debian/totem-plugins-extra.install:
  - Universe plugins split out of totem-plugins (currently only gromit)
* debian/totem-plugins.install:    
  - Skip the plugins split to -extra and add the zeitgeist plugin
* debian/rules:
  - Build with --fail-missing, to ensure we install everything. 
    + Ignore libtotem.{,l}a since we delibrately don't install these.
  - Re-enable hardening, make sure both PIE and BINDNOW are used
    by setting hardening=+all. (LP: #1039604)
* debian/patches/91_quicklist_entries.patch:
  - Add static quicklist
* debian/patches/92_gst-plugins-good.patch:
  - Build without unnecessary gstreamer1.0-bad dependency
* debian/patches/93_grilo_optional.patch:
  - Allow building without grilo while grilo MIR is still pending
* debian/patches/correct_desktop_mimetypes.patch:
  - Don't list the mimetypes after the unity lists
* debian/patches/revert_shell_menu.patch: 
  - revert the use of a shell menu until indicator-appmenu can handle
    the mixed shell/traditional menus itself
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
const gchar* documentation_credits[] = {
2
 
        "Baptiste Mille-Mathias <baptiste.millemathias@gmail.org>",
3
 
        "Chee Bin HOH <cbhoh@gnome.org>",
4
 
        "Philip Withnall <philip@tecnocode.co.uk>",
5
 
        NULL
6
 
};
7
 
 
8
 
#define HELP_TOTEM_INDEX "index"
9
 
#define HELP_TOTEM_LEGALNOTICE "legalnotice"
10
 
#define HELP_TOTEM_TOTEM_INTRODUCTION "totem-introduction"
11
 
#define HELP_TOTEM_TOTEM_GETTING_STARTED "totem-getting-started"
12
 
#define HELP_TOTEM_TOTEM_START "totem-start"
13
 
#define HELP_TOTEM_TOTEM_WHEN_START "totem-when-start"
14
 
#define HELP_TOTEM_TOTEM_START_FIG "totem-start-fig"
15
 
#define HELP_TOTEM_TOTEM_USAGE "totem-usage"
16
 
#define HELP_TOTEM_TOTEM_OPEN_FILE "totem-open-file"
17
 
#define HELP_TOTEM_TOTEM_USAGE_OPEN_LOCATION "totem-usage-open-location"
18
 
#define HELP_TOTEM_TOTEM_USAGE_PLAY "totem-usage-play"
19
 
#define HELP_TOTEM_TOTEM_USAGE_PAUSE "totem-usage-pause"
20
 
#define HELP_TOTEM_TOTEM_USAGE_VIEW_PROPERTIES "totem-usage-view-properties"
21
 
#define HELP_TOTEM_TOTEM_USAGE_SEEK "totem-usage-seek"
22
 
#define HELP_TOTEM_TOTEM_USAGE_CHANGE_ZOOM "totem-usage-change-zoom"
23
 
#define HELP_TOTEM_TOTEM_USAGE_CHANGE_SIZE "totem-usage-change-size"
24
 
#define HELP_TOTEM_TOTEM_USAGE_CHANGE_RATIO "totem-usage-change-ratio"
25
 
#define HELP_TOTEM_TOTEM_USAGE_ADJUST_VOLUME "totem-usage-adjust-volume"
26
 
#define HELP_TOTEM_TOTEM_USAGE_ON_TOP "totem-usage-on-top"
27
 
#define HELP_TOTEM_TOTEM_USAGE_SHOW_CONTROL "totem-usage-show-control"
28
 
#define HELP_TOTEM_TOTEM_USAGE_PLAYLIST "totem-usage-playlist"
29
 
#define HELP_TOTEM_TOTEM_USAGE_PLAYLIST_SHOW_HIDE "totem-usage-playlist-show-hide"
30
 
#define HELP_TOTEM_TOTEM_USAGE_PLAYLIST_MANAGE "totem-usage-playlist-manage"
31
 
#define HELP_TOTEM_TOTEM_USAGE_PLAYLIST_REPEAT "totem-usage-playlist-repeat"
32
 
#define HELP_TOTEM_TOTEM_USAGE_PLAYLIST_SHUFFLE "totem-usage-playlist-shuffle"
33
 
#define HELP_TOTEM_TOTEM_USAGE_SUBTITLE "totem-usage-subtitle"
34
 
#define HELP_TOTEM_TOTEM_USAGE_TAKE_SCREENSHOT "totem-usage-take-screenshot"
35
 
#define HELP_TOTEM_TOTEM_USAGE_CREATE_SCREENSHOT_GALLERY "totem-usage-create-screenshot-gallery"
36
 
#define HELP_TOTEM_TOTEM_PLUGINS "totem-plugins"
37
 
#define HELP_TOTEM_TOTEM_PLUGINS_LOAD "totem-plugins-load"
38
 
#define HELP_TOTEM_TOTEM_PLUGINS_ALWAYS_ON_TOP "totem-plugins-always-on-top"
39
 
#define HELP_TOTEM_TOTEM_PLUGINS_COHERENCE "totem-plugins-coherence"
40
 
#define HELP_TOTEM_TOTEM_PLUGINS_GROMIT "totem-plugins-gromit"
41
 
#define HELP_TOTEM_TOTEM_PLUGINS_JAMENDO "totem-plugins-jamendo"
42
 
#define HELP_TOTEM_TOTEM_PLUGINS_JAMENDO_CONFIGURATION "totem-plugins-jamendo-configuration"
43
 
#define HELP_TOTEM_TOTEM_PLUGINS_JAMENDO_SETUP "totem-plugins-jamendo-setup"
44
 
#define HELP_TOTEM_TOTEM_PLUGINS_JAMENDO_SEARCH "totem-plugins-jamendo-search"
45
 
#define HELP_TOTEM_TOTEM_PLUGINS_JAMENDO_POPULAR "totem-plugins-jamendo-popular"
46
 
#define HELP_TOTEM_TOTEM_PLUGINS_TRACKER "totem-plugins-tracker"
47
 
#define HELP_TOTEM_TOTEM_PLUGINS_PUBLISH "totem-plugins-publish"
48
 
#define HELP_TOTEM_TOTEM_PLUGINS_PUBLISH_CONFIGURATION "totem-plugins-publish-configuration"
49
 
#define HELP_TOTEM_TOTEM_PLUGINS_PUBLISH_PUBLISHING "totem-plugins-publish-publishing"
50
 
#define HELP_TOTEM_TOTEM_PLUGINS_PUBLISH_NEIGHBORHOOD "totem-plugins-publish-neighborhood"
51
 
#define HELP_TOTEM_TOTEM_PLUGINS_OPENSUBTITLES "totem-plugins-opensubtitles"
52
 
#define HELP_TOTEM_TOTEM_PLUGINS_THUMBNAIL "totem-plugins-thumbnail"
53
 
#define HELP_TOTEM_TOTEM_PLUGINS_BRASERO "totem-plugins-brasero"
54
 
#define HELP_TOTEM_TOTEM_PLUGINS_YOUTUBE "totem-plugins-youtube"
55
 
#define HELP_TOTEM_TOTEM_PLUGINS_DBUS_SERVICE "totem-plugins-dbus-service"
56
 
#define HELP_TOTEM_TOTEM_PREFS "totem-prefs"
57
 
#define HELP_TOTEM_TOTEM_PREFS_GENERAL "totem-prefs-general"
58
 
#define HELP_TOTEM_TOTEM_PREFS_DISPLAY "totem-prefs-display"
59
 
#define HELP_TOTEM_TOTEM_PREFS_AUDIO "totem-prefs-audio"
60
 
#define HELP_TOTEM_TOTEM_ABOUT "totem-about"
61