Clones.bjs
[gitlive] / Clones.bjs
index efef136..031f9ea 100644 (file)
@@ -8,26 +8,21 @@
  "build_module" : "",
  "items" : [
   {
-   "listeners" : {
-    "delete_event" : "(self, event) => {\n    this.el.hide();\n    return true; \n    //test  \n}\n ",
-    "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",
+   "| void show" : "(Gtk.Widget icon)    {\n\n    Gdk.Rectangle area;\n    Gdk.Screen screen;\n    Gtk.Orientation ori;\n    \n    icon.get_geometry(out screen, out area, out ori);\n    \n\tthis.el.set_pointing_to(area);\n    \n    \t//console.log('show all');\n\tthis.el.set_modal(true);\n\n\n\tthis.el.set_position(Gtk.PositionType.BOTTOM);\n//\tthis.el.popup();\n\t// window + header?\n\tthis.el.show_all();\n\tthis.el.set_size_request(800,500);\n\n\t//this.view.el.grab_focus();\n}\n",
    "$ deletable" : true,
    "title" : "Manage Clones",
-   "xtype" : "Dialog",
+   "xtype" : "Popover",
    "default_height" : 500,
    "$ modal" : true,
    "$ xns" : "Gtk",
    "border_width" : 3,
    "items" : [
     {
-     "id" : "Clones",
      "xtype" : "Box",
-     "$ pack" : "get_content_area().add ",
+     "$ pack" : "add",
      "$ xns" : "Gtk",
-     "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
+     "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
      "items" : [
       {
        "* pack" : "pack_start,false,false,0",
@@ -84,8 +79,9 @@
       },
       {
        "* init" : "  {\n  \n   this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n}\n",
+       "bool expand" : true,
        "xtype" : "ScrolledWindow",
-       "* pack" : "pack_end,true,true,0",
+       "* pack" : "add",
        "Gtk.ShadowType shadow_type" : "Gtk.ShadowType.IN",
        "$ xns" : "Gtk",
        "items" : [
            "items" : [
             {
              "listeners" : {
-              "toggled" : "function (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}"
+              "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",
+             "* pack" : "pack_start,false",
              "xtype" : "CellRendererToggle",
              "$ xns" : "Gtk",
              "$ mode" : "Gtk.CellRendererMode.ACTIVATABLE"
            "items" : [
             {
              "id" : "cr_repo",
-             "* pack" : "pack_start",
+             "* pack" : "pack_start,false",
              "xtype" : "CellRendererText",
              "$ xns" : "Gtk"
             }
           },
           {
            "id" : "tv_current_branch",
-           "* init" : "function() {\n    XObject.prototype.init.call(this);\n    this.el.add_attribute(_this.cr_current_branch.el , \"markup\", 1 );\n     this.el.add_attribute(_this.cr_current_branch.el, \"cell-background\", 7 );\n\n}\n",
+           "* init" : " \n    this.el.add_attribute(_this.cr_current_branch.el , \"markup\", 1 );\n     this.el.add_attribute(_this.cr_current_branch.el, \"cell-background\", 7 );\n \n",
            "* pack" : "append_column",
            "title" : "Current Branch",
            "xtype" : "TreeViewColumn",
            "items" : [
             {
              "id" : "cr_current_branch",
-             "* pack" : "pack_start",
+             "* pack" : "pack_start,false",
              "xtype" : "CellRendererText",
              "$ xns" : "Gtk"
             }
           },
           {
            "id" : "tv_last_updated",
-           "* init" : "\n    this.el.add_attribute(_this.cr_last_updated.el , 'markup', 3 );\n",
+           "* init" : "\n    this.el.add_attribute(_this.cr_last_updated.el , \"markup\", 3 );\n",
            "* pack" : "append_column",
            "title" : "Last updated",
            "xtype" : "TreeViewColumn",
            "items" : [
             {
              "id" : "cr_last_updated",
-             "* pack" : "pack_start",
+             "* pack" : "pack_start,false",
              "xtype" : "CellRendererText",
              "$ xns" : "Gtk"
             }
           },
           {
            "id" : "tv_all_branches",
-           "* init" : "    this.el.add_attribute(_this.cr_all_branches.el , 'markup', 2 );\n\n",
+           "* init" : "    this.el.add_attribute(_this.cr_all_branches.el , \"markup\", 2 );\n\n",
            "title" : "All Branches",
            "* pack" : "append_column",
            "xtype" : "TreeViewColumn",
            "items" : [
             {
              "id" : "cr_all_branches",
-             "* pack" : "pack_start",
+             "* pack" : "pack_start,false",
              "xtype" : "CellRendererText",
              "$ xns" : "Gtk"
             }
          ]
         }
        ]
+      },
+      {
+       "label" : "Close",
+       "id" : "ok_button",
+       "* pack" : "add",
+       "xtype" : "Button",
+       "$ xns" : "Gtk"
       }
      ]
-    },
-    {
-     "label" : "Close",
-     "id" : "ok_button",
-     "* pack" : "add_action_widget,1 ",
-     "xtype" : "Button",
-     "$ xns" : "Gtk"
     }
    ]
   }