|
|
|
@ -59,6 +59,12 @@
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
<!-- column-name gchararray2 -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
<!-- column-name gchararray3 -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
<!-- column-name gchararray4 -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
<!-- column-name gchararray5 -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
</columns>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkWindow" id="MainWindow">
|
|
|
|
@ -265,15 +271,19 @@
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="model">liststore1</property>
|
|
|
|
|
<property name="headers-visible">False</property>
|
|
|
|
|
<property name="search-column">2</property>
|
|
|
|
|
<property name="enable-grid-lines">both</property>
|
|
|
|
|
<property name="tooltip-column">0</property>
|
|
|
|
|
<property name="tooltip-column">4</property>
|
|
|
|
|
<child internal-child="selection">
|
|
|
|
|
<object class="GtkTreeSelection"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
|
<property name="sizing">fixed</property>
|
|
|
|
|
<property name="fixed-width">175</property>
|
|
|
|
|
<property name="fixed-width">100</property>
|
|
|
|
|
<property name="min-width">75</property>
|
|
|
|
|
<property name="title" translatable="yes">column</property>
|
|
|
|
|
<property name="title" translatable="yes">Date</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
@ -286,7 +296,39 @@
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">column</property>
|
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
|
<property name="fixed-width">125</property>
|
|
|
|
|
<property name="min-width">75</property>
|
|
|
|
|
<property name="title" translatable="yes">User</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
|
</object>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
|
<property name="fixed-width">175</property>
|
|
|
|
|
<property name="min-width">75</property>
|
|
|
|
|
<property name="title" translatable="yes">Process</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
|
</object>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Log</property>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
@ -294,7 +336,7 @@
|
|
|
|
|
<property name="wrap-width">500</property>
|
|
|
|
|
</object>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
|
<attribute name="text">3</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|