summaryrefslogtreecommitdiff
path: root/portato/gui/templates
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-03-25 15:27:52 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-03-25 15:27:52 +0100
commit9af6e349169e5df5e130701a6e09ec6411712673 (patch)
tree4852d7f1caeaf1b9b9e7b755b99dbb28088482c0 /portato/gui/templates
parentd65fd555952a49977bca8f892c4b31355707ab08 (diff)
downloadportato-9af6e349169e5df5e130701a6e09ec6411712673.tar.gz
portato-9af6e349169e5df5e130701a6e09ec6411712673.tar.bz2
portato-9af6e349169e5df5e130701a6e09ec6411712673.zip
Polished frontend
Diffstat (limited to '')
-rw-r--r--portato/gui/templates/MainWindow.glade5
1 files changed, 3 insertions, 2 deletions
diff --git a/portato/gui/templates/MainWindow.glade b/portato/gui/templates/MainWindow.glade
index 07349fa..0ebb78e 100644
--- a/portato/gui/templates/MainWindow.glade
+++ b/portato/gui/templates/MainWindow.glade
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
-<!--Generated with glade3 3.4.1 on Tue Mar 25 15:21:22 2008 -->
+<!--Generated with glade3 3.4.1 on Tue Mar 25 15:26:47 2008 -->
<glade-interface>
<widget class="GtkWindow" id="MainWindow">
<property name="border_width">2</property>
@@ -469,7 +469,7 @@
<widget class="GtkTreeView" id="versionList">
<property name="visible">True</property>
<property name="headers_clickable">True</property>
- <property name="search_column">0</property>
+ <property name="search_column">1</property>
<signal name="cursor_changed" handler="cb_version_list_changed"/>
</widget>
</child>
@@ -563,6 +563,7 @@
</widget>
<packing>
<property name="expand">False</property>
+ <property name="padding">5</property>
<property name="position">1</property>
</packing>
</child>
'>+5 2020-05-10Upgrade html2textRené 'Necoro' Neumann2-5/+3 2020-05-10Switch to our own html2text fork for the time beingRené 'Necoro' Neumann3-5/+5 2020-05-10Text part in emailsRené 'Necoro' Neumann7-33/+115 2020-05-10Allow options on group level.René 'Necoro' Neumann3-5/+11 2020-05-10Renamed feed template to html templateRené 'Necoro' Neumann2-2/+2 2020-05-10Release v0.2.0v0.2.0René 'Necoro' Neumann2-2/+6 2020-05-10Fix building cacheRené 'Necoro' Neumann1-1/+3 2020-05-10Update READMERené 'Necoro' Neumann1-5/+44 2020-05-10Ignore 'dist' folder and build productsRené 'Necoro' Neumann1-0/+2 2020-05-08Print item hashes in debug modeRené 'Necoro' Neumann1-1/+7 2020-05-07Improve html renderingRené 'Necoro' Neumann2-53/+32 2020-05-07Do not assume items to be new when their published date is newer than the las...René 'Necoro' Neumann2-7/+1 2020-05-07Updating some depsRené 'Necoro' Neumann2-2/+7 2020-05-07Better detection if a text starts with html or notRené 'Necoro' Neumann2-4/+13 2020-05-07go fmtRené 'Necoro' Neumann1-3/+2 2020-05-07Add header X-Feed2Imap-GUIDRené 'Necoro' Neumann3-1/+7 2020-05-07update changelogRené 'Necoro' Neumann1-0/+1 2020-05-07FixRené 'Necoro' Neumann1-1/+1 2020-05-07Unified publishedDate and updatedDate into one (just as the old feed2imap...)René 'Necoro' Neumann5-21/+32 2020-05-06Print version during startupRené 'Necoro' Neumann1-1/+1 2020-05-06Improve templateRené 'Necoro' Neumann3-20/+28 2020-05-05Fix pipelineRené 'Necoro' Neumann1-2/+5 2020-05-05Make changelog a part of the release pipeline (untested)René 'Necoro' Neumann2-0/+12