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 \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        "bool homogeneous" : false,
56        "* pack" : "append_page,_this.label_select_ticket.el",
57        "xtype" : "Box",
58        "$ xns" : "Gtk",
59        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
60        "items" : [
61         {
62          "bool homogeneous" : true,
63          "bool expand" : false,
64          "xtype" : "Table",
65          "* pack" : "pack_start,false,false,0",
66          "uint column_spacing" : 4,
67          "n_columns" : 5,
68          "$ xns" : "Gtk",
69          "n_rows" : 5,
70          "bool vexpand" : false,
71          "int margin" : 2,
72          "items" : [
73           {
74            "label" : "Project",
75            "$ visible" : true,
76            "Gtk.Align halign" : "Gtk.Align.START",
77            "* pack" : "attach_defaults,0,1,0,1",
78            "xtype" : "Label",
79            "$ justify" : "Gtk.Justification.RIGHT",
80            "x_options" : 4,
81            "$ xns" : "Gtk"
82           },
83           {
84            "label" : "Ticket",
85            "$ visible" : true,
86            "Gtk.Align halign" : "Gtk.Align.START",
87            "* pack" : "attach_defaults,1,2,0,1",
88            "xtype" : "Label",
89            "x_options" : 4,
90            "$ xns" : "Gtk"
91           },
92           {
93            "listeners" : {
94             "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}"
95            },
96            "* ctor" : "new Gtk.ComboBox.with_entry()",
97            "| 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",
98            "id" : "projectsel",
99            "* init" : "this.el.set_entry_text_column(1);",
100            "* pack" : "attach_defaults,0,1,1,2",
101            "xtype" : "ComboBox",
102            "# bool loading" : false,
103            "$ xns" : "Gtk",
104            "items" : [
105             {
106              "id" : "prcellrenderer",
107              "* pack" : "pack_start,true",
108              "xtype" : "CellRendererText",
109              "$ xns" : "Gtk"
110             },
111             {
112              "| 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",
113              "id" : "prmodel",
114              "* pack" : "set_model",
115              "xtype" : "ListStore",
116              "$ columns" : "typeof(string),typeof(string)",
117              "n_columns" : 2,
118              "$ xns" : "Gtk"
119             }
120            ]
121           },
122           {
123            "listeners" : {
124             "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}"
125            },
126            "* ctor" : "new Gtk.ComboBox.with_entry()",
127            "id" : "ticketsel",
128            "* init" : "//this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );\nthis.el.set_entry_text_column(1);\nthis.el.get_child().set_sensitive(false); ",
129            "* pack" : "attach_defaults,1,5,1,2",
130            "xtype" : "ComboBox",
131            "# bool loading" : false,
132            "$ xns" : "Gtk",
133            "| 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",
134            "items" : [
135             {
136              "id" : "dbcellrenderer",
137              "xtype" : "CellRendererText",
138              "* pack" : "pack_start,true",
139              "$ xns" : "Gtk"
140             },
141             {
142              "id" : "dbmodel",
143              "xtype" : "ListStore",
144              "* pack" : "set_model",
145              "| 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",
146              "$ columns" : "typeof(string),typeof(string)",
147              "n_columns" : 2,
148              "$ xns" : "Gtk"
149             }
150            ]
151           },
152           {
153            "label" : "Use this as branch name",
154            "Gtk.Align halign" : "Gtk.Align.START",
155            "xalign" : 0.90000000000000002,
156            "* pack" : "attach_defaults,0,1,3,4",
157            "xtype" : "Label",
158            "$ justify" : "Gtk.Justification.RIGHT",
159            "x_options" : 4,
160            "$ xns" : "Gtk"
161           },
162           {
163            "id" : "name",
164            "$ visible" : true,
165            "xtype" : "Entry",
166            "* pack" : "attach_defaults,0,4,4,5",
167            "$ xns" : "Gtk"
168           },
169           {
170            "listeners" : {
171             "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}"
172            },
173            "label" : "Create Branch",
174            "| 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",
175            "id" : "createbtn",
176            "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
177            "xtype" : "Button",
178            "* pack" : "attach_defaults,4,5,4,5",
179            "$ xns" : "Gtk"
180           },
181           {
182            "* pack" : "attach_defaults,0,5,2,3",
183            "xtype" : "Box",
184            "$ xns" : "Gtk",
185            "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
186            "items" : [
187             {
188              "listeners" : {
189               "toggled" : "() => {\n\tvar project_id = _this.projectsel.selectedProjectId();\n\t_this.dbmodel.loadTickets(project_id);\t\n}"
190              },
191              "id" : "btn_not_me",
192              "* pack" : "add",
193              "string label" : "Show tickets not assigned to me",
194              "xtype" : "CheckButton",
195              "$ xns" : "Gtk"
196             },
197             {
198              "listeners" : {
199               "toggled" : "() => {\n \tvar project_id = _this.projectsel.selectedProjectId();\n\t_this.dbmodel.loadTickets(project_id);\t\n\t \n}"
200              },
201              "id" : "btn_closed",
202              "string label" : "Show closed Tickets",
203              "xtype" : "CheckButton",
204              "* pack" : "add",
205              "$ xns" : "Gtk"
206             },
207             {
208              "listeners" : {
209               "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}"
210              },
211              "bool use_markup" : true,
212              "Gtk.Align halign" : "Gtk.Align.END",
213              "bool hexpand" : true,
214              "* pack" : "add",
215              "xtype" : "Label",
216              "string label" : "<a href=\"refresh\">Refresh Ticket list</a>",
217              "$ xns" : "Gtk"
218             }
219            ]
220           }
221          ]
222         },
223         {
224          "int height_request" : 500,
225          "id" : "scrolled_window",
226          "* init" : "{\n\tthis.el.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n}\n",
227          "* pack" : "add",
228          "xtype" : "ScrolledWindow",
229          "$ xns" : "Gtk",
230          "bool vexpand" : true,
231          "items" : [
232           {
233            "id" : "view",
234            "* pack" : "add",
235            "xtype" : "WebView",
236            "$ xns" : "WebKit",
237            "| 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"
238           }
239          ]
240         }
241        ]
242       },
243       {
244        "bool homogeneous" : false,
245        "xtype" : "Box",
246        "* pack" : "append_page,_this.label_create_ticket.el",
247        "$ xns" : "Gtk",
248        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
249        "items" : [
250         {
251          "id" : "table",
252          "bool homogeneous" : true,
253          "bool expand" : false,
254          "xtype" : "Table",
255          "* pack" : "pack_start,false,false,0",
256          "uint column_spacing" : 4,
257          "n_columns" : 4,
258          "$ xns" : "Gtk",
259          "n_rows" : 14,
260          "bool vexpand" : false,
261          "int margin" : 2,
262          "items" : [
263           {
264            "label" : "Project",
265            "$ visible" : true,
266            "Gtk.Align halign" : "Gtk.Align.START",
267            "* pack" : "attach_defaults,0,1,0,1",
268            "xtype" : "Label",
269            "$ xns" : "Gtk"
270           },
271           {
272            "label" : "Summary",
273            "$ visible" : true,
274            "Gtk.Align halign" : "Gtk.Align.START",
275            "* pack" : "attach_defaults,1,2,0,1",
276            "xtype" : "Label",
277            "x_options" : 4,
278            "$ xns" : "Gtk"
279           },
280           {
281            "listeners" : {
282             "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}"
283            },
284            "* ctor" : "new Gtk.ComboBox.with_entry()",
285            "id" : "project_id",
286            "| 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",
287            "* init" : "this.el.set_entry_text_column(1);",
288            "* pack" : "attach_defaults,0,1,1,2",
289            "xtype" : "ComboBox",
290            "# bool loading" : false,
291            "$ xns" : "Gtk",
292            "items" : [
293             {
294              "id" : "prcellrenderer",
295              "xtype" : "CellRendererText",
296              "* pack" : "pack_start,true",
297              "$ xns" : "Gtk"
298             },
299             {
300              "| 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",
301              "id" : "prmodel",
302              "* pack" : "set_model",
303              "xtype" : "ListStore",
304              "$ columns" : "typeof(string),typeof(string)",
305              "n_columns" : 2,
306              "$ xns" : "Gtk"
307             }
308            ]
309           },
310           {
311            "id" : "summary",
312            "$ visible" : true,
313            "xtype" : "Entry",
314            "* pack" : "attach_defaults,1,4,1,2",
315            "$ xns" : "Gtk"
316           },
317           {
318            "label" : "Milestone",
319            "Gtk.Align halign" : "Gtk.Align.START",
320            "xalign" : 0.90000000000000002,
321            "* pack" : "attach_defaults,0,1,2,3",
322            "xtype" : "Label",
323            "$ justify" : "Gtk.Justification.RIGHT",
324            "x_options" : 4,
325            "$ xns" : "Gtk"
326           },
327           {
328            "* ctor" : "new Gtk.ComboBox.with_entry()",
329            "id" : "milestone_id",
330            "* init" : "this.el.set_entry_text_column(1);",
331            "* pack" : "attach_defaults,0,1,3,4",
332            "xtype" : "ComboBox",
333            "# bool loading" : false,
334            "$ xns" : "Gtk",
335            "| 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",
336            "items" : [
337             {
338              "id" : "msmodel",
339              "* pack" : "set_model",
340              "xtype" : "ListStore",
341              "| 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",
342              "$ columns" : "typeof(string),typeof(string)",
343              "n_columns" : 2,
344              "$ xns" : "Gtk"
345             }
346            ]
347           },
348           {
349            "label" : "Description",
350            "Gtk.Align halign" : "Gtk.Align.START",
351            "* pack" : "attach_defaults,1,4,2,3",
352            "xtype" : "Label",
353            "x_options" : 4,
354            "$ xns" : "Gtk"
355           },
356           {
357            "id" : "description",
358            "* pack" : "attach_defaults,1,4,3,12",
359            "xtype" : "TextView",
360            "$ xns" : "Gtk",
361            "uint border_width" : 1
362           },
363           {
364            "label" : "Priority",
365            "Gtk.Align halign" : "Gtk.Align.START",
366            "xalign" : 0.90000000000000002,
367            "* pack" : "attach_defaults,0,1,4,5",
368            "xtype" : "Label",
369            "x_options" : 4,
370            "$ xns" : "Gtk"
371           },
372           {
373            "* ctor" : "new Gtk.ComboBox.with_entry()",
374            "id" : "priority_id",
375            "* init" : "this.el.set_entry_text_column(1);",
376            "* pack" : "attach_defaults,0,1,5,6",
377            "xtype" : "ComboBox",
378            "# bool loading" : false,
379            "$ xns" : "Gtk",
380            "| 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",
381            "items" : [
382             {
383              "id" : "primodel",
384              "| 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",
385              "* pack" : "set_model",
386              "xtype" : "ListStore",
387              "$ columns" : "typeof(string),typeof(string)",
388              "n_columns" : 2,
389              "$ xns" : "Gtk"
390             }
391            ]
392           },
393           {
394            "label" : "Severity",
395            "Gtk.Align halign" : "Gtk.Align.START",
396            "* pack" : "attach_defaults,0,1,6,7",
397            "xtype" : "Label",
398            "x_options" : 4,
399            "$ xns" : "Gtk"
400           },
401           {
402            "* ctor" : "new Gtk.ComboBox.with_entry()",
403            "id" : "severity_id",
404            "* init" : "this.el.set_entry_text_column(1);",
405            "* pack" : "attach_defaults,0,1,7,8",
406            "xtype" : "ComboBox",
407            "# bool loading" : false,
408            "$ xns" : "Gtk",
409            "| 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",
410            "items" : [
411             {
412              "| 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",
413              "id" : "sevmodel",
414              "* pack" : "set_model",
415              "xtype" : "ListStore",
416              "$ columns" : "typeof(string),typeof(string)",
417              "n_columns" : 2,
418              "$ xns" : "Gtk"
419             }
420            ]
421           },
422           {
423            "label" : "Classification",
424            "Gtk.Align halign" : "Gtk.Align.START",
425            "* pack" : "attach_defaults,0,1,8,9",
426            "xtype" : "Label",
427            "x_options" : 4,
428            "$ xns" : "Gtk"
429           },
430           {
431            "* ctor" : "new Gtk.ComboBox.with_entry()",
432            "id" : "classification_id",
433            "* init" : "this.el.set_entry_text_column(1);",
434            "* pack" : "attach_defaults,0,1,9,10",
435            "xtype" : "ComboBox",
436            "# bool loading" : false,
437            "$ xns" : "Gtk",
438            "| 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",
439            "items" : [
440             {
441              "id" : "clmodel",
442              "| 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",
443              "* pack" : "set_model",
444              "xtype" : "ListStore",
445              "$ columns" : "typeof(string),typeof(string)",
446              "n_columns" : 2,
447              "$ xns" : "Gtk"
448             }
449            ]
450           },
451           {
452            "label" : "Assign to",
453            "Gtk.Align halign" : "Gtk.Align.START",
454            "* pack" : "attach_defaults,0,1,10,11",
455            "xtype" : "Label",
456            "x_options" : 4,
457            "$ xns" : "Gtk"
458           },
459           {
460            "* ctor" : "new Gtk.ComboBox.with_entry()",
461            "id" : "developer_id",
462            "* init" : "this.el.set_entry_text_column(1);",
463            "* pack" : "attach_defaults,0,1,11,12",
464            "xtype" : "ComboBox",
465            "# bool loading" : false,
466            "| 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",
467            "$ xns" : "Gtk",
468            "items" : [
469             {
470              "id" : "devmodel",
471              "* pack" : "set_model",
472              "xtype" : "ListStore",
473              "$ columns" : "typeof(string),typeof(string)",
474              "n_columns" : 2,
475              "$ xns" : "Gtk",
476              "| 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"
477             }
478            ]
479           },
480           {
481            "listeners" : {
482             "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}"
483            },
484            "label" : "Create Ticket & Branch",
485            "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
486            "xtype" : "Button",
487            "* pack" : "attach_defaults,0,4,13,14",
488            "$ xns" : "Gtk"
489           }
490          ]
491         }
492        ]
493       },
494       {
495        "bool homogeneous" : false,
496        "* pack" : "append_page,_this.label_quick_commit.el",
497        "xtype" : "Box",
498        "$ xns" : "Gtk",
499        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
500        "items" : [
501         {
502          "bool homogeneous" : true,
503          "bool expand" : false,
504          "xtype" : "Table",
505          "* pack" : "pack_start,false,false,0",
506          "uint column_spacing" : 4,
507          "n_columns" : 5,
508          "$ xns" : "Gtk",
509          "n_rows" : 5,
510          "bool vexpand" : false,
511          "int margin" : 2,
512          "items" : [
513           {
514            "label" : "Commit Message",
515            "Gtk.Align halign" : "Gtk.Align.START",
516            "xalign" : 0.90000000000000002,
517            "* pack" : "attach_defaults,0,1,3,4",
518            "xtype" : "Label",
519            "$ justify" : "Gtk.Justification.RIGHT",
520            "x_options" : 4,
521            "$ xns" : "Gtk"
522           },
523           {
524            "id" : "commit_message",
525            "$ visible" : true,
526            "xtype" : "Entry",
527            "* pack" : "attach_defaults,0,4,4,5",
528            "$ xns" : "Gtk"
529           },
530           {
531            "listeners" : {
532             "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}"
533            },
534            "label" : "Commit Changes",
535            "id" : "createbtn",
536            "| 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",
537            "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
538            "xtype" : "Button",
539            "* pack" : "attach_defaults,4,5,4,5",
540            "$ xns" : "Gtk"
541           },
542           {
543            "* pack" : "attach_defaults,0,5,2,3",
544            "xtype" : "Box",
545            "$ xns" : "Gtk",
546            "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
547            "items" : [
548             {
549              "listeners" : {
550               "toggled" : "() => {\n\tvar project_id = _this.projectsel.selectedProjectId();\n\t_this.dbmodel.loadTickets(project_id);\t\n}"
551              },
552              "id" : "btn_not_me",
553              "string label" : "Show tickets not assigned to me",
554              "* pack" : "add",
555              "xtype" : "CheckButton",
556              "$ xns" : "Gtk"
557             },
558             {
559              "listeners" : {
560               "toggled" : "() => {\n \tvar project_id = _this.projectsel.selectedProjectId();\n\t_this.dbmodel.loadTickets(project_id);\t\n\t \n}"
561              },
562              "id" : "btn_closed",
563              "xtype" : "CheckButton",
564              "string label" : "Show closed Tickets",
565              "* pack" : "add",
566              "$ xns" : "Gtk"
567             },
568             {
569              "listeners" : {
570               "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}"
571              },
572              "bool use_markup" : true,
573              "Gtk.Align halign" : "Gtk.Align.END",
574              "bool hexpand" : true,
575              "* pack" : "add",
576              "xtype" : "Label",
577              "string label" : "<a href=\"refresh\">Refresh Ticket list</a>",
578              "$ xns" : "Gtk"
579             }
580            ]
581           }
582          ]
583         }
584        ]
585       }
586      ]
587     }
588    ]
589   }
590  ]
591 }