Clementine-audio-player-Mac.../src/internet
John Maguire 0d743a2065 Fix some style issues in subsonic. 2013-01-24 17:48:58 +01:00
..
cloudfileservice.cpp Support indexing files from Skydrive. 2012-12-13 14:27:21 +01:00
cloudfileservice.h Support indexing files from Skydrive. 2012-12-13 14:27:21 +01: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 Revert "Try out C++11 strongly typed enums." 2012-12-05 09:36:22 +00:00
digitallyimportedservicebase.h Add ROCKRADIO.com. Fixes issue 3295 2012-11-18 11:18:51 +11: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 ROCKRADIO.com. Fixes issue 3295 2012-11-18 11:18:51 +11: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
dropboxauthenticator.cpp Factor out oauth redirect & HTTP server logic. 2012-11-30 14:54:23 +01:00
dropboxauthenticator.h Factor out oauth redirect & HTTP server logic. 2012-11-30 14:54:23 +01:00
dropboxservice.cpp Refactor cloud tagging into base class. 2012-12-06 14:23:27 +01:00
dropboxservice.h Refactor cloud tagging into base class. 2012-12-06 14:23:27 +01:00
dropboxsettingspage.cpp Actually start authorisation against Dropbox when login clicked. 2012-11-29 20:53:00 +01:00
dropboxsettingspage.h Sort out dropbox authentication & storing credentials; 2012-11-29 20:48:34 +01:00
dropboxsettingspage.ui Fix name of Dropbox settings page. 2012-11-30 11:24:07 +01:00
dropboxurlhandler.cpp Read tags from dropbox files. 2012-11-29 20:48:34 +01:00
dropboxurlhandler.h Read tags from dropbox files. 2012-11-29 20:48:34 +01: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 Stop logging geolocation. 2012-11-07 13:35:36 +01:00
geolocator.h Add missing copyright headers 2012-06-23 11:31:48 +01:00
googledriveclient.cpp More or less working Skydrive authentication. 2012-12-12 18:34:15 +01:00
googledriveclient.h Factor out Google Drive specific code from OAuthenticator. 2012-12-12 17:41:52 +01:00
googledriveservice.cpp Refactor cloud tagging into base class. 2012-12-06 14:23:27 +01:00
googledriveservice.h Refactor cloud tagging into base class. 2012-12-06 14:23:27 +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 Add settings page for Ubuntu One. 2012-11-27 19:56:47 +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 Revert "Try out C++11 strongly typed enums." 2012-12-05 09:36:22 +00:00
groovesharkservice.h Port remaining calls in GroovesharkService to closures. 2012-10-12 13:43:55 +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 Disable automatic conversions to QUrl from strings. 2012-09-26 17:09:13 +02: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 Port IcecastService to closures. 2012-10-12 14:12:19 +02:00
icecastservice.h Port IcecastService to closures. 2012-10-12 14:12:19 +02:00
internetmimedata.h Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
internetmodel.cpp Revert "Recursive UserPlaylist adding, subsonic uses UserPlaylist for folders" 2013-01-09 21:47:51 +00:00
internetmodel.h Revert revision 42fb7f9b42. 2012-10-15 23:03:01 +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 Revert "Try out C++11 strongly typed enums." 2012-12-05 09:36:22 +00:00
lastfmservice.h Port last.fm service to closures. 2012-10-12 14:31:31 +02: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
localredirectserver.cpp Factor out oauth redirect & HTTP server logic. 2012-11-30 14:54:23 +01:00
localredirectserver.h Factor out oauth redirect & HTTP server logic. 2012-11-30 14:54:23 +01:00
magnatunedownloaddialog.cpp Disable automatic conversions to QUrl from strings. 2012-09-26 17:09:13 +02: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 fetch magnatune library until service is expanded. Fixes issue 3440 2013-01-22 23:30:15 +01: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 Support member function pointers in Closure. 2012-12-13 16:27:55 +01:00
oauthenticator.h More or less working Skydrive authentication. 2012-12-12 18:34:15 +01:00
savedradio.cpp Disable automatic conversions to QUrl from strings. 2012-09-26 17:09:13 +02: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
skydriveservice.cpp Make skydrive urls playable. 2012-12-13 14:44:59 +01:00
skydriveservice.h Make skydrive urls playable. 2012-12-13 14:44:59 +01:00
skydriveurlhandler.cpp Make skydrive urls playable. 2012-12-13 14:44:59 +01:00
skydriveurlhandler.h Make skydrive urls playable. 2012-12-13 14:44:59 +01: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 Revert "Try out C++11 strongly typed enums." 2012-12-05 09:36:22 +00:00
spotifyservice.h Remove the SpecialPlaylistType class, it hasn't been used since Spotify and Grooveshark search results went into the sidebar tree. 2012-10-30 22:53:09 -07: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
subsonicservice.cpp Fix some style issues in subsonic. 2013-01-24 17:48:58 +01:00
subsonicservice.h Fix some style issues in subsonic. 2013-01-24 17:48:58 +01:00
subsonicsettingspage.cpp Invalidate Subsonic browser tree when login state changes 2012-02-01 21:32:57 +00:00
subsonicsettingspage.h Hooked up LoginStateWidget for Subsonic settings 2012-02-01 21:32:00 +00:00
subsonicsettingspage.ui Minimal SubsonicService and SubsonicSettingsPage to show up in UI 2012-02-01 21:32:00 +00:00
subsonicurlhandler.cpp Simplify Subsonic URL handling 2013-01-09 22:20:55 +00:00
subsonicurlhandler.h Simplify Subsonic URL handling 2013-01-09 22:20:55 +00:00
ubuntuoneauthenticator.cpp Remove another couple of C++11 range-based for loop. 2012-11-29 11:49:26 +01:00
ubuntuoneauthenticator.h Add settings page for Ubuntu One. 2012-11-27 19:56:47 +01:00
ubuntuoneservice.cpp Support indexing files from Skydrive. 2012-12-13 14:27:21 +01:00
ubuntuoneservice.h Refactor cloud tagging into base class. 2012-12-06 14:23:27 +01:00
ubuntuonesettingspage.cpp Add settings page for Ubuntu One. 2012-11-27 19:56:47 +01:00
ubuntuonesettingspage.h Add settings page for Ubuntu One. 2012-11-27 19:56:47 +01:00
ubuntuonesettingspage.ui Remove/work around missing features in Qt < 4.7 2012-11-28 19:02:14 +01:00
ubuntuoneurlhandler.cpp Beginnings of playback from Ubuntu One file store. 2012-11-27 18:35:06 +01:00
ubuntuoneurlhandler.h Add Ubuntu One playlist source icon. 2012-11-28 17:52:46 +01:00