summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-01-09Remove obsolete QPainter::HighQualityAntiAliasing renderer hintJan Holthuis
2020-01-09mixxx: Replace deprecated QPalette::Background with QPalette::WindowJan Holthuis
2019-12-30Prevent infinite loop when decoding corrupt MP3 filesUwe Klotz
2019-12-12Prevent temporary copies of QListUwe Klotz
2019-12-10Send a single signal after modifying multiple playlistsUwe Klotz
2019-12-10Fix indentation/whitespacesUwe Klotz
2019-12-10Rename function/signal/slot parameterUwe Klotz
2019-12-10Fix function signaturesUwe Klotz
2019-11-26Merge pull request #2369 from Be-ing/release_2.2.3Be
2019-11-26release Mixxx 2.2.3Be
2019-11-26User right group for "ViewMenu_ShowSkinSettings", fixes lp1851993.Daniel Schürmann
2019-11-23use static_cast instead of dynamic_castBe
2019-10-24fix scaling of cover art on high pixel density screensBe
2019-10-24WaveformRenderMark: fix scaling for high DPI screensBe
2019-10-23Merge pull request #2237 from daschuer/lp1829601Uwe Klotz
2019-10-22Merge pull request #2321 from uklotzde/2.2_libraryscanner_db_cleanupDaniel Schürmann
2019-10-20Switch from XML to JSON and fix response parsingUwe Klotz
2019-10-20Switch from HTTP to HTTPSUwe Klotz
2019-10-20Backport AcoustidClient from masterUwe Klotz
2019-10-09Add comments and link to bugUwe Klotz
2019-10-09Move codeUwe Klotz
2019-10-08Fix database inconsistencies caused by LibraryScannerUwe Klotz
2019-10-05Fix debug assertion when decoding corrupt filesUwe Klotz
2019-10-05Recover from FLAC deocding errorsUwe Klotz
2019-10-04Merge pull request #2309 from daschuer/2.2_cachingreaderUwe Klotz
2019-10-03change remaining !size() to isEmpty()Daniel Schürmann
2019-10-03Remove commented debugging codeDaniel Schürmann
2019-10-03invert warning condition and remove debug leftover.Daniel Schürmann
2019-10-03Fix critical() in case of two consecutive track loadsDaniel Schürmann
2019-10-03Reorder calls for a better documentation. Don't clean up chunks before a new ...Daniel Schürmann
2019-10-03Add missing initializationUwe Klotz
2019-10-03Fix compiler warnings and disambiguate namingUwe Klotz
2019-10-03move workReady call to CachingReaderWorker::newTrack()Daniel Schürmann
2019-10-03Remove obsolete virtual functionsUwe Klotz
2019-10-03Use a QAtomicInt for storing the CachingReader stateUwe Klotz
2019-10-02Add lost lineUwe Klotz
2019-10-02Rename factory functionUwe Klotz
2019-10-02Revert renaming of memberUwe Klotz
2019-10-02move freeAllChunks() to the engine thread and use a std::atomic enum for stateDaniel Schürmann
2019-10-01Delete self-recursive #include directiveUwe Klotz
2019-10-01Merge pull request #2253 from Be-ing/audio_interface_bugDaniel Schürmann
2019-10-01overcomplicate code to avoid reconfiguring sound HW one more timeBe
2019-10-01SoundManagerConfig: make constructor explicitBe
2019-10-01SoundDeviceId: simplify constructorBe
2019-10-01SoundManagerConfig: use named constants for XML attributes & elementsBe
2019-10-01SoundDevicePortAudio: make ALSA hw device regex a constantBe
2019-10-01DlgPrefSoundItem: use default-constructed SoundDeviceId for "None"Be
2019-09-30SoundDeviceId: add comments; code formattingBe
2019-09-30Merge pull request #2293 from uklotzde/2.2_globaltrackcacheDaniel Schürmann
2019-09-29DlgPrefSound: don't reinitialize sound hardware when nothing changesBe