Clones.bjs
[gitlive] / Clones.vala
1 static Clones  _Clones;
2
3 public class Clones : Object
4 {
5     public Gtk.Dialog el;
6     private Clones  _this;
7
8     public static Clones singleton()
9     {
10         if (_Clones == null) {
11             _Clones= new Clones();
12         }
13         return _Clones;
14     }
15     public Xcls_reposView reposView;
16     public Xcls_reposStore reposStore;
17     public Xcls_tv_autocommit tv_autocommit;
18     public Xcls_cr_autocommit cr_autocommit;
19     public Xcls_tv_autopush tv_autopush;
20     public Xcls_cr_autopush cr_autopush;
21     public Xcls_tv_autobranch tv_autobranch;
22     public Xcls_cr_autobranch cr_autobranch;
23     public Xcls_tv_repo tv_repo;
24     public Xcls_cr_repo cr_repo;
25     public Xcls_tv_active_ticket tv_active_ticket;
26     public Xcls_cr_active_ticket cr_active_ticket;
27     public Xcls_tv_current_branch tv_current_branch;
28     public Xcls_cr_current_branch cr_current_branch;
29     public Xcls_tv_last_updated tv_last_updated;
30     public Xcls_cr_last_updated cr_last_updated;
31     public Xcls_tv_all_branches tv_all_branches;
32     public Xcls_cr_all_branches cr_all_branches;
33
34         // my vars (def)
35
36     // ctor
37     public Clones()
38     {
39         _this = this;
40         this.el = new Gtk.Dialog();
41
42         // my vars (dec)
43
44         // set gobject values
45         this.el.title = "Manage Clones";
46         this.el.border_width = 3;
47         this.el.default_height = 500;
48         this.el.default_width = 1024;
49         this.el.deletable = true;
50         this.el.modal = true;
51         var child_0 = new Xcls_Box2( _this );
52         child_0.ref();
53         this.el.get_content_area().add (  child_0.el  );
54
55         //listeners
56         this.el.delete_event.connect( (self, event) => {
57             this.el.hide();
58             return true; 
59             //test  
60         });
61         this.el.response.connect( (self, response_id) =>  { 
62          
63                 this.el.hide();
64           
65         });
66     }
67
68     // user defined functions
69     public void show ()    {
70     
71         
72         this.el.set_deletable(true);
73         this.el.set_gravity(Gdk.Gravity.NORTH);
74         this.el.move((Gdk.Screen.width() / 2 ) -400 ,0);
75         
76         this.el.set_default_size(
77                         int.min(1024,Gdk.Screen.width()),
78                         int.max(500,Gdk.Screen.width() - 300)
79         );
80         
81         this.el.show_all();
82         _this.reposStore.load();
83         this.el.set_keep_above(true);
84         this.el.run();
85         // load clones..
86     //     this.get('/reposStore').load();
87         
88         //this.get('/ok_button').el.set_sensitive(false);
89         
90         // block until we return.
91     //    var run_ret = this.el.run();
92     //    if (run_ret < 1 ) {
93     //        return  "DONE";
94     //    }
95     //    print("RUN RETURN : " + run_ret);
96     //    return "DONE";
97         //print(JSON.stringify(this.get('bug').getValue()));
98        // return this.get('bug').getValue();
99         //this.success = c.success;
100     }
101     public class Xcls_Box2 : Object
102     {
103         public Gtk.Box el;
104         private Clones  _this;
105
106
107             // my vars (def)
108
109         // ctor
110         public Xcls_Box2(Clones _owner )
111         {
112             _this = _owner;
113             this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
114
115             // my vars (dec)
116
117             // set gobject values
118             var child_0 = new Xcls_Box3( _this );
119             child_0.ref();
120             this.el.pack_start (  child_0.el , false,false,0 );
121             var child_1 = new Xcls_ScrolledWindow9( _this );
122             child_1.ref();
123             this.el.pack_end (  child_1.el , true,true,0 );
124         }
125
126         // user defined functions
127     }
128     public class Xcls_Box3 : Object
129     {
130         public Gtk.Box el;
131         private Clones  _this;
132
133
134             // my vars (def)
135
136         // ctor
137         public Xcls_Box3(Clones _owner )
138         {
139             _this = _owner;
140             this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
141
142             // my vars (dec)
143
144             // set gobject values
145             this.el.homogeneous = true;
146             var child_0 = new Xcls_Button4( _this );
147             child_0.ref();
148             this.el.add (  child_0.el  );
149             var child_1 = new Xcls_Button5( _this );
150             child_1.ref();
151             this.el.add (  child_1.el  );
152             var child_2 = new Xcls_Button6( _this );
153             child_2.ref();
154             this.el.add (  child_2.el  );
155             var child_3 = new Xcls_Button7( _this );
156             child_3.ref();
157             this.el.add (  child_3.el  );
158             var child_4 = new Xcls_Button8( _this );
159             child_4.ref();
160             this.el.add (  child_4.el  );
161         }
162
163         // user defined functions
164     }
165     public class Xcls_Button4 : Object
166     {
167         public Gtk.Button el;
168         private Clones  _this;
169
170
171             // my vars (def)
172
173         // ctor
174         public Xcls_Button4(Clones _owner )
175         {
176             _this = _owner;
177             this.el = new Gtk.Button();
178
179             // my vars (dec)
180
181             // set gobject values
182             this.el.label = "Add Repository";
183
184             //listeners
185             this.el.clicked.connect( () => {
186             
187             /*    var rv = this.get('/reposView');
188                 var rs = this.get('/reposStore');
189                 if (rv.el.get_selection().count_selected_rows() != 1) {
190                     //nothing?
191                     // error condition.
192                     return;
193                 }
194                 var Remotes =     imports.Remotes.Remotes;
195                 
196              
197                 var ret = {};       
198                 var s = rv.el.get_selection();
199                 var path = '';
200                 s.selected_foreach(function(model,p,iter) {
201                                                                 
202                    path = model.get_value(iter, 6).value.get_string();
203                  
204                 }); 
205             
206                 var repo = false;
207                 rs.repos.forEach(function(r) {
208                     if (r.repopath == path) {
209                         repo = r;
210                     
211                     }
212                 
213                 });
214                 Remotes.repo = repo;
215                 Remotes.el.set_transient_for(Clones.el);
216                 Clones.el.set_title("Manage Clones - " + repo.repopath);
217                 Remotes.show();
218                 Clones.el.set_title("Manage Clones");
219             
220               */   
221                 
222                  
223             
224                    
225                 
226                 
227             });
228         }
229
230         // user defined functions
231     }
232
233     public class Xcls_Button5 : Object
234     {
235         public Gtk.Button el;
236         private Clones  _this;
237
238
239             // my vars (def)
240
241         // ctor
242         public Xcls_Button5(Clones _owner )
243         {
244             _this = _owner;
245             this.el = new Gtk.Button();
246
247             // my vars (dec)
248
249             // set gobject values
250             this.el.label = "Branches";
251             this.el.visible = false;
252
253             //listeners
254             this.el.clicked.connect( () => {
255             // 
256             
257                 //NewBranch.singleton().show();
258             
259             /*
260                 var rv = this.get('/reposView');
261                 var rs = this.get('/reposStore');
262                 if (rv.el.get_selection().count_selected_rows() != 1) {
263                     //nothing?
264                     // error condition.
265                     return;
266                 }
267                 var Branches =     imports.Branches.Branches;
268                 
269              
270                 var ret = {};       
271                 var s = rv.el.get_selection();
272                 var path = '';
273                 s.selected_foreach(function(model,p,iter) {
274                                                                 
275                    path = model.get_value(iter, 6).value.get_string();
276                  
277                 }); 
278             
279                 var repo = false;
280                 rs.repos.forEach(function(r) {
281                     if (r.repopath == path) {
282                         repo = r;
283                     
284                     }
285                 
286                 });
287                 Branches.repo = repo;
288                 Branches.el.set_transient_for(Clones.el);
289                 Clones.el.set_title("Manage Clones - " + repo.repopath);
290                 Branches.show();
291                 Clones.el.set_title("Manage Clones");
292             
293                  
294                 
295                 
296                 
297             
298                    
299              */   
300                 
301             });
302         }
303
304         // user defined functions
305     }
306
307     public class Xcls_Button6 : Object
308     {
309         public Gtk.Button el;
310         private Clones  _this;
311
312
313             // my vars (def)
314
315         // ctor
316         public Xcls_Button6(Clones _owner )
317         {
318             _this = _owner;
319             this.el = new Gtk.Button();
320
321             // my vars (dec)
322
323             // set gobject values
324             this.el.label = "Merge";
325
326             //listeners
327             this.el.clicked.connect( () =>  {
328             
329                 var rv = _this.reposView;
330                 var rs = _this.reposStore;
331                 var s =rv.el.get_selection();
332                 if (s.count_selected_rows() != 1) {
333                         return;
334                 }
335                 Gtk.TreeIter iter;
336                 Gtk.TreeModel tm;
337                 s.get_selected(out tm, out iter);
338                 GLib.Value val;
339                 tm.get_value(iter, 6, out val);
340                 var git_working_dir = (string)val;
341                 
342                 var repo = GitRepo.singleton().get(git_working_dir);
343                 
344                 // if you hit merge.... in master..
345                 // ignore..
346                 if (repo.currentBranch.name == "master") {
347                         return;
348                 }
349                 MergeBranch.singleton().show(repo.activeTicket, repo);
350                 _this.reposStore.load();
351                 
352              
353                 
354             });
355         }
356
357         // user defined functions
358     }
359
360     public class Xcls_Button7 : Object
361     {
362         public Gtk.Button el;
363         private Clones  _this;
364
365
366             // my vars (def)
367
368         // ctor
369         public Xcls_Button7(Clones _owner )
370         {
371             _this = _owner;
372             this.el = new Gtk.Button();
373
374             // my vars (dec)
375
376             // set gobject values
377             this.el.label = "Switch Branch";
378             this.el.visible = false;
379
380             //listeners
381             this.el.clicked.connect( () => {
382                 
383                 
384              
385                    
386                 
387                 
388             });
389         }
390
391         // user defined functions
392     }
393
394     public class Xcls_Button8 : Object
395     {
396         public Gtk.Button el;
397         private Clones  _this;
398
399
400             // my vars (def)
401
402         // ctor
403         public Xcls_Button8(Clones _owner )
404         {
405             _this = _owner;
406             this.el = new Gtk.Button();
407
408             // my vars (dec)
409
410             // set gobject values
411             this.el.label = "Pull";
412
413             //listeners
414             this.el.clicked.connect( () => {
415                 
416                 
417              
418                    
419                 
420                 
421             });
422         }
423
424         // user defined functions
425     }
426
427
428     public class Xcls_ScrolledWindow9 : Object
429     {
430         public Gtk.ScrolledWindow el;
431         private Clones  _this;
432
433
434             // my vars (def)
435
436         // ctor
437         public Xcls_ScrolledWindow9(Clones _owner )
438         {
439             _this = _owner;
440             this.el = new Gtk.ScrolledWindow( null, null );
441
442             // my vars (dec)
443
444             // set gobject values
445             this.el.expand = true;
446             this.el.hexpand = true;
447             this.el.shadow_type = Gtk.ShadowType.IN;
448             var child_0 = new Xcls_reposView( _this );
449             child_0.ref();
450             this.el.add (  child_0.el  );
451
452             // init method
453
454             {
455               
456                this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);
457             }
458         }
459
460         // user defined functions
461     }
462     public class Xcls_reposView : Object
463     {
464         public Gtk.TreeView el;
465         private Clones  _this;
466
467
468             // my vars (def)
469
470         // ctor
471         public Xcls_reposView(Clones _owner )
472         {
473             _this = _owner;
474             _this.reposView = this;
475             this.el = new Gtk.TreeView();
476
477             // my vars (dec)
478
479             // set gobject values
480             this.el.search_column = 0;
481             this.el.enable_grid_lines = Gtk.TreeViewGridLines.HORIZONTAL;
482             var child_0 = new Xcls_reposStore( _this );
483             child_0.ref();
484             this.el.set_model (  child_0.el  );
485             var child_1 = new Xcls_tv_autocommit( _this );
486             child_1.ref();
487             this.el.append_column (  child_1.el  );
488             var child_2 = new Xcls_tv_autopush( _this );
489             child_2.ref();
490             this.el.append_column (  child_2.el  );
491             var child_3 = new Xcls_tv_autobranch( _this );
492             child_3.ref();
493             this.el.append_column (  child_3.el  );
494             var child_4 = new Xcls_tv_repo( _this );
495             child_4.ref();
496             this.el.append_column (  child_4.el  );
497             var child_5 = new Xcls_tv_active_ticket( _this );
498             child_5.ref();
499             this.el.append_column (  child_5.el  );
500             var child_6 = new Xcls_tv_current_branch( _this );
501             child_6.ref();
502             this.el.append_column (  child_6.el  );
503             var child_7 = new Xcls_tv_last_updated( _this );
504             child_7.ref();
505             this.el.append_column (  child_7.el  );
506             var child_8 = new Xcls_tv_all_branches( _this );
507             child_8.ref();
508             this.el.append_column (  child_8.el  );
509
510             // init method
511
512             {
513                 var selection = this.el.get_selection();
514                 selection.set_mode( Gtk.SelectionMode.SINGLE);
515             
516             
517                 var description = new Pango.FontDescription();
518                 description.set_size(10000);
519                 this.el.override_font(description);
520              
521             }
522
523             //listeners
524             this.el.cursor_changed.connect( ()  => {
525               // SEE SELECTION.CHANGED
526               /*
527               
528               return;
529               
530                 if (this.el.get_selection().count_selected_rows() < 1) {
531                     //nothing? - clea it?
532                     return;
533                 }
534                     var ret = {};         
535                 var model = this.get('/changedFilesStore');
536             
537                  var s = this.el.get_selection();
538                  var files = [];
539                 s.selected_foreach(function(model,p,iter) {
540                 
541                    files.push( model.get_value(iter, 0).value.get_string());
542                  
543                 });
544                 this.get('/patchview').showDiff(files); 
545                 //var value = ''+ ret.model.get_value(ret.iter, 1).value.get_string();
546                  //print("OUT?" + value);// id..
547                 // load the list in the right grid..
548                  
549                 return true;
550             */
551             });
552         }
553
554         // user defined functions
555     }
556     public class Xcls_reposStore : Object
557     {
558         public Gtk.ListStore el;
559         private Clones  _this;
560
561
562             // my vars (def)
563
564         // ctor
565         public Xcls_reposStore(Clones _owner )
566         {
567             _this = _owner;
568             _this.reposStore = this;
569             this.el = new Gtk.ListStore( 10,      typeof(string),  // 0 repo
570      typeof(string),  // 1 current branch
571      typeof(string),  // 2 all branch
572      typeof(string),  // 3 updated
573      typeof(bool),   // 4 auto commit
574      typeof(bool),   // 5 auto push
575      typeof(string),   // 6 repopath
576       typeof(string),   // 7 color highlighting?
577        typeof(bool),   // 8 auto branch,
578       typeof(string)   // 9 active Ticket
579        );
580
581             // my vars (dec)
582
583             // set gobject values
584         }
585
586         // user defined functions
587         public void load ()
588         {
589             //this.insert(citer,iter,0);
590             print("getting list");
591             var tr = GitRepo.list();
592             
593             this.el.clear();
594             
595             // fixme .. sort by last updated ...
596             
597             
598             for(var i =0 ; i < tr.length; i++) {
599                     var repo = tr.index(i);
600                     repo.loadBranches();
601                     repo.loadStatus();
602                     
603                     Gtk.TreeIter iter;
604                     this.el.append(out iter);
605              
606                 
607                 //print(JSON.stringify(ret,null,4));
608                  //tr[i].getBranches();
609                  //tr[i].getStatus();
610                  //var hi;
611                  //try {
612                      //tr[i].debug=1;
613                  //     hi = tr[i].history('/', 1, 'branch', tr[i].currentBranch.name );
614         //             print(JSON.stringify(hi,null,4));
615                 // } catch(e) { print(e);}
616                   
617                 this.el.set_value(iter, 0,   repo.name );
618                 this.el.set_value( iter, 1, repo.currentBranch.name   );
619                 this.el.set_value( iter, 2,  repo.branchesToString()   );
620         //        this.el.set_value(ret.iter, 2, '' + repo.branches.map(
621         //                        function(e) { return e.name; 
622         //                    }).join(', ') 
623          //        );
624         //        this.el.set_value(iter, 3, '' +  (!hi  ? '??' : hi[0].changed_raw));        
625                 this.el.set_value(iter, 4, repo.is_autocommit() );                
626                 this.el.set_value(iter, 5, repo.is_autopush() );                        
627                 this.el.set_value(iter, 6,  repo.git_working_dir );  
628                 // highlight color.
629                 var cb = repo.currentBranch;
630                 //print(JSON.stringify(cb,null,4));
631                 var col = "#ffffff";
632                 
633                 if (cb.lastrev != cb.remoterev) {
634                     col =  "#ff0000";
635                 }
636                 //if (tr[i].hasLocalChanges) {
637                 //    col =  '#0000ff';
638                 //}
639                 //if  ((cb.lastrev != cb.remoterev) && (tr[i].hasLocalChanges)) {
640                 //    col =  '#ff00ff';
641                 //}
642                 
643                 this.el.set_value(iter, 7, col  );      
644                 var ticket = repo.activeTicket;
645                 
646                 this.el.set_value(iter, 8, repo.is_auto_branch()  );      
647                 this.el.set_value(iter, 9, ticket == null ? "" : ticket.id  );      
648                 
649                 
650             }     
651             this.el.set_sort_column_id (0, Gtk.SortType.ASCENDING);
652         }
653     }
654
655     public class Xcls_tv_autocommit : Object
656     {
657         public Gtk.TreeViewColumn el;
658         private Clones  _this;
659
660
661             // my vars (def)
662
663         // ctor
664         public Xcls_tv_autocommit(Clones _owner )
665         {
666             _this = _owner;
667             _this.tv_autocommit = this;
668             this.el = new Gtk.TreeViewColumn();
669
670             // my vars (dec)
671
672             // set gobject values
673             this.el.title = "Auto Commit";
674             this.el.min_width = 50;
675             var child_0 = new Xcls_cr_autocommit( _this );
676             child_0.ref();
677             this.el.pack_start (  child_0.el , false );
678
679             // init method
680
681             //    this.items[0].el.set_activatable(true);
682              this.el.add_attribute(_this.cr_autocommit.el , "active", 4 );
683         }
684
685         // user defined functions
686     }
687     public class Xcls_cr_autocommit : Object
688     {
689         public Gtk.CellRendererToggle el;
690         private Clones  _this;
691
692
693             // my vars (def)
694
695         // ctor
696         public Xcls_cr_autocommit(Clones _owner )
697         {
698             _this = _owner;
699             _this.cr_autocommit = this;
700             this.el = new Gtk.CellRendererToggle();
701
702             // my vars (dec)
703
704             // set gobject values
705             this.el.mode = Gtk.CellRendererMode.ACTIVATABLE;
706
707             //listeners
708             this.el.toggled.connect( (self, path)  => {
709               
710                 Gtk.TreeIter iter;
711                 _this.reposStore.el.get_iter_from_string(out iter, path);
712                 
713                 GLib.Value val;
714                 GLib.Value rval;
715                 _this.reposStore.el.get_value(iter, 4, out val);
716                 _this.reposStore.el.get_value(iter, 6, out rval);
717                 
718                 var repopath = (string)rval;
719                 var bval = (bool)val;
720                 _this.reposStore.el.set_value(iter, 4, !bval);
721                 GLib.debug("got repopath? %s", repopath);
722                 
723                 var repo = GitRepo.get(repopath);
724                 repo.set_autocommit(!bval);
725                 
726                 
727                 
728               
729             });
730         }
731
732         // user defined functions
733     }
734
735
736     public class Xcls_tv_autopush : Object
737     {
738         public Gtk.TreeViewColumn el;
739         private Clones  _this;
740
741
742             // my vars (def)
743
744         // ctor
745         public Xcls_tv_autopush(Clones _owner )
746         {
747             _this = _owner;
748             _this.tv_autopush = this;
749             this.el = new Gtk.TreeViewColumn();
750
751             // my vars (dec)
752
753             // set gobject values
754             this.el.title = "Auto Push";
755             this.el.min_width = 50;
756             var child_0 = new Xcls_cr_autopush( _this );
757             child_0.ref();
758             this.el.pack_start (  child_0.el , false );
759
760             // init method
761
762             this.el.add_attribute(_this.cr_autopush.el , "active", 5 );
763             //      this.items[0].el.set_activatable(true);
764         }
765
766         // user defined functions
767     }
768     public class Xcls_cr_autopush : Object
769     {
770         public Gtk.CellRendererToggle el;
771         private Clones  _this;
772
773
774             // my vars (def)
775
776         // ctor
777         public Xcls_cr_autopush(Clones _owner )
778         {
779             _this = _owner;
780             _this.cr_autopush = this;
781             this.el = new Gtk.CellRendererToggle();
782
783             // my vars (dec)
784
785             // set gobject values
786             this.el.mode = Gtk.CellRendererMode.ACTIVATABLE;
787
788             //listeners
789             this.el.toggled.connect( (self, path)  => {
790               
791                 Gtk.TreeIter iter;
792                 _this.reposStore.el.get_iter_from_string(out iter, path);
793                 
794                 GLib.Value val;
795                 GLib.Value rval;
796                 _this.reposStore.el.get_value(iter, 5, out val);
797                 _this.reposStore.el.get_value(iter, 6, out rval);
798                 
799                 var repopath = (string)rval;
800                 var bval = (bool)val;
801                 _this.reposStore.el.set_value(iter, 5, !bval);
802                 var repo = GitRepo.get(repopath);
803                 repo.set_autopush(!bval);
804                 
805                 
806                 
807               
808             });
809         }
810
811         // user defined functions
812     }
813
814
815     public class Xcls_tv_autobranch : Object
816     {
817         public Gtk.TreeViewColumn el;
818         private Clones  _this;
819
820
821             // my vars (def)
822
823         // ctor
824         public Xcls_tv_autobranch(Clones _owner )
825         {
826             _this = _owner;
827             _this.tv_autobranch = this;
828             this.el = new Gtk.TreeViewColumn();
829
830             // my vars (dec)
831
832             // set gobject values
833             this.el.title = "Auto Branch";
834             this.el.min_width = 50;
835             var child_0 = new Xcls_cr_autobranch( _this );
836             child_0.ref();
837             this.el.pack_start (  child_0.el , false );
838
839             // init method
840
841             this.el.add_attribute(_this.cr_autobranch.el , "active", 8 );
842             //      this.items[0].el.set_activatable(true);
843         }
844
845         // user defined functions
846     }
847     public class Xcls_cr_autobranch : Object
848     {
849         public Gtk.CellRendererToggle el;
850         private Clones  _this;
851
852
853             // my vars (def)
854
855         // ctor
856         public Xcls_cr_autobranch(Clones _owner )
857         {
858             _this = _owner;
859             _this.cr_autobranch = this;
860             this.el = new Gtk.CellRendererToggle();
861
862             // my vars (dec)
863
864             // set gobject values
865             this.el.mode = Gtk.CellRendererMode.ACTIVATABLE;
866
867             //listeners
868             this.el.toggled.connect( (self, path)  => {
869               
870                 Gtk.TreeIter iter;
871                 _this.reposStore.el.get_iter_from_string(out iter, path);
872                 
873                 GLib.Value val;
874                 GLib.Value rval;
875                 _this.reposStore.el.get_value(iter, 8, out val);
876                 _this.reposStore.el.get_value(iter, 6, out rval);
877                 
878                 var repopath = (string)rval;
879                 var bval = (bool)val;
880                 _this.reposStore.el.set_value(iter, 8, !bval);
881                 var repo = GitRepo.get(repopath);
882                 repo.set_auto_branch(!bval);
883                 
884                 
885                 
886               
887             });
888         }
889
890         // user defined functions
891     }
892
893
894     public class Xcls_tv_repo : Object
895     {
896         public Gtk.TreeViewColumn el;
897         private Clones  _this;
898
899
900             // my vars (def)
901
902         // ctor
903         public Xcls_tv_repo(Clones _owner )
904         {
905             _this = _owner;
906             _this.tv_repo = this;
907             this.el = new Gtk.TreeViewColumn();
908
909             // my vars (dec)
910
911             // set gobject values
912             this.el.sort_column_id = 0;
913             this.el.title = "Repo";
914             this.el.min_width = 200;
915             this.el.sort_order = Gtk.SortType.ASCENDING;
916             this.el.resizable = true;
917             var child_0 = new Xcls_cr_repo( _this );
918             child_0.ref();
919             this.el.pack_start (  child_0.el , false );
920
921             // init method
922
923             this.el.add_attribute(_this.cr_repo.el , "markup", 0 );
924         }
925
926         // user defined functions
927     }
928     public class Xcls_cr_repo : Object
929     {
930         public Gtk.CellRendererText el;
931         private Clones  _this;
932
933
934             // my vars (def)
935
936         // ctor
937         public Xcls_cr_repo(Clones _owner )
938         {
939             _this = _owner;
940             _this.cr_repo = this;
941             this.el = new Gtk.CellRendererText();
942
943             // my vars (dec)
944
945             // set gobject values
946         }
947
948         // user defined functions
949     }
950
951
952     public class Xcls_tv_active_ticket : Object
953     {
954         public Gtk.TreeViewColumn el;
955         private Clones  _this;
956
957
958             // my vars (def)
959
960         // ctor
961         public Xcls_tv_active_ticket(Clones _owner )
962         {
963             _this = _owner;
964             _this.tv_active_ticket = this;
965             this.el = new Gtk.TreeViewColumn();
966
967             // my vars (dec)
968
969             // set gobject values
970             this.el.title = "Active Ticket";
971             this.el.min_width = 50;
972             var child_0 = new Xcls_cr_active_ticket( _this );
973             child_0.ref();
974             this.el.pack_start (  child_0.el , false );
975
976             // init method
977
978             this.el.add_attribute(_this.cr_active_ticket.el , "markup", 9 );
979         }
980
981         // user defined functions
982     }
983     public class Xcls_cr_active_ticket : Object
984     {
985         public Gtk.CellRendererText el;
986         private Clones  _this;
987
988
989             // my vars (def)
990
991         // ctor
992         public Xcls_cr_active_ticket(Clones _owner )
993         {
994             _this = _owner;
995             _this.cr_active_ticket = this;
996             this.el = new Gtk.CellRendererText();
997
998             // my vars (dec)
999
1000             // set gobject values
1001         }
1002
1003         // user defined functions
1004     }
1005
1006
1007     public class Xcls_tv_current_branch : Object
1008     {
1009         public Gtk.TreeViewColumn el;
1010         private Clones  _this;
1011
1012
1013             // my vars (def)
1014
1015         // ctor
1016         public Xcls_tv_current_branch(Clones _owner )
1017         {
1018             _this = _owner;
1019             _this.tv_current_branch = this;
1020             this.el = new Gtk.TreeViewColumn();
1021
1022             // my vars (dec)
1023
1024             // set gobject values
1025             this.el.title = "Current Branch";
1026             this.el.min_width = 50;
1027             var child_0 = new Xcls_cr_current_branch( _this );
1028             child_0.ref();
1029             this.el.pack_start (  child_0.el , false );
1030
1031             // init method
1032
1033             this.el.add_attribute(_this.cr_current_branch.el , "markup", 1 );
1034                  this.el.add_attribute(_this.cr_current_branch.el, "cell-background", 7 );
1035         }
1036
1037         // user defined functions
1038     }
1039     public class Xcls_cr_current_branch : Object
1040     {
1041         public Gtk.CellRendererText el;
1042         private Clones  _this;
1043
1044
1045             // my vars (def)
1046
1047         // ctor
1048         public Xcls_cr_current_branch(Clones _owner )
1049         {
1050             _this = _owner;
1051             _this.cr_current_branch = this;
1052             this.el = new Gtk.CellRendererText();
1053
1054             // my vars (dec)
1055
1056             // set gobject values
1057         }
1058
1059         // user defined functions
1060     }
1061
1062
1063     public class Xcls_tv_last_updated : Object
1064     {
1065         public Gtk.TreeViewColumn el;
1066         private Clones  _this;
1067
1068
1069             // my vars (def)
1070
1071         // ctor
1072         public Xcls_tv_last_updated(Clones _owner )
1073         {
1074             _this = _owner;
1075             _this.tv_last_updated = this;
1076             this.el = new Gtk.TreeViewColumn();
1077
1078             // my vars (dec)
1079
1080             // set gobject values
1081             this.el.title = "Last updated";
1082             this.el.min_width = 50;
1083             var child_0 = new Xcls_cr_last_updated( _this );
1084             child_0.ref();
1085             this.el.pack_start (  child_0.el , false );
1086
1087             // init method
1088
1089             this.el.add_attribute(_this.cr_last_updated.el , "markup", 3 );
1090         }
1091
1092         // user defined functions
1093     }
1094     public class Xcls_cr_last_updated : Object
1095     {
1096         public Gtk.CellRendererText el;
1097         private Clones  _this;
1098
1099
1100             // my vars (def)
1101
1102         // ctor
1103         public Xcls_cr_last_updated(Clones _owner )
1104         {
1105             _this = _owner;
1106             _this.cr_last_updated = this;
1107             this.el = new Gtk.CellRendererText();
1108
1109             // my vars (dec)
1110
1111             // set gobject values
1112         }
1113
1114         // user defined functions
1115     }
1116
1117
1118     public class Xcls_tv_all_branches : Object
1119     {
1120         public Gtk.TreeViewColumn el;
1121         private Clones  _this;
1122
1123
1124             // my vars (def)
1125
1126         // ctor
1127         public Xcls_tv_all_branches(Clones _owner )
1128         {
1129             _this = _owner;
1130             _this.tv_all_branches = this;
1131             this.el = new Gtk.TreeViewColumn();
1132
1133             // my vars (dec)
1134
1135             // set gobject values
1136             this.el.title = "All Branches";
1137             this.el.min_width = 50;
1138             this.el.resizable = false;
1139             var child_0 = new Xcls_cr_all_branches( _this );
1140             child_0.ref();
1141             this.el.pack_start (  child_0.el , false );
1142
1143             // init method
1144
1145             this.el.add_attribute(_this.cr_all_branches.el , "markup", 2 );
1146         }
1147
1148         // user defined functions
1149     }
1150     public class Xcls_cr_all_branches : Object
1151     {
1152         public Gtk.CellRendererText el;
1153         private Clones  _this;
1154
1155
1156             // my vars (def)
1157
1158         // ctor
1159         public Xcls_cr_all_branches(Clones _owner )
1160         {
1161             _this = _owner;
1162             _this.cr_all_branches = this;
1163             this.el = new Gtk.CellRendererText();
1164
1165             // my vars (dec)
1166
1167             // set gobject values
1168         }
1169
1170         // user defined functions
1171     }
1172
1173
1174
1175
1176
1177 }