~jtaylor/ubuntu/precise/gnome-games/lp-995281

« back to all changes in this revision

Viewing changes to quadrapassel/data/org.gnome.quadrapassel.gschema.xml.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-06 22:22:58 UTC
  • mfrom: (1.1.103)
  • Revision ID: package-import@ubuntu.com-20120206222258-28gah1dnl2ij0kw0
Tags: 1:3.3.5-0ubuntu1
* New upstream release.
  - Performance was improved in Iagno, Mahjongg & Mines
  - Statusbar was removed from Iagno and Mines
  - Mines has a new game screen
  - Quadrapassel was ported to Vala
  - Quadrapassel has a new option to show where block
    will land
* debian/control.in:
  - Bump vala to valac-0.16 and GTK to 3.3.11
  - Build-Depend on yelp-tools instead of gnome-doc-utils
* Update install files for new help install location
* debian/patches/01_lpi.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
      <_description>Image to use for drawing blocks.</_description>
7
7
    </key>
8
8
    <key name="theme" type="s">
9
 
      <default>'tangoshaded'</default>
 
9
      <default>'clean'</default>
10
10
      <_summary>The theme used for rendering the blocks</_summary>
11
11
      <_description>The name of the theme used for rendering the blocks and the background.</_description>
12
12
    </key>
13
13
    <key name="starting-level" type="i">
14
14
      <default>1</default>
 
15
      <range min="1" max="20"/>
15
16
      <_summary>Level to start with</_summary>
16
17
      <_description>Level to start with.</_description>
17
18
    </key>
18
 
    <key name="use-bg-image" type="b">
19
 
      <default>true</default>
20
 
      <_summary>Whether to use the background image</_summary>
21
 
      <_description>This selects whether or not to draw the background image over the background color.</_description>
22
 
    </key>
23
 
    <key name="bg-color" type="s">
24
 
      <default>'Black'</default>
25
 
      <_summary>The background color</_summary>
26
 
      <_description>The background color, in a format gdk_color_parse understands.</_description>
27
 
    </key>
28
19
    <key name="do-preview" type="b">
29
20
      <default>true</default>
30
21
      <_summary>Whether to preview the next block</_summary>
31
22
      <_description>Whether to preview the next block.</_description>
32
23
    </key>
33
 
    <key name="use-target" type="b">
 
24
    <key name="show-shadow" type="b">
34
25
      <default>false</default>
35
 
      <_summary>Whether to provide a target</_summary>
36
 
      <_description>Whether to provide a graphical representation of where a block will land.</_description>
 
26
      <_summary>Whether to show where the moving piece will land</_summary>
 
27
      <_description>Whether to show where the moving piece will land.</_description>
37
28
    </key>
38
29
    <key name="random-block-colors" type="b">
39
30
      <default>false</default>
47
38
    </key>
48
39
    <key name="line-fill-height" type="i">
49
40
      <default>0</default>
 
41
      <range min="0" max="19"/>
50
42
      <_summary>The number of rows to fill</_summary>
51
43
      <_description>The number of rows that are filled with random blocks at the start of the game.</_description>
52
44
    </key>
53
45
    <key name="line-fill-probability" type="i">
54
46
      <default>5</default>
 
47
      <range min="0" max="10"/>
55
48
      <_summary>The density of filled rows</_summary>
56
49
      <_description>The density of blocks in rows filled at the start of the game. The value is between 0 (for no blocks) and 10 (for a completely filled row).</_description>
57
50
    </key>