John Maguire
|
ab0ae4414b
|
Alphabetically sort SomaFM streams.
Fixes issue #2807
|
2012-03-15 15:42:22 +01:00 |
David Sansome
|
0aa473b88d
|
Give the kde4 protocol files a unique prefix so they don't conflict with other packages. Fixes issue 2804
Also install them in the RPM .spec to fix the Fedora builds
|
2012-03-14 13:09:28 +00:00 |
Arnaud Bienner
|
4e54634504
|
Reset current_covert_art when player is stopped
|
2012-03-13 23:15:53 +01:00 |
Arnaud Bienner
|
2a4ab30a69
|
Connect player->playlistview signals directly in playlistview, now that we have an Application object which holds player.
|
2012-03-13 22:59:18 +01:00 |
Arnaud Bienner
|
57e41af461
|
Use large covers for Grooveshark songs.
As now, there is possiblity to set cover as playlist background, it's nicer, with larger images.
|
2012-03-13 22:53:55 +01:00 |
David Sansome
|
e3b88a72db
|
Add a quick check for OpenGL support in QGLFormat before initialising ProjectM visualisations. Might fix a crash when OpenGL is unavailable. Fixes issue 2741
|
2012-03-12 21:26:19 +00:00 |
David Sansome
|
69779374c2
|
Fix a funny fading bug in the podcast info widget that would occur because a ResizeEvent was being sent with oldSize() == size().
|
2012-03-12 21:12:01 +00:00 |
David Sansome
|
096b90716d
|
Fix a compile error with Clang
|
2012-03-12 21:11:33 +00:00 |
David Sansome
|
204f7acbfa
|
Merge branch 'podcasts'. Fixes issue 44
|
2012-03-12 19:40:31 +00:00 |
David Sansome
|
5327b72f0b
|
Implement the "Delete after x days" feature for listened podcasts.
|
2012-03-12 19:35:47 +00:00 |
John Maguire
|
d819c88ff8
|
Fix crash on exit on Mac.
Fixes issue #2661
|
2012-03-12 18:11:10 +01:00 |
John Maguire
|
63ee8b2e55
|
Update a couple of old debug statements.
|
2012-03-12 17:25:05 +01:00 |
John Maguire
|
c91024ad33
|
Add support for NSObject to QDebug.
|
2012-03-12 17:25:04 +01:00 |
John Maguire
|
8e89838621
|
Support loading multiple files or a folder from dropping on the Mac dock icon.
Fixes issue #2787
|
2012-03-12 17:24:53 +01:00 |
David Sansome
|
a5107b7dfc
|
Add the normal playlist actions to the podcast context menu
|
2012-03-12 16:21:05 +00:00 |
David Sansome
|
40858d26c5
|
Add an "Add Podcast" menu item to the main Music menu, and always display new podcasts in the list when adding them
|
2012-03-12 14:11:24 +00:00 |
David Sansome
|
c5f5b8b597
|
Register Podcast list metatypes for Qt < 4.7
|
2012-03-12 14:10:56 +00:00 |
David Sansome
|
09dfd31630
|
Add a qHash(QUrl) overload for Qt < 4.7
|
2012-03-12 14:10:16 +00:00 |
Clementine Buildbot
|
287b3fcb1f
|
Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer)
|
2012-03-12 10:02:27 +01:00 |
David Sansome
|
07158bd71b
|
Make the quick_prefixes list not static
|
2012-03-11 21:07:36 +00:00 |
David Sansome
|
578d3259ad
|
Fix some copy+paste
|
2012-03-11 21:07:25 +00:00 |
David Sansome
|
2cd281ad7a
|
Add default podcast URL handlers for gnome and KDE
|
2012-03-11 19:31:24 +00:00 |
David Sansome
|
2750877a72
|
Support iTunes and Zune podcast URL schemes through SongLoader
|
2012-03-11 18:14:53 +00:00 |
David Sansome
|
f16fc8867e
|
Allow podcasts to be added through the normal SongLoader mechanism (dragging to the playlist, on the commandline, "Add Stream", etc.)
|
2012-03-11 17:57:15 +00:00 |
David Sansome
|
c27b8a5e95
|
Fix some broken behaviour in SongLoader when loading a playlist that was bigger than one GstBuffer. The pipeline would be stopped early because it was still asynchronously moving to the PLAYING state.
|
2012-03-11 17:20:12 +00:00 |
David Sansome
|
0cfeeb467a
|
Add menu actions for deleting downloaded data and marking episodes as new/listened. Enable/disable actions depending on what's selected, allow actions to affect multiple items.
|
2012-03-11 15:36:35 +00:00 |
David Sansome
|
75a897e92d
|
Don't require each InternetService to keep track of its own current index - do it in the model instead
|
2012-03-11 14:44:43 +00:00 |
David Sansome
|
93938d3bcd
|
Allow whole podcasts to be dragged to the playlist as well as individual episodes
|
2012-03-11 14:11:15 +00:00 |
David Sansome
|
8cc971fa93
|
Mark podcast episodes as listened when they're listened to
|
2012-03-11 12:27:48 +00:00 |
David Sansome
|
19a971c7cd
|
Add support for adding podcast episodes to the playlist
|
2012-03-10 23:39:09 +00:00 |
David Sansome
|
c204dd31fb
|
Don't crash when double clicking in the Add Podcast dialog
|
2012-03-10 23:38:54 +00:00 |
David Sansome
|
9873ed083a
|
Set the gpodder.net login state widget's login state properly when opening the podcasts settings page.
|
2012-03-10 22:43:05 +00:00 |
David Sansome
|
d538b71809
|
Add buttons and menu items to open the Podcast settings page. Also route these requests through Application rather than InternetModel
|
2012-03-10 22:39:24 +00:00 |
David Sansome
|
d004875b0f
|
Start downloading podcast episodes automatically if the setting is enabled
|
2012-03-10 22:26:53 +00:00 |
David Sansome
|
792a2e239d
|
Better (some) UI feedback of downloading podcasts. Also fix a bug parsing the timestamps you see in some RSS feeds
|
2012-03-10 21:06:16 +00:00 |
Arnaud Bienner
|
b676676b9a
|
Precompute the (CPU expensive) opacity filter in a new set_background_image function.
Also, convert the image and modify only alpha channel
|
2012-03-10 18:55:22 +01:00 |
David Sansome
|
b0dd1bd284
|
Add a podcast downloader
|
2012-03-10 15:32:36 +00:00 |
David Sansome
|
71fe57b3ae
|
Record the time of the last successful podcast update
|
2012-03-10 12:32:35 +00:00 |
David Sansome
|
034da1717c
|
deviceUpdates takes timestamps in seconds, not milliseconds. Also do updates from gpodder.net every 30 minutes
|
2012-03-10 12:25:58 +00:00 |
David Sansome
|
794ffa883e
|
Strip whitespace from the ends of URLs before fetching them
|
2012-03-09 20:02:26 +00:00 |
David Sansome
|
87a9e41cd5
|
Add a context menu item to remove a podcast
|
2012-03-09 20:02:12 +00:00 |
David Sansome
|
3cafaf52ae
|
If there's a URL on the clipboard, fill in the textbox on the add by URL page automatically. Set focus on the query textbox when going to a page, and select the first podcast automatically when results arrive.
|
2012-03-09 19:12:45 +00:00 |
David Sansome
|
e6640f1d10
|
Fix a parse error on RSS feeds that had non-self atom links
|
2012-03-09 18:58:05 +00:00 |
David Sansome
|
f501098998
|
Fix a segfault when unsubscribing from a podcast
|
2012-03-09 18:57:54 +00:00 |
David Sansome
|
1fc8b85ff6
|
Fix compilation on Windows
|
2012-03-09 18:40:51 +00:00 |
David Sansome
|
d62d874a89
|
Mostly working gpodder.net syncing
|
2012-03-09 18:40:51 +00:00 |
David Sansome
|
ec392ea155
|
Fix the Create Account link in the podcasts settings dialog, set a proper icon, and handle errors logging in to gpodder.net
|
2012-03-09 18:40:51 +00:00 |
John Maguire
|
62ea8bd4eb
|
Detect battery presence on Mac.
|
2012-03-09 17:29:55 +01:00 |
David Sansome
|
1abf059d16
|
Add a Podcasts settings page and the start of some gpodder.net syncing
|
2012-03-09 15:26:38 +00:00 |
David Sansome
|
b9e08bbfe6
|
Update podcasts on a schedule and on demand. Update them immediately after subscribing, and make episodes appear in the tree.
|
2012-03-09 15:26:15 +00:00 |