{ "name" : "NewBranch", "parent" : "", "title" : "", "path" : "/home/alan/gitlive/gitlive/NewBranch.bjs", "permname" : "", "modOrder" : "", "build_module" : "gitlive", "items" : [ { "listeners" : { "delete_event" : "(self, event) => {\n this.el.hide();\n return true; \n //test \n}\n ", "response" : " (self, response_id) => { \n \n\t GLib.debug(\"got %d\", (int) response_id);\n}", "show" : "(self) => {\n this.el.run();\n //test\n}" }, "default_width" : 500, "$ deletable" : true, "title" : "Create a working branch ", "xtype" : "Dialog", "| void show" : "( ) \n{\n // this.el.set_gravity(Gdk.Gravity.NORTH);\n this.el.move((Gdk.Screen.width() / 2)- 250 ,0);\n this.el.show_all();\n \n}", "default_height" : 200, "$ modal" : true, "$ xns" : "Gtk", "items" : [ { "xtype" : "VBox", "$ pack" : "get_content_area().add", "$ xns" : "Gtk", "items" : [ { "* pack" : "pack_start,false,false,0", "xtype" : "Table", "n_columns" : 2, "$ xns" : "Gtk", "n_rows" : 2, "$ homogeneous" : true, "items" : [ { "label" : "Select Ticket", "$ visible" : true, "xalign" : 0.90000000000000002, "* pack" : "attach_defaults,0,1,0,1", "xtype" : "Label", "$ justify" : "Gtk.Justification.RIGHT", "x_options" : 4, "$ xns" : "Gtk" }, { "id" : "build_module", "* init" : "this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );", "* pack" : "attach_defaults,1,2,0,1", "xtype" : "ComboBox", "$ xns" : "Gtk", "items" : [ { "id" : "dbcellrenderer", "* pack" : "pack_start,true", "xtype" : "CellRendererText", "$ xns" : "Gtk" }, { "id" : "dbmodel", "* pack" : "set_model", "xtype" : "ListStore", "$ columns" : "typeof(string),typeof(string)", "n_columns" : 2, "$ xns" : "Gtk", "| void loadData" : " (Gee.ArrayList 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" } ] }, { "label" : "or use this as branch name", "xalign" : 0.90000000000000002, "* pack" : "attach_defaults,0,1,1,2", "xtype" : "Label", "$ justify" : "Gtk.Justification.RIGHT", "x_options" : 4, "$ xns" : "Gtk" }, { "id" : "name", "$ visible" : true, "xtype" : "Entry", "* pack" : "attach_defaults,1,2,1,2", "$ xns" : "Gtk" } ] } ] }, { "label" : "Do not create Branch", "* pack" : "add_action_widget,0", "xtype" : "Button", "Gtk.ReliefStyle relief" : "Gtk.ReliefStyle.NONE", "$ xns" : "Gtk" }, { "label" : "Create Branch", "* pack" : "add_action_widget,1", "xtype" : "Button", "$ xns" : "Gtk" } ] } ] }