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\tif (response_id == 0) {\n\t    _this.el.hide();\t\n\t    this.running = false; \n\t \treturn;\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\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     "show" : "(self)  => {\n \n\n  //test\n}"
15    },
16    "default_width" : 500,
17    "$ deletable" : true,
18    "title" : "Create a working branch ",
19    "xtype" : "Dialog",
20    "# GitRepo? repo" : "null",
21    "|   void show" : "( GitRepo repo, Gee.ArrayList<GitMonitorQueue> queue ) \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\tthis.el.move((Gdk.Screen.width() / 2)- 250 ,0);\n       \tGLib.debug(\"Loading tickets\"); \n\n\n    this.el.show_all();\n        this.el.set_keep_above(true);\n \t_this.dbmodel.loadTickets();\n \tthis.el.run();\n\n}",
22    "default_height" : 200,
23    "$ xns" : "Gtk",
24    "# bool running" : false,
25    "# Gee.ArrayList<GitMonitorQueue> queue" : "null",
26    "bool modal" : true,
27    "items" : [
28     {
29      "xtype" : "VBox",
30      "$ pack" : "get_content_area().add",
31      "$ xns" : "Gtk",
32      "items" : [
33       {
34        "bool homogeneous" : true,
35        "bool expand" : true,
36        "xtype" : "Table",
37        "* pack" : "pack_start,false,false,0",
38        "uint column_spacing" : 4,
39        "n_columns" : 6,
40        "$ xns" : "Gtk",
41        "n_rows" : 5,
42        "bool vexpand" : false,
43        "int margin" : 2,
44        "items" : [
45         {
46          "label" : "Project",
47          "$ visible" : true,
48          "Gtk.Align halign" : "Gtk.Align.START",
49          "* pack" : "attach_defaults,0,1,0,1",
50          "xtype" : "Label",
51          "$ justify" : "Gtk.Justification.RIGHT",
52          "x_options" : 4,
53          "$ xns" : "Gtk"
54         },
55         {
56          "label" : "Ticket",
57          "$ visible" : true,
58          "Gtk.Align halign" : "Gtk.Align.START",
59          "* pack" : "attach_defaults,1,2,0,1",
60          "xtype" : "Label",
61          "x_options" : 4,
62          "$ xns" : "Gtk"
63         },
64         {
65          "listeners" : {
66           "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\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}"
67          },
68          "id" : "ticketsel",
69          "* init" : "this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );",
70          "* pack" : "attach_defaults,0,1,1,2",
71          "xtype" : "ComboBox",
72          "# bool loading" : false,
73          "$ xns" : "Gtk",
74          "| 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",
75          "items" : [
76           {
77            "id" : "dbcellrenderer",
78            "* pack" : "pack_start,true",
79            "xtype" : "CellRendererText",
80            "$ xns" : "Gtk"
81           },
82           {
83            "id" : "dbmodel",
84            "* pack" : "set_model",
85            "xtype" : "ListStore",
86            "| void loadTickets" : "  () {\n\n    RooTicket.singleton().loadTickets();\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] %s\".printf( ticket.id, ticket.project_id_name , ticket.summary));\n        \n        //if (data.get(i) == cur) {\n         //   _this.build_module.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",
87            "$ columns" : "typeof(string),typeof(string)",
88            "n_columns" : 2,
89            "$ xns" : "Gtk"
90           }
91          ]
92         },
93         {
94          "listeners" : {
95           "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\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}"
96          },
97          "id" : "ticketsel",
98          "* init" : "this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );",
99          "* pack" : "attach_defaults,1,4,1,2",
100          "xtype" : "ComboBox",
101          "# bool loading" : false,
102          "$ xns" : "Gtk",
103          "| 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",
104          "items" : [
105           {
106            "id" : "dbcellrenderer",
107            "xtype" : "CellRendererText",
108            "* pack" : "pack_start,true",
109            "$ xns" : "Gtk"
110           },
111           {
112            "id" : "dbmodel",
113            "xtype" : "ListStore",
114            "* pack" : "set_model",
115            "| void loadTickets" : "  () {\n\n    RooTicket.singleton().loadTickets();\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] %s\".printf( ticket.id, ticket.project_id_name , ticket.summary));\n        \n        //if (data.get(i) == cur) {\n         //   _this.build_module.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",
116            "$ columns" : "typeof(string),typeof(string)",
117            "n_columns" : 2,
118            "$ xns" : "Gtk"
119           }
120          ]
121         },
122         {
123          "bool expand" : false,
124          "* pack" : "attach_defaults,4,5,1,2",
125          "xtype" : "Button",
126          "string label" : "New Ticket",
127          "$ xns" : "Gtk"
128         },
129         {
130          "label" : "Use this as branch name",
131          "Gtk.Align halign" : "Gtk.Align.START",
132          "xalign" : 0.90000000000000002,
133          "* pack" : "attach_defaults,0,1,2,3",
134          "xtype" : "Label",
135          "$ justify" : "Gtk.Justification.RIGHT",
136          "x_options" : 4,
137          "$ xns" : "Gtk"
138         },
139         {
140          "id" : "name",
141          "$ visible" : true,
142          "xtype" : "Entry",
143          "* pack" : "attach_defaults,0,4,3,4",
144          "$ xns" : "Gtk"
145         },
146         {
147          "label" : "Create Branch",
148          "xtype" : "Button",
149          "* pack" : "add_action_widget,1",
150          "$ xns" : "Gtk"
151         }
152        ]
153       }
154      ]
155     },
156     {
157      "label" : "Do not create Branch",
158      "* pack" : "add_action_widget,0",
159      "xtype" : "Button",
160      "Gtk.ReliefStyle relief" : "Gtk.ReliefStyle.NONE",
161      "$ xns" : "Gtk"
162     },
163     {
164      "label" : "Create Branch",
165      "* pack" : "add_action_widget,1",
166      "xtype" : "Button",
167      "$ xns" : "Gtk"
168     }
169    ]
170   }
171  ]
172 }