toolbar for gpodder :)

git-svn-id: svn://svn.berlios.de/gpodder/trunk@296 b0d088ad-0a06-0410-aad2-9ed5178a7e87
This commit is contained in:
Thomas Perl 2007-03-31 02:00:30 +00:00
parent 8faab3ba6e
commit 99ce33a6a6
10 changed files with 618 additions and 629 deletions

View file

@ -1,3 +1,14 @@
Sat, 31 Mar 2007 03:56:48 +0200 <thp@perli.net>
* src/gpodder/gpodder.py: Fixed some UI changes, add support for
new toolbar in GUI; add title in the information and confirmation
dialogs;
* data/gpodder.glade: Fix some UI on the gPodder main window; add new
toolbar and remove the bottom dynamic buttons; remove "Channel:"
label in channel overview tab
* data/gpodder.{svg,png}: New icon of the gPodder tentacle with iPod
* data/icons/*/gpodder.png: New icon of the gPodder tentacle with iPod
* bin/gpodder: Pushed version + date
Thu, 29 Mar 2007 21:22:15 +0200 <thp@perli.net>
* src/gpodder/gpodder.py: Fixed a bug with empty podcast channels
that have not been detected right and could not be edited or

View file

@ -32,8 +32,8 @@ or played back on the user's desktop.
# PLEASE DO NOT CHANGE FORMAT OF __version__ LINE (setup.py reads this)
__author__ = "Thomas Perl <thp@perli.net>"
__version__ = "0.9.0+svn20070329"
__date__ = "2007-03-29"
__version__ = "0.9.0+svn20070330"
__date__ = "2007-03-30"
__copyright__ = "Copyright (c) 2005-2007 %s. All rights reserved." % __author__
__licence__ = "GPL"

View file

@ -26,7 +26,7 @@
<widget class="GtkVBox" id="vMain">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">5</property>
<property name="spacing">0</property>
<child>
<widget class="GtkMenuBar" id="mainMenu">
@ -679,6 +679,118 @@
</packing>
</child>
<child>
<widget class="GtkToolbar" id="toolbar1">
<property name="visible">True</property>
<property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
<child>
<widget class="GtkToolButton" id="toolUpdate">
<property name="visible">True</property>
<property name="label">Update feeds</property>
<property name="stock_id">gtk-refresh</property>
<signal name="clicked" handler="on_itemUpdate_activate"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkSeparatorToolItem" id="toolbutton1">
<property name="visible">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="homogeneous">False</property>
</packing>
</child>
<child>
<widget class="GtkToolButton" id="toolDownload">
<property name="visible">True</property>
<property name="label">Download</property>
<property name="stock_id">gtk-go-down</property>
<signal name="clicked" handler="on_btnDownload_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkToolButton" id="toolPlay">
<property name="visible">True</property>
<property name="stock_id">gtk-media-play</property>
<signal name="clicked" handler="on_btnDownloadedExecute_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkToolButton" id="toolTransfer">
<property name="visible">True</property>
<property name="label">Transfer</property>
<property name="stock_id">gtk-network</property>
<signal name="clicked" handler="on_btnTransfer_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkToolButton" id="toolCancel">
<property name="visible">True</property>
<property name="label">Cancel</property>
<property name="stock_id">gtk-stop</property>
<property name="sensitive">False</property>
<signal name="clicked" handler="on_btnCancelDownloadStatus_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkSeparatorToolItem" id="toolbutton3">
<property name="visible">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="homogeneous">False</property>
</packing>
</child>
<child>
<widget class="GtkToolButton" id="toolPreferences">
<property name="visible">True</property>
<property name="stock_id">gtk-preferences</property>
<signal name="clicked" handler="on_itemPreferences_activate"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkSeparatorToolItem" id="toolbutton2">
<property name="visible">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="homogeneous">False</property>
</packing>
</child>
<child>
<widget class="GtkToolButton" id="toolQuit">
<property name="visible">True</property>
<property name="stock_id">gtk-quit</property>
<signal name="clicked" handler="close_gpodder"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hboxContainer">
<property name="border_width">5</property>
@ -710,31 +822,6 @@
<property name="homogeneous">False</property>
<property name="spacing">5</property>
<child>
<widget class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="label" translatable="yes">Channel:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkComboBox" id="comboAvailable">
<property name="visible">True</property>
@ -815,243 +902,6 @@
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hboxButtons">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">5</property>
<child>
<widget class="GtkLabel" id="labelStatus">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="statusLabel">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="btnTransfer">
<property name="tooltip" translatable="yes">Transfer selected file(s) to player</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<signal name="clicked" handler="on_btnTransfer_clicked" last_modification_time="Sat, 17 Mar 2007 12:19:24 GMT"/>
<child>
<widget class="GtkAlignment" id="alignment15">
<property name="visible">True</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<property name="top_padding">0</property>
<property name="bottom_padding">0</property>
<property name="left_padding">0</property>
<property name="right_padding">0</property>
<child>
<widget class="GtkHBox" id="hbox21">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image2333">
<property name="visible">True</property>
<property name="stock">gtk-network</property>
<property name="icon_size">4</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label64">
<property name="visible">True</property>
<property name="label" translatable="yes">_Transfer</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="btnPlay">
<property name="can_focus">True</property>
<property name="label">gtk-media-play</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<signal name="clicked" handler="on_btnDownloadedExecute_clicked" last_modification_time="Tue, 12 Dec 2006 22:55:31 GMT"/>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="btnDownload">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<signal name="clicked" handler="on_btnDownload_clicked" last_modification_time="Sat, 29 Oct 2005 14:42:56 GMT"/>
<child>
<widget class="GtkAlignment" id="alignment14">
<property name="visible">True</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<property name="top_padding">0</property>
<property name="bottom_padding">0</property>
<property name="left_padding">0</property>
<property name="right_padding">0</property>
<child>
<widget class="GtkHBox" id="hbox20">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image2332">
<property name="visible">True</property>
<property name="stock">gtk-go-down</property>
<property name="icon_size">4</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label63">
<property name="visible">True</property>
<property name="label" translatable="yes">_Download</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="tab_expand">False</property>
@ -1119,185 +969,6 @@
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hboxDownloadStatusButtonBox">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">5</property>
<child>
<placeholder/>
</child>
<child>
<widget class="GtkButton" id="btnCancelDownloadStatus">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Cancels the selected downloads</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<signal name="clicked" handler="on_btnCancelDownloadStatus_clicked" last_modification_time="Wed, 23 Nov 2005 19:02:29 GMT"/>
<child>
<widget class="GtkAlignment" id="alignment7">
<property name="visible">True</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<property name="top_padding">0</property>
<property name="bottom_padding">0</property>
<property name="left_padding">0</property>
<property name="right_padding">0</property>
<child>
<widget class="GtkHBox" id="hbox12">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image400">
<property name="visible">True</property>
<property name="stock">gtk-cancel</property>
<property name="icon_size">4</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label46">
<property name="visible">True</property>
<property name="label" translatable="yes">Canc_el</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="btnCancelAll">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Cancels all running downloads</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<signal name="clicked" handler="on_btnCancelAll_clicked" last_modification_time="Thu, 20 Jul 2006 12:48:14 GMT"/>
<child>
<widget class="GtkAlignment" id="alignment6">
<property name="visible">True</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<property name="top_padding">0</property>
<property name="bottom_padding">0</property>
<property name="left_padding">0</property>
<property name="right_padding">0</property>
<child>
<widget class="GtkHBox" id="hbox11">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image399">
<property name="visible">True</property>
<property name="stock">gtk-stop</property>
<property name="icon_size">4</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label45">
<property name="visible">True</property>
<property name="label" translatable="yes">Cancel _all</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="tab_expand">False</property>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -11,14 +11,13 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48"
height="48"
id="svg6590"
id="svg4380"
sodipodi:version="0.32"
inkscape:version="0.44.1"
version="1.0"
sodipodi:docbase="/home/thp/src/gpodder/data"
sodipodi:docname="gpodder.png.svg">
inkscape:version="0.45"
sodipodi:modified="true"
version="1.0">
<defs
id="defs6592">
id="defs4382">
<linearGradient
id="linearGradient10416">
<stop
@ -33,20 +32,146 @@
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient10416"
id="radialGradient6431"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.135603,0,33.52458)"
id="radialGradient10422"
cx="36.641891"
cy="38.783783"
fx="36.641891"
fy="38.783783"
r="18.655405" />
r="18.655405"
gradientTransform="matrix(1,0,0,0.135603,0,33.52458)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient5029">
<stop
style="stop-color:#73d216;stop-opacity:1;"
offset="0"
id="stop5031" />
<stop
style="stop-color:#73d216;stop-opacity:0;"
offset="1"
id="stop5033" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5029"
id="linearGradient5035"
x1="10.952823"
y1="26.389088"
x2="30.496004"
y2="22.5"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-0.6985189,1.9743819)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4987"
id="linearGradient4993"
x1="2.2180839"
y1="22.84971"
x2="48.170601"
y2="32.007515"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient7462"
id="radialGradient3142"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(5.867644,-1.91396e-7,4.885091e-8,1.965199,295.216,-70.303)"
cx="-60.648643"
cy="72.83783"
fx="-60.648643"
fy="72.83783"
r="13.860751" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient8357"
id="radialGradient3140"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-3.442732,-0.964236,0.539404,-1.925888,19.34944,75.83522)"
cx="7.0836134"
cy="23.56488"
fx="7.0836134"
fy="23.56488"
r="0.81756759" />
<linearGradient
id="linearGradient7462">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
id="stop7464" />
<stop
style="stop-color:#e5e5e5;stop-opacity:1;"
offset="1"
id="stop7466" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient7462"
id="radialGradient3138"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(5.867644,-1.91396e-7,4.885091e-8,1.965199,295.216,-70.303)"
cx="-60.648643"
cy="72.83783"
fx="-60.648643"
fy="72.83783"
r="13.860751" />
<linearGradient
id="linearGradient8357">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
id="stop8359" />
<stop
style="stop-color:#6e6e6e;stop-opacity:1;"
offset="1"
id="stop8361" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient8357"
id="radialGradient3136"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-3.442732,-0.964236,0.539404,-1.925888,19.34944,75.83522)"
cx="7.0836134"
cy="23.56488"
fx="7.0836134"
fy="23.56488"
r="0.81756759" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8382"
id="linearGradient3134"
gradientUnits="userSpaceOnUse"
x1="-61.313606"
y1="49.155289"
x2="-60.337887"
y2="69.28846" />
<linearGradient
id="linearGradient8382">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
id="stop8384" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop8386" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8382"
id="linearGradient3132"
gradientUnits="userSpaceOnUse"
x1="-59.301517"
y1="49.863075"
x2="-61.212978"
y2="68.12606" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6569"
id="linearGradient6404"
id="linearGradient5296"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.967056,3.624187e-7,-3.624187e-7,0.967056,-194.4896,682.116)"
gradientTransform="matrix(1.5564637,-2.3251716e-7,2.3251716e-7,1.5564637,46.099455,-34.145039)"
x1="-11.65197"
y1="37.298004"
x2="-0.57569283"
@ -54,7 +179,7 @@
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6569"
id="linearGradient6406"
id="linearGradient5298"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-17.49662,-4.077645)"
x1="-16.071386"
@ -64,9 +189,9 @@
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4987"
id="linearGradient6408"
id="linearGradient5300"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2439,-0.758928,0.734045,0.235903,585.9392,397.4717)"
gradientTransform="matrix(1.279252,-9.846639e-2,9.523896e-2,1.237309,47.519781,-38.414668)"
x1="-15.838902"
y1="39.956676"
x2="-8.8692646"
@ -85,9 +210,9 @@
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6569"
id="linearGradient6410"
id="linearGradient5302"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.232184,-0.722473,0.722473,0.232184,593.7366,416.4271)"
gradientTransform="matrix(1.217805,-9.373677e-2,9.373677e-2,1.217805,24.021581,-15.260018)"
x1="-16.071386"
y1="42.178146"
x2="-11.535848"
@ -95,9 +220,9 @@
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4987"
id="linearGradient6412"
id="linearGradient5304"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.876457,4.087532e-7,-4.087532e-7,0.876457,-237.653,659.6141)"
gradientTransform="matrix(1.4106687,-8.3468133e-8,8.3468133e-8,1.4106687,-23.372096,-70.361711)"
x1="36.81126"
y1="66.551888"
x2="47.887478"
@ -105,7 +230,7 @@
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4987"
id="linearGradient6414"
id="linearGradient6346"
gradientUnits="userSpaceOnUse"
x1="39.53125"
y1="24.229225"
@ -126,7 +251,7 @@
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4987"
id="linearGradient6416"
id="linearGradient6360"
gradientUnits="userSpaceOnUse"
x1="35.974056"
y1="24.223534"
@ -135,7 +260,7 @@
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient10416"
id="radialGradient6655"
id="radialGradient4475"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.135603,0,33.52458)"
cx="36.641891"
@ -145,10 +270,91 @@
r="18.655405" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6569"
id="linearGradient6657"
xlink:href="#linearGradient5029"
id="linearGradient4477"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.967056,3.624187e-7,-3.624187e-7,0.967056,-194.4896,682.116)"
gradientTransform="translate(-0.6985189,1.9743819)"
x1="10.952823"
y1="26.389088"
x2="30.496004"
y2="22.5" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4987"
id="linearGradient4479"
gradientUnits="userSpaceOnUse"
x1="2.2180839"
y1="22.84971"
x2="48.170601"
y2="32.007515" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient7462"
id="radialGradient4481"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(5.867644,-1.91396e-7,4.885091e-8,1.965199,295.216,-70.303)"
cx="-60.648643"
cy="72.83783"
fx="-60.648643"
fy="72.83783"
r="13.860751" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient8357"
id="radialGradient4483"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-3.442732,-0.964236,0.539404,-1.925888,19.34944,75.83522)"
cx="7.0836134"
cy="23.56488"
fx="7.0836134"
fy="23.56488"
r="0.81756759" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient7462"
id="radialGradient4485"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(5.867644,-1.91396e-7,4.885091e-8,1.965199,295.216,-70.303)"
cx="-60.648643"
cy="72.83783"
fx="-60.648643"
fy="72.83783"
r="13.860751" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient8357"
id="radialGradient4487"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-3.442732,-0.964236,0.539404,-1.925888,19.34944,75.83522)"
cx="7.0836134"
cy="23.56488"
fx="7.0836134"
fy="23.56488"
r="0.81756759" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8382"
id="linearGradient4489"
gradientUnits="userSpaceOnUse"
x1="-61.313606"
y1="49.155289"
x2="-60.337887"
y2="69.28846" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8382"
id="linearGradient4491"
gradientUnits="userSpaceOnUse"
x1="-59.301517"
y1="49.863075"
x2="-61.212978"
y2="68.12606" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6569"
id="linearGradient4493"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.5564637,-2.3251716e-7,2.3251716e-7,1.5564637,46.099455,-34.145039)"
x1="-11.65197"
y1="37.298004"
x2="-0.57569283"
@ -156,7 +362,7 @@
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6569"
id="linearGradient6659"
id="linearGradient4495"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-17.49662,-4.077645)"
x1="-16.071386"
@ -166,9 +372,9 @@
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4987"
id="linearGradient6661"
id="linearGradient4497"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2439,-0.758928,0.734045,0.235903,585.9392,397.4717)"
gradientTransform="matrix(1.279252,-9.846639e-2,9.523896e-2,1.237309,47.519781,-38.414668)"
x1="-15.838902"
y1="39.956676"
x2="-8.8692646"
@ -176,9 +382,9 @@
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6569"
id="linearGradient6663"
id="linearGradient4499"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.232184,-0.722473,0.722473,0.232184,593.7366,416.4271)"
gradientTransform="matrix(1.217805,-9.373677e-2,9.373677e-2,1.217805,24.021581,-15.260018)"
x1="-16.071386"
y1="42.178146"
x2="-11.535848"
@ -186,9 +392,9 @@
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4987"
id="linearGradient6665"
id="linearGradient4501"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.876457,4.087532e-7,-4.087532e-7,0.876457,-237.653,659.6141)"
gradientTransform="matrix(1.4106687,-8.3468133e-8,8.3468133e-8,1.4106687,-23.372096,-70.361711)"
x1="36.81126"
y1="66.551888"
x2="47.887478"
@ -196,7 +402,7 @@
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4987"
id="linearGradient6667"
id="linearGradient4503"
gradientUnits="userSpaceOnUse"
x1="39.53125"
y1="24.229225"
@ -205,7 +411,7 @@
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4987"
id="linearGradient6669"
id="linearGradient4505"
gradientUnits="userSpaceOnUse"
x1="35.974056"
y1="24.223534"
@ -222,19 +428,19 @@
objecttolerance="10"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="17.857143"
inkscape:cy="34.285714"
inkscape:zoom="1.979899"
inkscape:cx="18.872397"
inkscape:cy="2.8427127"
inkscape:document-units="px"
inkscape:current-layer="layer1"
width="48px"
height="48px"
inkscape:window-width="908"
inkscape:window-width="872"
inkscape:window-height="622"
inkscape:window-x="3"
inkscape:window-y="150" />
<metadata
id="metadata6595">
id="metadata4385">
<rdf:RDF>
<cc:Work
rdf:about="">
@ -247,174 +453,267 @@
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-603.656,-388.9433)">
id="layer1">
<g
id="g6634"
transform="translate(1.941734,0.581133)">
id="g4449"
transform="translate(-0.7487374,-2.2817198)">
<path
transform="matrix(1.182408,0,0,1.170609,582.3886,386.2042)"
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
transform="matrix(1.239878,0,0,1.587523,-20.069022,-21.009378)"
d="M 55.297297 38.783783 A 18.655405 3.5675676 0 1 1 17.986486,38.783783 A 18.655405 3.5675676 0 1 1 55.297297 38.783783 z"
sodipodi:ry="3.5675676"
sodipodi:rx="18.655405"
sodipodi:cy="38.783783"
sodipodi:cx="36.641891"
id="path6429"
style="opacity:0.7;color:black;fill:url(#radialGradient6655);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="path10414"
style="opacity:0.7;color:#000000;fill:url(#radialGradient4475);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
sodipodi:type="arc" />
<path
sodipodi:nodetypes="csszcssssss"
id="path6372"
d="M 625.13748,423.96835 C 619.45574,428.49295 615.77072,422.96923 613.74055,418.90887 C 611.71036,414.84851 608.15755,411.04192 606.38114,414.84851 C 604.60473,418.6551 606.43612,432.26107 625.66785,433.37391 C 644.89959,434.48674 647.76864,419.03299 643.40683,416.88325 C 637.84894,421.38727 640.94896,420.91623 633.53709,424.00714 C 631.19486,424.98389 632.77348,403.17497 631.25084,397.59198 C 629.72821,392.00898 629.72821,389.21748 625.1603,389.47125 C 620.5924,389.72503 623.45509,397.22821 621.60748,403.42874 C 618.26737,414.63809 622.76529,410.7311 625.68839,412.24461 C 628.72025,413.81443 629.33231,420.62784 625.13748,423.96835 z "
style="fill:#8ae234;fill-rule:evenodd;stroke:#3a7403;stroke-width:1.02421761;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
style="fill:#8ae234;fill-rule:evenodd;stroke:#3c7800;stroke-width:1.11926365;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 13.254358,31.113442 C 12.683228,27.472522 8.4413281,7.4608319 11.191628,6.9107719 C 13.941928,6.3607119 23.155448,24.787732 24.393078,27.538042 C 25.630718,30.288342 26.318288,34.963862 33.881618,28.638162 C 41.444958,22.312472 43.232648,20.799802 44.745318,23.000042 C 46.257988,25.200282 46.670528,25.612832 41.719988,30.563372 C 36.769438,35.513922 37.856698,41.555732 25.630718,42.252162 C 11.881938,43.043172 1.4280581,41.839612 1.5655681,38.401742 C 1.7030881,34.963862 3.0782381,34.276292 5.5535081,34.963862 C 15.442178,37.710702 13.804418,34.620072 13.254358,31.113442 z "
id="path4800"
sodipodi:nodetypes="cssssssssz" />
<path
transform="matrix(0.9375,0,0,0.9375,759.6753,368.7894)"
d="M -143.40625,23.25 C -144.29156,23.299184 -144.46306,23.502049 -144.75,24.09375 C -145.03694,24.685451 -145.23425,25.78153 -145.28125,27.15625 C -145.37526,29.905691 -145.05391,33.6867 -146.125,37.28125 C -147.00003,40.217807 -147.34338,42.124734 -147.34375,43.21875 C -147.34412,44.312766 -147.17172,44.370863 -147,44.46875 C -146.82828,44.566637 -146.22645,44.66363 -145.375,44.6875 C -144.52355,44.71137 -143.42192,44.723002 -142.34375,45.28125 C -140.12774,46.428643 -139.13246,49.092986 -139.125,51.875 C -139.11754,54.657014 -140.1805,57.735055 -142.75,59.78125 C -144.40706,61.100839 -146.04029,61.768604 -147.59375,61.84375 C -149.14721,61.918896 -150.55098,61.378825 -151.71875,60.5625 C -154.05429,58.92985 -155.60316,56.231178 -156.71875,54 C -157.74389,51.949721 -159.22081,49.960507 -160.375,49.125 C -160.95209,48.707247 -161.36766,48.620118 -161.5625,48.65625 C -161.75734,48.692382 -162.02961,48.817903 -162.40625,49.625 C -162.7312,50.321327 -162.99633,51.850615 -162.78125,53.625 C -162.56617,55.399385 -161.92298,57.430807 -160.625,59.40625 C -158.02903,63.357136 -152.8532,67.110116 -142.875,67.6875 C -132.94023,68.262372 -127.56005,64.62059 -125.0625,60.75 C -123.81372,58.814705 -123.30275,56.787262 -123.34375,55.21875 C -123.37178,54.146566 -123.69504,53.489021 -124.0625,53 C -125.831,54.559864 -126.85964,55.688993 -127.71875,56.53125 C -128.7609,57.552954 -130.1062,58.337108 -134.09375,60 C -134.60446,60.212977 -135.40497,60.063173 -135.78125,59.71875 C -136.15753,59.374327 -136.30513,59.026201 -136.4375,58.65625 C -136.70225,57.916348 -136.85494,57.013657 -136.96875,55.90625 C -137.19636,53.691435 -137.26536,50.69268 -137.3125,47.46875 C -137.35964,44.24482 -137.36031,40.787625 -137.46875,37.8125 C -137.57719,34.837375 -137.81617,32.278215 -138.15625,31.03125 C -138.98208,28.003175 -139.42793,25.770603 -140.0625,24.625 C -140.37978,24.052199 -140.69438,23.780133 -141.15625,23.5625 C -141.61812,23.344867 -142.30929,23.189058 -143.40625,23.25 z "
id="path6420"
style="opacity:0.4;fill:none;fill-rule:evenodd;stroke:white;stroke-width:1.09249878;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:original="M -143.46875 22.0625 C -148.34117 22.333191 -145.31047 30.323593 -147.28125 36.9375 C -150.84405 48.894139 -146.02423 44.729342 -142.90625 46.34375 C -139.67227 48.018224 -139.02551 55.280542 -143.5 58.84375 C -149.56052 63.669991 -153.49073 57.799802 -155.65625 53.46875 C -157.82178 49.137699 -161.60517 45.064639 -163.5 49.125 C -165.39484 53.185362 -163.45135 67.687975 -142.9375 68.875 C -122.42365 70.062026 -119.37866 53.605548 -124.03125 51.3125 C -129.95967 56.116781 -126.6565 55.609282 -134.5625 58.90625 C -137.06086 59.948119 -135.37585 36.673947 -137 30.71875 C -138.62413 24.763554 -138.59631 21.791809 -143.46875 22.0625 z "
inkscape:radius="-1.1979821"
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
id="path4968"
d="M 13.082748,12.130602 C 13.179488,13.785382 13.312298,15.575632 13.613998,17.693102 C 14.387048,23.118832 15.572638,28.823992 15.895248,30.880602 C 16.010378,31.614552 16.229198,32.519462 16.332748,33.505602 C 16.426978,34.402972 16.438058,35.677432 15.645248,36.818102 C 16.647608,36.539532 17.622408,36.167782 18.551498,35.724352 C 20.005508,33.258052 21.061038,30.281872 21.488998,26.974352 C 20.390188,24.727462 18.471008,20.946852 16.426498,17.380602 C 15.269538,15.362532 14.121768,13.611592 13.082748,12.130602 z "
style="opacity:0.95;fill:url(#linearGradient4477);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11899996;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
id="path3144"
d="M 43.840068,27.872872 C 39.814998,28.332062 36.930508,30.018882 30.129088,34.826742 C 20.891418,41.356762 18.704018,37.186542 3.4766181,39.740812 C 3.5189081,39.760812 3.5365181,39.782862 3.5815481,39.802622 C 4.5684381,40.235612 6.2125281,40.614132 8.3034381,40.884332 C 12.485268,41.424742 18.477168,41.540362 25.302258,41.193402 C 31.227658,40.895152 33.570088,39.568392 35.270698,37.793732 C 36.971318,36.019062 37.989618,33.505992 40.657158,31.148922 C 42.454738,29.560552 43.493088,28.514832 43.979968,27.872872 C 43.934328,27.877742 43.885408,27.867702 43.840068,27.872872 z "
style="opacity:0.24899998;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
transform="matrix(1.119264,0,0,1.119264,-0.3420189,-0.7847181)"
d="M 10.65625,8.0625 C 10.561366,8.4567542 10.491538,9.146204 10.5,10 C 10.516925,11.707592 10.77589,14.052246 11.125,16.5 C 11.82322,21.395508 12.885636,26.618583 13.15625,28.34375 C 13.270669,29.07317 13.45154,29.827408 13.53125,30.59375 C 13.61096,31.360092 13.595569,32.250375 12.96875,32.96875 C 12.341931,33.687125 11.365995,33.917462 10.125,33.875 C 8.8840052,33.832538 7.2489311,33.53095 5,32.90625 C 4.0235108,32.635005 3.5695899,32.733345 3.34375,32.90625 C 3.1179101,33.079155 2.7748991,33.627519 2.71875,35.03125 C 2.7136826,35.157934 2.7348762,35.237689 2.875,35.40625 C 3.0151238,35.574811 3.3091356,35.812346 3.75,36.03125 C 4.6317288,36.469058 6.1006359,36.851791 7.96875,37.125 C 11.704978,37.671419 17.058409,37.788329 23.15625,37.4375 C 28.450266,37.135937 30.543096,35.794409 32.0625,34 C 33.581904,32.205591 34.491703,29.664548 36.875,27.28125 C 39.066401,25.089851 39.968945,23.88802 40.125,23.40625 C 40.203027,23.165365 40.214781,23.123289 40.125,22.90625 C 40.035219,22.689211 39.779856,22.310472 39.4375,21.8125 C 39.183389,21.442884 39.100659,21.420226 39,21.40625 C 38.899341,21.392274 38.555295,21.433506 37.9375,21.78125 C 36.70191,22.476738 34.597436,24.236692 31.21875,27.0625 C 29.476731,28.519461 28.082741,29.380872 26.875,29.8125 C 25.667259,30.244128 24.563365,30.196416 23.71875,29.71875 C 22.02952,28.763419 21.649668,26.815231 21.15625,25.71875 C 20.641176,24.574132 18.321669,19.825216 15.84375,15.5 C 14.60479,13.337392 13.305334,11.263633 12.21875,9.8125 C 11.675458,9.0869336 11.183942,8.5156277 10.8125,8.1875 C 10.645351,8.0398426 10.727033,8.0971451 10.65625,8.0625 z "
id="path3024"
style="opacity:0.6;fill:none;fill-rule:evenodd;stroke:url(#linearGradient4479);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:original="M 10.3125 6.875 C 7.8552576 7.3664488 11.645982 25.247043 12.15625 28.5 C 12.647697 31.632983 14.116227 34.391649 5.28125 31.9375 C 3.069733 31.323194 1.841612 31.928443 1.71875 35 C 1.595887 38.071547 10.934983 39.144226 23.21875 38.4375 C 34.141984 37.815279 33.17071 32.423042 37.59375 28 C 42.016786 23.576969 41.632733 23.215792 40.28125 21.25 C 38.929768 19.284209 37.319918 20.629594 30.5625 26.28125 C 23.805086 31.932906 23.19951 27.769739 22.09375 25.3125 C 20.987995 22.855248 12.769743 6.3835523 10.3125 6.875 z "
inkscape:radius="-1.013109"
sodipodi:type="inkscape:offset" />
<path
transform="matrix(1.024218,0,0,1.024218,776.5116,360.2022)"
d="M -147 39.25 A 3.5 8.25 0 1 1 -154,39.25 A 3.5 8.25 0 1 1 -147 39.25 z"
sodipodi:ry="8.25"
sodipodi:rx="3.5"
sodipodi:cy="39.25"
sodipodi:cx="-150.5"
id="path6374"
style="opacity:1;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
sodipodi:type="arc"
style="fill:url(#radialGradient4481);fill-opacity:1;stroke:#000000;stroke-width:3.33290935;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2892"
sodipodi:cx="-60.648647"
sodipodi:cy="72.837837"
sodipodi:rx="11.297297"
sodipodi:ry="24.675676"
d="M -49.351351 72.837837 A 11.297297 24.675676 0 1 1 -71.945944,72.837837 A 11.297297 24.675676 0 1 1 -49.351351 72.837837 z"
transform="matrix(0.409384,-4.105866e-2,3.584288e-2,0.357377,33.060081,-6.1222181)" />
<path
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
sodipodi:type="arc"
style="color:#000000;fill:url(#radialGradient4483);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="path7470"
sodipodi:cx="7.358108"
sodipodi:cy="23.621622"
sodipodi:rx="0.81756759"
sodipodi:ry="1.6351352"
d="M 8.1756756 23.621622 A 0.81756759 1.6351352 0 1 1 6.5405405,23.621622 A 0.81756759 1.6351352 0 1 1 8.1756756 23.621622 z"
transform="matrix(1.961035,-0.196681,0.196681,1.961035,-8.1960192,-21.072828)" />
<path
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
sodipodi:type="arc"
style="fill:url(#radialGradient4485);fill-opacity:1;stroke:#000000;stroke-width:3.3329072;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path8367"
sodipodi:cx="-60.648647"
sodipodi:cy="72.837837"
sodipodi:rx="11.297297"
sodipodi:ry="24.675676"
d="M -49.351351 72.837837 A 11.297297 24.675676 0 1 1 -71.945944,72.837837 A 11.297297 24.675676 0 1 1 -49.351351 72.837837 z"
transform="matrix(0.368468,-0.183065,0.159808,0.32166,33.315481,-15.088118)" />
<path
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
sodipodi:type="arc"
style="color:#000000;fill:url(#radialGradient4487);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="path8369"
sodipodi:cx="7.358108"
sodipodi:cy="23.621622"
sodipodi:rx="0.81756759"
sodipodi:ry="1.6351352"
d="M 8.1756756 23.621622 A 0.81756759 1.6351352 0 1 1 6.5405405,23.621622 A 0.81756759 1.6351352 0 1 1 8.1756756 23.621622 z"
transform="matrix(1.765042,-0.87691,0.87691,1.765042,-10.562019,-14.496618)" />
<path
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
sodipodi:type="arc"
style="opacity:0.5;fill:none;fill-opacity:1;stroke:url(#linearGradient4489);stroke-width:3.33290935;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3030"
sodipodi:cx="-60.648647"
sodipodi:cy="72.837837"
sodipodi:rx="11.297297"
sodipodi:ry="24.675676"
d="M -49.351351 72.837837 A 11.297297 24.675676 0 1 1 -71.945944,72.837837 A 11.297297 24.675676 0 1 1 -49.351351 72.837837 z"
transform="matrix(0.409384,-4.105866e-2,3.584288e-2,0.357377,33.060081,-6.1222181)" />
<path
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
sodipodi:type="arc"
style="opacity:0.5;fill:none;fill-opacity:1;stroke:url(#linearGradient4491);stroke-width:3.3329072;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3032"
sodipodi:cx="-60.648647"
sodipodi:cy="72.837837"
sodipodi:rx="11.297297"
sodipodi:ry="24.675676"
d="M -49.351351 72.837837 A 11.297297 24.675676 0 1 1 -71.945944,72.837837 A 11.297297 24.675676 0 1 1 -49.351351 72.837837 z"
transform="matrix(0.368468,-0.183065,0.159808,0.32166,33.315481,-15.088118)" />
<path
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
transform="translate(12.176481,5.4743819)"
d="M -0.125 19.875 A 1 1 0 1 1 -2.125,19.875 A 1 1 0 1 1 -0.125 19.875 z"
sodipodi:ry="1"
sodipodi:rx="1"
sodipodi:cy="19.875"
sodipodi:cx="-1.125"
id="path4983"
style="opacity:0.95;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11899996;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
sodipodi:type="arc" />
<path
transform="matrix(1.024218,0,0,1.024218,784.7054,360.4583)"
d="M -147 39.25 A 3.5 8.25 0 1 1 -154,39.25 A 3.5 8.25 0 1 1 -147 39.25 z"
sodipodi:ry="8.25"
sodipodi:rx="3.5"
sodipodi:cy="39.25"
sodipodi:cx="-150.5"
id="path6376"
style="opacity:1;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
sodipodi:type="arc" />
<path
transform="matrix(1.024218,0,0,1.024218,836.5784,386.6198)"
d="M -207.5 16.25 A 1.75 3.25 0 1 1 -211,16.25 A 1.75 3.25 0 1 1 -207.5 16.25 z"
sodipodi:ry="3.25"
sodipodi:rx="1.75"
sodipodi:cy="16.25"
sodipodi:cx="-209.25"
id="path6378"
style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
sodipodi:type="arc" />
<path
transform="matrix(1.024218,0,0,1.024218,844.1466,386.2341)"
d="M -207.5 16.25 A 1.75 3.25 0 1 1 -211,16.25 A 1.75 3.25 0 1 1 -207.5 16.25 z"
sodipodi:ry="3.25"
sodipodi:rx="1.75"
sodipodi:cy="16.25"
sodipodi:cx="-209.25"
id="path6380"
style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
transform="translate(24.801481,1.8493819)"
d="M -0.125 19.875 A 1 1 0 1 1 -2.125,19.875 A 1 1 0 1 1 -0.125 19.875 z"
sodipodi:ry="1"
sodipodi:rx="1"
sodipodi:cy="19.875"
sodipodi:cx="-1.125"
id="path4985"
style="opacity:0.95;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11899996;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
sodipodi:type="arc" />
<rect
inkscape:transform-center-x="9.1308335"
inkscape:transform-center-y="-7.0205609"
transform="matrix(0.315807,-0.948824,0.948824,0.315807,0,0)"
ry="2.5642447"
y="709.97888"
x="-205.27396"
height="16.411144"
width="9.7441044"
id="rect6382"
style="opacity:1;color:black;fill:url(#linearGradient6657);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.96703678;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
transform="matrix(0.9977921,-6.6414053e-2,6.6414053e-2,0.9977921,0,0)"
ry="4.1271515"
y="10.700333"
x="28.741961"
height="26.413759"
width="15.683148"
id="rect5282"
style="opacity:1;color:#000000;fill:url(#linearGradient4493);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999934;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<rect
inkscape:transform-center-y="-8.1451744"
inkscape:transform-center-x="12.62942"
transform="matrix(0.305963,-0.952043,0.952043,0.305963,0,0)"
ry="0.85474443"
y="709.74561"
x="-210.99113"
height="5.2994494"
width="6.3251534"
id="rect6384"
style="opacity:1;color:black;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.96703923;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
transform="matrix(0.9970508,-7.674479e-2,7.674479e-2,0.9970508,0,0)"
ry="1.375735"
y="14.105181"
x="31.244274"
height="8.529603"
width="10.180504"
id="rect5284"
style="opacity:1;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000072;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
inkscape:transform-center-y="-5.8408211"
inkscape:transform-center-x="5.7386238"
transform="matrix(0.280341,-0.872317,0.872317,0.280341,595.6768,379.1994)"
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
transform="matrix(1.470382,-0.113178,0.113178,1.470382,80.672251,-35.025868)"
d="M -28.637825 39.868271 A 3.1819806 3.1819806 0 1 1 -35.001786,39.868271 A 3.1819806 3.1819806 0 1 1 -28.637825 39.868271 z"
sodipodi:ry="3.1819806"
sodipodi:rx="3.1819806"
sodipodi:cy="39.868271"
sodipodi:cx="-31.819805"
id="path6386"
style="opacity:1;color:black;fill:url(#linearGradient6659);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.05542564;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="path5286"
style="opacity:1;color:#000000;fill:url(#linearGradient4495);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.67808962;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
sodipodi:type="arc" />
<path
inkscape:transform-center-y="-8.078394"
inkscape:transform-center-x="13.613217"
id="path6388"
d="M 612.00816,417.06081 C 611.89265,417.42024 612.07826,417.78167 612.43771,417.89718 L 614.94076,418.7016 C 614.99542,418.57005 615.05448,418.44654 615.09898,418.30805 C 615.77572,416.20232 615.01015,414.02967 613.3797,413.08941 C 613.29787,413.16607 613.22856,413.2634 613.19168,413.37814 L 612.00816,417.06081 z "
style="opacity:1;color:black;fill:url(#linearGradient6661);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
id="path5288"
d="M 34.197388,12.350522 C 33.591508,12.397162 33.165958,12.893692 33.212588,13.499562 L 33.537348,17.718732 C 33.766628,17.720102 33.986598,17.732932 34.220028,17.714962 C 37.769468,17.441762 40.540838,14.978792 40.949548,11.977142 C 40.785508,11.901862 40.598308,11.857832 40.404898,11.872712 L 34.197388,12.350522 z "
style="opacity:1;color:#000000;fill:url(#linearGradient4497);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
inkscape:transform-center-y="-5.9331387"
inkscape:transform-center-x="5.1971516"
id="path6390"
d="M 620.51741,416.14392 C 620.69902,416.16379 620.89313,416.21485 621.07377,416.2729 C 622.51902,416.73737 623.31554,418.2883 622.85107,419.73354 C 622.80822,419.86685 622.74295,419.98106 622.68258,420.10284 C 623.06306,419.82726 623.37046,419.43502 623.52512,418.9538 C 623.91153,417.75144 623.23403,416.46897 622.03167,416.08257 C 621.51184,415.91551 620.98978,415.96005 620.51741,416.14392 z "
style="opacity:1;color:black;fill:url(#linearGradient6663);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.05542564;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
id="path5290"
d="M 40.742268,24.471432 C 40.823188,24.754112 40.865238,25.074412 40.888678,25.378922 C 41.076188,27.815032 39.250038,29.945752 36.813938,30.133262 C 36.589228,30.150562 36.379318,30.122792 36.161118,30.106952 C 36.803298,30.506162 37.574838,30.725482 38.385988,30.663052 C 40.412678,30.507052 41.911258,28.717062 41.755258,26.690372 C 41.687818,25.814132 41.303728,25.063372 40.742268,24.471432 z "
style="opacity:1;color:#000000;fill:url(#linearGradient4499);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.05542564;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
inkscape:transform-center-y="-6.493189"
inkscape:transform-center-x="5.4534872"
id="path6392"
d="M 621.8492,420.04913 L 624.43346,418.26357 L 621.54643,419.67948 L 624.28221,417.51784 L 621.16549,419.46775 L 624.0707,416.77697 L 621.04345,419.08346 L 623.59873,415.81462 L 620.56151,419.12244 L 622.80428,415.36346 L 619.89882,419.17603 L 622.00982,414.91228 L 619.20513,419.59596 L 621.8492,420.04913 z "
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
id="path5292"
d="M 35.733948,28.832522 L 39.967268,31.596442 L 36.100478,28.156422 L 40.986358,30.917202 L 36.184138,27.459942 L 41.961538,30.151162 L 36.682438,27.044242 L 43.108208,28.862232 L 36.331048,26.349852 L 43.296948,27.403902 L 35.847898,25.395062 L 43.485698,25.945572 L 34.800018,24.617022 L 35.733948,28.832522 z "
style="fill:none;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<rect
inkscape:transform-center-y="-6.9693559"
inkscape:transform-center-x="9.4023037"
transform="matrix(0.315807,-0.948824,0.948824,0.315807,0,0)"
ry="2.3240111"
y="710.50623"
x="-204.95184"
height="14.873644"
width="8.8312368"
id="rect6394"
style="opacity:0.2;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6665);stroke-width:0.87643713;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
transform="matrix(0.9977921,-6.6414053e-2,6.6414053e-2,0.9977921,0,0)"
ry="3.7404966"
y="11.549099"
x="29.260408"
height="23.939131"
width="14.213872"
id="rect5294"
style="opacity:0.2;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4501);stroke-width:1.4106251;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
inkscape:transform-center-y="-4.745821"
inkscape:transform-center-x="5.7737327"
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
sodipodi:nodetypes="cccc"
id="path6396"
d="M 620.30652,418.11557 L 621.14725,420.34058 L 622.69158,418.64421 L 620.30652,418.11557 z "
id="path6199"
d="M 37.676128,25.357142 L 34.872478,27.963972 L 38.339988,29.232652 L 37.676128,25.357142 z "
style="fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:transform-center-y="-7.010861"
inkscape:transform-center-x="5.5680642"
id="path6398"
d="M 622.8318,418.04785 L 621.92168,415.87822 L 620.57764,417.45886 L 622.8318,418.04785 z "
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
id="path6201"
d="M 39.313918,29.078642 L 41.992798,26.402102 L 38.819628,25.361432 L 39.313918,29.078642 z "
style="fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:transform-center-y="-6.9754661"
inkscape:transform-center-x="5.5689884"
transform="matrix(0.234931,-0.575176,0.575176,0.234931,597.925,434.491)"
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
transform="translate(-0.3449189,1.9743819)"
d="M 39.53125,23.8125 L 39.875,26.4375 L 41.78125,24.5625 L 39.53125,23.8125 z "
id="path6400"
style="opacity:0.5;fill:url(#linearGradient6667);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path6344"
style="opacity:0.5;fill:url(#linearGradient4503);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:original="M 39.15625 23.375 L 39.65625 27.09375 L 42.34375 24.4375 L 39.15625 23.375 z "
inkscape:radius="-0.30745935"
sodipodi:type="inkscape:offset" />
<path
inkscape:transform-center-y="-4.787291"
inkscape:transform-center-x="5.8032865"
transform="matrix(0.234931,-0.575176,0.575176,0.234931,597.925,434.491)"
inkscape:export-ydpi="90.969795"
inkscape:export-xdpi="90.969795"
inkscape:export-filename="/home/thp/src/gpodder/data/gpodder.png"
transform="translate(-0.3449189,1.9743819)"
d="M 37.84375,23.90625 L 35.71875,25.90625 L 38.34375,26.84375 L 37.84375,23.90625 z "
id="path6402"
style="opacity:0.5;fill:url(#linearGradient6669);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path6358"
style="opacity:0.5;fill:url(#linearGradient4505);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:original="M 38.03125 23.375 L 35.21875 26 L 38.6875 27.25 L 38.03125 23.375 z "
inkscape:radius="-0.27569821"
sodipodi:type="inkscape:offset" />
<path
id="path6422"
d="M 642.54644,426.06483 C 631.72658,426.6562 622.72755,428.39656 617.87847,430.72303 C 620.12687,431.51071 622.80744,432.05871 626.0523,432.24647 C 635.09548,432.76975 640.11925,429.57288 642.54644,426.06483 z "
style="opacity:0.26451613;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.09249878;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 859 B

After

Width:  |  Height:  |  Size: 995 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -157,7 +157,7 @@ class Gpodder(SimpleGladeApp):
# tooltips :)
self.tooltips = gtk.Tooltips()
self.tooltips.set_tip( self.btnEditChannel, _("Channel Info"))
self.tooltips.set_tip( self.btnEditChannel, _("Edit channel information"))
#Add Drag and Drop Support
targets = [("text/plain", 0, 2), ('STRING', 0, 3), ('TEXT', 0, 4)]
@ -187,6 +187,9 @@ class Gpodder(SimpleGladeApp):
#-- Gpodder custom methods {
def play_or_download( self):
if self.wNotebook.get_current_page() > 0:
return
is_download_button = False
gl = gPodderLib()
@ -205,14 +208,14 @@ class Gpodder(SimpleGladeApp):
is_download_button = True
if is_download_button:
self.btnPlay.hide_all()
self.btnDownload.show_all()
self.btnTransfer.hide_all()
self.toolPlay.set_sensitive( False)
self.toolDownload.set_sensitive( True)
self.toolTransfer.set_sensitive( False)
else:
self.btnPlay.show_all()
self.btnDownload.hide_all()
self.toolPlay.set_sensitive( True)
self.toolDownload.set_sensitive( False)
if gl.device_type != 'none':
self.btnTransfer.show_all()
self.toolTransfer.set_sensitive( True)
def updateComboBox( self):
try:
@ -244,6 +247,7 @@ class Gpodder(SimpleGladeApp):
dlg = gtk.MessageDialog( self.gPodder, gtk.DIALOG_MODAL, gtk.MESSAGE_INFO, gtk.BUTTONS_OK)
if title:
dlg.set_title( title)
markup = '<span weight="bold" size="larger">%s</span>%s%s' % ( title, "\n\n", message, )
else:
markup = '<span weight="bold" size="larger">%s</span>' % message
@ -258,6 +262,7 @@ class Gpodder(SimpleGladeApp):
dlg = gtk.MessageDialog( self.gPodder, gtk.DIALOG_MODAL, gtk.MESSAGE_QUESTION, gtk.BUTTONS_YES_NO)
if title:
dlg.set_title( title)
markup = '<span weight="bold" size="larger">%s</span>%s%s' % ( title, "\n\n", message, )
else:
markup = '<span weight="bold" size="larger">%s</span>' % message
@ -429,7 +434,7 @@ class Gpodder(SimpleGladeApp):
filename = current_channel.getPodcastFilename( current_podcast.url)
if widget:
if (widget.get_name() == 'itemPlaySelected' or widget.get_name() == 'btnPlay') and os.path.exists( filename):
if (widget.get_name() == 'itemPlaySelected' or widget.get_name() == 'toolPlay') and os.path.exists( filename):
# addDownloadedItem just to make sure the episode is marked correctly in localdb
if current_channel.addDownloadedItem( current_podcast):
self.ldb.clear_cache()
@ -739,7 +744,15 @@ class Gpodder(SimpleGladeApp):
#-- Gpodder.on_wNotebook_switch_page {
def on_wNotebook_switch_page(self, widget, *args):
pass
page_num = args[1]
if page_num == 0:
self.toolCancel.set_sensitive( False)
self.play_or_download()
else:
self.toolDownload.set_sensitive( False)
self.toolPlay.set_sensitive( False)
self.toolTransfer.set_sensitive( False)
self.toolCancel.set_sensitive( True)
#-- Gpodder.on_wNotebook_switch_page }
#-- Gpodder.on_comboAvailable_changed {
@ -781,7 +794,7 @@ class Gpodder(SimpleGladeApp):
widget_to_send = widget
show_message_dialog = True
if widget.get_name() == 'itemTransferSelected' or widget.get_name() == 'btnTransfer':
if widget.get_name() == 'itemTransferSelected' or widget.get_name() == 'toolTransfer':
transfer_files = True
for apath in selection_tuple[1]:
@ -858,7 +871,7 @@ class Gpodder(SimpleGladeApp):
#-- Gpodder.on_btnSelectAllAvailable_clicked {
def on_btnSelectAllAvailable_clicked(self, widget, *args):
self.treeAvailable.get_selection().select_all()
self.on_treeAvailable_row_activated( self.btnDownload, args)
self.on_treeAvailable_row_activated( self.toolDownload, args)
self.treeAvailable.get_selection().unselect_all()
#-- Gpodder.on_btnSelectAllAvailable_clicked }
@ -896,7 +909,7 @@ class Gpodder(SimpleGladeApp):
#-- Gpodder.on_btnCancelAll_clicked {
def on_btnCancelAll_clicked(self, widget, *args):
self.treeDownloads.get_selection().select_all()
self.on_treeDownloads_row_activated( self.btnCancelDownloadStatus, None)
self.on_treeDownloads_row_activated( self.toolCancel, None)
self.treeDownloads.get_selection().unselect_all()
#-- Gpodder.on_btnCancelAll_clicked }

View file

@ -150,6 +150,11 @@ class Gpodder(SimpleGladeApp):
print "on_itemAbout_activate called with self.%s" % widget.get_name()
#-- Gpodder.on_itemAbout_activate }
#-- Gpodder.on_btnCancelDownloadStatus_clicked {
def on_btnCancelDownloadStatus_clicked(self, widget, *args):
print "on_btnCancelDownloadStatus_clicked called with self.%s" % widget.get_name()
#-- Gpodder.on_btnCancelDownloadStatus_clicked }
#-- Gpodder.on_wNotebook_switch_page {
def on_wNotebook_switch_page(self, widget, *args):
print "on_wNotebook_switch_page called with self.%s" % widget.get_name()
@ -180,16 +185,6 @@ class Gpodder(SimpleGladeApp):
print "on_treeDownloads_row_activated called with self.%s" % widget.get_name()
#-- Gpodder.on_treeDownloads_row_activated }
#-- Gpodder.on_btnCancelDownloadStatus_clicked {
def on_btnCancelDownloadStatus_clicked(self, widget, *args):
print "on_btnCancelDownloadStatus_clicked called with self.%s" % widget.get_name()
#-- Gpodder.on_btnCancelDownloadStatus_clicked }
#-- Gpodder.on_btnCancelAll_clicked {
def on_btnCancelAll_clicked(self, widget, *args):
print "on_btnCancelAll_clicked called with self.%s" % widget.get_name()
#-- Gpodder.on_btnCancelAll_clicked }
class Gpodderchannel(SimpleGladeApp):