X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.vala;h=3fc1a6be2241de1d83bcff7218aebede2ba00ee3;hp=136505ccc2da831a13da1cf55eede22cba48ecd0;hb=2ac46b7e5e54b5382df0c55b865e47a9937e15f8;hpb=2d3bb6db4cf59fb23b8774360ee0f15ffb7dc975 diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index 136505cc..3fc1a6be 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -62,7 +62,7 @@ public class RepoStatusPopover : Object // window + header? GLib.debug("SHOWALL - POPIP\n"); this.el.show_all(); - this.el.set_size_request(800,500); + //this.el.set_size_request(800,500); // this.diff_view.el.grab_focus(); //this.el.show_all(); @@ -293,6 +293,7 @@ public class RepoStatusPopover : Object // my vars (dec) // set gobject values + this.el.height_request = 400; var child_0 = new Xcls_diff_view( _this ); child_0.ref(); this.el.add ( child_0.el ); @@ -359,6 +360,9 @@ public class RepoStatusPopover : Object var child_2 = new Xcls_Button15( _this ); child_2.ref(); this.el.add ( child_2.el ); + var child_3 = new Xcls_Button16( _this ); + child_3.ref(); + this.el.add ( child_3.el ); } // user defined functions @@ -384,9 +388,12 @@ public class RepoStatusPopover : Object //listeners this.el.button_press_event.connect( () => { + + + GitMonitor.gitmonitor.stop(); _this.repo.git({ "stash" , "--all" }); _this.repo.loadStatus(); - + GitMonitor.gitmonitor.start(); _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff); _this.status_view.el.get_buffer().set_text(_this.repo.git_status); Clones.singleton().reposStore.load(); @@ -453,6 +460,38 @@ public class RepoStatusPopover : Object // my vars (dec) + // set gobject values + this.el.label = "Create Branch"; + + //listeners + this.el.button_press_event.connect( () => { + var oldq = new Gee.ArrayList(); + + NewBranch.singleton().show(_this.repo, oldq); + + return false; + }); + } + + // user defined functions + } + + public class Xcls_Button16 : Object + { + public Gtk.Button el; + private RepoStatusPopover _this; + + + // my vars (def) + + // ctor + public Xcls_Button16(RepoStatusPopover _owner ) + { + _this = _owner; + this.el = new Gtk.Button(); + + // my vars (dec) + // set gobject values this.el.label = "Ignore for now";