summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2021-04-05SoundSourceProviderFFmpeg: Rename local variableUwe Klotz
2021-04-04Merge pull request #3769 from Holzhaus/soundsourceffmpeg-clang-tidyBe
SoundSourceFFmpeg: Fix some clang-tidy warnings
2021-04-04SoundSourceFFmpeg: Fix some clang-tidy warningsJan Holthuis
2021-04-04Added missing virtual destructor in GainCalculatorDaniel Schürmann
2021-04-04Merge pull request #3767 from daschuer/syncejectJan Holthuis
Remove unused eject from SyncControl
2021-04-04Remove unused eject from SyncControlDaniel Schürmann
2021-04-03AnalyzerKeyFinder: fix invalid e-major keySwiftb0y
Fixes that tracks previously detected as e-major by the KeyFinder analyzer were translated into having an invalid key.
2021-04-02Adopt bpm as base bpm when enable sync with no track loadedDaniel Schürmann
2021-04-02Don't change the internal baseBpm away from the value adopted from a deckDaniel Schürmann
2021-04-02Adjust determineBpmMultiplier() that it returns the same decission ↵Daniel Schürmann
independent from which deck it is called
2021-03-28Merge pull request #3752 from Holzhaus/hss1394-warningsUwe Klotz
Fix Hss1394Controller warnings
2021-03-28Hss1394Controller: Increate log level severity to WarningJan Holthuis
2021-03-27Hss1394Controller: Print Warning if not all bytes were sentJan Holthuis
2021-03-27Hss1394Controller: Remove unused variablesJan Holthuis
2021-03-24PredefinedColorPalettes: remove rekordbox CDJ paletteSwiftb0y
2021-03-24PredefinedColorPalettes: Add Rekordbox Hotcue Color PalettesJan Holthuis
2021-03-21Revert "library: Move color column to the left" (again)Uwe Klotz
This reverts commit 9d89a9fe501ab8cd9d20aaf375d0d606749710ac.
2021-03-20Merge pull request #3409 from Holzhaus/serato-tag-exportBe
2021-03-20Merge pull request #3708 from ronso0/help-hyperlinkDaniel Schürmann
Help menu: use north-east arrow as hyperlink suffix
2021-03-20Revert "Track: Only import valid colors"Uwe Klotz
This reverts commit 4018b72424533b12e29e5acdbf1de33b1d9cc875.
2021-03-20Track: Only import valid colorsUwe Klotz
2021-03-20Track: Split boolean expressions of property import (test and set)Uwe Klotz
2021-03-20Track: Do nothing and return if unmodifiedUwe Klotz
2021-03-20Merge branch '2.3' into track-beatsUwe Klotz
2021-03-19InternalClock: Use forward declaration for EngineChannelJan Holthuis
2021-03-19Merge pull request #3729 from Holzhaus/serato-cue-import-keep-otherUwe Klotz
Do not discard cue types that can't be imported by SeratoCueImporter (lp1920087)
2021-03-19SeratoCueInfoImporter: Skip checking cue types that are never importedJan Holthuis
2021-03-19Track: Preserve all cues with a type that is not in the importerJan Holthuis
2021-03-19Track: Improve comment regarding preserving cues on importJan Holthuis
Co-Authored-By: Uwe Klotz <uklotz@mixxx.org>
2021-03-19DlgPrefLibrary: Rephrase Serato Metadata Export messageJan Holthuis
Co-authored-by: Be <be.0@gmx.com>
2021-03-19Delete obsolete commentUwe Klotz
2021-03-19Import track color from Serato in locking scopeUwe Klotz
2021-03-19Prepare to move import of Serato tags into locking scopeUwe Klotz
2021-03-19Delete obsolete FIXME for Serato cue importUwe Klotz
2021-03-19Simplify import of Serato tagsUwe Klotz
2021-03-19CueInfoImporter: Add canImportCueType method to interfaceJan Holthuis
2021-03-19Track: Do not discard all cue types on import unnecessarily (lp1920087)Jan Holthuis
When importing Serato Metadata from file tags, the current hotcues are overwritten with the hotcues from Serato. This is correct behavior. But in addition to that, the main cue and the intro/outro cues are reset as well. This is unnecessary because Serato metadata doesn't store this information anyway. Launchpad issue: https://bugs.launchpad.net/mixxx/+bug/1920087
2021-03-19Add TODO for importing Serato metadataUwe Klotz
2021-03-19Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into track-beatsUwe Klotz
2021-03-19Help menu: use hyperlink icon only when directing to online manualronso0
2021-03-19Help menu: don't show hyperlink icon on macOSronso0
2021-03-19Help menu: use north-east arrow as hyperlink iconronso0
Co-authored-by: Daniel Schürmann <daschuer@mixxx.org>
2021-03-19Merge pull request #3726 from uklotzde/streaminfoJan Holthuis
Complete missing StreamInfo reported by source from metadata
2021-03-19Merge pull request #3722 from uklotzde/track-metadata-exportJan Holthuis
Track: Prevent modification of metadata during export by normalization
2021-03-18Log import of Serato beats and cues for debuggingUwe Klotz
2021-03-18Fix handling of dirty flag after updating beatsUwe Klotz
2021-03-18DlgPrefLibrary: Add "(experimental)" to Serato metadata export checkboxJan Holthuis
2021-03-18Merge pull request #3725 from uklotzde/dlgtrackinforonso0
DlgTrackInfo: Fix display of bitrate
2021-03-18Complete missing StreamInfo reported by source from metadataUwe Klotz
2021-03-18DlgPrefLibrary: Improve Serato Metadata Export warning messageJan Holthuis