MergeBranch.bjs
[gitlive] / Clones.vala
index ca0ec5a..b152f76 100644 (file)
@@ -70,30 +70,49 @@ public class Clones : Object
 
     // user defined functions
     public void loadAndShow () {
+       
+       _this.el.show_all();
+       
        _this.toolbar.el.hide();
        _this.scrolled.el.hide();
-       _this.progress.el.show();
-       GitRepo.updateAll("show_clones");
+       _this.spinner.el.show();
+       _this.spinner.el.start();       
        
+       GitRepo.updateAll("show_clones");
+       this.el.set_deletable(true);
+        this.el.set_gravity(Gdk.Gravity.NORTH);
+        this.el.move((Gdk.Screen.width() / 2 ) -400 ,0);
+         this.el.set_keep_above(true);
+        this.el.set_default_size(
+                       int.min(1024,Gdk.Screen.width()),
+                       int.max(500,Gdk.Screen.height() - 300)
+       );
+         
+     
        
        
     }
     public void show ()    {
     
-        GLib.debug("show clones?");
+        this.el.show_all();
+       _this.spinner.el.stop();
+       _this.spinner.el.hide();        
+       _this.toolbar.el.show();
+       _this.scrolled.el.show();       
+     
         this.el.set_deletable(true);
         this.el.set_gravity(Gdk.Gravity.NORTH);
         this.el.move((Gdk.Screen.width() / 2 ) -400 ,0);
-        
+         this.el.set_keep_above(true);
         this.el.set_default_size(
                        int.min(1024,Gdk.Screen.width()),
                        int.max(500,Gdk.Screen.height() - 300)
        );
          
-        this.el.show_all();
+    
         _this.reposStore.load();
-        this.el.set_keep_above(true);
-            GLib.debug("show clones = run?");
+       
+        GLib.debug("show clones = run?");
         this.el.run();
         // load clones..
     //     this.get('/reposStore').load();
@@ -130,7 +149,7 @@ public class Clones : Object
             // set gobject values
             var child_0 = new Xcls_spinner( _this );
             child_0.ref();
-            this.el.pack_start (  child_0.el , false,false,0 );
+            this.el.add (  child_0.el  );
             var child_1 = new Xcls_toolbar( _this );
             child_1.ref();
             this.el.pack_start (  child_1.el , false,false,0 );
@@ -159,6 +178,8 @@ public class Clones : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.hexpand = true;
+            this.el.vexpand = true;
         }
 
         // user defined functions