Clementine-audio-player-Mac.../src/globalsearch
David Sansome bbf99fdd0b Change Spotify to use the new MessageHandler, remove SpotifyMessageHandler 2012-01-08 15:10:11 +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 Initialise the item lists for simple search providers on startup so they can be used to populate the global search suggestions. 2011-11-08 18:35:33 +00:00
digitallyimportedsearchprovider.h Make the Configure... button work for di.fm/sky.fm in the search settings page 2011-11-06 16:41:00 +00:00
globalsearch.cpp Make the enabled/disabled state of a global search provider separate from its logged in state - means that now Grooveshark and Spotify providers will be enabled as soon as you login 2011-11-28 14:18:20 +00:00
globalsearch.h Make the enabled/disabled state of a global search provider separate from its logged in state - means that now Grooveshark and Spotify providers will be enabled as soon as you login 2011-11-28 14:18:20 +00:00
globalsearchitemdelegate.cpp Treat URLs specially in the global search widget 2011-11-11 22:11:25 +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
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 Don't save the enabled state for a provider if that provider isn't logged in. The enabled state would always get set to false in this case since the checkbox is disabled in the UI, regardless of its actual state. 2011-12-01 14:30:36 +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 Use a better search icon for the global search settings page - in the Mint-X theme the old icon was 22x22 only. 2011-11-08 20:20:25 +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 Fix the black background on the global search tooltip on Windows 7 2011-12-10 17:36:57 +00:00
globalsearchtooltip.h Implement the global search tooltip options 2011-11-05 19:09:26 +00:00
globalsearchwidget.cpp Display global search results when focusing on global search box only if reason is 'mouseFocus' 2011-12-10 13:22:17 +00:00
globalsearchwidget.h Clicking an artist or tag in the song info tabs now does a global search instead of searching just last.fm 2011-11-11 21:35:25 +00:00
globalsearchwidget.ui Change "Search everywhere" back to "Search for anything" - it better describes what we want the user to do with the input box 2011-11-08 18:37:00 +00:00
groovesharksearchprovider.cpp 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
groovesharksearchprovider.h Give the last.fm global search provider a config dialog 2011-11-05 17:11:02 +00:00
icecastsearchprovider.cpp Make the enabled/disabled state of a global search provider separate from its logged in state - means that now Grooveshark and Spotify providers will be enabled as soon as you login 2011-11-28 14:18:20 +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 Initialise the item lists for simple search providers on startup so they can be used to populate the global search suggestions. 2011-11-08 18:35:33 +00:00
lastfmsearchprovider.h Give the last.fm global search provider a config dialog 2011-11-05 17:11:02 +00:00
librarysearchprovider.cpp Make the enabled/disabled state of a global search provider separate from its logged in state - means that now Grooveshark and Spotify providers will be enabled as soon as you login 2011-11-28 14:18:20 +00:00
librarysearchprovider.h Make the enabled/disabled state of a global search provider separate from its logged in state - means that now Grooveshark and Spotify providers will be enabled as soon as you login 2011-11-28 14:18:20 +00:00
savedradiosearchprovider.cpp Treat URLs specially in the global search widget 2011-11-11 22:11:25 +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 Make the enabled/disabled state of a global search provider separate from its logged in state - means that now Grooveshark and Spotify providers will be enabled as soon as you login 2011-11-28 14:18:20 +00:00
simplesearchprovider.cpp Display di.fm suggestions in the global search box properly 2011-11-29 14:29:48 +00:00
simplesearchprovider.h Show some suggested queries in the global search widget 2011-11-06 16:30:42 +00:00
somafmsearchprovider.cpp Initialise the item lists for simple search providers on startup so they can be used to populate the global search suggestions. 2011-11-08 18:35:33 +00:00
somafmsearchprovider.h Add a SomaFM search provider 2011-11-06 00:02:32 +00:00
spotifysearchprovider.cpp Change Spotify to use the new MessageHandler, remove SpotifyMessageHandler 2012-01-08 15:10:11 +00:00
spotifysearchprovider.h Use pb::spotify instead of spotify_pb for the protobuf namespace 2012-01-07 23:26:27 +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 Use QPalette::BrightText for global search results for better contrast on Mac. 2011-12-13 14:18:25 +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
urlsearchprovider.cpp Remove the <xiphcomment.h> include from song.h so that windows headers don't infect everything else. Also move other bits of song.h into song.cpp, and reduce the number of includes in song.h. 2011-11-28 13:56:55 +00:00
urlsearchprovider.h Treat URLs specially in the global search widget 2011-11-11 22:11:25 +00:00