X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.vala;h=c06cc02b096c68691665f13d49ade4f2cf215399;hp=e07736568ea1bab173b8aedb49d2f849b21886df;hb=751f03814a8460213968e1699ffa7d2b55548015;hpb=c9768f99db205bfb2b1424c2fbb09e24287ba133 diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index e0773656..c06cc02b 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -369,12 +369,6 @@ public class RepoStatusPopover : Object var child_5 = new Xcls_Button18( _this ); child_5.ref(); this.el.add ( child_5.el ); - var child_6 = new Xcls_Button19( _this ); - child_6.ref(); - this.el.add ( child_6.el ); - var child_7 = new Xcls_Button20( _this ); - child_7.ref(); - this.el.add ( child_7.el ); } // user defined functions @@ -395,84 +389,6 @@ public class RepoStatusPopover : Object // my vars (dec) - // set gobject values - this.el.label = "Reset to remote"; - - //listeners - this.el.button_press_event.connect( () => { - - - GitMonitor.gitmonitor.stop(); - _this.repo.git({ "reset" , "--hard" }); - _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(); - - _this.el.hide(); - return false; - }); - } - - // user defined functions - } - - public class Xcls_Button14 : Object - { - public Gtk.Button el; - private RepoStatusPopover _this; - - - // my vars (def) - - // ctor - public Xcls_Button14(RepoStatusPopover _owner ) - { - _this = _owner; - this.el = new Gtk.Button(); - - // my vars (dec) - - // set gobject values - this.el.label = "Reset to remote"; - - //listeners - this.el.button_press_event.connect( () => { - - - GitMonitor.gitmonitor.stop(); - _this.repo.git({ "reset" , "--hard" }); - _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(); - - _this.el.hide(); - return false; - }); - } - - // user defined functions - } - - public class Xcls_Button15 : Object - { - public Gtk.Button el; - private RepoStatusPopover _this; - - - // my vars (def) - - // ctor - public Xcls_Button15(RepoStatusPopover _owner ) - { - _this = _owner; - this.el = new Gtk.Button(); - - // my vars (dec) - // set gobject values this.el.label = "Stash Changes"; @@ -496,7 +412,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_Button16 : Object + public class Xcls_Button14 : Object { public Gtk.Button el; private RepoStatusPopover _this; @@ -505,7 +421,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_Button16(RepoStatusPopover _owner ) + public Xcls_Button14(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.Button(); @@ -534,7 +450,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_Button17 : Object + public class Xcls_Button15 : Object { public Gtk.Button el; private RepoStatusPopover _this; @@ -543,7 +459,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_Button17(RepoStatusPopover _owner ) + public Xcls_Button15(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.Button(); @@ -567,7 +483,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_Button18 : Object + public class Xcls_Button16 : Object { public Gtk.Button el; private RepoStatusPopover _this; @@ -576,7 +492,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_Button18(RepoStatusPopover _owner ) + public Xcls_Button16(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.Button(); @@ -596,7 +512,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_Button19 : Object + public class Xcls_Button17 : Object { public Gtk.Button el; private RepoStatusPopover _this; @@ -605,7 +521,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_Button19(RepoStatusPopover _owner ) + public Xcls_Button17(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.Button(); @@ -635,7 +551,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_Button20 : Object + public class Xcls_Button18 : Object { public Gtk.Button el; private RepoStatusPopover _this; @@ -644,7 +560,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_Button20(RepoStatusPopover _owner ) + public Xcls_Button18(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.Button();