Clones.bjs
[gitlive] / Clones.vala
index 0eb0724..12b5325 100644 (file)
@@ -12,7 +12,6 @@ public class Clones : Object
         }
         return _Clones;
     }
-    public Xcls_Clones Clones;
     public Xcls_reposView reposView;
     public Xcls_reposStore reposStore;
     public Xcls_tv_autocommit tv_autocommit;
@@ -38,15 +37,7 @@ 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_Clones( _this );
+        var child_0 = new Xcls_Box2( _this );
         child_0.ref();
         this.el.get_content_area().add (  child_0.el  );
         var child_1 = new Xcls_ok_button( _this );
@@ -88,7 +79,7 @@ public class Clones : Object
        // return this.get('bug').getValue();
         //this.success = c.success;
     }
-    public class Xcls_Clones : Object
+    public class Xcls_Box2 : Object
     {
         public Gtk.Box el;
         private Clones  _this;
@@ -97,15 +88,12 @@ public class Clones : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Clones(Clones _owner )
+        public Xcls_Box2(Clones _owner )
         {
             _this = _owner;
-            _this.Clones = this;
-            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 );
@@ -128,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  );
@@ -168,9 +154,6 @@ public class Clones : Object
 
             // my vars (dec)
 
-            // set gobject values
-            this.el.label = "Remotes / Clones";
-
             //listeners
             this.el.clicked.connect( () => {
             
@@ -236,9 +219,6 @@ public class Clones : Object
 
             // my vars (dec)
 
-            // set gobject values
-            this.el.label = "Branches";
-
             //listeners
             this.el.clicked.connect( () => {
             /*
@@ -305,9 +285,6 @@ public class Clones : Object
 
             // my vars (dec)
 
-            // set gobject values
-            this.el.label = "Merge";
-
             //listeners
             this.el.clicked.connect( () =>  {
             /*
@@ -375,9 +352,6 @@ public class Clones : Object
 
             // my vars (dec)
 
-            // set gobject values
-            this.el.label = "Switch Branch";
-
             //listeners
             this.el.clicked.connect( () => {
                 
@@ -408,9 +382,6 @@ public class Clones : Object
 
             // my vars (dec)
 
-            // set gobject values
-            this.el.label = "Pull";
-
             //listeners
             this.el.clicked.connect( () => {
                 
@@ -438,17 +409,12 @@ 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  );
-            var child_1 = new Xcls_TreeView24( _this );
-            child_1.ref();
 
             // init method
 
@@ -476,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  );
@@ -558,18 +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
@@ -591,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 );
@@ -602,7 +553,7 @@ public class Clones : Object
             // init method
 
             //    this.items[0].el.set_activatable(true);
-             this.el.add_attribute(_this.keyrender.el , "active", 4 );
+             this.el.add_attribute(_this.cr_autocommit.el , "active", 4 );
         }
 
         // user defined functions
@@ -624,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 ={} ;
@@ -667,17 +615,13 @@ 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  );
+            this.el.pack_start (  child_0.el , false );
 
             // init method
 
-            this.el.add_attribute(this.items[0].el , 'active', 5 );
+            this.el.add_attribute(_this.cr_autopush.el , "active", 5 );
             //      this.items[0].el.set_activatable(true);
         }
 
@@ -700,12 +644,9 @@ public class Clones : Object
 
             // my vars (dec)
 
-            // set gobject values
-            this.el.mode = Gtk.CellRendererMode.ACTIVATABLE;
-
             //listeners
-            this.el.toggled.connect( function (self, path) {
-                var ret ={} ;
+            this.el.toggled.connect( (self, path)  => {
+            /*    var ret ={} ;
                 var store = this.get('/reposStore');
                 store.el.get_iter_from_string(ret, path);
                                                                              
@@ -716,7 +657,7 @@ public class Clones : Object
                   var path =  store.el.get_value(ret.iter, 6).value.get_string();
                  var repo = imports.Scm.Repo.Repo.get(path);
                  repo.autopush(!value);
-                 
+                */
             });
         }
 
@@ -740,22 +681,13 @@ 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  );
+            this.el.pack_start (  child_0.el , false );
 
             // init method
 
-            function() {
-                XObject.prototype.init.call(this);
-                this.el.add_attribute(this.items[0].el , 'markup', 0 );
-            
-            }
+            this.el.add_attribute(_this.cr_repo.el , "markup", 0 );
         }
 
         // user defined functions
@@ -776,8 +708,6 @@ public class Clones : Object
             this.el = new Gtk.CellRendererText();
 
             // my vars (dec)
-
-            // set gobject values
         }
 
         // user defined functions
@@ -800,22 +730,14 @@ 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  );
+            this.el.pack_start (  child_0.el , false );
 
             // init method
 
-            function() {
-                XObject.prototype.init.call(this);
-                this.el.add_attribute(this.items[0].el , 'markup', 1 );
-                 this.el.add_attribute(this.items[0].el , 'cell-background', 7 );
-            
-            }
+            this.el.add_attribute(_this.cr_current_branch.el , "markup", 1 );
+                 this.el.add_attribute(_this.cr_current_branch.el, "cell-background", 7 );
         }
 
         // user defined functions
@@ -836,8 +758,6 @@ public class Clones : Object
             this.el = new Gtk.CellRendererText();
 
             // my vars (dec)
-
-            // set gobject values
         }
 
         // user defined functions
@@ -860,21 +780,13 @@ 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  );
+            this.el.pack_start (  child_0.el , false );
 
             // init method
 
-            function() {
-                XObject.prototype.init.call(this);
-                this.el.add_attribute(this.items[0].el , 'markup', 3 );
-            
-            }
+            this.el.add_attribute(_this.cr_last_updated.el , "markup", 3 );
         }
 
         // user defined functions
@@ -895,8 +807,6 @@ public class Clones : Object
             this.el = new Gtk.CellRendererText();
 
             // my vars (dec)
-
-            // set gobject values
         }
 
         // user defined functions
@@ -919,22 +829,13 @@ 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  );
+            this.el.pack_start (  child_0.el , false );
 
             // init method
 
-            function() {
-                XObject.prototype.init.call(this);
-                this.el.add_attribute(this.items[0].el , 'markup', 2 );
-            
-            }
+            this.el.add_attribute(_this.cr_all_branches.el , "markup", 2 );
         }
 
         // user defined functions
@@ -955,8 +856,6 @@ public class Clones : Object
             this.el = new Gtk.CellRendererText();
 
             // my vars (dec)
-
-            // set gobject values
         }
 
         // user defined functions
@@ -964,52 +863,6 @@ public class Clones : Object
 
 
 
-    public class Xcls_TreeView24 : Object
-    {
-        public Gtk.TreeView el;
-        private Clones  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_TreeView24(Clones _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.TreeView();
-
-            // my vars (dec)
-
-            // set gobject values
-            var child_0 = new Xcls_ListStore25( _this );
-            child_0.ref();
-        }
-
-        // user defined functions
-    }
-    public class Xcls_ListStore25 : Object
-    {
-        public Gtk.ListStore el;
-        private Clones  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_ListStore25(Clones _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.ListStore( 0, null );
-
-            // my vars (dec)
-
-            // set gobject values
-        }
-
-        // user defined functions
-    }
-
-
 
 
     public class Xcls_ok_button : Object
@@ -1028,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