Commit Graph

31 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 a90fa0b521 fix W391 blank line at end of file 2018-02-11 21:51:40 +01:00
MarkusHackspacher 9dca8e0506 fix E306 expected 1 blank line before a nested definition 2018-02-06 18:33:52 +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 213b3e3207 working add podcast by url 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 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 5205a4b71d Update copyright years (add 2012) 2012-01-09 21:19:24 +01:00
Thomas Perl 7fef70e658 Remove support for Fremantle Gtk+ UI
We will only support the QML UI on Fremantle in "tres".
2011-07-16 18:35:14 +02: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 61b3179a1b Remove support for Maemo 4 (Diablo) 2011-02-01 17:59:00 +01:00
Thomas Perl e6fc040baf Don't paste text with spaces as URL 2010-12-02 13:41:31 +01:00
Thomas Perl c73eaa8b22 Don't paste from clipboard with "-s" (bug 1132)
If an URL is given on the command line via "-s",
do not try to paste an URL from the clipboard.
2010-09-27 00:40:24 +02:00
Thomas Perl ca07124965 Fix action button style in Maemo 5 dialogs 2010-05-28 18:09:57 +02:00
Thomas Perl 1149150285 Auto-insert URLs from clipboard (bug 1007)
When the clipboard contains text that looks
like a valid feed URL, paste the URL into the
add new podcast dialog.
2010-05-10 14:19:06 +02: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 9107e62c4d Deactive automatic uppercase on Maemo 4 (Maemo bug 5184)
This is a backport of the Fremantle-based fixes for
Maemo 4. Thanks to Daniel Martin Yerga for the hint.
2009-09-28 16:54:39 +02:00
Thomas Perl 18572b4cc3 No capitalization and word completion for URLs (Maemo bug 5184)
Thanks to Daniel Martin Yerga for reporting this bug.
2009-09-24 15:31:10 +02:00
Thomas Perl 3b4623a2b1 More Fremantle UI changes + split Maemo/Fremantle files 2009-09-15 22:35:46 +02:00
Thomas Perl 49e6b1029c Customize the UI of the "Add podcast" dialog
Specific version for Maemo 4 and the Desktop version.
2009-09-05 18:47:27 +02:00
Thomas Perl 648bf00fcf Remove some MAEMO handling + add Maemo 4 fixes to UI 2009-09-02 18:40:52 +02:00
Thomas Perl 74bb593baf Rework podcast subscription in gPodder GUI
This currently blocks the UI, but allows for
a much cleaner and easier approach later on.
2009-08-25 16:19:14 +02:00
Thomas Perl c512cd1181 Move gPodderAddPodcast from gui.py to gtkui.interface 2009-08-24 19:10:52 +02:00