summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourceprovider.h
AgeCommit message (Expand)Author
2020-10-26SoundSourceProviderRegistry: Use display name as identifierUwe Klotz
2020-10-26SoundSourceProvider: Expose display name as constantUwe Klotz
2020-06-06Use override and default in sources classesDaniel Schürmann
2019-05-14Auto-format src/sourcesUwe Klotz
2017-02-03Delete obsolete function after migration to std::shared_ptrUwe Klotz
2017-01-18Replace some QSharedPointer with std::shared_ptrUwe Klotz
2016-08-21Create and cache a single SoundSource provider for each plugin libraryUwe Klotz
2016-08-20Encapsulate allocation of SoundSourceProvider in functionUwe Klotz
2016-08-20Move definition of SoundSourceProviderPointerUwe Klotz
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-05-11Replace NULL with nullptrUwe Klotz
2015-11-25Use the term "cooperative" for priority hint (review comments)Uwe Klotz
2015-11-23Parameterize priority hints by file extension (review comments)Uwe Klotz
2015-11-23Move Priority out of SoundSourceProviderUwe Klotz
2015-11-23C++11: Use strongly typed enum for provider priorityUwe Klotz
2015-11-23Give each SoundSourceProvider an inherent priorityUwe Klotz
2015-08-27Hide SoundSourceProvicerPointer from plugin APIUwe Klotz
2015-06-04Reorder and add missing #include directivesUwe Klotz
2015-06-02Correctly distinguish between "file extension" and "SoundSource type"Uwe Klotz
2015-05-16Give SoundSource providers a nameUwe Klotz
2015-05-16Introduce SoundSourceProvider interfaceUwe Klotz