Craig Drummond
b6bd94c236
Update (c) year
2022-01-08 21:24:07 +00:00
Craig Drummond
cb8cbb6002
Add "Refresh" action to hover actions for podcasts.
...
Issue #1753
2021-11-12 21:34:52 +00:00
Craig Drummond
31b8a6d9b9
Revert "Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings""
...
This reverts commit be9c1e74e0 .
2021-07-29 12:00:04 +01:00
Craig Drummond
be9c1e74e0
Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings"
...
This reverts commit cb18837d11 , reversing
changes made to b296cf7113 .
2021-07-28 19:44:57 +01:00
John Regan
93c4ea12c3
fix deprecation: QSet::toList
2021-07-20 08:44:23 -04:00
Craig Drummond
11bb7571c9
Update (c) year
2021-01-01 10:06:43 +00:00
Craig Drummond
d7b3965b9b
Update (c) year
2020-01-01 11:51:13 +00:00
Craig Drummond
8ecda06a18
Remove 'Show Unplayed Only' podcasts action, reported to cause crash when
...
refreshing lists.
I have no time to look into the actual cause.
Closes #1540
2019-10-05 17:13:02 +01:00
Craig Drummond
cb9efe205f
Update (c) year
2019-09-15 15:56:58 +01:00
Craig Drummond
dc0d678d7d
Add action to export current podcast subscriptions
...
Issue #1359
2018-09-04 20:22:13 +01:00
Craig Drummond
7cc0adaa1f
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
09535f46dc
When toggle 'Show Unplayed' go to top
2018-05-25 18:19:12 +01:00
Craig Drummond
a92e6d2ba7
Change icon
2018-05-25 18:15:26 +01:00
Craig Drummond
7a0998ace1
Reduce number of confirmation dialogs.
...
Closes #1289
2018-05-23 22:36:08 +01:00
Craig Drummond
eff0e66d39
Use AUTOMOC
2018-03-07 19:04:14 +00:00
Craig Drummond
b7e8021a36
Add information text to views when these would otherwise be blank.
2018-02-14 18:04:15 +00:00
Craig Drummond
6f7ad79719
For consistency, place podcast view items in a View menu
2018-02-01 18:10:17 +00:00
Craig Drummond
7f0eb4ab95
Add missing 'configure' option to podcast menu.
...
Issue #1160
2018-01-08 18:52:42 +00:00
Craig Drummond
2139d3dbb8
Update (c) year
2018-01-01 10:11:39 +00:00
Craig Drummond
6e100a5ef5
Use for(var: list) and not foreach(var, list)
2017-11-27 22:36:53 +00:00
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