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.log(\"got %d\", reponse_id)\n}",
14     "show" : "(self)  => {\n  this.el.run();\n  //test\n}"
15    },
16    "id" : "DialogNewComponent",
17    "default_width" : 500,
18    "$ deletable" : true,
19    "title" : "Create a working branch ",
20    "xtype" : "Dialog",
21    "|   void show" : "( ) \n{\n    \n    this.show();\n    //this.success = c.success;\n    \n    \n}",
22    "default_height" : 200,
23    "$ modal" : true,
24    "$ xns" : "Gtk",
25    "items" : [
26     {
27      "xtype" : "VBox",
28      "$ pack" : "get_content_area().add",
29      "$ xns" : "Gtk",
30      "items" : [
31       {
32        "* pack" : "pack_start,false,false,0",
33        "xtype" : "Table",
34        "n_columns" : 2,
35        "$ xns" : "Gtk",
36        "n_rows" : 3,
37        "$ homogeneous" : true,
38        "items" : [
39         {
40          "label" : "Select Ticket",
41          "$ visible" : true,
42          "xalign" : 0.90000000000000002,
43          "* pack" : "attach_defaults,0,1,0,1",
44          "xtype" : "Label",
45          "$ justify" : "Gtk.Justification.RIGHT",
46          "x_options" : 4,
47          "$ xns" : "Gtk"
48         },
49         {
50          "id" : "build_module",
51          "* init" : "this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );",
52          "* pack" : "attach_defaults,1,2,0,1",
53          "xtype" : "ComboBox",
54          "$ xns" : "Gtk",
55          "items" : [
56           {
57            "id" : "dbcellrenderer",
58            "* pack" : "pack_start,true",
59            "xtype" : "CellRendererText",
60            "$ xns" : "Gtk"
61           },
62           {
63            "id" : "dbmodel",
64            "* pack" : "set_model",
65            "xtype" : "ListStore",
66            "$ columns" : "typeof(string),typeof(string)",
67            "n_columns" : 2,
68            "$ xns" : "Gtk",
69            "| 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"
70           }
71          ]
72         },
73         {
74          "label" : "or use this as branch name",
75          "xalign" : 0.90000000000000002,
76          "* pack" : "attach_defaults,0,1,1,2",
77          "xtype" : "Label",
78          "$ justify" : "Gtk.Justification.RIGHT",
79          "x_options" : 4,
80          "$ xns" : "Gtk"
81         },
82         {
83          "id" : "name",
84          "$ visible" : true,
85          "xtype" : "Entry",
86          "* pack" : "attach_defaults,1,2,1,2",
87          "$ xns" : "Gtk"
88         }
89        ]
90       }
91      ]
92     },
93     {
94      "label" : "Do not create Branch",
95      "* pack" : "add_action_widget,0",
96      "xtype" : "Button",
97      "$ xns" : "Gtk"
98     },
99     {
100      "label" : "Create Branch",
101      "* pack" : "add_action_widget,1",
102      "xtype" : "Button",
103      "$ xns" : "Gtk"
104     }
105    ]
106   }
107  ]
108 }