Commit Graph

30 Commits

Author SHA1 Message Date
Craig Drummond
9cbc9de146 When marking podcast episodes for download, and 'show only uplayed' is checked, then only download unplayed episodes.
Closes #1313
2018-06-23 09:47:29 +01:00
Craig Drummond
83fab176b8 When toggle 'Show Unplayed' go to top 2018-05-25 18:19:12 +01:00
Craig Drummond
67f5fa513d Change icon 2018-05-25 18:15:26 +01:00
Craig Drummond
5d6dadd738 Reduce number of confirmation dialogs.
Closes #1289
2018-05-23 22:36:08 +01:00
Craig Drummond
c5e7fa9c0d Use AUTOMOC 2018-03-07 19:04:14 +00:00
Craig Drummond
a559a9d88f Add information text to views when these would otherwise be blank. 2018-02-14 18:04:15 +00:00
Craig Drummond
de2793c436 For consistency, place podcast view items in a View menu 2018-02-01 18:10:17 +00:00
Craig Drummond
fce42c4c47 Add missing 'configure' option to podcast menu.
Issue #1160
2018-01-08 18:52:42 +00:00
Craig Drummond
445d1497ac Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
948026d73b Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
91cdabec62 Try to always use fontawesome icons 2017-07-03 18:12:17 +01:00
Craig Drummond
e67d6e3a23 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
7875bf73f4 Better icon? 2017-04-07 17:57:03 +01:00
Craig Drummond
376f45c3c9 Add button on podcasts page to show only unplayed podcasts.
Issue #968
2017-04-03 20:08:45 +01:00
Craig Drummond
a2f007a2b7 Update (c) year 2017-04-02 18:45:30 +01:00
Eugene Shalygin
d1aa070351 fix crash on start-up
PodcastWidget constructor calls view->setModel() which in turn calls
slots of the PodcastWidget object. Some slots are virtual and thus
virtual PodcastWidget::controlActions() is called wiht uninitialized
object. In particular, actions are not created. Workaround the crash by
moving action creation before the setModel() call.
2016-04-23 01:40:46 +02:00
Craig Drummond
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
e88e23d266 More font-awesome icons... 2015-09-06 11:57:11 +01:00
Craig Drummond
623f46dd43 New options to add songs to play queue - 'add and play', 'append and
play', and 'insert after current'
#680
2015-08-10 18:00:44 +01:00
Craig Drummond
517b0e4989 Add refresh button to podcasts
#705
2015-07-25 20:25:19 +01:00
Craig Drummond
be8dcbb4b8 Fix compile errors and wrnings with KDE builds
#690
2015-07-07 23:13:59 +01:00
Craig Drummond
e7365f7acb Add actions to view after init, so that standard actions are first 2015-07-04 21:22:56 +01:00
Craig Drummond
5fe2db6319 Move view settings into menu button for each view 2015-06-27 17:06:14 +01:00
Craig Drummond
a4c9371dd9 List of widgets, not just toolbuttons 2015-06-22 18:52:54 +01:00
Craig Drummond
ce8a21e437 - Fix crash (using proxy, so need to map to source)
- Fix refresh prompt
2015-06-21 23:09:12 +01:00
Craig Drummond
c0151930e5 Add actions 2015-06-20 12:38:39 +01:00
Craig Drummond
d9de89c180 Filtering 2015-06-20 09:06:13 +01:00
Craig Drummond
3bfce20b98 Add proxy for podcasts 2015-06-20 08:45:36 +01:00
Craig Drummond
bce0f39156 Add subscribe, configure, and refresh actions 2015-06-20 00:01:39 +01:00
Craig Drummond
a8709610ab Oops forgot to add these!!! 2015-06-19 23:05:58 +01:00