Clementine-audio-player-Mac.../src/globalsearch
David Sansome e3b7afbdf2 Add "Your radio streams" global search provider 2011-11-06 15:00:50 +00:00
..
common.cpp Add a DBus interface onto the global search engine, and add a KDE krunner plugin that performs global searches in Clementine. 2011-10-19 23:17:24 +01:00
common.h Add a DBus interface onto the global search engine, and add a KDE krunner plugin that performs global searches in Clementine. 2011-10-19 23:17:24 +01:00
digitallyimportedsearchprovider.cpp Remove some redundant parameters from DigitallyImportedServiceBase and move the subclasses (which are now empty) into the same file. 2011-11-04 22:54:27 +00:00
digitallyimportedsearchprovider.h Load the list of sky.fm/di.fm streams using the undocumented API, getting artwork for each stream as well. 2011-11-04 22:31:19 +00:00
globalsearch.cpp Implement the options to hide/show the global search box, and to hide/show all other search boxes. 2011-11-05 19:09:37 +00:00
globalsearch.h Implement the options to hide/show the global search box, and to hide/show all other search boxes. 2011-11-05 19:09:37 +00:00
globalsearchitemdelegate.cpp Consistently use "Various artists" with a lower case "a" 2011-10-30 16:53:39 +00:00
globalsearchitemdelegate.h Show a big track count indicator and provider icons in global search results 2011-09-17 16:21:08 +01:00
globalsearchpopup.cpp Initialise a GlobalSearch in main and pass it around, so providers can register themselves 2011-09-24 14:44:23 +01:00
globalsearchpopup.h Initialise a GlobalSearch in main and pass it around, so providers can register themselves 2011-09-24 14:44:23 +01:00
globalsearchpopup.mm Improve the behaviour of the search popup on Mac. 2011-09-16 15:48:21 +02:00
globalsearchpopup.ui Improve the behaviour of the search popup on Mac. 2011-09-16 15:48:21 +02:00
globalsearchservice.cpp Comments from revision 9a739a3346 2011-10-23 15:44:24 +01:00
globalsearchservice.h Add a DBus interface onto the global search engine, and add a KDE krunner plugin that performs global searches in Clementine. 2011-10-19 23:17:24 +01:00
globalsearchsettingspage.cpp Update each provider's logged-in state in the global search settings dialog when returning to the global search page. 2011-11-05 17:19:42 +00:00
globalsearchsettingspage.h Update each provider's logged-in state in the global search settings dialog when returning to the global search page. 2011-11-05 17:19:42 +00:00
globalsearchsettingspage.ui Add a settings page for global search - doesn't save yet 2011-10-30 18:52:38 +00:00
globalsearchsortmodel.cpp Add a DBus interface onto the global search engine, and add a KDE krunner plugin that performs global searches in Clementine. 2011-10-19 23:17:24 +01:00
globalsearchsortmodel.h Sort the results in the popup list, prevent the user from searching for short strings 2011-08-29 03:29:51 +01:00
globalsearchtooltip.cpp Implement the global search tooltip options 2011-11-05 19:09:26 +00:00
globalsearchtooltip.h Implement the global search tooltip options 2011-11-05 19:09:26 +00:00
globalsearchwidget.cpp Implement the options to hide/show the global search box, and to hide/show all other search boxes. 2011-11-05 19:09:37 +00:00
globalsearchwidget.h Implement the global search tooltip options 2011-11-05 19:09:26 +00:00
globalsearchwidget.ui Remove the individual provider buttons from the global search widget and replace them with one settings button instead. Also tweak the appearance of the tooltip 2011-11-05 16:57:33 +00:00
groovesharksearchprovider.cpp Give the last.fm global search provider a config dialog 2011-11-05 17:11:02 +00:00
groovesharksearchprovider.h Give the last.fm global search provider a config dialog 2011-11-05 17:11:02 +00:00
icecastsearchprovider.cpp Add an icecast search provider, refactor a couple of other bits 2011-11-06 00:02:32 +00:00
icecastsearchprovider.h Add an icecast search provider, refactor a couple of other bits 2011-11-06 00:02:32 +00:00
lastfmsearchprovider.cpp Give the last.fm global search provider a config dialog 2011-11-05 17:11:02 +00:00
lastfmsearchprovider.h Give the last.fm global search provider a config dialog 2011-11-05 17:11:02 +00:00
librarysearchprovider.cpp Load the list of sky.fm/di.fm streams using the undocumented API, getting artwork for each stream as well. 2011-11-04 22:31:19 +00:00
librarysearchprovider.h Add an icecast search provider, refactor a couple of other bits 2011-11-06 00:02:32 +00:00
savedradiosearchprovider.cpp Add "Your radio streams" global search provider 2011-11-06 15:00:50 +00:00
savedradiosearchprovider.h Add "Your radio streams" global search provider 2011-11-06 15:00:50 +00:00
searchprovider.cpp Add an icecast search provider, refactor a couple of other bits 2011-11-06 00:02:32 +00:00
searchprovider.h Add an icecast search provider, refactor a couple of other bits 2011-11-06 00:02:32 +00:00
simplesearchprovider.cpp Add a DBus interface onto the global search engine, and add a KDE krunner plugin that performs global searches in Clementine. 2011-10-19 23:17:24 +01:00
simplesearchprovider.h Don't reload di.fm and sky.fm streams all the time 2011-10-01 17:41:28 +01:00
somafmsearchprovider.cpp Add a SomaFM search provider 2011-11-06 00:02:32 +00:00
somafmsearchprovider.h Add a SomaFM search provider 2011-11-06 00:02:32 +00:00
spotifysearchprovider.cpp Give the last.fm global search provider a config dialog 2011-11-05 17:11:02 +00:00
spotifysearchprovider.h Give the last.fm global search provider a config dialog 2011-11-05 17:11:02 +00:00
tooltipactionwidget.cpp Make the tooltip actions work properly by click and shortcut key, add a pretty mouseover animation to the tooltip actions, pass mouse events through to the proper widget when the tooltip is open. 2011-09-18 23:07:57 +01:00
tooltipactionwidget.h Make the tooltip actions work properly by click and shortcut key, add a pretty mouseover animation to the tooltip actions, pass mouse events through to the proper widget when the tooltip is open. 2011-09-18 23:07:57 +01:00
tooltipresultwidget.cpp Add a DBus interface onto the global search engine, and add a KDE krunner plugin that performs global searches in Clementine. 2011-10-19 23:17:24 +01:00
tooltipresultwidget.h Add a "Switch provider" action when there is more than one provider for a search result 2011-09-19 00:29:09 +01:00