summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2020-05-05Merge pull request #2714 from daschuer/lp1875013Jan Holthuis
Add the fallback to the internal libShout to cmake as well
2020-05-03Improve logging in case of internal libshout is usedDaniel Schürmann
2020-04-29Merge pull request #2707 from Holzhaus/serato-offset-correctionBe
Postpone Serato timing offset correction until audio signal properties are known
2020-04-28actually link against internal shout_mixxxDaniel Schürmann
2020-04-28Merge pull request #2689 from Be-ing/keyfinderDaniel Schürmann
add KeyFinder analyzer
2020-04-28use a common find_package(Shout) and put target_link_libraries to the else ↵Daniel Schürmann
branch
2020-04-28Merge branch 'master' of github.com:mixxxdj/mixxx into serato-offset-correctionJan Holthuis
2020-04-28Add aditional status message in case system installed libshout is not usefullDaniel Schürmann
2020-04-25Add the fallback to the internal libShout to cmake as wellDaniel Schürmann
This fixes lp1833225 also for cmake builds
2020-04-25track/serato: Determine timing offsets when audio signal properties are knownJan Holthuis
Sometimes, cue offsets depend on audio signal properties such as the track's sample rate. This is the case for cues imported from Serato when the track is imported with the MAD decoder. Before, the timing offsets were determined before the sample rate is known. This change allows postponing the offset calculation until the audio signal properties are known. Zulip Discussion: https://mixxx.zulipchat.com/#narrow/stream/109171-development/topic/Serato.20cue.20import/near/195090899 fixup
2020-04-25Split TagLib metadata import/export code into multiple filesUwe Klotz
2020-04-23Merge pull request #2621 from xerus2000/playlist-crate-refactorBe
Create BaseTrackSetFeature parent for CrateFeature & BasePlaylistFeature
2020-04-22Merge pull request #2658 from JosepMaJAZ/cmake-windows-debug-build-fixesBe
Windows CMake debug compilation fixes
2020-04-21Merge branch 'master' into playlist-crate-refactorxerus2000
2020-04-20AnalyzerKeyFinder: make KeyFinder optional with a CMake optionBe
cmake -DKEYFINDER=ON is required to build with KeyFinder
2020-04-20add AnalyzerKeyFinder for more accurate key analysisBe
and set it as the default key analyzer https://mixxx.zulipchat.com/#narrow/stream/109171-development/topic/KeyFinder
2020-04-19Rename BaseTrackCollectionFeature to BaseTrackSetFeaturexerus2000
2020-04-18Merge branch 'master' of github.com:mixxxdj/mixxx into mass-color-replaceJan Holthuis
2020-04-17Remove unsused class WidgetHiderUwe Klotz
2020-04-13FindOupus.cmake restored. Somehow now it does find it cleaning the cache...JosepMaJAZ
Also fixed some formatting errors.
2020-04-13This fixes some bugs building in debug:JosepMaJAZ
- do not use link time code generation since that slows down the build. - fixes if built with dynamically linked libraries. Note: Currently it needs manual copying of such dlls into the compiled directory (including the qt plugins). - Fixed detection of opus. I don't know why it didn't work as it was. Version included in CMake tools for visual studio is 3.16.19112601-MSVC_2 - Fixed a database driver initialization error. This should only happen if SQLITE_OMIT_AUTOINIT was set. I didn't saw where this could happen, so I simply call sqlite3_initialize() explicitly in dbconnection. It is a no-op operation if it is already initialized.
2020-04-12Merge branch 'master' of github.com:mixxxdj/mixxx into mass-color-replaceJan Holthuis
2020-04-12cmake: remove extraneous files from CMakeLists.txtHarshit Maurya
2020-04-12Merge branch 'master' into context-menuHarshit Maurya
2020-04-09CMake: Set some additional variables for the CPack WIX GeneratorJan Holthuis
2020-04-09CMake: Fix install paths on WindowsJan Holthuis
2020-04-09CMake: Set more CPack variablesJan Holthuis
2020-04-09Merge pull request #2569 from Holzhaus/controller-fixes-part2Be
Controllers: Don't needlessly copy presets into user directory
2020-04-09Merge pull request #2601 from uklotzde/audio_typesJan Holthuis
Audio types / stream properties / cue import
2020-04-08Merge branch 'master' of github.com:mixxxdj/mixxx into controller-fixes-part2Jan Holthuis
2020-04-08controllers: Move savePreset() from Controller into Preset classesJan Holthuis
2020-04-06update hidapi to 0.9.0Be
The original maintainer of hidapi (signal11) stopped responding to communication for a long time, so hidapi has been forked. It is now hosted by libusb at https://github.com/libusb/hidapi 0.9.0 is the first stable release since the fork.
2020-04-06Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into audio_types2Uwe Klotz
2020-04-02Create common BaseTrackCollectionFeature ancestor for crates & playlistsxerus
2020-04-02Merge branch 'master' into basetracktablemodelUwe Klotz
2020-04-01widget/wtrackproperty: introduce new class to decouple context menu from ↵Harshit Maurya
wtracktableview
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2020-03-30Add types for properties of PCM audio signals and streamsUwe Klotz
2020-03-29dialog/dlgreplacecolor: Add initial support for replacing hotcue colorsJan Holthuis
2020-03-29dialog: Add (non-working) replace color dialogJan Holthuis
2020-03-26CMake: Fix PortAudio package warningJan Holthuis
This fixes a CMake 3.17.0 complaint about the variable naming in our CMake module for PortAudio detection: CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message): The package name passed to `find_package_handle_standard_args` (PORTAUDIO) does not match the name of the calling package (PortAudio). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/modules/FindPortAudio.cmake:48 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:1321 (find_package) This warning is for project developers. Use -Wno-dev to suppress it.
2020-03-24Merge branch 'master' into basetracktablemodelUwe Klotz
2020-03-24Merge pull request #2560 from daschuer/hotcue-rgb-colorsJan Holthuis
Hotcue Buttons, Context Menu + Skin Improvements.
2020-03-20Merge branch 'master' into basetracktablemodelUwe Klotz
2020-03-20Merge pull request #2570 from Holzhaus/cmake-script-fixUwe Klotz
CMake: Add support for script directory
2020-03-20Merge pull request #2558 from uklotzde/usb_hidapi_udev_rulesJan Holthuis
Update USB HID/bulk udev rules
2020-03-20CMake: Add mixxx-script depedency for mixxx-libJan Holthuis
2020-03-20Merge pull request #2530 from Holzhaus/hotcue-rgb-color-pickerUwe Klotz
Make Hotcue RGB colors configurable
2020-03-19CMakeLists: Install QScriptEngine extensions, tooJan Holthuis
2020-03-19CMakeLists: Fix extension import error when running from build dirJan Holthuis