Commit graph

33 commits

Author SHA1 Message Date
MarkusHackspacher 49bb08c8a3 fix E502 the backslash is redundant between brackets 2018-05-08 10:43:56 +02:00
MarkusHackspacher 9a63417591 fix E226 missing whitespace around arithmetic operator
src/gpodder/gtkui/desktopfile.py
src/gpodder/gtkui/download.py
src/gpodder/gtkui/draw.py
2018-03-23 22:13:10 +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
MarkusHackspacher fcbaee227c Fix W291 trailing whitespace 2018-02-01 07:59:22 +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
Thomas Perl 5a7c30b359 Port to Python 3 2016-11-21 23:13:46 +01:00
Adam Voss 27dbe80782 Allow reordering of the download queue 2016-11-15 12:00:57 -06:00
Eric Le Lay 6cb0123aed single quote strings in updated code 2016-10-02 19:34:24 +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 ec427c5e0a Gtk UI: Move markup logic out of gpodder.download
The formatting and escaping of Pango markup belongs
to the gpodder.gtkui module, and should not be a
concern of the gpodder.download module.
2012-01-21 09:55:11 +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 d714be329e Make DownloadTask a child of PodcastEpisode 2011-07-16 18:04:07 +02:00
Thomas Perl 4376057001 Update copyright years 2011-04-01 18:59:53 +02:00
Thomas Perl d81f1f1b9b Maemo 5: Episode list style updates
Conflicts:

	src/gpodder/gtkui/frmntl/model.py
	src/gpodder/gui.py
2011-02-25 16:29:43 +01:00
Thomas Perl b40bf6ef5e Initial work on custom tree models 2010-11-20 17:47:23 +01:00
Thomas Perl 4dabfaa7b1 More space-efficient download progress size text 2010-11-18 18:09:49 +01:00
Thomas Perl 939fae75cf Download list: Display filesize in progress bar 2010-11-18 13:11:39 +01:00
Thomas Perl cf44f7c30e Code cleanup: Remove unused imports 2010-05-17 18:26:13 +02:00
Thomas Perl 59cc2510f3 Don't show "0.0 B" in download list
Do not try to display the file size for
episodes with an unknown file size.
2010-03-16 12:15:05 +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 c8ae9e5c65 Add episode actions dialog for Maemo 5 2009-12-22 17:01:47 +01:00
Thomas Perl 1f15881a3c Fix download list style on Maemo 5 (Maemo bug 4687)
This makes the primary and secondary text in the
download list take the style from the sytem theme.
2009-11-16 15:21:57 +01:00
Thomas Perl 133883412a Redesign download list contents (multiline) 2009-09-22 18:53:14 +02:00
Thomas Perl 39146bd4c7 Refactor treeview handling in main window
Move some signals and properties to the .ui
file; remove unneeded functionality; merge
common functionality for all treeviews; add
gPodder-specific attributes for tooltips and
other parts of the code.
2009-09-05 00:12:53 +02:00
Thomas Perl 965cecfa7f Refactor DownloadStatusManager to DownloadStatusModel
Cleans up some GTK+ requirements of gpodder.services and makes
the purpose of DownloadStatusModel vs. DownloadQueueManager
clearer to the developer.
2009-08-24 16:17:32 +02:00