add a version column and update po files

This commit is contained in:
guinux
2013-04-17 15:37:34 +02:00
parent 279bcc44b0
commit 588a158f73
15 changed files with 167 additions and 94 deletions

View File

@@ -678,14 +678,14 @@
<object class="GtkTreeViewColumn" id="installed_column">
<property name="resizable">True</property>
<property name="sizing">fixed</property>
<property name="fixed_width">100</property>
<property name="fixed_width">80</property>
<property name="title" translatable="yes">State</property>
<property name="clickable">True</property>
<property name="sort_indicator">True</property>
<property name="sort_column_id">1</property>
<child>
<object class="GtkCellRendererToggle" id="cellrenderertoggle1">
<property name="xpad">15</property>
<property name="xpad">5</property>
<property name="xalign">0</property>
<signal name="toggled" handler="on_cellrenderertoggle1_toggled" swapped="no"/>
</object>
@@ -696,7 +696,7 @@
</child>
<child>
<object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1">
<property name="xpad">15</property>
<property name="xpad">5</property>
<property name="xalign">1</property>
</object>
<attributes>
@@ -724,11 +724,28 @@
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="version_column">
<property name="resizable">True</property>
<property name="sizing">fixed</property>
<property name="fixed_width">80</property>
<property name="title" translatable="yes">Version</property>
<property name="clickable">True</property>
<property name="sort_indicator">True</property>
<property name="sort_column_id">7</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext15"/>
<attributes>
<attribute name="text">7</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="size_column">
<property name="resizable">True</property>
<property name="sizing">fixed</property>
<property name="fixed_width">50</property>
<property name="fixed_width">80</property>
<property name="title" translatable="yes">Size</property>
<property name="clickable">True</property>
<property name="sort_indicator">True</property>
@@ -1123,24 +1140,6 @@
</object>
</child>
</object>
<object class="GtkListStore" id="packages_list">
<columns>
<!-- column-name name -->
<column type="gchararray"/>
<!-- column-name installed -->
<column type="gboolean"/>
<!-- column-name visible -->
<column type="gboolean"/>
<!-- column-name active -->
<column type="gboolean"/>
<!-- column-name icon -->
<column type="GdkPixbuf"/>
<!-- column-name size_string -->
<column type="gchararray"/>
<!-- column-name real_size -->
<column type="gint"/>
</columns>
</object>
<object class="GtkListStore" id="repos_list">
<columns>
<!-- column-name name -->
@@ -1159,6 +1158,26 @@
<column type="gchararray"/>
</columns>
</object>
<object class="GtkListStore" id="packages_list">
<columns>
<!-- column-name name -->
<column type="gchararray"/>
<!-- column-name installed -->
<column type="gboolean"/>
<!-- column-name visible -->
<column type="gboolean"/>
<!-- column-name active -->
<column type="gboolean"/>
<!-- column-name icon -->
<column type="GdkPixbuf"/>
<!-- column-name size_string -->
<column type="gchararray"/>
<!-- column-name real_size -->
<column type="gint"/>
<!-- column-name version -->
<column type="gchararray"/>
</columns>
</object>
<object class="GtkListStore" id="transaction_sum">
<columns>
<!-- column-name action -->