summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Collapse)Author
2020-11-24Rename Windows build environment fileJan Holthuis
2020-11-22GH Actions: deploy macOS builds to downloads.mixxx.orgBe
and disable deployment from Travis
2020-11-22add allow-unsigned-executable-memory macOS entitlement for JS JITBe
2020-11-14fix minimum macOS version to 10.12 required by Qt 5.12Be
2020-11-13Upgrade to libusb/hidapi v0.10.0Uwe Klotz
2020-11-10enable com.apple.security.cs.allow-jit entitlement on macOSBe
This is now required to run JavaScript with the hardened runtime required for notorization. https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_cs_allow-jit
2020-11-08Remove PR check and address some CodeFactor Bash warnings.RJ Skerry-Ryan
2020-11-08Deploy dmg and deb files built on Travis to downloads.mixxx.org.RJ Skerry-Ryan
Adds an RSA key that is authorized to login to downloads-hostgator.mixxx.org. This key is encrypted with a password which is provided as a Travis secure variable.
2020-11-06Merge pull request #3271 from uklotzde/cmake_install_libdirJan Holthuis
CMake: Replace hard-coded install dirs with GNUInstallDirs
2020-11-06Delete unused compile definition UNIX_LIB_PATHUwe Klotz
2020-11-06Merge pull request #3057 from uklotzde/soundsourcesJan Holthuis
SoundSource: Dynamically determine audio decoder for fixing timing offsets
2020-11-01Merge pull request #3132 from JoergAtGithub/cover_art_as_library_tooltipUwe Klotz
Implemented correct output for the cover art tooltip
2020-10-31Removed coverartdelegate and renamed basecoverartdelegate to coverartdelegateJoergAtGithub
2020-10-26SoundSourceProviderRegistry: Use display name as identifierUwe Klotz
2020-10-26Merge branch '2.3' into qdesktopwidgetUwe Klotz
2020-10-25Delete usage of deprecated QDesktopWidgetUwe Klotz
2020-09-19Extract ReadAheadFrameBuffer from SoundSourceFFmpegUwe Klotz
2020-08-24Pull latest translations from TransifexUwe Klotz
https://www.transifex.com/mixxx-dj-software/mixxxdj/mixxx2-3/ Executed commands (Fedora 32, Bash): tx pull -a -f --parallel --minimum-perc 1 for XX in res/translations/mixxx_*.ts; do lrelease-qt5 -nounfinished $XX -qm ${XX/%.ts/.qm}; done
2020-08-16Merge pull request #2834 from daschuer/wtrackwidgetgroupJan Holthuis
WTrackWidgetGroup with track color background
2020-08-15Merge branch '2.3' of github.com:mixxxdj/mixxx into serato-beatgrid-importJan Holthuis
2020-08-08CMake/SCons: Always enable DEBUG_ASSERTs if DEBUG_ASSERTIONS_FATAL is onJan Holthuis
2020-08-07Merge remote-tracking branch 'upstream/2.2' into 2.3Daniel Schürmann
2020-08-03Removed mixxx.links which creates a wrong symlinc to the manual and replaces ↵Daniel Schürmann
the real manual lp:1889776
2020-08-01Add a PKCS12 Windows code signing certificate and sign exe/msi artifacts.RJ Ryan
This certificate is encrypted with AppVeyor's "secure files" tool: https://www.appveyor.com/docs/how-to/secure-files/ The secret, salt and password in appveyor.yml are encrypted with AppVeyor's repository-specific public key. During AppVeyor builds, the environment variables are set to the decrypted value of the secret, salt, and password which allows us to decrypt the PKCS12 file and then decrypt the private key within the PKCS12 file. The private key in the PKCS12 file itself is encrypted with PBE-SHA1-3DES, since apparently Windows does not support AES.
2020-07-22track: Add SeratoBeatsImporter for deferred beatmap importJan Holthuis
2020-07-21track/serato: Add parser for "Serato BeatGrid" tagJan Holthuis
2020-07-05Hide QProgressDialog behind generalized TaskMonitor abstractionUwe Klotz
2020-07-05Add framework for batch processing of selected tracksUwe Klotz
2020-06-21libebur128: Enable dynamic linking on Debian/UbuntuUwe Klotz
2020-06-20Merge remote-tracking branch 'upstream/2.3' into wtrackwidgetgroupDaniel Schürmann
2020-06-13CMake: Link libSoundTouch dynamically if v2.1.1 is availableUwe Klotz
2020-06-10Enable secure credential storingDaniel Schürmann
2020-06-10Merge remote-tracking branch 'upstream/2.2' into 2.3Daniel Schürmann
2020-05-31Added WTrackWidgetGroup, a group widget that can be colored from the track colorDaniel Schürmann
2020-05-27Fix version number in debian changelogDaniel Schürmann
2020-05-22Fix building without HID enabledDaniel Schürmann
2020-05-21Remove obsolete gcc < 5 workaroundDaniel Schürmann
2020-05-21Remove link, resulting in 404 NotFoundDaniel Schürmann
2020-05-19Merge branch '2.3' into widgethelperUwe Klotz
2020-05-18Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
# Conflicts: # build/debian/control # build/debian/rules
2020-05-18Remove obsolete libmp4v2-dev dependency from debian control fileDaniel Schürmann
2020-05-18Added libssl-dev dependency to the debian control fileDaniel Schürmann
2020-05-18fix cross compile on build serversDaniel Schürmann
2020-05-17Move definition of widgethelper::mapPopupToScreen() into .cpp fileUwe Klotz
...to fix missing #include directives and to reduce dependencies.
2020-05-17Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-05-15Updat debian/changelog for the releaseDaniel Schürmann
2020-05-15Merge remote-tracking branch 'upstream/2.2' into 2.3Daniel Schürmann
2020-05-13Restore x flag of debian/rulesDaniel Schürmann
2020-05-13Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
# Conflicts: # CHANGELOG # build/debian/rules
2020-05-13Pull latest translations from ↵Daniel Schürmann
https://www.transifex.com/mixxx-dj-software/mixxxdj/mixxx2-2/. Compile QM files out of TS files that are used by the localized app