~ubuntu-branches/ubuntu/lucid/libdbusmenu/lucid

« back to all changes in this revision

Viewing changes to tests/dbusmenu-gtk/mago_tests/data/sameid_submenus_diff_sizes.json

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2010-01-08 08:42:59 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100108084259-y18hsadt6tqu7yto
Tags: 0.2.0-0ubuntu1
* Upstream release 0.2.0
  - Remove unused libdbusmenu-qt
  - Changing API to be V0.2 for reals
  - Adding underline support
  - Test suite fixes and automation support
  - dbus-dumper tool
  - Switch to org.ayatana
  - Fixing the handling of typed properties, especially bools.
  - Adding GetChildren function for getting a single submenu
  - Starting to watch DBus if the proxy builds fail.
  - Test suite fixes
  - Fixing the consistency between the #defines and what
    was used in the code.
* debian/control, debian/libdbusmenu-tools.install: Setting
  up a package for the new dbusmenu-dumper tool.
* debian/control: Mentioning nicely that this will cause
  indicator-messages << 0.3 and indicator-session << 0.2 to
  break.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[
 
2
        {"id": 4,
 
3
         "label": "value2",
 
4
         "submenu": [
 
5
                {"id": 6,
 
6
                 "label": "value5",
 
7
                 "submenu": [
 
8
                        {"id": 10,
 
9
                         "label": "value10"},
 
10
                        {"id": 11,
 
11
                         "label": "value11"},
 
12
                        {"id": 12,
 
13
                         "label": "value12"}
 
14
         ]
 
15
                },
 
16
                {"id": 6,
 
17
                 "label": "value6",
 
18
                 "submenu": [
 
19
                {"id": 22,
 
20
                         "label": "value22"},
 
21
                        {"id": 23,
 
22
                         "label": "value23"},
 
23
                        {"id": 24,
 
24
                         "label": "value24"},
 
25
                        {"id": 25,
 
26
                         "label": "value25"},
 
27
                        {"id": 26,
 
28
                         "label": "value26"},
 
29
                        {"id": 27,
 
30
                         "label": "value27"},
 
31
                        {"id": 28,
 
32
                         "label": "value28"},
 
33
                        {"id": 29,
 
34
                         "label": "value29"}
 
35
                 ]
 
36
                },
 
37
                {"id": 6,
 
38
                 "label": "value7",
 
39
                 "submenu": [
 
40
                        {"id": 30,
 
41
                         "label": "value30"},
 
42
                        {"id": 31,
 
43
                         "label": "value31"},
 
44
                        {"id": 32,
 
45
                         "label": "value32"},
 
46
                        {"id": 33,
 
47
                         "label": "value33"},
 
48
                        {"id": 34,
 
49
                         "label": "value34"},
 
50
                        {"id": 35,
 
51
                         "label": "value35"},
 
52
                        {"id": 36,
 
53
                         "label": "value36"},
 
54
                        {"id": 37,
 
55
                         "label": "value37"},
 
56
                        {"id": 38,
 
57
                         "label": "value38"},
 
58
                        {"id": 39,
 
59
                         "label": "value39"}
 
60
                 ]
 
61
                },
 
62
         ]
 
63
        }
 
64
]