Commit Graph

33 Commits

Author SHA1 Message Date
MarkusHackspacher 3ce9cd55e7 remove too many blank lines 2018-07-24 14:11:05 +02:00
MarkusHackspacher 82f41f4c21 sorting imports
with isort -y -rc
see #393
2018-07-24 11:08:10 +02:00
MarkusHackspacher 0a851a1302 fix E265 block comment should start with '# ' 2018-05-16 18:17:52 +02:00
MarkusHackspacher 71383c18b7 fix E226 missing whitespace around arithmetic operator
in src/gpodder/gtkui/desktop/
see issue https://github.com/gpodder/gpodder/issues/393
2018-03-18 01:22:00 +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
Eric Le Lay 942a96bb83 fix another stray str call 2016-11-26 16:25:41 +01:00
Thomas Perl 5a7c30b359 Port to Python 3 2016-11-21 23:13:46 +01:00
Eric Le Lay 9c9399c1be fix #1 - gtk3: keyboard navigation broken in Find new podcasts
By not letting search Entry grab focus if not realized.
Also always re-enable search (see
https://github.com/gpodder/gpodder/issues/146)
2016-09-28 11:48:20 +02:00
Eric Le Lay 60426eddbc fix unicode error when adding linux luddites - ogg
The title is unicode when put in the model but comes out as str.
It needs to be converted back to unicode (long '-' in the title)
otherwise there is an error in model.py#_format_description
2016-09-27 14:19:21 +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 89ffd7a746 Fix PyGTK 2.16 compatibility issues (bug 1964) 2014-10-29 12:28:05 +01:00
Thomas Perl c022d9e453 Gtk UI: New podcast directory UI 2014-10-22 21:23:06 +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 672ae57e49 Gtk UI: Import titles from OPML / directory (bug 1711)
We now prefer titles from the podcast directory and OPML
files to the title in the feed. For URL-only adds, we still
use the title from the feed.
2012-11-17 12:53:00 +01:00
Thomas Perl dc06483bbd Threading: Use util.run_in_background to spawn threads
This makes it easier to check where threading is used
and will allow us to better handle creation of threads.
2012-07-10 13:52:34 +02:00
Thomas Perl fee813ba18 Gtk UI: Welcome window and directory improvements 2012-03-08 10:52:21 +01:00
Thomas Perl 990cebe9b9 First try on the new JSON-based config module 2012-02-04 19:21:51 +01:00
Thomas Perl 5205a4b71d Update copyright years (add 2012) 2012-01-09 21:19:24 +01:00
Thomas Perl 4376057001 Update copyright years 2011-04-01 18:59:53 +02:00
Thomas Perl 66cc798b02 Remove set_finger_friendly + finger_friendly_widgets 2011-02-01 18:06:24 +01:00
Thomas Perl 052aeb6959 Config: rename "opml_url" and "toplist_url" 2010-12-20 01:37:25 +01:00
Thomas Perl bb96523a88 Fix issue with opening OPML files 2010-10-24 22:42:17 +02:00
Thomas Perl 425050e862 Podcast directory: Add gpodder.net search (bug 1121)
This is just a preliminary support workaround until
the new podcast directory window is being implemented.
2010-08-23 23:37:25 +02:00
Thomas Perl cf44f7c30e Code cleanup: Remove unused imports 2010-05-17 18:26:13 +02:00
Thomas Perl d66307bcb9 Remove podcast.de search option (bug 889)
The search option is currently broken. We will
replace it with my.gpodder.org in the future.
2010-02-25 01:38:31 +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 1c1ce9cd84 Bugfix in Podcast Directory on Desktop 2009-09-09 14:03:00 +02:00
Thomas Perl 31544aa498 New podcast directory dialog for Maemo 4 2009-09-09 00:20:24 +02:00
Renamed from src/gpodder/gtkui/interface/podcastdirectory.py (Browse further)