summaryrefslogtreecommitdiff
path: root/src/gui/panels/bintree.ui
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-06-04 00:27:13 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-06-04 00:27:13 (GMT)
commita7f73441a0d466824798a421f369628db0184030 (patch)
tree762b100af90b94f71597436fbd6d2349dcde7b42 /src/gui/panels/bintree.ui
parent0d10ebabd650128271650ca03d6e0b0ac9facc5c (diff)
Loaded the biggest panel contents using threads.
Diffstat (limited to 'src/gui/panels/bintree.ui')
-rw-r--r--src/gui/panels/bintree.ui59
1 files changed, 45 insertions, 14 deletions
diff --git a/src/gui/panels/bintree.ui b/src/gui/panels/bintree.ui
index aa5a112..90aac50 100644
--- a/src/gui/panels/bintree.ui
+++ b/src/gui/panels/bintree.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.0 -->
+<!-- Generated with glade 3.21.0 -->
<interface>
<requires lib="gtk+" version="3.12"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -19,9 +19,11 @@
</object>
<object class="GtkTreeStore" id="store">
<columns>
+ <!-- column-name portion -->
+ <column type="GObject"/>
<!-- column-name icon -->
<column type="CairoSurface"/>
- <!-- column-name name -->
+ <!-- column-name caption -->
<column type="gchararray"/>
<!-- column-name start -->
<column type="gchararray"/>
@@ -31,10 +33,13 @@
<column type="gchararray"/>
<!-- column-name matched -->
<column type="gboolean"/>
- <!-- column-name portion -->
- <column type="GObject"/>
+ <!-- column-name match_points -->
+ <column type="guint"/>
</columns>
</object>
+ <object class="GtkTreeModelFilter" id="filter">
+ <property name="child_model">store</property>
+ </object>
<object class="GtkOffscreenWindow" id="offscreenwindow1">
<property name="can_focus">False</property>
<property name="margin_left">8</property>
@@ -120,7 +125,7 @@
<property name="progress_pulse_step">1</property>
<property name="adjustment">adjustment1</property>
<property name="numeric">True</property>
- <signal name="value-changed" handler="on_depth_spin_value_changed" object="treeview" swapped="no"/>
+ <signal name="value-changed" handler="on_depth_spin_value_changed" swapped="no"/>
</object>
</child>
</object>
@@ -168,22 +173,45 @@
</packing>
</child>
<child>
- <object class="GtkScrolledWindow" id="scrolledwindow1">
+ <object class="GtkStack" id="stack">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="shadow_type">in</property>
+ <property name="can_focus">False</property>
<child>
- <object class="GtkTreeView" id="treeview">
+ <object class="GtkScrolledWindow" id="content">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="model">store</property>
- <property name="headers_visible">False</property>
- <child internal-child="selection">
- <object class="GtkTreeSelection" id="treeview-selection1">
- <signal name="changed" handler="on_bintree_selection_changed" swapped="no"/>
+ <property name="shadow_type">in</property>
+ <child>
+ <object class="GtkTreeView" id="treeview">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="model">filter</property>
+ <property name="headers_visible">False</property>
+ <property name="search_column">1</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection">
+ <signal name="changed" handler="on_bintree_selection_changed" swapped="no"/>
+ </object>
+ </child>
</object>
</child>
</object>
+ <packing>
+ <property name="name">page0</property>
+ <property name="title" translatable="yes">page0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSpinner" id="mask">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="active">True</property>
+ </object>
+ <packing>
+ <property name="name">page1</property>
+ <property name="title" translatable="yes">page1</property>
+ <property name="position">1</property>
+ </packing>
</child>
</object>
<packing>
@@ -194,5 +222,8 @@
</child>
</object>
</child>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
</interface>