Clones.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 05:13:42 +0000 (13:13 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 05:13:42 +0000 (13:13 +0800)
Clones.vala

Clones.bjs
Clones.vala

index 9fecfee..94734b9 100644 (file)
@@ -13,8 +13,8 @@
     "response" : "(self, response_id) =>  { \n \n        this.el.hide();\n  \n}"
    },
    "default_width" : 600,
-   "| void show" : "()    {\n\n    \n    this.el.set_deletable(false);\n    this.el.show_all();\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",
    "$ deletable" : true,
+   "| void show" : "()    {\n\n    \n    this.el.set_deletable(false);\n    this.el.show_all();\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",
    "title" : "Manage Clones",
    "xtype" : "Dialog",
    "default_height" : 500,
@@ -26,7 +26,7 @@
      "xtype" : "Box",
      "$ pack" : "get_content_area().add ",
      "$ xns" : "Gtk",
-     "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
+     "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
      "items" : [
       {
        "* pack" : "pack_start,false,false,0",
@@ -39,8 +39,8 @@
           "clicked" : "() => {\n\n/*    var rv = this.get('/reposView');\n    var rs = this.get('/reposStore');\n    if (rv.el.get_selection().count_selected_rows() != 1) {\n        //nothing?\n        // error condition.\n        return;\n    }\n    var Remotes =     imports.Remotes.Remotes;\n    \n \n    var ret = {};       \n    var s = rv.el.get_selection();\n    var path = '';\n    s.selected_foreach(function(model,p,iter) {\n                                                    \n       path = model.get_value(iter, 6).value.get_string();\n     \n    }); \n\n    var repo = false;\n    rs.repos.forEach(function(r) {\n        if (r.repopath == path) {\n            repo = r;\n        \n        }\n    \n    });\n    Remotes.repo = repo;\n    Remotes.el.set_transient_for(Clones.el);\n    Clones.el.set_title(\"Manage Clones - \" + repo.repopath);\n    Remotes.show();\n    Clones.el.set_title(\"Manage Clones\");\n\n  */   \n    \n     \n\n       \n    \n    \n}"
          },
          "label" : "Remotes / Clones",
-         "* pack" : "add",
          "xtype" : "Button",
+         "* pack" : "add",
          "$ xns" : "Gtk"
         },
         {
@@ -48,8 +48,8 @@
           "clicked" : "() => {\n/*\n    var rv = this.get('/reposView');\n    var rs = this.get('/reposStore');\n    if (rv.el.get_selection().count_selected_rows() != 1) {\n        //nothing?\n        // error condition.\n        return;\n    }\n    var Branches =     imports.Branches.Branches;\n    \n \n    var ret = {};       \n    var s = rv.el.get_selection();\n    var path = '';\n    s.selected_foreach(function(model,p,iter) {\n                                                    \n       path = model.get_value(iter, 6).value.get_string();\n     \n    }); \n\n    var repo = false;\n    rs.repos.forEach(function(r) {\n        if (r.repopath == path) {\n            repo = r;\n        \n        }\n    \n    });\n    Branches.repo = repo;\n    Branches.el.set_transient_for(Clones.el);\n    Clones.el.set_title(\"Manage Clones - \" + repo.repopath);\n    Branches.show();\n    Clones.el.set_title(\"Manage Clones\");\n\n     \n    \n    \n    \n\n       \n */   \n    \n}"
          },
          "label" : "Branches",
-         "* pack" : "add",
          "xtype" : "Button",
+         "* pack" : "add",
          "$ xns" : "Gtk"
         },
         {
@@ -57,8 +57,8 @@
           "clicked" : "() =>  {\n/*\n    var rv = this.get('/reposView');\n    var rs = this.get('/reposStore');\n    if (rv.el.get_selection().count_selected_rows() != 1) {\n        //nothing?\n        // error condition.\n        return;\n    }\n    var Merger =     imports.Merger.Merger;\n    \n \n    var ret = {};       \n    var s = rv.el.get_selection();\n    var path = '';\n    s.selected_foreach(function(model,p,iter) {\n                                                    \n       path = model.get_value(iter, 6).value.get_string();\n     \n    }); \n\n    var repo = false;\n    rs.repos.forEach(function(r) {\n        if (r.repopath == path) {\n            repo = r;\n        \n        }\n    \n    });\n    Merger.repo = repo;\n    Merger.el.set_transient_for(Clones.el);\n    Clones.el.set_title(\"Manage Clones - \" + repo.repopath);\n    Merger.show();\n    Clones.el.set_title(\"Manage Clones\");\n\n    \n    \n\n     \n    \n\n */      \n    \n    \n}"
          },
          "label" : "Merge",
-         "* pack" : "add",
          "xtype" : "Button",
+         "* pack" : "add",
          "$ xns" : "Gtk"
         },
         {
@@ -66,8 +66,8 @@
           "clicked" : "() => {\n    \n    \n \n       \n    \n    \n}"
          },
          "label" : "Switch Branch",
-         "* pack" : "add",
          "xtype" : "Button",
+         "* pack" : "add",
          "$ xns" : "Gtk"
         },
         {
           "clicked" : "() => {\n    \n    \n \n       \n    \n    \n}"
          },
          "label" : "Pull",
-         "* pack" : "add",
          "xtype" : "Button",
+         "* pack" : "add",
          "$ xns" : "Gtk"
         }
        ]
       },
       {
        "* init" : "  {\n  \n   this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n}\n",
-       "xtype" : "ScrolledWindow",
        "* pack" : "pack_end,true,true,0",
+       "xtype" : "ScrolledWindow",
        "Gtk.ShadowType shadow_type" : "Gtk.ShadowType.IN",
        "$ xns" : "Gtk",
        "items" : [
               "toggled" : "  (self, path)  => {\n/*    var ret ={} ;\n    var store = this.get('/reposStore');\n    store.el.get_iter_from_string(ret, path);\n                                                                 \n    var value =   store.el.get_value(ret.iter,4).value.get_boolean();\n                                                                 \n    //print(JSON.stringify(value));\n    store.el.set_value(ret.iter,4, !value);\n    \n     var path =  store.el.get_value(ret.iter, 6).value.get_string();\n     var repo = imports.Scm.Repo.Repo.get(path);\n     repo.autocommit(!value);\n  */   \n    \n    \n}"
              },
              "id" : "cr_autocommit",
-             "* pack" : "pack_start,false",
              "xtype" : "CellRendererToggle",
+             "* pack" : "pack_start,false",
              "$ xns" : "Gtk",
              "$ mode" : "Gtk.CellRendererMode.ACTIVATABLE"
             }
               "toggled" : "  (self, path)  => {\n/*    var ret ={} ;\n    var store = this.get('/reposStore');\n    store.el.get_iter_from_string(ret, path);\n                                                                 \n    var value =   store.el.get_value(ret.iter,5).value.get_boolean();\n                                                                 \n    //print(JSON.stringify(value));\n    store.el.set_value(ret.iter,5, !value);\n      var path =  store.el.get_value(ret.iter, 6).value.get_string();\n     var repo = imports.Scm.Repo.Repo.get(path);\n     repo.autopush(!value);\n    */\n}"
              },
              "id" : "cr_autopush",
-             "* pack" : "pack_start,false",
              "xtype" : "CellRendererToggle",
+             "* pack" : "pack_start,false",
              "$ xns" : "Gtk",
              "$ mode" : "Gtk.CellRendererMode.ACTIVATABLE"
             }
            "items" : [
             {
              "id" : "cr_repo",
-             "* pack" : "pack_start,false",
              "xtype" : "CellRendererText",
+             "* pack" : "pack_start,false",
              "$ xns" : "Gtk"
             }
            ]
            "items" : [
             {
              "id" : "cr_current_branch",
-             "* pack" : "pack_start,false",
              "xtype" : "CellRendererText",
+             "* pack" : "pack_start,false",
              "$ xns" : "Gtk"
             }
            ]
            "items" : [
             {
              "id" : "cr_last_updated",
-             "* pack" : "pack_start,false",
              "xtype" : "CellRendererText",
+             "* pack" : "pack_start,false",
              "$ xns" : "Gtk"
             }
            ]
            "items" : [
             {
              "id" : "cr_all_branches",
-             "* pack" : "pack_start,false",
              "xtype" : "CellRendererText",
+             "* pack" : "pack_start,false",
              "$ xns" : "Gtk"
             }
            ]
index e61931c..12b5325 100644 (file)
@@ -37,14 +37,6 @@ public class Clones : Object
         this.el = new Gtk.Dialog();
 
         // my vars (dec)
-
-        // set gobject values
-        this.el.title = "Manage Clones";
-        this.el.border_width = 3;
-        this.el.default_height = 500;
-        this.el.default_width = 600;
-        this.el.deletable = true;
-        this.el.modal = true;
         var child_0 = new Xcls_Box2( _this );
         child_0.ref();
         this.el.get_content_area().add (  child_0.el  );
@@ -99,11 +91,9 @@ public class Clones : Object
         public Xcls_Box2(Clones _owner )
         {
             _this = _owner;
-            this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
+            this.el = new Gtk.Box();
 
             // my vars (dec)
-
-            // set gobject values
             var child_0 = new Xcls_Box3( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false,0 );
@@ -126,11 +116,9 @@ public class Clones : Object
         public Xcls_Box3(Clones _owner )
         {
             _this = _owner;
-            this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
+            this.el = new Gtk.Box();
 
             // my vars (dec)
-
-            // set gobject values
             var child_0 = new Xcls_Button4( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
@@ -166,9 +154,6 @@ public class Clones : Object
 
             // my vars (dec)
 
-            // set gobject values
-            this.el.label = "Remotes / Clones";
-
             //listeners
             this.el.clicked.connect( () => {
             
@@ -234,9 +219,6 @@ public class Clones : Object
 
             // my vars (dec)
 
-            // set gobject values
-            this.el.label = "Branches";
-
             //listeners
             this.el.clicked.connect( () => {
             /*
@@ -303,9 +285,6 @@ public class Clones : Object
 
             // my vars (dec)
 
-            // set gobject values
-            this.el.label = "Merge";
-
             //listeners
             this.el.clicked.connect( () =>  {
             /*
@@ -373,9 +352,6 @@ public class Clones : Object
 
             // my vars (dec)
 
-            // set gobject values
-            this.el.label = "Switch Branch";
-
             //listeners
             this.el.clicked.connect( () => {
                 
@@ -406,9 +382,6 @@ public class Clones : Object
 
             // my vars (dec)
 
-            // set gobject values
-            this.el.label = "Pull";
-
             //listeners
             this.el.clicked.connect( () => {
                 
@@ -436,12 +409,9 @@ public class Clones : Object
         public Xcls_ScrolledWindow9(Clones _owner )
         {
             _this = _owner;
-            this.el = new Gtk.ScrolledWindow( null, null );
+            this.el = new Gtk.ScrolledWindow();
 
             // my vars (dec)
-
-            // set gobject values
-            this.el.shadow_type = Gtk.ShadowType.IN;
             var child_0 = new Xcls_reposView( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
@@ -472,8 +442,6 @@ public class Clones : Object
             this.el = new Gtk.TreeView();
 
             // my vars (dec)
-
-            // set gobject values
             var child_0 = new Xcls_reposStore( _this );
             child_0.ref();
             this.el.set_model (  child_0.el  );
@@ -554,19 +522,9 @@ public class Clones : Object
         {
             _this = _owner;
             _this.reposStore = this;
-            this.el = new Gtk.ListStore( 0,      typeof(string),  // 0 repo
-     typeof(string),  // 1 current branch
-     typeof(string),  // 2 all branch
-     typeof(string),  // 3 updated
-     typeof(bool),   // 4 auto commit
-     typeof(bool),   // 5 auto push
-     typeof(string),   // 7 repopath
-      typeof(string)   // 8 color highlighting?
-       );
+            this.el = new Gtk.ListStore();
 
             // my vars (dec)
-
-            // set gobject values
         }
 
         // user defined functions
@@ -588,10 +546,6 @@ public class Clones : Object
             this.el = new Gtk.TreeViewColumn();
 
             // my vars (dec)
-
-            // set gobject values
-            this.el.title = "Auto Commit";
-            this.el.min_width = 50;
             var child_0 = new Xcls_cr_autocommit( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
@@ -621,9 +575,6 @@ public class Clones : Object
 
             // my vars (dec)
 
-            // set gobject values
-            this.el.mode = Gtk.CellRendererMode.ACTIVATABLE;
-
             //listeners
             this.el.toggled.connect( (self, path)  => {
             /*    var ret ={} ;
@@ -664,10 +615,6 @@ public class Clones : Object
             this.el = new Gtk.TreeViewColumn();
 
             // my vars (dec)
-
-            // set gobject values
-            this.el.title = "Auto Push";
-            this.el.min_width = 50;
             var child_0 = new Xcls_cr_autopush( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
@@ -697,9 +644,6 @@ public class Clones : Object
 
             // my vars (dec)
 
-            // set gobject values
-            this.el.mode = Gtk.CellRendererMode.ACTIVATABLE;
-
             //listeners
             this.el.toggled.connect( (self, path)  => {
             /*    var ret ={} ;
@@ -737,11 +681,6 @@ public class Clones : Object
             this.el = new Gtk.TreeViewColumn();
 
             // my vars (dec)
-
-            // set gobject values
-            this.el.title = "Repo";
-            this.el.min_width = 200;
-            this.el.resizable = true;
             var child_0 = new Xcls_cr_repo( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
@@ -769,8 +708,6 @@ public class Clones : Object
             this.el = new Gtk.CellRendererText();
 
             // my vars (dec)
-
-            // set gobject values
         }
 
         // user defined functions
@@ -793,10 +730,6 @@ public class Clones : Object
             this.el = new Gtk.TreeViewColumn();
 
             // my vars (dec)
-
-            // set gobject values
-            this.el.title = "Current Branch";
-            this.el.min_width = 50;
             var child_0 = new Xcls_cr_current_branch( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
@@ -825,8 +758,6 @@ public class Clones : Object
             this.el = new Gtk.CellRendererText();
 
             // my vars (dec)
-
-            // set gobject values
         }
 
         // user defined functions
@@ -849,10 +780,6 @@ public class Clones : Object
             this.el = new Gtk.TreeViewColumn();
 
             // my vars (dec)
-
-            // set gobject values
-            this.el.title = "Last updated";
-            this.el.min_width = 50;
             var child_0 = new Xcls_cr_last_updated( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
@@ -880,8 +807,6 @@ public class Clones : Object
             this.el = new Gtk.CellRendererText();
 
             // my vars (dec)
-
-            // set gobject values
         }
 
         // user defined functions
@@ -904,11 +829,6 @@ public class Clones : Object
             this.el = new Gtk.TreeViewColumn();
 
             // my vars (dec)
-
-            // set gobject values
-            this.el.title = "All Branches";
-            this.el.min_width = 50;
-            this.el.resizable = false;
             var child_0 = new Xcls_cr_all_branches( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
@@ -936,8 +856,6 @@ public class Clones : Object
             this.el = new Gtk.CellRendererText();
 
             // my vars (dec)
-
-            // set gobject values
         }
 
         // user defined functions
@@ -963,9 +881,6 @@ public class Clones : Object
             this.el = new Gtk.Button();
 
             // my vars (dec)
-
-            // set gobject values
-            this.el.label = "Close";
         }
 
         // user defined functions