Partial Fix #5639 - gitlive - general tidy ups
[gitlive] / Clones.bjs
1 {
2  "name" : "Clones",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/alan/gitlive/gitlive/Clones.bjs",
6  "permname" : "",
7  "modOrder" : "",
8  "build_module" : "",
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        this.el.hide();\n  \n}"
14    },
15    "boolean deletable" : true,
16    "| void loadAndShow" : "() {\n\tthis.el.set_deletable(true);\n    this.el.set_gravity(Gdk.Gravity.NORTH);\n    this.el.move((Gdk.Screen.width() / 2 ) - (int.min(1280,Gdk.Screen.width()) / 2) ,0);\n     this.el.set_keep_above(true);\n    this.el.set_default_size(\n\t\t\tint.min(1280,Gdk.Screen.width()),\n\t\t\tint.max(500,Gdk.Screen.height() - 200)\n\t);\n\tthis.el.show_all();\n\t\n\tthis.toolbar.el.hide();\n\tthis.scrolled.el.hide();\n\tthis.spinner.el.show();\n\tthis.spinner.el.start();\t\n\t\n\tGitRepo.updateAll(\"show_clones\");\n\t\n     \n \n\t\n\t\n}\n\n",
17    "default_width" : 1024,
18    "| void show" : "()    {\nthis.el.set_deletable(true);\n    this.el.set_gravity(Gdk.Gravity.NORTH);\n    this.el.move((Gdk.Screen.width() / 2 ) - (int.max(1280,Gdk.Screen.width()) / 2) ,0);\n     this.el.set_keep_above(true);\n   this.el.set_default_size(\n\t\t\tint.max(1280,Gdk.Screen.width()),\n\t\t\tint.max(500,Gdk.Screen.height() - 100)\n\t);\n    this.el.show_all();\n\tthis.spinner.el.stop();\n\tthis.spinner.el.hide();\t\n\tthis.toolbar.el.show();\n\tthis.scrolled.el.show();\t\n \n    \n     \n\n    this.reposStore.load();\n   \n    GLib.debug(\"show clones = run?\");\n    this.el.run();\n    // load clones..\n//     this.get('/reposStore').load();\n    \n    //this.get('/ok_button').el.set_sensitive(false);\n    \n    // block until we return.\n//    var run_ret = this.el.run();\n//    if (run_ret < 1 ) {\n//        return  \"DONE\";\n//    }\n//    print(\"RUN RETURN : \" + run_ret);\n//    return \"DONE\";\n    //print(JSON.stringify(this.get('bug').getValue()));\n   // return this.get('bug').getValue();\n    //this.success = c.success;\n}\n",
19    "title" : "Manage Clones",
20    "xtype" : "Dialog",
21    "default_height" : 500,
22    "$ xns" : "Gtk",
23    "boolean modal" : true,
24    "border_width" : 3,
25    "items" : [
26     {
27      "xtype" : "Box",
28      "$ pack" : "get_content_area().add ",
29      "$ xns" : "Gtk",
30      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
31      "items" : [
32       {
33        "id" : "spinner",
34        "bool hexpand" : true,
35        "* pack" : "add",
36        "xtype" : "Spinner",
37        "$ xns" : "Gtk",
38        "bool vexpand" : true
39       },
40       {
41        "id" : "toolbar",
42        "bool homogeneous" : true,
43        "xtype" : "Box",
44        "* pack" : "pack_start,false,false,0",
45        "$ xns" : "Gtk",
46        "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
47        "items" : [
48         {
49          "listeners" : {
50           "clicked" : "() => {\n\t\tClone.singleton().show(this.el);\n    \n    \n    \n}"
51          },
52          "label" : "Add Repository",
53          "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
54          "xtype" : "Button",
55          "* pack" : "add",
56          "$ xns" : "Gtk"
57         }
58        ]
59       },
60       {
61        "id" : "scrolled",
62        "* init" : "  {\n  \n   this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n}\n",
63        "bool expand" : true,
64        "bool hexpand" : true,
65        "xtype" : "ScrolledWindow",
66        "* pack" : "pack_end,true,true,0",
67        "Gtk.ShadowType shadow_type" : "Gtk.ShadowType.IN",
68        "$ xns" : "Gtk",
69        "items" : [
70         {
71          "listeners" : {
72           "row_activated" : "(path, col)  =>  {\n\n\tif (col.title == \"Auto Commit\" || col.title == \"Auto Push\" || col.title == \"Auto Branch\") {\n\t\treturn;\n\t}\n\t\n\t//\n\t\n\tGtk.TreeIter iter;\n\t_this.reposStore.el.get_iter(out iter, path);\n\tGLib.Value val;\n    _this.reposStore.el.get_value(iter, 6, out val);\n    var git_working_dir = (string)val;\n    \n    var repo = GitRepo.singleton().get(git_working_dir);\n    \n    Gdk.Rectangle rect;\n    _this.reposView.el.get_cell_area(path, col, out rect);\n    RepoStatusPopover.singleton().show(this.el, rect, repo);\n    \n     \n    \n}",
73           "cursor_changed" : "()  => {\n  // SEE SELECTION.CHANGED\n  /*\n  \n  return;\n  \n    if (this.el.get_selection().count_selected_rows() < 1) {\n        //nothing? - clea it?\n        return;\n    }\n        var ret = {};         \n    var model = this.get('/changedFilesStore');\n\n     var s = this.el.get_selection();\n     var files = [];\n    s.selected_foreach(function(model,p,iter) {\n    \n       files.push( model.get_value(iter, 0).value.get_string());\n     \n    });\n    this.get('/patchview').showDiff(files); \n    //var value = ''+ ret.model.get_value(ret.iter, 1).value.get_string();\n     //print(\"OUT?\" + value);// id..\n    // load the list in the right grid..\n     \n    return true;\n*/\n}"
74          },
75          "id" : "reposView",
76          "bool activate_on_single_click" : true,
77          "* init" : " \n{\n    var selection = this.el.get_selection();\n    selection.set_mode( Gtk.SelectionMode.SINGLE);\n\n\n    var description = new Pango.FontDescription();\n    description.set_size(10000);\n    this.el.override_font(description);\n \n}\n",
78          "xtype" : "TreeView",
79          "* pack" : "add",
80          "int search_column" : 0,
81          "$ xns" : "Gtk",
82          "Gtk.TreeViewGridLines enable_grid_lines" : "Gtk.TreeViewGridLines.HORIZONTAL",
83          "items" : [
84           {
85            "int n_columns" : 10,
86            "id" : "reposStore",
87            "columns" : "     typeof(string),  // 0 repo\n     typeof(string),  // 1 current branch\n     typeof(string),  // 2 all branch\n     typeof(string),  // 3 updated\n     typeof(bool),   // 4 auto commit\n     typeof(bool),   // 5 auto push\n     typeof(string),   // 6 repopath\n      typeof(string),   // 7 color highlighting?\n       typeof(bool),   // 8 auto branch,\n      typeof(string)   // 9 active Ticket\n      ",
88            "$ pathToRepo" : "function(path) {\n\n    var tr= this.repos;\n\n    \n    for(var i =0 ; i < tr.length; i++) {\n        if (tr[i].repopath == path) {\n            return tr[i];\n        }\n    } \n    return false; \n}\n",
89            "xtype" : "ListStore",
90            "* pack" : "set_model",
91            "| void load" : "()\n{\n    //this.insert(citer,iter,0);\n    print(\"getting list\");\n    var tr = GitRepo.list();\n    \n    this.el.clear();\n    \n    // fixme .. sort by last updated ...\n    \n    \n    for(var i =0 ; i < tr.length; i++) {\n\t    var repo = tr.index(i);\n\t    // this is done before we display stuff...\n\t    //repo.loadBranches();\n\t    //repo.loadStatus();\n\t    \n\t    Gtk.TreeIter iter;\n\t    this.el.append(out iter);\n     \n        //print(JSON.stringify(ret,null,4));\n         //tr[i].getBranches();\n         //tr[i].getStatus();\n         //var hi;\n         //try {\n             //tr[i].debug=1;\n         //     hi = tr[i].history('/', 1, 'branch', tr[i].currentBranch.name );\n//             print(JSON.stringify(hi,null,4));\n        // } catch(e) { print(e);}\n          \n        this.el.set_value(iter, 0,   repo.name );\n        this.el.set_value( iter, 1, repo.currentBranch.name   );\n        this.el.set_value( iter, 2,  repo.branchesToString()   );\n//        this.el.set_value(ret.iter, 2, '' + repo.branches.map(\n//                        function(e) { return e.name; \n//                    }).join(', ') \n //        );\n//        this.el.set_value(iter, 3, '' +  (!hi  ? '??' : hi[0].changed_raw));        \n        this.el.set_value(iter, 4, repo.is_autocommit() );                \n        this.el.set_value(iter, 5, repo.is_autopush() );                        \n        this.el.set_value(iter, 6,  repo.git_working_dir );  \n        // highlight color.\n        var cb = repo.currentBranch;\n        //print(JSON.stringify(cb,null,4));\n        var col = \"#ffffff\";\n        \n        if (cb.lastrev != cb.remoterev) {\n            col =  \"#f2dede\";\n            this.el.set_value( iter, 1, repo.currentBranch.name +\"\\n\" +\n            \t(repo.ahead_or_behind == \"B\" ? \"Local is BEHIND remote\" : \"Local is AHEAD of remote\")\n            \n               );\n        }\n        if (repo.has_local_changes) {\n            col =  \"#d9edf7\";\n            this.el.set_value( iter, 1, repo.currentBranch.name +\"\\nHas uncommitted changes\"   );\n        }\n        if  ((cb.lastrev != cb.remoterev) && (repo.has_local_changes)) {\n            col =  \"#fcf8e3\";\n            this.el.set_value( iter, 1, repo.currentBranch.name +\"\\n\" + \n            (repo.ahead_or_behind == \"B\" ? \"Local is BEHIND remote\" : \"Local is AHEAD of remote\") +\n            \"\\nHas uncommitted changes\"   );            \n        }\n        \n        this.el.set_value(iter, 7, col  );      \n        var ticket = repo.activeTicket;\n        \n        this.el.set_value(iter, 8, repo.is_auto_branch()  );      \n        this.el.set_value(iter, 9, ticket == null ? \"\" : ticket.id  );      \n        \n        \n    }     \n    this.el.set_sort_column_id (0, Gtk.SortType.ASCENDING);\n} ",
92            "$ xns" : "Gtk"
93           },
94           {
95            "id" : "tv_autocommit",
96            "* init" : "\n//    this.items[0].el.set_activatable(true);\n this.el.add_attribute(_this.cr_autocommit.el , \"active\", 4 );\n\n",
97            "* pack" : "append_column",
98            "title" : "Auto Commit",
99            "xtype" : "TreeViewColumn",
100            "min_width" : 50,
101            "$ xns" : "Gtk",
102            "items" : [
103             {
104              "listeners" : {
105               "toggled" : "  (self, path)  => {\n  \n  \tGtk.TreeIter iter;\n  \t_this.reposStore.el.get_iter_from_string(out iter, path);\n  \t\n  \tGLib.Value val;\n  \tGLib.Value rval;\n  \t_this.reposStore.el.get_value(iter, 4, out val);\n  \t_this.reposStore.el.get_value(iter, 6, out rval);\n  \t\n  \tvar repopath = (string)rval;\n  \tvar bval = (bool)val;\n  \t_this.reposStore.el.set_value(iter, 4, !bval);\n  \tGLib.debug(\"got repopath? %s\", repopath);\n  \t\n  \tvar repo = GitRepo.get(repopath);\n  \trepo.set_autocommit(!bval);\n  \t\n  \t\n  \t\n  \n}"
106              },
107              "id" : "cr_autocommit",
108              "* pack" : "pack_start,false",
109              "xtype" : "CellRendererToggle",
110              "$ xns" : "Gtk",
111              "$ mode" : "Gtk.CellRendererMode.ACTIVATABLE"
112             }
113            ]
114           },
115           {
116            "id" : "tv_autopush",
117            "* init" : " \n    this.el.add_attribute(_this.cr_autopush.el , \"active\", 5 );\n//      this.items[0].el.set_activatable(true);\n\n",
118            "* pack" : "append_column",
119            "title" : "Auto Push",
120            "xtype" : "TreeViewColumn",
121            "min_width" : 50,
122            "$ xns" : "Gtk",
123            "items" : [
124             {
125              "listeners" : {
126               "toggled" : "  (self, path)  => {\n  \n  \tGtk.TreeIter iter;\n  \t_this.reposStore.el.get_iter_from_string(out iter, path);\n  \t\n  \tGLib.Value val;\n  \tGLib.Value rval;\n  \t_this.reposStore.el.get_value(iter, 5, out val);\n  \t_this.reposStore.el.get_value(iter, 6, out rval);\n  \t\n  \tvar repopath = (string)rval;\n  \tvar bval = (bool)val;\n  \t_this.reposStore.el.set_value(iter, 5, !bval);\n  \tvar repo = GitRepo.get(repopath);\n  \trepo.set_autopush(!bval);\n  \t\n  \t\n  \t\n  \n}"
127              },
128              "id" : "cr_autopush",
129              "* pack" : "pack_start,false",
130              "xtype" : "CellRendererToggle",
131              "$ xns" : "Gtk",
132              "$ mode" : "Gtk.CellRendererMode.ACTIVATABLE"
133             }
134            ]
135           },
136           {
137            "id" : "tv_autobranch",
138            "* init" : " \n    this.el.add_attribute(_this.cr_autobranch.el , \"active\", 8 );\n//      this.items[0].el.set_activatable(true);\n\n",
139            "* pack" : "append_column",
140            "title" : "Auto Branch",
141            "xtype" : "TreeViewColumn",
142            "min_width" : 50,
143            "$ xns" : "Gtk",
144            "items" : [
145             {
146              "listeners" : {
147               "toggled" : "  (self, path)  => {\n  \n  \tGtk.TreeIter iter;\n  \t_this.reposStore.el.get_iter_from_string(out iter, path);\n  \t\n  \tGLib.Value val;\n  \tGLib.Value rval;\n  \t_this.reposStore.el.get_value(iter, 8, out val);\n  \t_this.reposStore.el.get_value(iter, 6, out rval);\n  \t\n  \tvar repopath = (string)rval;\n  \tvar bval = (bool)val;\n  \t_this.reposStore.el.set_value(iter, 8, !bval);\n  \tvar repo = GitRepo.get(repopath);\n  \trepo.set_auto_branch(!bval);\n  \t\n  \t\n  \t\n  \n}"
148              },
149              "id" : "cr_autobranch",
150              "xtype" : "CellRendererToggle",
151              "* pack" : "pack_start,false",
152              "$ xns" : "Gtk",
153              "$ mode" : "Gtk.CellRendererMode.ACTIVATABLE"
154             }
155            ]
156           },
157           {
158            "id" : "tv_repo",
159            "* init" : "\n    this.el.add_attribute(_this.cr_repo.el , \"markup\", 0 );\n",
160            "Gtk.SortType sort_order" : "Gtk.SortType.ASCENDING",
161            "title" : "Repo",
162            "* pack" : "append_column",
163            "xtype" : "TreeViewColumn",
164            "int sort_column_id" : 0,
165            "min_width" : 200,
166            "$ xns" : "Gtk",
167            "resizable" : true,
168            "items" : [
169             {
170              "id" : "cr_repo",
171              "* pack" : "pack_start,false",
172              "xtype" : "CellRendererText",
173              "$ xns" : "Gtk"
174             }
175            ]
176           },
177           {
178            "id" : "tv_active_ticket",
179            "* init" : "this.el.add_attribute(_this.cr_active_ticket.el , \"markup\", 9 ); ",
180            "* pack" : "append_column",
181            "title" : "Active Ticket",
182            "xtype" : "TreeViewColumn",
183            "min_width" : 50,
184            "$ xns" : "Gtk",
185            "items" : [
186             {
187              "id" : "cr_active_ticket",
188              "xtype" : "CellRendererText",
189              "* pack" : "pack_start,false",
190              "$ xns" : "Gtk"
191             }
192            ]
193           },
194           {
195            "id" : "tv_current_branch",
196            "* init" : " \n    this.el.add_attribute(_this.cr_current_branch.el , \"markup\", 1 );\n     this.el.add_attribute(_this.cr_current_branch.el, \"cell-background\", 7 );\n \n",
197            "* pack" : "append_column",
198            "title" : "Current Branch",
199            "xtype" : "TreeViewColumn",
200            "min_width" : 50,
201            "$ xns" : "Gtk",
202            "items" : [
203             {
204              "id" : "cr_current_branch",
205              "* pack" : "pack_start,false",
206              "xtype" : "CellRendererText",
207              "$ xns" : "Gtk"
208             }
209            ]
210           },
211           {
212            "id" : "tv_last_updated",
213            "* init" : "\n    this.el.add_attribute(_this.cr_last_updated.el , \"markup\", 3 );\n",
214            "* pack" : "append_column",
215            "title" : "Last updated",
216            "xtype" : "TreeViewColumn",
217            "min_width" : 50,
218            "$ xns" : "Gtk",
219            "items" : [
220             {
221              "id" : "cr_last_updated",
222              "* pack" : "pack_start,false",
223              "xtype" : "CellRendererText",
224              "$ xns" : "Gtk"
225             }
226            ]
227           },
228           {
229            "id" : "tv_all_branches",
230            "* init" : "    this.el.add_attribute(_this.cr_all_branches.el , \"markup\", 2 );\n\n",
231            "title" : "All Branches",
232            "* pack" : "append_column",
233            "xtype" : "TreeViewColumn",
234            "min_width" : 50,
235            "$ xns" : "Gtk",
236            "resizable" : false,
237            "items" : [
238             {
239              "id" : "cr_all_branches",
240              "* pack" : "pack_start,false",
241              "xtype" : "CellRendererText",
242              "$ xns" : "Gtk"
243             }
244            ]
245           }
246          ]
247         }
248        ]
249       }
250      ]
251     }
252    ]
253   }
254  ]
255 }