Clementine-audio-player-Mac.../src/globalsearch
David Sansome 691cb9a392 Treat URLs specially in the global search widget 2011-11-11 22:11:25 +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 Treat URLs specially in the global search widget 2011-11-11 22:11:25 +00:00
globalsearch.h Treat URLs specially in the global search widget 2011-11-11 22:11:25 +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
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 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
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 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 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.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 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 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 Show some suggested queries in the global search widget 2011-11-06 16:30:42 +00:00
librarysearchprovider.h Show some suggested queries in the global search widget 2011-11-06 16:30:42 +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 Show some suggested queries in the global search widget 2011-11-06 16:30:42 +00:00
simplesearchprovider.cpp Show some suggested queries in the global search widget 2011-11-06 16:30:42 +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 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
urlsearchprovider.cpp Treat URLs specially in the global search widget 2011-11-11 22:11:25 +00:00
urlsearchprovider.h Treat URLs specially in the global search widget 2011-11-11 22:11:25 +00:00