Commit Graph

33 Commits

Author SHA1 Message Date
Thomas Perl 576ae2a762 Remove unneeded shebang lines 2022-08-04 12:39:05 +02:00
Thomas Perl 37e296c629 [shebang] Change /usr/bin/python -> /usr/bin/env python3
This should fix "unusual interpreter" Lintian warnings here:
https://udd.debian.org/lintian/?packages=gpodder
2022-08-04 11:53:08 +02:00
Eric Le Lay 3c58c27b2c replace cgi.escape with html.escape everywhere
cgi.escape is deprecated
2019-09-08 18:14:52 +02:00
MarkusHackspacher 82f41f4c21 sorting imports
with isort -y -rc
see #393
2018-07-24 11:08:10 +02:00
MarkusHackspacher 6a6f8f3abd fix E226 missing whitespace around arithmetic operator
src/gpodder/gtkui/interface/tagcloud.py
src/gpodder/gtkui/macosx.py
src/gpodder/gtkui/main.py
src/gpodder/gtkui/model.py
src/gpodder/gtkui/widgets.py
2018-03-23 20:53:31 +01:00
MarkusHackspacher a90fa0b521 fix W391 blank line at end of file 2018-02-11 21:51:40 +01:00
MarkusHackspacher 0c18a43d13 fix E302 and E303, only blank line change 2018-02-11 00:22:00 +01:00
Thomas Perl 98ec45a712 Update copyright years (2018) 2018-01-28 19:39:53 +01:00
Thomas Perl 7b46a0ee72 Update copyright years (2017) 2017-12-16 13:54:59 +01:00
Adam Voss d2a9d58524 Changes since Python3 does floating point division
This was done based on a manual search for the '/' character.  No efforts were made to try to run all affected code paths.
2017-02-14 08:53:47 -06:00
Eric Le Lay 6cb0123aed single quote strings in updated code 2016-10-02 19:34:24 +02:00
Eric Le Lay eb1404ff37 gtk3 fixes and cleanup 2016-09-28 11:58:37 +02:00
Eric Le Lay ce0f149136 first pass at moving away from stock images
The whole stock thing was deprecated in 3.10.
2016-09-28 11:53:28 +02:00
Thomas Perl 9b8dbdc3a6 New try to do a minimal Gtk+3 port 2016-09-25 14:31:58 +02:00
Thomas Perl 36eefc8a30 Update copyright years (2016) 2016-01-15 15:22:52 +01:00
Thomas Perl aa72634950 Update copyright years (2015) 2015-05-24 19:33:39 +02:00
Thomas Perl 553e35f219 Update copyright years (2014) 2014-02-27 21:55:13 +01:00
Thomas Perl bda982be02 Update copyright years for 2013 2013-03-05 16:38:48 +01:00
Thomas Perl 5e2481f597 Gtk UI: Remove fallback notification widget code
This was quite ugly anyway and had some problems with
window stacking on platforms like windows, so it should
go for now and might be replaced with better integration
in future versions with different hook scripts.
2012-02-20 21:40:38 +01:00
Thomas Perl 5205a4b71d Update copyright years (add 2012) 2012-01-09 21:19:24 +01:00
Thomas Perl d0df54b119 Various code-cleanups and removal of dead/obsolete code 2011-07-16 18:49:19 +02:00
Thomas Perl 4376057001 Update copyright years 2011-04-01 18:59:53 +02:00
Thomas Perl d9a4963669 Use only "cgi.escape" for escaping Pango markup
Replace the usage of saxutils.escape with cgi.escape.
2011-02-25 21:05:26 +01:00
Thomas Perl 94bffddf6f Fix message area text color (bug 1128)
Make sure that the text color is the one from
the tooltip style, so that dark-background tooltips
will not mess up the message area display.
2010-09-27 00:51:37 +02:00
Thomas Perl 2dde9a2340 Fix SimpleMessageArea size on Win32 (bug 1123)
Request a proper width for the message label, so
that the message isn't truncated. Also fix the
positioning (parent widget / window) code.

Thanks to Vladimir Voroshilov for the initial patch.
2010-08-23 22:26:35 +02:00
Thomas Perl 8317b41b5c Improve incomplete file resuming UI 2010-03-07 21:35:52 +01:00
Thomas Perl 181564f1b7 Add 2010 to the years in copyright notice
The following command has been used:

grep -r '2005-2009 Thomas Perl and the gPodder Team' * | cut -d: -f1 |
xargs sed -i -e 's/2005-2009 Thomas Perl and the gPodder Team/2005-2010
Thomas Perl and the gPodder Team/g'
2010-01-02 17:35:42 +01:00
Thomas Perl 6bd7717bc9 Threaded podcast adding with new GUI dialog
Adding one or more podcasts shows a dialog with
progress information when the process takes longer
than one second.
2009-09-12 15:32:10 +02:00
Thomas Perl dc08efdabc Add another fix for some notifications 2009-08-25 13:22:19 +02:00
Thomas Perl f025abb9d4 Bugfixes for the notification placement code 2009-08-25 12:39:14 +02:00
Thomas Perl bb6aedeaa2 Improve notification support; workaround notify-osd 2009-08-25 12:31:33 +02:00
Thomas Perl fdbf4371c2 Rework notifications and non-modal message displaying
Use libnotify when available for non-critical messages and
fall back to a custom-built widget that displays messages when
libnotify is not available.
2009-08-24 23:00:25 +02:00
Thomas Perl dd727884c8 Rename gpodder.widgets to gpodder.gtkui.widgets 2009-08-24 16:50:06 +02:00
Renamed from src/gpodder/widgets.py (Browse further)