RepoStatusPopover.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:24:05 +0000 (13:24 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:24:05 +0000 (13:24 +0800)
RepoStatusPopover.vala

RepoStatusPopover.bjs
RepoStatusPopover.vala

index 29da2d8..5e7f327 100644 (file)
             "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",
-           "* ctor" : "",
+           "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-undo\", Gtk.IconSize.SMALL_TOOLBAR), null);",
            "xtype" : "ToolButton",
            "* pack" : "add",
-           "$ xns" : "Gtk"
+           "$ xns" : "Gtk",
+           "bool is_important" : true
           },
           {
            "listeners" : {
            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-save\", Gtk.IconSize.SMALL_TOOLBAR), null);",
            "* pack" : "add",
            "xtype" : "ToolButton",
-           "$ xns" : "Gtk"
+           "$ xns" : "Gtk",
+           "bool is_important" : true
           },
           {
            "listeners" : {
            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-add\", Gtk.IconSize.SMALL_TOOLBAR), null);",
            "xtype" : "ToolButton",
            "* pack" : "add",
-           "$ xns" : "Gtk"
+           "$ xns" : "Gtk",
+           "bool is_important" : true
           },
           {
            "listeners" : {
            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-revert-to-saved\", Gtk.IconSize.SMALL_TOOLBAR), null);",
            "* pack" : "add",
            "xtype" : "ToolButton",
-           "$ xns" : "Gtk"
+           "$ xns" : "Gtk",
+           "bool is_important" : true
           },
           {
            "listeners" : {
index 83683cb..19fb579 100644 (file)
@@ -413,12 +413,13 @@ public class RepoStatusPopover : Object
         public Xcls_ToolButton14(RepoStatusPopover _owner )
         {
             _this = _owner;
-            this.el = ;
+            this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-undo", Gtk.IconSize.SMALL_TOOLBAR), null);;
 
             // my vars (dec)
 
             // set gobject values
             this.el.label = "Stash Changes";
+            this.el.is_important = true;
 
             //listeners
             this.el.button_press_event.connect( () => {
@@ -458,6 +459,7 @@ public class RepoStatusPopover : Object
 
             // set gobject values
             this.el.label = "Commit Changes";
+            this.el.is_important = true;
 
             //listeners
             this.el.button_press_event.connect( () => {
@@ -496,6 +498,7 @@ public class RepoStatusPopover : Object
 
             // set gobject values
             this.el.label = "Create Branch / Start ticket";
+            this.el.is_important = true;
 
             //listeners
             this.el.button_press_event.connect( () => {
@@ -529,6 +532,7 @@ public class RepoStatusPopover : Object
 
             // set gobject values
             this.el.label = "Reset / clear changes";
+            this.el.is_important = true;
 
             //listeners
             this.el.button_press_event.connect( () => {