X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=RepoStatusPopover.bjs;h=38abb7698c1bdc8e218d2efbd98ea9796fc3fe16;hb=dfb3663252725cbb0dfa77de118da220f2011238;hp=9cc00e91d1c89654691f5e90fe40858cd350b72e;hpb=2ac46b7e5e54b5382df0c55b865e47a9937e15f8;p=gitlive diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index 9cc00e91..38abb769 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -121,7 +121,7 @@ }, { "listeners" : { - "button_press_event" : "() => {\n var oldq = new Gee.ArrayList(); \n\t \n\tNewBranch.singleton().show(_this.repo, oldq);\n\n return false;\n}" + "button_press_event" : "() => {\n var oldq = new Gee.ArrayList(); \n\n\tClones.singleton().el.response(-1);\n\tNewBranch.singleton().show(_this.repo, oldq);\n\n return false;\n}" }, "label" : "Create Branch", "xtype" : "Button", @@ -136,8 +136,35 @@ "xtype" : "Button", "* pack" : "add", "$ xns" : "Gtk" + }, + { + "listeners" : { + "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}" + }, + "label" : "Stash Changes", + "xtype" : "Button", + "* pack" : "add", + "$ xns" : "Gtk" } ] + }, + { + "listeners" : { + "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}" + }, + "label" : "Stash Changes", + "* pack" : "add", + "xtype" : "Button", + "$ xns" : "Gtk" + }, + { + "listeners" : { + "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}" + }, + "label" : "Stash Changes", + "xtype" : "Button", + "* pack" : "add", + "$ xns" : "Gtk" } ] }