NewBranch.bjs
[gitlive] / NewBranch.bjs
1 {
2  "name" : "NewBranch",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/alan/gitlive/gitlive/NewBranch.bjs",
6  "permname" : "",
7  "modOrder" : "",
8  "build_module" : "gitlive",
9  "items" : [
10   {
11    "listeners" : {
12     "delete_event" : "(self, event) => {\n    this.el.hide();\n    return true; \n    //test  \n}\n ",
13     "response" : " (self, response_id) =>  { \n  \n\t GLib.debug(\"got %d\", (int) response_id);\n}",
14     "show" : "(self)  => {\n  this.el.run();\n  //test\n}"
15    },
16    "default_width" : 500,
17    "$ deletable" : true,
18    "title" : "Create a working branch ",
19    "xtype" : "Dialog",
20    "|   void show" : "( ) \n{\n    \n    this.el.show_all();\n      \n}",
21    "default_height" : 200,
22    "$ modal" : true,
23    "$ xns" : "Gtk",
24    "items" : [
25     {
26      "xtype" : "VBox",
27      "$ pack" : "get_content_area().add",
28      "$ xns" : "Gtk",
29      "items" : [
30       {
31        "* pack" : "pack_start,false,false,0",
32        "xtype" : "Table",
33        "n_columns" : 2,
34        "$ xns" : "Gtk",
35        "n_rows" : 2,
36        "$ homogeneous" : true,
37        "items" : [
38         {
39          "label" : "Select Ticket",
40          "$ visible" : true,
41          "xalign" : 0.90000000000000002,
42          "* pack" : "attach_defaults,0,1,0,1",
43          "xtype" : "Label",
44          "$ justify" : "Gtk.Justification.RIGHT",
45          "x_options" : 4,
46          "$ xns" : "Gtk"
47         },
48         {
49          "id" : "build_module",
50          "* init" : "this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );",
51          "* pack" : "attach_defaults,1,2,0,1",
52          "xtype" : "ComboBox",
53          "$ xns" : "Gtk",
54          "items" : [
55           {
56            "id" : "dbcellrenderer",
57            "* pack" : "pack_start,true",
58            "xtype" : "CellRendererText",
59            "$ xns" : "Gtk"
60           },
61           {
62            "id" : "dbmodel",
63            "* pack" : "set_model",
64            "xtype" : "ListStore",
65            "$ columns" : "typeof(string),typeof(string)",
66            "n_columns" : 2,
67            "$ xns" : "Gtk",
68            "| void loadData" : "  (Gee.ArrayList<string> data, string cur) {\n    this.el.clear();                                    \n    Gtk.TreeIter iter;\n    var el = this.el;\n    \n   /// el.append(out iter);\n    \n     \n   // el.set_value(iter, 0, \"\");\n   // el.set_value(iter, 1, \"aaa  - Just add Element - aaa\");\n\n    el.append(out iter);\n\n    \n    el.set_value(iter, 0, \"\");\n    el.set_value(iter, 1, \"-- select a module --\");\n    _this.build_module.el.set_active_iter(iter);\n    \n    for (var i = 0; i < data.size;i++) {\n    \n\n        el.append(out iter);\n        \n        el.set_value(iter, 0, data.get(i));\n        el.set_value(iter, 1, data.get(i));\n        \n        if (data.get(i) == cur) {\n            _this.build_module.el.set_active_iter(iter);\n        }\n        \n    }\n     this.el.set_sort_column_id(0, Gtk.SortType.ASCENDING);          \n                                     \n}\n"
69           }
70          ]
71         },
72         {
73          "label" : "or use this as branch name",
74          "xalign" : 0.90000000000000002,
75          "* pack" : "attach_defaults,0,1,1,2",
76          "xtype" : "Label",
77          "$ justify" : "Gtk.Justification.RIGHT",
78          "x_options" : 4,
79          "$ xns" : "Gtk"
80         },
81         {
82          "id" : "name",
83          "$ visible" : true,
84          "xtype" : "Entry",
85          "* pack" : "attach_defaults,1,2,1,2",
86          "$ xns" : "Gtk"
87         }
88        ]
89       }
90      ]
91     },
92     {
93      "label" : "Do not create Branch",
94      "* pack" : "add_action_widget,0",
95      "xtype" : "Button",
96      "$ xns" : "Gtk"
97     },
98     {
99      "label" : "Create Branch",
100      "* pack" : "add_action_widget,1",
101      "xtype" : "Button",
102      "$ xns" : "Gtk"
103     }
104    ]
105   }
106  ]
107 }