Commit Graph

20 Commits

Author SHA1 Message Date
Craig Drummond
7b54cdbe60 Try to always use fontawesome icons 2017-07-03 18:12:17 +01:00
Craig Drummond
b63c6fbe26 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
a0cc59a528 Better icon? 2017-04-07 17:57:03 +01:00
Craig Drummond
5a9f7b96bb Add button on podcasts page to show only unplayed podcasts.
Issue #968
2017-04-03 20:08:45 +01:00
Craig Drummond
0a73215867 Update (c) year 2017-04-02 18:45:30 +01:00
Eugene Shalygin
52d125e455 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
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
fc6082baad More font-awesome icons... 2015-09-06 11:57:11 +01:00
Craig Drummond
8a0ccf092c 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
de7d46d06f Add refresh button to podcasts
#705
2015-07-25 20:25:19 +01:00
Craig Drummond
2fde0ea0ac Fix compile errors and wrnings with KDE builds
#690
2015-07-07 23:13:59 +01:00
Craig Drummond
3c73db5d0d Add actions to view after init, so that standard actions are first 2015-07-04 21:22:56 +01:00
Craig Drummond
487fd0f3c0 Move view settings into menu button for each view 2015-06-27 17:06:14 +01:00
Craig Drummond
7c092c8a8f List of widgets, not just toolbuttons 2015-06-22 18:52:54 +01:00
Craig Drummond
2d80fa74db - Fix crash (using proxy, so need to map to source)
- Fix refresh prompt
2015-06-21 23:09:12 +01:00
Craig Drummond
41a0351f98 Add actions 2015-06-20 12:38:39 +01:00
Craig Drummond
a97649bd12 Filtering 2015-06-20 09:06:13 +01:00
Craig Drummond
11012ae522 Add proxy for podcasts 2015-06-20 08:45:36 +01:00
Craig Drummond
5f414c8ec7 Add subscribe, configure, and refresh actions 2015-06-20 00:01:39 +01:00
Craig Drummond
d394f1868a Oops forgot to add these!!! 2015-06-19 23:05:58 +01:00