diff options
Diffstat (limited to 'scripts/oe-pkgdata-browser.glade')
| -rw-r--r-- | scripts/oe-pkgdata-browser.glade | 335 |
1 files changed, 335 insertions, 0 deletions
diff --git a/scripts/oe-pkgdata-browser.glade b/scripts/oe-pkgdata-browser.glade new file mode 100644 index 0000000000..04e987b975 --- /dev/null +++ b/scripts/oe-pkgdata-browser.glade | |||
| @@ -0,0 +1,335 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!-- Generated with glade 3.18.3 --> | ||
| 3 | <interface> | ||
| 4 | <requires lib="gtk+" version="3.12"/> | ||
| 5 | <object class="GtkListStore" id="file_store"> | ||
| 6 | <columns> | ||
| 7 | <!-- column-name Filename --> | ||
| 8 | <column type="gchararray"/> | ||
| 9 | <!-- column-name Size --> | ||
| 10 | <column type="glong"/> | ||
| 11 | </columns> | ||
| 12 | </object> | ||
| 13 | <object class="GtkListStore" id="package_store"> | ||
| 14 | <columns> | ||
| 15 | <!-- column-name Package --> | ||
| 16 | <column type="gchararray"/> | ||
| 17 | <!-- column-name Size --> | ||
| 18 | <column type="glong"/> | ||
| 19 | </columns> | ||
| 20 | </object> | ||
| 21 | <object class="GtkListStore" id="pkgdata_store"> | ||
| 22 | <columns> | ||
| 23 | <!-- column-name Name --> | ||
| 24 | <column type="gchararray"/> | ||
| 25 | <!-- column-name Path --> | ||
| 26 | <column type="gchararray"/> | ||
| 27 | </columns> | ||
| 28 | </object> | ||
| 29 | <object class="GtkListStore" id="recipe_store"> | ||
| 30 | <columns> | ||
| 31 | <!-- column-name Recipe --> | ||
| 32 | <column type="gchararray"/> | ||
| 33 | </columns> | ||
| 34 | </object> | ||
| 35 | <object class="GtkWindow" id="window"> | ||
| 36 | <property name="can_focus">False</property> | ||
| 37 | <property name="title" translatable="yes">Package Data Browser</property> | ||
| 38 | <property name="icon_name">accessories-dictionary</property> | ||
| 39 | <property name="has_resize_grip">True</property> | ||
| 40 | <child> | ||
| 41 | <object class="GtkBox" id="box1"> | ||
| 42 | <property name="visible">True</property> | ||
| 43 | <property name="can_focus">False</property> | ||
| 44 | <property name="margin_left">4</property> | ||
| 45 | <property name="margin_right">4</property> | ||
| 46 | <property name="margin_top">4</property> | ||
| 47 | <property name="margin_bottom">4</property> | ||
| 48 | <property name="orientation">vertical</property> | ||
| 49 | <property name="spacing">4</property> | ||
| 50 | <child> | ||
| 51 | <object class="GtkComboBox" id="pkgdata_combo"> | ||
| 52 | <property name="can_focus">False</property> | ||
| 53 | <property name="model">pkgdata_store</property> | ||
| 54 | <property name="id_column">1</property> | ||
| 55 | <child> | ||
| 56 | <object class="GtkCellRendererText" id="cellrenderertext5"/> | ||
| 57 | <attributes> | ||
| 58 | <attribute name="text">0</attribute> | ||
| 59 | </attributes> | ||
| 60 | </child> | ||
| 61 | </object> | ||
| 62 | <packing> | ||
| 63 | <property name="expand">False</property> | ||
| 64 | <property name="fill">True</property> | ||
| 65 | <property name="position">0</property> | ||
| 66 | </packing> | ||
| 67 | </child> | ||
| 68 | <child> | ||
| 69 | <object class="GtkPaned" id="paned1"> | ||
| 70 | <property name="visible">True</property> | ||
| 71 | <property name="can_focus">True</property> | ||
| 72 | <property name="position">200</property> | ||
| 73 | <property name="position_set">True</property> | ||
| 74 | <child> | ||
| 75 | <object class="GtkScrolledWindow" id="scrolledwindow1"> | ||
| 76 | <property name="visible">True</property> | ||
| 77 | <property name="can_focus">True</property> | ||
| 78 | <property name="shadow_type">in</property> | ||
| 79 | <property name="min_content_width">100</property> | ||
| 80 | <child> | ||
| 81 | <object class="GtkTreeView" id="recipe_view"> | ||
| 82 | <property name="visible">True</property> | ||
| 83 | <property name="can_focus">True</property> | ||
| 84 | <property name="model">recipe_store</property> | ||
| 85 | <property name="search_column">0</property> | ||
| 86 | <property name="fixed_height_mode">True</property> | ||
| 87 | <property name="show_expanders">False</property> | ||
| 88 | <child internal-child="selection"> | ||
| 89 | <object class="GtkTreeSelection" id="treeview-selection1"/> | ||
| 90 | </child> | ||
| 91 | <child> | ||
| 92 | <object class="GtkTreeViewColumn" id="treeviewcolumn1"> | ||
| 93 | <property name="sizing">fixed</property> | ||
| 94 | <property name="title" translatable="yes">Recipe</property> | ||
| 95 | <child> | ||
| 96 | <object class="GtkCellRendererText" id="cellrenderertext1"/> | ||
| 97 | <attributes> | ||
| 98 | <attribute name="text">0</attribute> | ||
| 99 | </attributes> | ||
| 100 | </child> | ||
| 101 | </object> | ||
| 102 | </child> | ||
| 103 | </object> | ||
| 104 | </child> | ||
| 105 | </object> | ||
| 106 | <packing> | ||
| 107 | <property name="resize">False</property> | ||
| 108 | <property name="shrink">True</property> | ||
| 109 | </packing> | ||
| 110 | </child> | ||
| 111 | <child> | ||
| 112 | <object class="GtkPaned" id="paned2"> | ||
| 113 | <property name="visible">True</property> | ||
| 114 | <property name="can_focus">True</property> | ||
| 115 | <property name="position">200</property> | ||
| 116 | <property name="position_set">True</property> | ||
| 117 | <child> | ||
| 118 | <object class="GtkScrolledWindow" id="scrolledwindow2"> | ||
| 119 | <property name="visible">True</property> | ||
| 120 | <property name="can_focus">True</property> | ||
| 121 | <property name="shadow_type">in</property> | ||
| 122 | <property name="min_content_width">100</property> | ||
| 123 | <child> | ||
| 124 | <object class="GtkTreeView" id="package_view"> | ||
| 125 | <property name="visible">True</property> | ||
| 126 | <property name="can_focus">True</property> | ||
| 127 | <property name="model">package_store</property> | ||
| 128 | <property name="search_column">0</property> | ||
| 129 | <property name="show_expanders">False</property> | ||
| 130 | <child internal-child="selection"> | ||
| 131 | <object class="GtkTreeSelection" id="treeview-selection2"/> | ||
| 132 | </child> | ||
| 133 | <child> | ||
| 134 | <object class="GtkTreeViewColumn" id="package_name_column"> | ||
| 135 | <property name="resizable">True</property> | ||
| 136 | <property name="sizing">autosize</property> | ||
| 137 | <property name="title" translatable="yes">Package</property> | ||
| 138 | <property name="sort_column_id">0</property> | ||
| 139 | <child> | ||
| 140 | <object class="GtkCellRendererText" id="cellrenderertext2"/> | ||
| 141 | <attributes> | ||
| 142 | <attribute name="text">0</attribute> | ||
| 143 | </attributes> | ||
| 144 | </child> | ||
| 145 | </object> | ||
| 146 | </child> | ||
| 147 | <child> | ||
| 148 | <object class="GtkTreeViewColumn" id="package_size_column"> | ||
| 149 | <property name="resizable">True</property> | ||
| 150 | <property name="sizing">autosize</property> | ||
| 151 | <property name="title" translatable="yes">Size</property> | ||
| 152 | <property name="sort_column_id">1</property> | ||
| 153 | <child> | ||
| 154 | <object class="GtkCellRendererText" id="package_size_cell"/> | ||
| 155 | </child> | ||
| 156 | </object> | ||
| 157 | </child> | ||
| 158 | </object> | ||
| 159 | </child> | ||
| 160 | </object> | ||
| 161 | <packing> | ||
| 162 | <property name="resize">False</property> | ||
| 163 | <property name="shrink">True</property> | ||
| 164 | </packing> | ||
| 165 | </child> | ||
| 166 | <child> | ||
| 167 | <object class="GtkBox" id="box2"> | ||
| 168 | <property name="visible">True</property> | ||
| 169 | <property name="can_focus">False</property> | ||
| 170 | <property name="margin_left">4</property> | ||
| 171 | <property name="orientation">vertical</property> | ||
| 172 | <property name="spacing">4</property> | ||
| 173 | <child> | ||
| 174 | <object class="GtkLabel" id="label1"> | ||
| 175 | <property name="visible">True</property> | ||
| 176 | <property name="can_focus">False</property> | ||
| 177 | <property name="xalign">0</property> | ||
| 178 | <property name="label" translatable="yes">label</property> | ||
| 179 | </object> | ||
| 180 | <packing> | ||
| 181 | <property name="expand">False</property> | ||
| 182 | <property name="fill">True</property> | ||
| 183 | <property name="position">0</property> | ||
| 184 | </packing> | ||
| 185 | </child> | ||
| 186 | <child> | ||
| 187 | <object class="GtkLabel" id="depends_label"> | ||
| 188 | <property name="visible">True</property> | ||
| 189 | <property name="can_focus">False</property> | ||
| 190 | <property name="xalign">0</property> | ||
| 191 | <property name="label" translatable="yes">depends_label</property> | ||
| 192 | <property name="wrap">True</property> | ||
| 193 | <property name="track_visited_links">False</property> | ||
| 194 | </object> | ||
| 195 | <packing> | ||
| 196 | <property name="expand">False</property> | ||
| 197 | <property name="fill">True</property> | ||
| 198 | <property name="position">1</property> | ||
| 199 | </packing> | ||
| 200 | </child> | ||
| 201 | <child> | ||
| 202 | <object class="GtkLabel" id="recommends_label"> | ||
| 203 | <property name="visible">True</property> | ||
| 204 | <property name="can_focus">False</property> | ||
| 205 | <property name="xalign">0</property> | ||
| 206 | <property name="label" translatable="yes">recs_label</property> | ||
| 207 | <property name="wrap">True</property> | ||
| 208 | <property name="track_visited_links">False</property> | ||
| 209 | </object> | ||
| 210 | <packing> | ||
| 211 | <property name="expand">False</property> | ||
| 212 | <property name="fill">True</property> | ||
| 213 | <property name="position">2</property> | ||
| 214 | </packing> | ||
| 215 | </child> | ||
| 216 | <child> | ||
| 217 | <object class="GtkLabel" id="suggests_label"> | ||
| 218 | <property name="visible">True</property> | ||
| 219 | <property name="can_focus">False</property> | ||
| 220 | <property name="xalign">0</property> | ||
| 221 | <property name="label" translatable="yes">suggests_label</property> | ||
| 222 | <property name="wrap">True</property> | ||
| 223 | <property name="track_visited_links">False</property> | ||
| 224 | </object> | ||
| 225 | <packing> | ||
| 226 | <property name="expand">False</property> | ||
| 227 | <property name="fill">True</property> | ||
| 228 | <property name="position">3</property> | ||
| 229 | </packing> | ||
| 230 | </child> | ||
| 231 | <child> | ||
| 232 | <object class="GtkLabel" id="provides_label"> | ||
| 233 | <property name="visible">True</property> | ||
| 234 | <property name="can_focus">False</property> | ||
| 235 | <property name="xalign">0</property> | ||
| 236 | <property name="label" translatable="yes">provides_label</property> | ||
| 237 | <property name="wrap">True</property> | ||
| 238 | <property name="track_visited_links">False</property> | ||
| 239 | </object> | ||
| 240 | <packing> | ||
| 241 | <property name="expand">False</property> | ||
| 242 | <property name="fill">True</property> | ||
| 243 | <property name="position">4</property> | ||
| 244 | </packing> | ||
| 245 | </child> | ||
| 246 | <child> | ||
| 247 | <object class="GtkLabel" id="files_label"> | ||
| 248 | <property name="visible">True</property> | ||
| 249 | <property name="can_focus">False</property> | ||
| 250 | <property name="xalign">0</property> | ||
| 251 | <property name="label" translatable="yes">files_label</property> | ||
| 252 | <property name="ellipsize">end</property> | ||
| 253 | </object> | ||
| 254 | <packing> | ||
| 255 | <property name="expand">False</property> | ||
| 256 | <property name="fill">True</property> | ||
| 257 | <property name="position">5</property> | ||
| 258 | </packing> | ||
| 259 | </child> | ||
| 260 | <child> | ||
| 261 | <object class="GtkScrolledWindow" id="files_scrollview"> | ||
| 262 | <property name="visible">True</property> | ||
| 263 | <property name="can_focus">True</property> | ||
| 264 | <property name="shadow_type">in</property> | ||
| 265 | <child> | ||
| 266 | <object class="GtkTreeView" id="files_view"> | ||
| 267 | <property name="visible">True</property> | ||
| 268 | <property name="can_focus">True</property> | ||
| 269 | <property name="model">file_store</property> | ||
| 270 | <property name="rules_hint">True</property> | ||
| 271 | <property name="search_column">0</property> | ||
| 272 | <property name="show_expanders">False</property> | ||
| 273 | <child internal-child="selection"> | ||
| 274 | <object class="GtkTreeSelection" id="treeview-selection3"/> | ||
| 275 | </child> | ||
| 276 | <child> | ||
| 277 | <object class="GtkTreeViewColumn" id="file_name_column"> | ||
| 278 | <property name="title" translatable="yes">Name</property> | ||
| 279 | <property name="sort_indicator">True</property> | ||
| 280 | <property name="sort_column_id">0</property> | ||
| 281 | <child> | ||
| 282 | <object class="GtkCellRendererText" id="cellrenderertext3"> | ||
| 283 | <property name="background_rgba">rgba(0,0,0,0)</property> | ||
| 284 | </object> | ||
| 285 | <attributes> | ||
| 286 | <attribute name="text">0</attribute> | ||
| 287 | </attributes> | ||
| 288 | </child> | ||
| 289 | </object> | ||
| 290 | </child> | ||
| 291 | <child> | ||
| 292 | <object class="GtkTreeViewColumn" id="treeviewcolumn4"> | ||
| 293 | <property name="title" translatable="yes">Size</property> | ||
| 294 | <property name="sort_indicator">True</property> | ||
| 295 | <property name="sort_column_id">1</property> | ||
| 296 | <child> | ||
| 297 | <object class="GtkCellRendererText" id="cellrenderertext4"/> | ||
| 298 | <attributes> | ||
| 299 | <attribute name="text">1</attribute> | ||
| 300 | </attributes> | ||
| 301 | </child> | ||
| 302 | </object> | ||
| 303 | </child> | ||
| 304 | </object> | ||
| 305 | </child> | ||
| 306 | </object> | ||
| 307 | <packing> | ||
| 308 | <property name="expand">True</property> | ||
| 309 | <property name="fill">True</property> | ||
| 310 | <property name="position">6</property> | ||
| 311 | </packing> | ||
| 312 | </child> | ||
| 313 | </object> | ||
| 314 | <packing> | ||
| 315 | <property name="resize">True</property> | ||
| 316 | <property name="shrink">True</property> | ||
| 317 | </packing> | ||
| 318 | </child> | ||
| 319 | </object> | ||
| 320 | <packing> | ||
| 321 | <property name="resize">True</property> | ||
| 322 | <property name="shrink">True</property> | ||
| 323 | </packing> | ||
| 324 | </child> | ||
| 325 | </object> | ||
| 326 | <packing> | ||
| 327 | <property name="expand">True</property> | ||
| 328 | <property name="fill">True</property> | ||
| 329 | <property name="position">1</property> | ||
| 330 | </packing> | ||
| 331 | </child> | ||
| 332 | </object> | ||
| 333 | </child> | ||
| 334 | </object> | ||
| 335 | </interface> | ||
