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\tGLib.debug(\"got %d\", (int) response_id);\n\t\n\t \n\t\n\t \n\t// have they selected a ticket..\n\t// make that the current active ticket?\n\t// we really need to store locally what ticket is being worked on..\n\t// in theory we could be working on multiple project and not merging..\n\t// -- each repo would have their active ticket (only one per repo)\n\t// -- so we could just store that in there\n\t// -- initial load can check the contents of the ticket files on first scan.\n\n\t \n\tif (response_id < 1) {\n\t    _this.el.hide();\t\n\t    this.running = false; \n\t \treturn;\n\t}\n\t\n\tvar ticket_id = _this.ticketsel.selectedTicketId();\n\t\n    if (this.repo != null) {\n    \tvar bn = _this.name.el.get_text();\n\n\t\tvar res = this.repo.setActiveTicket(\t\t\t\n\t\t\t RooTicket.singleton().getById(ticket_id != \"\" ? ticket_id : \"-1\"), bn\n\t\t );\n\t\t if (res) {\n\t\t \t// start the monitoring..\n\t\t \t GitMonitor.gitmonitor.start();\n\t\t \t \n\t\t }\n    }\n     \n\n    this.running = false; \n\n\tthis.el.hide();\n\t \n\t \n\n\t \n}"
14    },
15    "default_width" : 500,
16    "$ deletable" : true,
17    "title" : "Create a working branch ",
18    "xtype" : "Dialog",
19    "# GitRepo? repo" : "null",
20    "|   void show" : "( GitRepo repo, Gee.ArrayList<GitMonitorQueue> queue, string tid = \"\" ) \n{\n     // this.el.set_gravity(Gdk.Gravity.NORTH);\n    if (this.running) { // should not happen!!\n    \tGLib.error(\"new branch show called, when already being displayed?\");\n\t}\n\tthis.queue = queue;\n\t\n\tthis.running  = true;\n\tGitMonitor.gitmonitor.stop();\n\t\n    this.repo = repo;\n    \n     \n    \n\tthis.el.move((Gdk.Screen.width() / 2)- 250 ,0);\n\tthis.el.set_default_size( 500,200); // not sure why it grows..\n    GLib.debug(\"Loading tickets\"); \n     \n\n    this.el.show_all();\n    this.el.set_keep_above(true);\n   \n    \n    var curproj = RooProject.getProjectByRepo(this.repo);\n     _this.prmodel.loadProjects(curproj == null ? \"\" : curproj.id);\n    \n \t_this.dbmodel.loadTickets(curproj == null ? \"\": curproj.id, tid);\n \t_this.createbtn.updateState();\n \t\n\t_this.ticketsel.el.get_child().get_style_context().remove_class(\"warning\");\n \tif (tid != \"\") { \n\t \tvar name = RooTicket.singleton().usernameLocal();\n \t\tvar ticket = RooTicket.singleton().getById(tid);\n\t\t_this.name.el.set_text(\"wip_%s_T%s_%s\".printf(name,ticket.id, ticket.summaryToBranchName()));\n\t} else {\n\t\t_this.ticketsel.el.get_child().get_style_context().add_class(\"warning\");\n\t}\n    _this.view.loadTicket(tid);\n    \n    \n    \n    \n    \n    \n    \n \tthis.el.run();\n\n}",
21    "default_height" : 500,
22    "$ xns" : "Gtk",
23    "# bool running" : false,
24    "# Gee.ArrayList<GitMonitorQueue> queue" : "null",
25    "bool modal" : true,
26    "items" : [
27     {
28      "* pack" : "get_content_area().add",
29      "xtype" : "Notebook",
30      "$ xns" : "Gtk",
31      "bool vexpand" : true,
32      "items" : [
33       {
34        "id" : "label_select_ticket",
35        "* pack" : false,
36        "xtype" : "Label",
37        "string label" : "Select Existing Ticket to work on",
38        "$ xns" : "Gtk"
39       },
40       {
41        "id" : "label_create_ticket",
42        "xtype" : "Label",
43        "* pack" : false,
44        "string label" : "Create a New Ticket",
45        "$ xns" : "Gtk"
46       },
47       {
48        "id" : "label_quick_commit",
49        "* pack" : false,
50        "xtype" : "Label",
51        "string label" : "Quick Commit",
52        "$ xns" : "Gtk"
53       },
54       {
55        "id" : "select_ticket_tab",
56        "bool homogeneous" : false,
57        "* pack" : "append_page,_this.label_select_ticket.el",
58        "xtype" : "Box",
59        "| void load_data" : "() {\n\n}\n",
60        "$ xns" : "Gtk",
61        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
62        "items" : [
63         {
64          "bool homogeneous" : true,
65          "bool expand" : false,
66          "xtype" : "Table",
67          "* pack" : "pack_start,false,false,0",
68          "uint column_spacing" : 4,
69          "n_columns" : 5,
70          "$ xns" : "Gtk",
71          "n_rows" : 5,
72          "bool vexpand" : false,
73          "int margin" : 2,
74          "items" : [
75           {
76            "label" : "Project",
77            "$ visible" : true,
78            "Gtk.Align halign" : "Gtk.Align.START",
79            "* pack" : "attach_defaults,0,1,0,1",
80            "xtype" : "Label",
81            "$ justify" : "Gtk.Justification.RIGHT",
82            "x_options" : 4,
83            "$ xns" : "Gtk"
84           },
85           {
86            "label" : "Ticket",
87            "$ visible" : true,
88            "Gtk.Align halign" : "Gtk.Align.START",
89            "* pack" : "attach_defaults,1,2,0,1",
90            "xtype" : "Label",
91            "x_options" : 4,
92            "$ xns" : "Gtk"
93           },
94           {
95            "listeners" : {
96             "changed" : "() => {\n\tif (this.loading) {\n\t\treturn;\n\t}\n\tvar project_id = this.selectedProjectId();\n\t_this.dbmodel.loadTickets(project_id);\n\t\n\t\n\t/*if (this.loading) {\n\t\treturn;\n\t}\n\tvar ticket_id = this.selectedTicketId();\n\t\n\tvar name = RooTicket.singleton().usernameLocal();\n\t\n\tif (ticket_id == \"\" || ticket_id == null) {\n\t\n\t\tvar dt = new  DateTime.now_local();\n\t\t_this.name.el.set_text(\"wip_%s_%s\".printf(name,dt.format(\"%Y_%b_%d\")));\n\t\treturn;\n\t}\n\t\n\t\n\tvar ticket = RooTicket.singleton().getById(ticket_id);\n   \n\t_this.name.el.set_text(\"wip_%s_T%s_%s\".printf(name,ticket.id, ticket.summaryToBranchName()));\n\t\n\t//GLib.debug (//\"Selection: %s, %s\\n\", (string) val1, (string) val2);\n\t*/\n}"
97            },
98            "* ctor" : "new Gtk.ComboBox.with_entry()",
99            "| string selectedProjectId" : "() {\n\tGtk.TreeIter iter;\n\tValue val1;\n \n \n\tthis.el.get_active_iter (out iter);\n\t_this.prmodel.el.get_value (iter, 0, out val1);\n \n\n\treturn  (string) val1;\n\t\n\t\n\t\n\t\n}\n",
100            "id" : "projectsel",
101            "* init" : "this.el.set_entry_text_column(1);",
102            "* pack" : "attach_defaults,0,1,1,2",
103            "xtype" : "ComboBox",
104            "# bool loading" : false,
105            "$ xns" : "Gtk",
106            "items" : [
107             {
108              "id" : "prcellrenderer",
109              "* pack" : "pack_start,true",
110              "xtype" : "CellRendererText",
111              "$ xns" : "Gtk"
112             },
113             {
114              "| void loadProjects" : "  (string id) {\n\n\n    \n    _this.projectsel.loading = true;\n\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, \"-- select a project --\");\n    if (id == \"\") {\n\t    _this.projectsel.el.set_active_iter(iter);\n    }\n  \n    foreach(var project in RooProject.projects()) {\n    \n        el.append(out iter);\n        \n        el.set_value(iter, 0, project.id);\n        el.set_value(iter, 1,  project.name );\n        if (id == project.id) {\n\t \t   _this.projectsel.el.set_active_iter(iter);\n\t    }   \n        \n    }\n    \n    _this.projectsel.loading = false;\n     //this.el.set_sort_column_id(0, Gtk.SortType.ASCENDING);          \n                                     \n}\n",
115              "id" : "prmodel",
116              "* pack" : "set_model",
117              "xtype" : "ListStore",
118              "$ columns" : "typeof(string),typeof(string)",
119              "n_columns" : 2,
120              "$ xns" : "Gtk"
121             }
122            ]
123           },
124           {
125            "listeners" : {
126             "changed" : "() => {\n\tif (this.loading) {\n\t\treturn;\n\t}\n\tvar ticket_id = this.selectedTicketId();\n\t\n\tvar name = RooTicket.singleton().usernameLocal();\n\t\n\tthis.el.get_child().get_style_context().remove_class(\"warning\");\n\tif (ticket_id == \"\" || ticket_id == null) {\n\t\n\t\tvar dt = new  DateTime.now_local();\n\t\t_this.name.el.set_text(\"wip_%s_%s\".printf(name,dt.format(\"%Y_%b_%d\")));\n\t\t_this.view.loadTicket(\"\");\t\t\n\t\t\n\t\tthis.el.get_child().get_style_context().add_class(\"warning\");\n\t\t_this.createbtn.updateState();\n\t\treturn;\n\t}\n\t\n\t\n\tvar ticket = RooTicket.singleton().getById(ticket_id);\n   \n\t_this.name.el.set_text(\"wip_%s_T%s_%s\".printf(name,ticket.id, ticket.summaryToBranchName()));\n\t_this.scrolled_window.el.show();\n\t \n\t_this.view.loadTicket(ticket.id);\n\t_this.createbtn.updateState();\n\t\n\t//GLib.debug (//\"Selection: %s, %s\\n\", (string) val1, (string) val2);\n}"
127            },
128            "* ctor" : "new Gtk.ComboBox.with_entry()",
129            "id" : "ticketsel",
130            "* init" : "//this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );\nthis.el.set_entry_text_column(1);\nthis.el.get_child().set_sensitive(false); ",
131            "* pack" : "attach_defaults,1,5,1,2",
132            "xtype" : "ComboBox",
133            "# bool loading" : false,
134            "$ xns" : "Gtk",
135            "| string selectedTicketId" : "() {\nGtk.TreeIter iter;\n\tValue val1;\n \n \n\tthis.el.get_active_iter (out iter);\n\t_this.dbmodel.el.get_value (iter, 0, out val1);\n \n\n\treturn  (string) val1;\n\t\n\t\n\t\n\t\n}\n",
136            "items" : [
137             {
138              "id" : "dbcellrenderer",
139              "xtype" : "CellRendererText",
140              "* pack" : "pack_start,true",
141              "$ xns" : "Gtk"
142             },
143             {
144              "id" : "dbmodel",
145              "xtype" : "ListStore",
146              "* pack" : "set_model",
147              "| void loadTickets" : "(string project_id , string tid = \"\") {\n\n\n    \n    // fixme .. get project id from selection..\n    \n     RooTicket.singleton().loadTickets(\n \t\t\tproject_id,\n \t\t\t_this.btn_not_me.el.active ? RooTicket.Who.ANYBODY :  RooTicket.Who.ME,\n \t\t\t _this.btn_closed.el.active ? RooTicket.Status.ALL :  RooTicket.Status.ACTIVE\n\t\t );\n        \n    _this.ticketsel.loading = true;\n\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, \"-- select a ticket --\");\n    \n    _this.ticketsel.el.set_active_iter(iter);\n    var tickets = RooTicket.singleton().tickets;\n    foreach(var ticket in tickets) {\n    \n        el.append(out iter);\n        \n        el.set_value(iter, 0, ticket.id);\n        el.set_value(iter, 1, \"#%s %s\".printf( ticket.id, ticket.summary));\n        \n        if (ticket.id == tid) {\n\t\t    _this.ticketsel.el.set_active_iter(iter);\n        }\n        \n    }\n    \n    _this.ticketsel.loading = false;\n     //this.el.set_sort_column_id(0, Gtk.SortType.ASCENDING);          \n                                     \n}\n",
148              "$ columns" : "typeof(string),typeof(string)",
149              "n_columns" : 2,
150              "$ xns" : "Gtk"
151             }
152            ]
153           },
154           {
155            "label" : "Use this as branch name",
156            "Gtk.Align halign" : "Gtk.Align.START",
157            "xalign" : 0.90000000000000002,
158            "* pack" : "attach_defaults,0,1,3,4",
159            "xtype" : "Label",
160            "$ justify" : "Gtk.Justification.RIGHT",
161            "x_options" : 4,
162            "$ xns" : "Gtk"
163           },
164           {
165            "id" : "name",
166            "$ visible" : true,
167            "xtype" : "Entry",
168            "* pack" : "attach_defaults,0,4,4,5",
169            "$ xns" : "Gtk"
170           },
171           {
172            "listeners" : {
173             "clicked" : "() => {\n\n\tGLib.debug(\"fire response = 1\");\n\t\n\tvar ticket_id = _this.ticketsel.selectedTicketId();\n\t\n\tif (ticket_id == \"\") {\n\t\t_this.ticketsel.el.get_child().get_style_context().add_class(\"warning\");\n\t\treturn;\n\t}\n\t \n\t_this.el.response(1);\n}"
174            },
175            "label" : "Create Branch",
176            "| void updateState" : "() {\n\n\tvar ticket_id = _this.ticketsel.selectedTicketId();\n\t\n\tif (ticket_id == \"\") {\n\t\tthis.el.set_sensitive(false);\n\t\treturn;\n\t}\n \n\tthis.el.set_sensitive(true);\n \n}\n",
177            "id" : "createbtn",
178            "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
179            "xtype" : "Button",
180            "* pack" : "attach_defaults,4,5,4,5",
181            "$ xns" : "Gtk"
182           },
183           {
184            "* pack" : "attach_defaults,0,5,2,3",
185            "xtype" : "Box",
186            "$ xns" : "Gtk",
187            "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
188            "items" : [
189             {
190              "listeners" : {
191               "toggled" : "() => {\n\tvar project_id = _this.projectsel.selectedProjectId();\n\t_this.dbmodel.loadTickets(project_id);\t\n}"
192              },
193              "id" : "btn_not_me",
194              "* pack" : "add",
195              "string label" : "Show tickets not assigned to me",
196              "xtype" : "CheckButton",
197              "$ xns" : "Gtk"
198             },
199             {
200              "listeners" : {
201               "toggled" : "() => {\n \tvar project_id = _this.projectsel.selectedProjectId();\n\t_this.dbmodel.loadTickets(project_id);\t\n\t \n}"
202              },
203              "id" : "btn_closed",
204              "string label" : "Show closed Tickets",
205              "xtype" : "CheckButton",
206              "* pack" : "add",
207              "$ xns" : "Gtk"
208             },
209             {
210              "listeners" : {
211               "activate_link" : "(uri) => {\n\tif (uri == \"refresh\") {\n\t\tRooProject.reload();\n\t\tvar curproj = RooProject.getProjectByRepo(_this.repo);\n\t\t _this.prmodel.loadProjects(curproj == null ? \"\": curproj.id);\n\n\t\t_this.dbmodel.loadTickets(curproj == null ? \"\": curproj.id);\t\t\n\t}\n\treturn true;\n}"
212              },
213              "bool use_markup" : true,
214              "Gtk.Align halign" : "Gtk.Align.END",
215              "bool hexpand" : true,
216              "* pack" : "add",
217              "xtype" : "Label",
218              "string label" : "<a href=\"refresh\">Refresh Ticket list</a>",
219              "$ xns" : "Gtk"
220             }
221            ]
222           }
223          ]
224         },
225         {
226          "int height_request" : 500,
227          "id" : "scrolled_window",
228          "* init" : "{\n\tthis.el.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n}\n",
229          "* pack" : "add",
230          "xtype" : "ScrolledWindow",
231          "$ xns" : "Gtk",
232          "bool vexpand" : true,
233          "items" : [
234           {
235            "id" : "view",
236            "* pack" : "add",
237            "xtype" : "WebView",
238            "$ xns" : "WebKit",
239            "| void loadTicket" : "(string tid) {\n\tint h,w;\n\t_this.el.get_size(out w, out h);\n\t\n\tif (tid == \"\") {\n\t\t_this.scrolled_window.el.hide();\n\t\t_this.el.resize(w, 150);\n\t} else {\n\t\t_this.scrolled_window.el.show();\n\t\t_this.el.resize(w, 800);\n\t}\n\t\n\tvar rs =  RooTicket.singleton();\t\t\n\tvar uri = new WebKit.URIRequest(\"https://roojs.com/admin.php/MTrack/View/\" + tid);\n\tvar hd = uri.get_http_headers();\n\tvar authCode = Base64.encode (\"%s:%s\".printf(rs.username, rs.password).data);\n\thd.append(\"Authorization\", \"Basic %s\".printf(authCode));\n\t\n\t this.el.load_request(uri);\n}\n"
240           }
241          ]
242         }
243        ]
244       },
245       {
246        "bool homogeneous" : false,
247        "xtype" : "Box",
248        "* pack" : "append_page,_this.label_create_ticket.el",
249        "$ xns" : "Gtk",
250        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
251        "items" : [
252         {
253          "id" : "table",
254          "bool homogeneous" : true,
255          "bool expand" : false,
256          "xtype" : "Table",
257          "* pack" : "pack_start,false,false,0",
258          "uint column_spacing" : 4,
259          "n_columns" : 4,
260          "$ xns" : "Gtk",
261          "n_rows" : 14,
262          "bool vexpand" : false,
263          "int margin" : 2,
264          "items" : [
265           {
266            "label" : "Project",
267            "$ visible" : true,
268            "Gtk.Align halign" : "Gtk.Align.START",
269            "* pack" : "attach_defaults,0,1,0,1",
270            "xtype" : "Label",
271            "$ xns" : "Gtk"
272           },
273           {
274            "label" : "Summary",
275            "$ visible" : true,
276            "Gtk.Align halign" : "Gtk.Align.START",
277            "* pack" : "attach_defaults,1,2,0,1",
278            "xtype" : "Label",
279            "x_options" : 4,
280            "$ xns" : "Gtk"
281           },
282           {
283            "listeners" : {
284             "changed" : "() => {\n\tif (this.loading) {\n\t\treturn;\n\t}\n\tvar project_id = this.selectedProjectId();\n\t\n\tvar rt = RooTicket.singleton();\n\trt.loadProjectOptions(project_id);\n\t\n\t_this.msmodel.loadMilestones();\n\t_this.primodel.loadPriorities();\n\t_this.sevmodel.loadSeverities();\n\t_this.clmodel.loadClassifications();\t\n\t_this.devmodel.loadDevelopers();\t\n\t\n\t// affects projects and milestones..\n\t\n\t\n\t/*if (this.loading) {\n\t\treturn;\n\t}\n\tvar ticket_id = this.selectedTicketId();\n\t\n\tvar name = RooTicket.singleton().usernameLocal();\n\t\n\tif (ticket_id == \"\" || ticket_id == null) {\n\t\n\t\tvar dt = new  DateTime.now_local();\n\t\t_this.name.el.set_text(\"wip_%s_%s\".printf(name,dt.format(\"%Y_%b_%d\")));\n\t\treturn;\n\t}\n\t\n\t\n\tvar ticket = RooTicket.singleton().getById(ticket_id);\n   \n\t_this.name.el.set_text(\"wip_%s_T%s_%s\".printf(name,ticket.id, ticket.summaryToBranchName()));\n\t\n\t//GLib.debug (//\"Selection: %s, %s\\n\", (string) val1, (string) val2);\n\t*/\n}"
285            },
286            "* ctor" : "new Gtk.ComboBox.with_entry()",
287            "id" : "project_id",
288            "| string selectedProjectId" : "() {\n\tGtk.TreeIter iter;\n\tValue val1;\n \n \n\tthis.el.get_active_iter (out iter);\n\t_this.prmodel.el.get_value (iter, 0, out val1);\n \n\n\treturn  (string) val1;\n\t\n\t\n\t\n\t\n}\n",
289            "* init" : "this.el.set_entry_text_column(1);",
290            "* pack" : "attach_defaults,0,1,1,2",
291            "xtype" : "ComboBox",
292            "# bool loading" : false,
293            "$ xns" : "Gtk",
294            "items" : [
295             {
296              "id" : "prcellrenderer",
297              "xtype" : "CellRendererText",
298              "* pack" : "pack_start,true",
299              "$ xns" : "Gtk"
300             },
301             {
302              "| void loadProjects" : "  (string id) {\n\n    \n    _this.project_id.loading = true;\n\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, \"-- select a project --\");\n    if (id == \"\") {\n\t    _this.project_id.el.set_active_iter(iter);\n    }\n\n    foreach(var project in RooProject.projects()) {\n    \n        el.append(out iter);\n        \n        el.set_value(iter, 0, project.id);\n        el.set_value(iter, 1,  project.name );\n        if (id == project.id) {\n\t \t   _this.project_id.el.set_active_iter(iter);\n\t    }   \n        \n    }\n    \n    _this.project_id.loading = false;\n     //this.el.set_sort_column_id(0, Gtk.SortType.ASCENDING);          \n                                     \n}\n",
303              "id" : "prmodel",
304              "* pack" : "set_model",
305              "xtype" : "ListStore",
306              "$ columns" : "typeof(string),typeof(string)",
307              "n_columns" : 2,
308              "$ xns" : "Gtk"
309             }
310            ]
311           },
312           {
313            "id" : "summary",
314            "$ visible" : true,
315            "xtype" : "Entry",
316            "* pack" : "attach_defaults,1,4,1,2",
317            "$ xns" : "Gtk"
318           },
319           {
320            "label" : "Milestone",
321            "Gtk.Align halign" : "Gtk.Align.START",
322            "xalign" : 0.90000000000000002,
323            "* pack" : "attach_defaults,0,1,2,3",
324            "xtype" : "Label",
325            "$ justify" : "Gtk.Justification.RIGHT",
326            "x_options" : 4,
327            "$ xns" : "Gtk"
328           },
329           {
330            "* ctor" : "new Gtk.ComboBox.with_entry()",
331            "id" : "milestone_id",
332            "* init" : "this.el.set_entry_text_column(1);",
333            "* pack" : "attach_defaults,0,1,3,4",
334            "xtype" : "ComboBox",
335            "# bool loading" : false,
336            "$ xns" : "Gtk",
337            "| string selectedMilestoneId" : "() {\n\tGtk.TreeIter iter;\n\tValue val1;\n \n \n\tthis.el.get_active_iter (out iter);\n\t_this.msmodel.el.get_value (iter, 0, out val1);\n \n\n\treturn  (string) val1;\n\t\n\t\n\t\n\t\n}\n",
338            "items" : [
339             {
340              "id" : "msmodel",
341              "* pack" : "set_model",
342              "xtype" : "ListStore",
343              "| void loadMilestones" : "  ( ) {\n\n    var rt = RooTicket.singleton();\n   // rt.loadProjects();\n    \n    _this.milestone_id.loading = true;\n\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, \"-- select a milestone --\");\n    _this.milestone_id.el.set_active_iter(iter);    \n     \n    var projects = rt.milestones;\n    foreach(var project in projects) {\n    \n        el.append(out iter);\n        \n        el.set_value(iter, 0, project.id);\n        el.set_value(iter, 1,  project.display_name );\n      //  if (id == project.id) {\n\t //\t   _this.milestone.el.set_active_iter(iter);\n\t //   }   \n        \n    }\n    \n    \n    _this.milestone_id.loading = false;\n     //this.el.set_sort_column_id(0, Gtk.SortType.ASCENDING);          \n                                     \n}\n",
344              "$ columns" : "typeof(string),typeof(string)",
345              "n_columns" : 2,
346              "$ xns" : "Gtk"
347             }
348            ]
349           },
350           {
351            "label" : "Description",
352            "Gtk.Align halign" : "Gtk.Align.START",
353            "* pack" : "attach_defaults,1,4,2,3",
354            "xtype" : "Label",
355            "x_options" : 4,
356            "$ xns" : "Gtk"
357           },
358           {
359            "id" : "description",
360            "* pack" : "attach_defaults,1,4,3,12",
361            "xtype" : "TextView",
362            "$ xns" : "Gtk",
363            "uint border_width" : 1
364           },
365           {
366            "label" : "Priority",
367            "Gtk.Align halign" : "Gtk.Align.START",
368            "xalign" : 0.90000000000000002,
369            "* pack" : "attach_defaults,0,1,4,5",
370            "xtype" : "Label",
371            "x_options" : 4,
372            "$ xns" : "Gtk"
373           },
374           {
375            "* ctor" : "new Gtk.ComboBox.with_entry()",
376            "id" : "priority_id",
377            "* init" : "this.el.set_entry_text_column(1);",
378            "* pack" : "attach_defaults,0,1,5,6",
379            "xtype" : "ComboBox",
380            "# bool loading" : false,
381            "$ xns" : "Gtk",
382            "| string selectedPriorityId" : "() {\n\tGtk.TreeIter iter;\n\tValue val1;\n \n \n\tthis.el.get_active_iter (out iter);\n\t_this.primodel.el.get_value (iter, 0, out val1);\n \n\n\treturn  (string) val1;\n\t\n\t\n\t\n\t\n}\n",
383            "items" : [
384             {
385              "id" : "primodel",
386              "| void loadPriorities" : "  ( ) {\n\n    var rt = RooTicket.singleton();\n   // rt.loadProjects();\n    \n    _this.priority_id.loading = true;\n\n    this.el.clear();                                    \n    Gtk.TreeIter iter;\n    var el = this.el;\n    \n    \n   var projects = rt.priorities;\n    foreach(var project in projects) {\n    \n        el.append(out iter);\n        \n        el.set_value(iter, 0, project.id);\n        el.set_value(iter, 1,  project.display_name );\n        if (\"normal\" == project.name) {\n\t \t   _this.priority_id.el.set_active_iter(iter);\n\t    }   \n        \n    }\n    \n    _this.priority_id.loading = false;\n           \n                                     \n}\n",
387              "* pack" : "set_model",
388              "xtype" : "ListStore",
389              "$ columns" : "typeof(string),typeof(string)",
390              "n_columns" : 2,
391              "$ xns" : "Gtk"
392             }
393            ]
394           },
395           {
396            "label" : "Severity",
397            "Gtk.Align halign" : "Gtk.Align.START",
398            "* pack" : "attach_defaults,0,1,6,7",
399            "xtype" : "Label",
400            "x_options" : 4,
401            "$ xns" : "Gtk"
402           },
403           {
404            "* ctor" : "new Gtk.ComboBox.with_entry()",
405            "id" : "severity_id",
406            "* init" : "this.el.set_entry_text_column(1);",
407            "* pack" : "attach_defaults,0,1,7,8",
408            "xtype" : "ComboBox",
409            "# bool loading" : false,
410            "$ xns" : "Gtk",
411            "| string selectedSeverityId" : "() {\n\tGtk.TreeIter iter;\n\tValue val1;\n \n \n\tthis.el.get_active_iter (out iter);\n\t_this.sevmodel.el.get_value (iter, 0, out val1);\n \n\n\treturn  (string) val1;\n\t\n\t\n\t\n\t\n}\n",
412            "items" : [
413             {
414              "| void loadSeverities" : "  () {\n\n    var rt = RooTicket.singleton();\n    //rt.loadProjects();\n    \n    _this.severity_id.loading = true;\n\n    this.el.clear();                                    \n    Gtk.TreeIter iter;\n    var el = this.el;\n     \n    var projects = rt.serverities;\n    foreach(var project in projects) {\n    \n        el.append(out iter);\n        \n        el.set_value(iter, 0, project.id);\n        el.set_value(iter, 1,  project.display_name );\n        if (\"normal\" == project.name) {\n\t \t   _this.severity_id.el.set_active_iter(iter);\n\t    }   \n        \n    }\n   \n    _this.severity_id.loading = false;\n     //this.el.set_sort_column_id(0, Gtk.SortType.ASCENDING);          \n                                     \n}\n",
415              "id" : "sevmodel",
416              "* pack" : "set_model",
417              "xtype" : "ListStore",
418              "$ columns" : "typeof(string),typeof(string)",
419              "n_columns" : 2,
420              "$ xns" : "Gtk"
421             }
422            ]
423           },
424           {
425            "label" : "Classification",
426            "Gtk.Align halign" : "Gtk.Align.START",
427            "* pack" : "attach_defaults,0,1,8,9",
428            "xtype" : "Label",
429            "x_options" : 4,
430            "$ xns" : "Gtk"
431           },
432           {
433            "* ctor" : "new Gtk.ComboBox.with_entry()",
434            "id" : "classification_id",
435            "* init" : "this.el.set_entry_text_column(1);",
436            "* pack" : "attach_defaults,0,1,9,10",
437            "xtype" : "ComboBox",
438            "# bool loading" : false,
439            "$ xns" : "Gtk",
440            "| string selectedClassificationId" : "() {\n\tGtk.TreeIter iter;\n\tValue val1;\n \n \n\tthis.el.get_active_iter (out iter);\n\t_this.clmodel.el.get_value (iter, 0, out val1);\n \n\n\treturn  (string) val1;\n\t\n\t\n\t\n\t\n}\n",
441            "items" : [
442             {
443              "id" : "clmodel",
444              "| void loadClassifications" : "  ( ) {\n\n    var rt = RooTicket.singleton();\n    // rt.loadProjects();\n    \n    _this.classification_id.loading = true;\n\n    this.el.clear();                                    \n    Gtk.TreeIter iter;\n    var el = this.el;\n    \n    el.append(out iter);\n\n     \n    var projects = rt.classifications;\n    foreach(var project in projects) {\n    \n        el.append(out iter);\n        \n        el.set_value(iter, 0, project.id);\n        el.set_value(iter, 1,  project.display_name );\n        if (\"bug\" == project.name) {\n\t \t   _this.classification_id.el.set_active_iter(iter);\n\t    }   \n        \n    }\n    \n    _this.classification_id.loading = false;\n     //this.el.set_sort_column_id(0, Gtk.SortType.ASCENDING);          \n                                     \n}\n",
445              "* pack" : "set_model",
446              "xtype" : "ListStore",
447              "$ columns" : "typeof(string),typeof(string)",
448              "n_columns" : 2,
449              "$ xns" : "Gtk"
450             }
451            ]
452           },
453           {
454            "label" : "Assign to",
455            "Gtk.Align halign" : "Gtk.Align.START",
456            "* pack" : "attach_defaults,0,1,10,11",
457            "xtype" : "Label",
458            "x_options" : 4,
459            "$ xns" : "Gtk"
460           },
461           {
462            "* ctor" : "new Gtk.ComboBox.with_entry()",
463            "id" : "developer_id",
464            "* init" : "this.el.set_entry_text_column(1);",
465            "* pack" : "attach_defaults,0,1,11,12",
466            "xtype" : "ComboBox",
467            "# bool loading" : false,
468            "| string selectedDeveloperId" : "() {\n\tGtk.TreeIter iter;\n\tValue val1;\n \n \n\tthis.el.get_active_iter (out iter);\n\t_this.devmodel.el.get_value (iter, 0, out val1);\n \n\n\treturn  (string) val1;\n\t\n\t\n\t\n\t\n}\n",
469            "$ xns" : "Gtk",
470            "items" : [
471             {
472              "id" : "devmodel",
473              "* pack" : "set_model",
474              "xtype" : "ListStore",
475              "$ columns" : "typeof(string),typeof(string)",
476              "n_columns" : 2,
477              "$ xns" : "Gtk",
478              "| void loadDevelopers" : "  ( ) {\n\n    var rt = RooTicket.singleton();\n    //rt.loadProjects();\n    \n    _this.developer_id.loading = true;\n\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, \"-- select a developer --\");\n  //  if (id == \"\") {\n\t    _this.developer_id.el.set_active_iter(iter);\n   // }\n    \n    var peps = rt.developers;\n    foreach(var p in peps) {\n    \n        el.append(out iter);\n        \n        el.set_value(iter, 0, p.id);\n        el.set_value(iter, 1,  p.display_name );\n        if (rt.authuser_id == p.id) {\n\t \t   _this.developer_id.el.set_active_iter(iter);\n\t    }   \n    }\n \n    _this.developer_id.loading = false;\n     //this.el.set_sort_column_id(0, Gtk.SortType.ASCENDING);          \n                                     \n}\n"
479             }
480            ]
481           },
482           {
483            "listeners" : {
484             "clicked" : "() => {\n\tGLib.debug(\"fire response = 1\");\n\t\n\t\n\tvar invalid = false;\n\t\n\t// validate first...\n\t_this.project_id.el.get_child().get_style_context().remove_class(\"warning\");\t\n\tif (_this.project_id.selectedProjectId() == \"\") {\n\t\t_this.project_id.el.get_child().get_style_context().add_class(\"warning\");\n\t\tinvalid = true;\n\t}\n\t\n\t_this.milestone_id.el.get_child().get_style_context().remove_class(\"warning\");\t\n\n\t_this.priority_id.el.get_child().get_style_context().remove_class(\"warning\");\t\n\tif (_this.priority_id.selectedPriorityId() == \"\") {\n\t\t_this.priority_id.el.get_child().get_style_context().add_class(\"warning\");\n\t\tinvalid = true;\n\t}\n\t\n\t_this.classification_id.el.get_child().get_style_context().remove_class(\"warning\");\t\n\tif (_this.classification_id.selectedClassificationId() == \"\") {\n\t\t_this.classification_id.el.get_child().get_style_context().add_class(\"warning\");\n\t\tinvalid = true;\n\t}\n\t\n\t_this.developer_id.el.get_child().get_style_context().remove_class(\"warning\");\t\n\tif (_this.developer_id.selectedDeveloperId() == \"\") {\n\t\t_this.developer_id.el.get_child().get_style_context().add_class(\"warning\");\n\t\tinvalid = true;\n\t}\n\t\n\t_this.summary.el.get_style_context().remove_class(\"warning\");\t\n\tif (_this.summary.el.get_text() == \"\") {\n\t\t_this.summary.el.get_style_context().add_class(\"warning\");\n\t\tinvalid = true;\n\t}\n\t\n\t_this.description.el.get_style_context().remove_class(\"warning\");\t\n \n\tif (invalid) {\n\t\treturn;\n\t}\n\tGLib.debug(\"for is valid\");\n\t\n\t_this.el.response(1);\n}"
485            },
486            "label" : "Create Ticket & Branch",
487            "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
488            "xtype" : "Button",
489            "* pack" : "attach_defaults,0,4,13,14",
490            "$ xns" : "Gtk"
491           }
492          ]
493         }
494        ]
495       },
496       {
497        "bool homogeneous" : false,
498        "* pack" : "append_page,_this.label_quick_commit.el",
499        "xtype" : "Box",
500        "$ xns" : "Gtk",
501        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
502        "items" : [
503         {
504          "bool homogeneous" : true,
505          "bool expand" : false,
506          "xtype" : "Table",
507          "* pack" : "pack_start,false,false,0",
508          "uint column_spacing" : 4,
509          "n_columns" : 5,
510          "$ xns" : "Gtk",
511          "n_rows" : 2,
512          "bool vexpand" : false,
513          "int margin" : 2,
514          "items" : [
515           {
516            "label" : "Just commit with this comment",
517            "Gtk.Align halign" : "Gtk.Align.START",
518            "xalign" : 0.90000000000000002,
519            "* pack" : "attach_defaults,0,1,0,1",
520            "xtype" : "Label",
521            "$ justify" : "Gtk.Justification.RIGHT",
522            "x_options" : 4,
523            "$ xns" : "Gtk"
524           },
525           {
526            "id" : "commit_message",
527            "$ visible" : true,
528            "xtype" : "Entry",
529            "* pack" : "attach_defaults,0,4,1,2",
530            "$ xns" : "Gtk"
531           },
532           {
533            "listeners" : {
534             "clicked" : "() => {\n\n\tGLib.debug(\"fire response = 1\");\n\t\n\tvar ticket_id = _this.ticketsel.selectedTicketId();\n\t\n\tif (ticket_id == \"\") {\n\t\t_this.ticketsel.el.get_child().get_style_context().add_class(\"warning\");\n\t\treturn;\n\t}\n\t \n\t_this.el.response(1);\n}"
535            },
536            "label" : "Commit Changes",
537            "id" : "createbtn",
538            "| void updateState" : "() {\n\n\tvar ticket_id = _this.ticketsel.selectedTicketId();\n\t\n\tif (ticket_id == \"\") {\n\t\tthis.el.set_sensitive(false);\n\t\treturn;\n\t}\n \n\tthis.el.set_sensitive(true);\n \n}\n",
539            "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
540            "xtype" : "Button",
541            "* pack" : "attach_defaults,4,5,1,2",
542            "$ xns" : "Gtk"
543           }
544          ]
545         },
546         {
547          "int height_request" : 400,
548          "* pack" : "add",
549          "xtype" : "ScrolledWindow",
550          "$ xns" : "Gtk",
551          "bool vexpand" : true,
552          "items" : [
553           {
554            "id" : "diff_view",
555            "* init" : " \n    var description =   Pango.FontDescription.from_string(\"monospace\");\n    description.set_size(9000);\n    this.el.override_font(description);\n     var lm = Gtk.SourceLanguageManager.get_default();\n                    \n    ((Gtk.SourceBuffer)(this.el.get_buffer())).set_language(\n        lm.get_language(\"diff\")\n    );",
556            "xtype" : "View",
557            "* pack" : "add",
558            "$ xns" : "GtkSource"
559           }
560          ]
561         }
562        ]
563       }
564      ]
565     }
566    ]
567   }
568  ]
569 }