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

« back to all changes in this revision

Viewing changes to tests/dbusmenu-gtk/data/blank_submenus.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": 5,
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
 
                 ]
20
 
                },
21
 
                {"id": 7,
22
 
                 "label": "value7",
23
 
                 "submenu": [
24
 
                        {"id": 30,
25
 
                         "label": "value30"},
26
 
                        {"id": 31,
27
 
                         "label": "value31"},
28
 
                        {"id": 32,
29
 
                         "label": "value32"},
30
 
                        {"id": 33,
31
 
                         "label": "value33"},
32
 
                        {"id": 34,
33
 
                         "label": "value34"},
34
 
                        {"id": 35,
35
 
                         "label": "value35"},
36
 
                        {"id": 36,
37
 
                         "label": "value36"},
38
 
                        {"id": 37,
39
 
                         "label": "value37"},
40
 
                        {"id": 38,
41
 
                         "label": "value38"},
42
 
                        {"id": 39,
43
 
                         "label": "value39"}
44
 
                 ]
45
 
                },
46
 
         ]
47
 
        }
48
 
]