~ubuntu-branches/ubuntu/wily/gnome-applets/wily

« back to all changes in this revision

Viewing changes to mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-11-19 19:57:51 UTC
  • mfrom: (1.10.22)
  • Revision ID: package-import@ubuntu.com-20141119195751-gqirgm99dewik39n
Tags: 3.14.0-1~svn1
* New upstream release.
* Update (build-)dependencies for new version.
  - Require new GLib and libpanel-applet.
  - Switch from Python 2 to Python 3.
  - Drop GConf.
* Remove --enable-mixer-applet configure flag.
* Remove obsolete gnome-applets.gconf-defaults file.
* Update applet list in package description.
* Move Python modules to a private location.
* Use dh_python3.
* Use NEWS file as upstream changelog.
* Bump Standards-Version to 3.9.6, no changes needed.
* Update Homepage URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
 
2
        <schema id="org.gnome.gnome-applets.mini-commander.global" path="/org/gnome/gnome-applets/mini-commander/">
 
3
                <key name="macro-patterns" type="as">
 
4
                        <default>
 
5
                        [
 
6
                                '^(https?://.*)$',
 
7
                                '^(ftp://.*)',
 
8
                                '^(www\\..*)$',
 
9
                                '^(ftp\\..*)$',
 
10
                                '^av: *(.*)$',
 
11
                                '^yahoo: *(.*)$',
 
12
                                '^fm: *(.*)$',
 
13
                                '^dictionary: *(.*)$',
 
14
                                '^google: *(.*)$'
 
15
                        ]
 
16
                        </default>
 
17
                        <_summary>Macro pattern list</_summary>
 
18
                        <_description>List of entries containing strings for the macro patterns.</_description>
 
19
                </key>
 
20
                <key name="macro-commands" type="as">
 
21
                        <default>
 
22
                        [
 
23
                                'gnome-open \\1',
 
24
                                'gnome-open \\1',
 
25
                                'gnome-open http://\\1',
 
26
                                'gnome-open ftp://\\1',
 
27
                                "gnome-open http://www.altavista.net/cgi-bin/query?pg=q\\&amp;kl=XX\\&amp;q=$(echo '\\1'|sed -e ': p;s/+/%2B/;t p;: s;s/\\ /+/;t s;: q;s/\\\"/%22/;t q')",
 
28
                                "gnome-open http://ink.yahoo.com/bin/query?p=$(echo '\\1'|sed -e ': p;s/+/%2B/;t p;: s;s/\\ /+/;t s;: q;s/\\\"/%22/;t q')",
 
29
                                "gnome-open http://core.freshmeat.net/search.php3?query=$(echo '\\1'|tr \" \" +)",
 
30
                                'gnome-dictionary "\\1"',
 
31
                                'gnome-open http://www.google.com/search?q=\\1'
 
32
                        ]
 
33
                        </default>
 
34
                        <_summary>Macro command list</_summary>
 
35
                        <_description>List of entries containing strings for the macro commands.</_description>
 
36
                </key>
 
37
        </schema>
 
38
        <schema id="org.gnome.gnome-applets.mini-commander">
 
39
                <key name="show-handle" type="b">
 
40
                        <default>false</default>
 
41
                        <_summary>Show handle</_summary>
 
42
                        <_description>Show a handle so the applet can be detached from the panel.</_description>
 
43
                </key>
 
44
                <key name="show-frame" type="b">
 
45
                        <default>false</default>
 
46
                        <_summary>Show frame</_summary>
 
47
                        <_description>Show a frame surrounding the applet.</_description>
 
48
                </key>
 
49
                <key name="autocomplete-history" type="b">
 
50
                        <default>true</default>
 
51
                        <_summary>Perform history autocompletion</_summary>
 
52
                        <_description>Attempt to autocomplete a command from the history of commands entered.</_description>
 
53
                </key>
 
54
                <key name="normal-size-x" type="i">
 
55
                        <default>150</default>
 
56
                        <_summary>Width</_summary>
 
57
                        <_description>Width of the applet</_description>
 
58
                </key>
 
59
                <key name="show-default-theme" type="b">
 
60
                        <default>true</default>
 
61
                        <_summary>Use the default theme colors</_summary>
 
62
                        <_description>Use theme colors instead of custom ones.</_description>
 
63
                </key>
 
64
                <key name="cmd-line-color-fg" type="s">
 
65
                        <default>'rgba(255,255,255,1)'</default>
 
66
                        <_summary>Foreground color</_summary>
 
67
                        <_description></_description>
 
68
                </key>
 
69
                <key name="cmd-line-color-bg" type="s">
 
70
                        <default>'rgba(0,0,0,1)'</default>
 
71
                        <_summary>Background color</_summary>
 
72
                        <_description></_description>
 
73
                </key>
 
74
                <key name="history" type="as">
 
75
                        <default>[]</default>
 
76
                        <_summary>History list</_summary>
 
77
                        <_description>List of entries containing strings for history entries.</_description>
 
78
                </key>
 
79
        </schema>
 
80
</schemalist>