RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.bjs
1 {
2  "name" : "RepoStatusPopover",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/alan/gitlive/gitlive/RepoStatusPopover.bjs",
6  "permname" : "",
7  "modOrder" : "",
8  "build_module" : "gitlive",
9  "items" : [
10   {
11    "GitRepo repo" : "",
12    "| void show" : " (Gtk.Widget btn, Gdk.Rectangle rect, GitRepo repo) {\n    _this.repo = repo;\n    // get the active project.\n     var lm = Gtk.SourceLanguageManager.get_default();\n                \n//    ((Gtk.SourceBuffer)(_this.view.el.get_buffer())) .set_language(\n  //      lm.get_language(\"html\")\n //   );\n  \n    //print (project.fn);\n    //project.runhtml = project.runhtml || '';\n    _this.diff_view.el.get_buffer().set_text(repo.git_diff);\n    _this.status_view.el.get_buffer().set_text(repo.git_status);\n       \n    \t//console.log('show all');\n\tthis.el.set_modal(true);\n\tthis.el.set_relative_to(btn);\n    this.el.set_pointing_to(rect);\n  \n\t//this.el.set_position(Gtk.PositionType.RIGHT);\n\n\t// window + header?\n\t GLib.debug(\"SHOWALL - POPIP\\n\");\n\tthis.el.show_all();\n\t//this.el.set_size_request(800,500);\n//\tthis.diff_view.el.grab_focus();\n\t\n    //this.el.show_all();\n}\n",
13    "xtype" : "Popover",
14    "Gtk.PositionType position" : "Gtk.PositionType.RIGHT",
15    "$ xns" : "Gtk",
16    "bool modal" : true,
17    "uint border_width" : 0,
18    "items" : [
19     {
20      "xtype" : "Box",
21      "* pack" : "add",
22      "$ xns" : "Gtk",
23      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
24      "border_width" : 5,
25      "$ homogeneous" : false,
26      "items" : [
27       {
28        "* pack" : "pack_end,false,false,0",
29        "xtype" : "Box",
30        "gboolean expand" : false,
31        "$ xns" : "Gtk",
32        "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
33        "$ homogeneous" : true,
34        "gboolean vexpand" : false,
35        "items" : [
36         {
37          "Gtk.ToolbarStyle toolbar_style" : "Gtk.ToolbarStyle.BOTH_HORIZ",
38          "* pack" : "add",
39          "xtype" : "Toolbar",
40          "$ xns" : "Gtk",
41          "items" : [
42           {
43            "listeners" : {
44             "button_press_event" : "() => {\n  \n   \n   GitMonitor.gitmonitor.stop();\n   _this.repo.git({ \"stash\" , \"--all\" });\n   _this.repo.loadStatus();\n   GitMonitor.gitmonitor.start();\n    _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n    _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n    Clones.singleton().reposStore.load();\n  \n   _this.el.hide();\n    return false;\n}"
45            },
46            "label" : "Stash Changes",
47            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-undo\", Gtk.IconSize.SMALL_TOOLBAR), null);",
48            "xtype" : "ToolButton",
49            "* pack" : "add",
50            "$ xns" : "Gtk",
51            "bool is_important" : true
52           },
53           {
54            "listeners" : {
55             "button_press_event" : "() => {\n   _this.repo.git({ \"commit\" , \"-a\" ,\"-m\", \"Uncommited changes synced\" });\n   _this.repo.push();\n   _this.repo.loadStatus();\n   \n    _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n    _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n    \n   _this.el.hide();\n   Clones.singleton().reposStore.load();\n   \n    return false;\n}"
56            },
57            "label" : "Commit Changes",
58            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-save\", Gtk.IconSize.SMALL_TOOLBAR), null);",
59            "* pack" : "add",
60            "xtype" : "ToolButton",
61            "$ xns" : "Gtk",
62            "bool is_important" : true
63           },
64           {
65            "listeners" : {
66             "button_press_event" : "() => {\n  \n   \n   GitMonitor.gitmonitor.stop();\n   _this.repo.git({ \"reset\" , \"--hard\" });\n   _this.repo.loadStatus();\n   GitMonitor.gitmonitor.start();\n    _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n    _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n    Clones.singleton().reposStore.load();\n  \n   _this.el.hide();\n    return false;\n}"
67            },
68            "label" : "Reset / clear changes",
69            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-revert-to-saved\", Gtk.IconSize.SMALL_TOOLBAR), null);",
70            "* pack" : "add",
71            "xtype" : "ToolButton",
72            "$ xns" : "Gtk",
73            "bool is_important" : true
74           },
75           {
76            "listeners" : {
77             "button_press_event" : "() => {\n  \n   \n   GitMonitor.gitmonitor.stop();\n   _this.repo.git({ \"pull\" , \"--all\" });\n   _this.repo.loadStatus();\n   GitMonitor.gitmonitor.start();\n    _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n    _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n    Clones.singleton().reposStore.load();\n  \n   _this.el.hide();\n    return false;\n}"
78            },
79            "label" : "Pull updates",
80            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-goto-bottom\", Gtk.IconSize.SMALL_TOOLBAR), null);",
81            "xtype" : "ToolButton",
82            "* pack" : "add",
83            "$ xns" : "Gtk",
84            "bool is_important" : true
85           }
86          ]
87         }
88        ]
89       },
90       {
91        "* pack" : "pack_start,true,true,0",
92        "xtype" : "Notebook",
93        "$ xns" : "Gtk",
94        "items" : [
95         {
96          "id" : "label_status",
97          "xtype" : "Label",
98          "* pack" : false,
99          "$ xns" : "Gtk",
100          "utf8 label" : "Status"
101         },
102         {
103          "id" : "label_diff",
104          "* pack" : false,
105          "xtype" : "Label",
106          "$ xns" : "Gtk",
107          "utf8 label" : "Diff"
108         },
109         {
110          "* pack" : "append_page,_this.label_status.el",
111          "xtype" : "Box",
112          "gboolean homogeneous" : false,
113          "$ xns" : "Gtk",
114          "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
115          "items" : [
116           {
117            "* pack" : "pack_start,true,true,0",
118            "xtype" : "ScrolledWindow",
119            "$ xns" : "Gtk",
120            "items" : [
121             {
122              "id" : "status_view",
123              "* init" : " \n    var description =   Pango.FontDescription.from_string(\"monospace\");\n    description.set_size(9000);\n    this.el.override_font(description);",
124              "xtype" : "View",
125              "* pack" : "add",
126              "$ xns" : "GtkSource"
127             }
128            ]
129           }
130          ]
131         },
132         {
133          "* pack" : "append_page,_this.label_diff.el",
134          "xtype" : "Box",
135          "gboolean homogeneous" : false,
136          "$ xns" : "Gtk",
137          "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
138          "items" : [
139           {
140            "int height_request" : 400,
141            "xtype" : "ScrolledWindow",
142            "* pack" : "pack_start,true,true,0",
143            "$ xns" : "Gtk",
144            "items" : [
145             {
146              "id" : "diff_view",
147              "* init" : " \n    var description =   Pango.FontDescription.from_string(\"monospace\");\n    description.set_size(9000);\n    this.el.override_font(description);",
148              "xtype" : "View",
149              "* pack" : "add",
150              "$ xns" : "GtkSource"
151             }
152            ]
153           }
154          ]
155         }
156        ]
157       },
158       {
159        "* pack" : "pack_end,false,false,0",
160        "xtype" : "Box",
161        "gboolean expand" : false,
162        "$ xns" : "Gtk",
163        "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
164        "$ homogeneous" : true,
165        "gboolean vexpand" : false,
166        "items" : [
167         {
168          "Gtk.ToolbarStyle toolbar_style" : "Gtk.ToolbarStyle.BOTH_HORIZ",
169          "xtype" : "Toolbar",
170          "* pack" : "add",
171          "$ xns" : "Gtk",
172          "items" : [
173           {
174            "listeners" : {
175             "button_press_event" : "() => {\n   var oldq = new Gee.ArrayList<GitMonitorQueue>();  \n\n\tClones.singleton().el.response(-1);\n\tNewBranch.singleton().show(_this.repo, oldq);\n\n    return false;\n}"
176            },
177            "label" : "Create Branch / Start ticket",
178            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-add\", Gtk.IconSize.SMALL_TOOLBAR), null);",
179            "xtype" : "ToolButton",
180            "* pack" : "add",
181            "$ xns" : "Gtk",
182            "bool is_important" : true
183           },
184           {
185            "listeners" : {
186             "button_press_event" : "() => {\n\n   _this.el.hide();\n   Clones.singleton().el.response(-1);\n   if (_this.repo.activeTicket != null) {\n\t   MergeBranch.singleton().show(_this.repo.activeTicket, null);   \n   }\n    return false;\n}"
187            },
188            "label" : "Merge branch/  ticket",
189            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-goto-top\", Gtk.IconSize.SMALL_TOOLBAR), null);",
190            "xtype" : "ToolButton",
191            "* pack" : "add",
192            "$ xns" : "Gtk",
193            "bool is_important" : true
194           },
195           {
196            "listeners" : {
197             "button_press_event" : "() => {\n  \n\n\n      Clones.singleton().el.response(-1);\n  \n   _this.el.hide();\n   Ticket.singleton().show( _this.repo);\n   \n    return false;\n}"
198            },
199            "label" : "Create Ticket",
200            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-new\", Gtk.IconSize.SMALL_TOOLBAR), null);",
201            "* pack" : "add",
202            "xtype" : "ToolButton",
203            "$ xns" : "Gtk",
204            "bool is_important" : true
205           }
206          ]
207         }
208        ]
209       }
210      ]
211     }
212    ]
213   }
214  ]
215 }