summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-01-16Merge pull request #4610 from uklotzde/taglib-id3v2Jan Holthuis
2022-01-15Merge pull request #4627 from Holzhaus/controllerscriptinterfacelegacy-qhash-fixOwen Williams
2022-01-16ControllerScriptInterfaceLegacy: Do not modify QHash while iterating over itJan Holthuis
2022-01-16Merge pull request #4617 from ronso0/beat-library-focusDaniel Schürmann
2022-01-16Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2022-01-15Merge pull request #4624 from Holzhaus/qfswatcher-empty-pathsSwiftb0y
2022-01-15ControllerScriptEngineLegacy: Only remove FS watcher paths if not emptyJan Holthuis
2022-01-15SeratoMarkers2: Always skip trailing null byte when parsing stringJan Holthuis
2022-01-15SeratoMarkers(2): Cast size to quint32 during serializationJan Holthuis
2022-01-15SoundManagerConfig: Fix undefined default ctor andr remove empty dtorJan Holthuis
2022-01-14WTrackMenu: Use operator| instead of operator+ for QKeySequenceJan Holthuis
2022-01-14SeratoFeature: Add missing QTextCodec includeJan Holthuis
2022-01-14WEffectPushButton: Include necessary QActionGroup classJan Holthuis
2022-01-14WColorPicker: Use obsolete QGridLayout::setMargin()Jan Holthuis
2022-01-14LaunchImage: Use proper QStyleOption::initFrom() methodJan Holthuis
2022-01-12WBeatSpinBox/AutoDJ spinbox: Enter & Esc also move focus to libraryronso0
2022-01-11PlayerManager: Add support for loading location into next free deckJan Holthuis
2022-01-11QmlPlayerManagerProxy: Remove useless signals and use method insteadJan Holthuis
2022-01-11PlayerManager: Add support for load-and-play track by locationJan Holthuis
2022-01-11LibraryControl: Disable most slots if running in QML modeJan Holthuis
2022-01-11Rename functionUwe Klotz
2022-01-11lp1956819: Show log messages from "js" category on `--controller-debug` (#4612)Jan Holthuis
2022-01-10TagLib::ID3v2: Add const qualifiers to loop variablesUwe Klotz
2022-01-10TagLib::ID3v2: Use range-based for loops and downcastFrame()Uwe Klotz
2022-01-09Merge pull request #4583 from JoergAtGithub/Use_makeCompressedConnectionJan Holthuis
2022-01-09Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2022-01-08Merge pull request #4605 from uklotzde/export-track-metadata-paramsUwe Klotz
2022-01-08ID3v2 parsing: Improve readability and log warningsUwe Klotz
2022-01-08Provide a context for QT_TRANSLATE_NOOPDaniel Schürmann
2022-01-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2022-01-08Revert "replace QT_TR_NOOP with QT_TRANSLATE_NOOP to offer some context."Uwe Klotz
2022-01-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2022-01-08replace QT_TR_NOOP with QT_TRANSLATE_NOOP to offer some context.Daniel Schürmann
2022-01-07Fix Qt 5.15 build errorsUwe Klotz
2022-01-07Merge pull request #4536 from ronso0/lib-selection-tweaksUwe Klotz
2022-01-07fixup! Library: keep selection when search is less specificronso0
2022-01-07Merge pull request #4603 from uklotzde/trackdaoJan Holthuis
2022-01-07Beats deserialization: Fix misleading warning logs if no data availableUwe Klotz
2022-01-06SoundSourceProxy: Use SyncTrackMetadataParamsUwe Klotz
2022-01-06Export track metadata: Pass synchronization parameters explicitlyUwe Klotz
2022-01-06TrackCollectionManager: Replace qAsConst with std::as_constUwe Klotz
2022-01-06Revert "test: Disable broken check in SoundProxyTest.getTypeFromFile"Jan Holthuis
2022-01-06SoundSource: Fix broken file type detection if file suffix is misleadingJan Holthuis
2022-01-06Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2022-01-05Linearize control flow in TrackRecord::checkSourceSyncStatus()Uwe Klotz
2022-01-05TrackDAO::saveTrack(): Return success/failure resultUwe Klotz
2022-01-05test: Disable broken check in SoundProxyTest.getTypeFromFileJan Holthuis
2022-01-05test: Fix tempfile handling and remove unnecessary utility functionsJan Holthuis
2022-01-03Merge pull request #4599 from JoergAtGithub/controlobjectscripttest_cleanupJan Holthuis
2022-01-03This fixes the fail of all tests in controlobjectscripttest.cpp on a local Li...JoergAtGithub