Clementine-audio-player-Mac.../src/internet
John Maguire 313ca6932c Never cache get file requests for Google Drive as the downloadUrl needs to be up to date. 2012-10-23 16:14:39 +02:00
..
digitallyimportedclient.cpp Use the new DI.fm/SKY.fm authentication API. Fixes issue 2909 2012-05-13 15:44:11 +01:00
digitallyimportedclient.h Add a generic class for the "cached list of stuff" pattern used by last.fm and di.fm/sky.fm for keeping friend lists or stream lists around and refreshing them after a certain length of time 2011-11-06 00:02:32 +00:00
digitallyimportedservicebase.cpp Add support for JAZZRADIO.com 2012-08-08 20:32:11 +01:00
digitallyimportedservicebase.h Add support for JAZZRADIO.com 2012-08-08 20:32:11 +01:00
digitallyimportedsettingspage.cpp Show the di.fm/sky.fm "Expires on" date on a separate line 2011-11-05 21:46:34 +00:00
digitallyimportedsettingspage.h Refactoring: remove a couple of the AlbumCoverLoader instances and instead use a shared CurrentArtLoader. 2012-02-26 14:40:51 +00:00
digitallyimportedsettingspage.ui Use an undocumented sky.fm/di.fm api to handle premium account logins, allowing us to remove dodgy code to scrape login information for each service individually 2011-11-02 23:55:45 +00:00
digitallyimportedurlhandler.cpp Add source icons for JazzRadio and SoundCloud 2012-08-09 22:36:39 +02:00
digitallyimportedurlhandler.h Refactoring: instead of passing individual pointers to useful core classes (like TaskManager or LibraryBackend) to each class that uses them, pass one singleton-like Application instance everywhere. 2012-02-26 14:40:51 +00:00
fixlastfm.cpp Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
fixlastfm.h Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
geolocator.cpp Add missing copyright headers 2012-06-23 11:31:48 +01:00
geolocator.h Add missing copyright headers 2012-06-23 11:31:48 +01:00
googledriveclient.cpp Never cache get file requests for Google Drive as the downloadUrl needs to be up to date. 2012-10-23 16:14:39 +02:00
googledriveclient.h Add a context menu to google drive items 2012-08-24 19:33:05 +01:00
googledriveservice.cpp When the user opens the Google Drive section for the first time, open the settings dialog to prompt them to login instead of opening a browser to start OAuth straight away. Also fix a bug where the user's email address would be lost on subsequent authentications. 2012-08-24 21:26:10 +01:00
googledriveservice.h When the user opens the Google Drive section for the first time, open the settings dialog to prompt them to login instead of opening a browser to start OAuth straight away. Also fix a bug where the user's email address would be lost on subsequent authentications. 2012-08-24 21:26:10 +01:00
googledrivesettingspage.cpp Disable the google drive login button after starting the browser, re-enable it again when the user comes back to the Clementine window. 2012-08-24 21:33:33 +01:00
googledrivesettingspage.h Disable the google drive login button after starting the browser, re-enable it again when the user comes back to the Clementine window. 2012-08-24 21:33:33 +01:00
googledrivesettingspage.ui Track google drive login state better: show the user's email address in the settings dialog and let him sign out. Also remove the drive folder model which wasn't used yet because uploads aren't done. 2012-08-17 21:50:54 +01:00
googledriveurlhandler.cpp Add URL handler for googledrive URLs and fetch a new temporary 2012-07-26 16:35:57 +02:00
googledriveurlhandler.h Add URL handler for googledrive URLs and fetch a new temporary 2012-07-26 16:35:57 +02:00
groovesharkradio.cpp Make 'ExtractSongs' not return valid song if 'result' is invalid/empty 2011-12-01 21:46:16 +01:00
groovesharkradio.h Add Grooveshark autoplay radio 2011-11-29 23:52:19 +01:00
groovesharkservice.cpp Clean GS pending requests when removing items, and don't try to modify non-existing items when receiving obsolete replies. Fix a crash when user tries to refresh GS items before every reply has been received 2012-08-09 00:51:00 +02:00
groovesharkservice.h Remove useless code in groovesharkservice 2012-08-04 00:38:18 +02:00
groovesharksettingspage.cpp Remove useless network_ attribute in some settings pages. Thanks Alan 2011-12-06 23:39:26 +01:00
groovesharksettingspage.h Remove useless network_ attribute in some settings pages. Thanks Alan 2011-12-06 23:39:26 +01:00
groovesharksettingspage.ui Rename GrooveShark to Grooveshark everywhere, as it is actually named like this 2011-10-05 21:59:15 +02:00
groovesharkurlhandler.cpp Add Grooveshark autoplay radio 2011-11-29 23:52:19 +01:00
groovesharkurlhandler.h Add a source column to the playlist view with appropriate icons. 2012-01-04 11:56:09 +00:00
icecastbackend.cpp Refactoring: instead of passing individual pointers to useful core classes (like TaskManager or LibraryBackend) to each class that uses them, pass one singleton-like Application instance everywhere. 2012-02-26 14:40:51 +00:00
icecastbackend.h Refactoring: instead of passing individual pointers to useful core classes (like TaskManager or LibraryBackend) to each class that uses them, pass one singleton-like Application instance everywhere. 2012-02-26 14:40:51 +00:00
icecastfilterwidget.cpp Use qocoa for icecast filter. 2012-06-28 11:39:49 +02:00
icecastfilterwidget.h Revert "Typedef QSearchField to old LineEdit on non Mac, and make it compatible with QSearchField" 2012-07-12 14:04:29 +02:00
icecastfilterwidget.ui Fix placeholder text in library & icecast filters. 2012-06-28 11:40:09 +02:00
icecastitem.h Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
icecastmodel.cpp Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
icecastmodel.h Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
icecastservice.cpp 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
icecastservice.h 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
internetmimedata.h Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
internetmodel.cpp Merge branch 'master' into drive 2012-08-09 12:59:09 -07:00
internetmodel.h Add a new PlayBehaviour (MultiplesItems) for loading playlits' songs by drag'n'drop for Internet services. 2012-07-29 01:35:05 +02:00
internetplaylistitem.cpp Add the ability to have custom actions for PlaylistItems, and InternetPlaylistItems (through services). Add 'add to playlists' actions for Grooveshark 2011-11-06 16:12:44 +01:00
internetplaylistitem.h Add the ability to have custom actions for PlaylistItems, and InternetPlaylistItems (through services). Add 'add to playlists' actions for Grooveshark 2011-11-06 16:12:44 +01:00
internetservice.cpp Factorize some code for creating song item in Grooveshark and Spotify 2012-06-27 21:19:30 +02:00
internetservice.h Factorize some code for creating song item in Grooveshark and Spotify 2012-06-27 21:19:30 +02:00
internetsongmimedata.h Add Grooveshark songs as internet items, when adding them from global search, so user can use all GS custom actions 2011-11-24 00:30:11 +01:00
internetview.cpp 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
internetview.h Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
internetviewcontainer.cpp Search on Grooveshark on the left/Internet tab directly, instead of Grooveshark magic playlist. 2012-06-27 01:21:57 +02:00
internetviewcontainer.h 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
internetviewcontainer.ui 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
jamendodynamicplaylist.cpp Correct another QStringBuilder/QString conversion 2012-02-20 20:38:50 +01:00
jamendodynamicplaylist.h Add missing copyright headers 2011-11-28 20:07:18 +01:00
jamendoplaylistitem.cpp Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
jamendoplaylistitem.h Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
jamendoservice.cpp Change the Jamendo logic a bit: 2012-06-19 21:07:58 +01:00
jamendoservice.h Change the Jamendo logic a bit: 2012-06-19 21:07:58 +01:00
lastfmcompat.cpp Add a compatibility header so liblastfm and liblastfm1 can both be used with the same source. 2012-06-28 18:40:20 +01:00
lastfmcompat.h Add a compatibility header so liblastfm and liblastfm1 can both be used with the same source. 2012-06-28 18:40:20 +01:00
lastfmservice.cpp Add a compatibility header so liblastfm and liblastfm1 can both be used with the same source. 2012-06-28 18:40:20 +01:00
lastfmservice.h Add a compatibility header so liblastfm and liblastfm1 can both be used with the same source. 2012-06-28 18:40:20 +01:00
lastfmsettingspage.cpp Add an option to prefer AlbumArtist tag over Artist when scrobbling to Last.fm. Fixes issue 2901 2012-05-13 16:05:17 +01:00
lastfmsettingspage.h Refactor the last.fm, magnatune, spotify and di.fm settings pages - moving the login state display into a separate widget. 2011-08-27 22:01:28 +01:00
lastfmsettingspage.ui Add an option to prefer AlbumArtist tag over Artist when scrobbling to Last.fm. Fixes issue 2901 2012-05-13 16:05:17 +01:00
lastfmstationdialog.cpp Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
lastfmstationdialog.h Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
lastfmstationdialog.ui Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
lastfmurlhandler.cpp Revert "Move TaskManager::Task and UrlHandler::LoadResult structs out of their parent classes - PythonQt doesn't understand nested structs." 2011-07-23 15:32:12 +01:00
lastfmurlhandler.h Add a source column to the playlist view with appropriate icons. 2012-01-04 11:56:09 +00:00
magnatunedownloaddialog.cpp Add an Add Podcast dialog 2012-03-06 18:39:34 +00:00
magnatunedownloaddialog.h Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
magnatunedownloaddialog.ui Consistently use lower case k for kbps. 2011-11-24 16:52:03 +01:00
magnatuneplaylistitem.cpp Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
magnatuneplaylistitem.h Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
magnatuneservice.cpp 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
magnatuneservice.h 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
magnatunesettingspage.cpp Refactor the last.fm, magnatune, spotify and di.fm settings pages - moving the login state display into a separate widget. 2011-08-27 22:01:28 +01:00
magnatunesettingspage.h Refactor the last.fm, magnatune, spotify and di.fm settings pages - moving the login state display into a separate widget. 2011-08-27 22:01:28 +01:00
magnatunesettingspage.ui Fix the tab order in the magnatune settings page so password comes after username 2011-11-27 17:53:54 +00:00
magnatuneurlhandler.cpp Revert "Move TaskManager::Task and UrlHandler::LoadResult structs out of their parent classes - PythonQt doesn't understand nested structs." 2011-07-23 15:32:12 +01:00
magnatuneurlhandler.h Add a source column to the playlist view with appropriate icons. 2012-01-04 11:56:09 +00:00
oauthenticator.cpp Track google drive login state better: show the user's email address in the settings dialog and let him sign out. Also remove the drive folder model which wasn't used yet because uploads aren't done. 2012-08-17 21:50:54 +01:00
oauthenticator.h Track google drive login state better: show the user's email address in the settings dialog and let him sign out. Also remove the drive folder model which wasn't used yet because uploads aren't done. 2012-08-17 21:50:54 +01:00
savedradio.cpp Remove a non-const reference 2012-08-26 14:22:38 +01:00
savedradio.h 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
searchboxwidget.cpp Always display "did you mean" widget in top of all windows. 2012-07-01 23:55:54 +02:00
searchboxwidget.h Revert "Typedef QSearchField to old LineEdit on non Mac, and make it compatible with QSearchField" 2012-07-12 14:04:29 +02:00
searchboxwidget.ui Port searchboxwidget to qocoa. 2012-06-28 11:39:55 +02:00
somafmservice.cpp Alphabetically sort SomaFM streams. 2012-03-15 15:42:22 +01:00
somafmservice.h 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
somafmurlhandler.cpp Soma.Fm: Improved playlist handling (copied from DI.fm handler) 2012-09-16 19:53:58 +02:00
somafmurlhandler.h Refactoring: instead of passing individual pointers to useful core classes (like TaskManager or LibraryBackend) to each class that uses them, pass one singleton-like Application instance everywhere. 2012-02-26 14:40:51 +00:00
soundcloudservice.cpp Add simple context menu to soundcloud items 2012-08-09 00:16:16 +02:00
soundcloudservice.h Add simple context menu to soundcloud items 2012-08-09 00:16:16 +02:00
spotifyblobdownloader.cpp Use libspotify 12.1.45. 2012-06-07 12:35:24 +02:00
spotifyblobdownloader.h Verify the signatures of spotify blob files downloaded at runtime. Should protect against MITM attacks, and compromises of our server. 2011-11-05 01:12:28 +00:00
spotifyserver.cpp Support toplists in the ui. 2012-06-12 15:53:23 +02:00
spotifyserver.h Support toplists in the ui. 2012-06-12 15:53:23 +02:00
spotifyservice.cpp Separate out spotify blob downloader into a new optional component. 2012-09-03 17:38:07 +02:00
spotifyservice.h Search on Spotify on the left/Internet tab directly, instead of Spotify magic playlist (like for Grooveshark) 2012-06-28 23:57:51 +02:00
spotifysettingspage.cpp Separate out spotify blob downloader into a new optional component. 2012-09-03 17:38:07 +02:00
spotifysettingspage.h Remove useless network_ attribute in some settings pages. Thanks Alan 2011-12-06 23:39:26 +01:00
spotifysettingspage.ui Add settings for spotify bitrate and volume normalisation 2011-11-27 17:29:33 +00:00