summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourceproxy.h
AgeCommit message (Expand)Author
2021-05-13Indicate if modified/unmodified when importing track metadataUwe Klotz
2021-05-13Track metadata import/update: Rename enumerationUwe Klotz
2021-05-11Import metadata and cover image without temporary track objectUwe Klotz
2021-04-02Refactor the Sandbox interface for FileInfo/FileAccessUwe Klotz
2021-03-11Preferences: Allow enabling/disabling Serato Metadata exportJan Holthuis
2020-10-26SoundSourceProxy: Add and improve documentationUwe Klotz
2020-10-26SoundSourceProxy: Allow to select a single providerUwe Klotz
2020-10-26Serato import: Guess MP3 timing offset for primary decoderUwe Klotz
2020-10-26SoundSourceProviderRegistry: Use display name as identifierUwe Klotz
2020-09-28Externalize forward declarations for Track objectUwe Klotz
2020-04-25Fix import of Serato cue points during library scanUwe Klotz
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-21Lift enum into global namespaceUwe Klotz
2019-06-21Avoid unnecessary type conversionsUwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2019-03-26Fix misc. typos and whitespaceluz.paz
2018-09-19Remove SoundSource plugins. Move SoundSourceM4A and SoundSourceWV into Mixxx.RJ Skerry-Ryan
2018-02-24void passing a Track plain pointerDaniel Schürmann
2018-02-20Prevent concurrent read/write access of track filesUwe Klotz
2018-02-20Update database in main thread when deleting tracksUwe Klotz
2017-11-06Minor code reorderingsUwe Klotz
2017-11-06Rename member function (once again)Uwe Klotz
2017-11-06More renamings to improve consistencyUwe Klotz
2017-11-06Add a flag for explicitly requesting to save/export track metadataUwe Klotz
2017-11-06Reorder and optimize code for exporting track metadataUwe Klotz
2017-11-06Prepare next level of metadata synchronizationUwe Klotz
2017-11-06Export track metadata only if it has been modified (still disabled)Uwe Klotz
2017-11-06More expressive Audio- and MetadataSource interfacesUwe Klotz
2017-11-06Disable failing test for SoundSourceFFmpegUwe Klotz
2017-06-28Update cover art without overwriting user selectionUwe Klotz
2017-06-28Delete unused enum constantUwe Klotz
2017-06-27Eliminate side-effects from SoundSourceProxy constructorUwe Klotz
2017-06-24Control how and when track metadata is reloaded from filesUwe Klotz
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-04-26Move src/soundsourceproxy.h/cpp to src/sources.RJ Ryan