summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-04-18Adapt resource pathadapt-nixMatthias Beyer
Suggested-by: Sebastian Hasler <sebastian.hasler@gmx.net> Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-18Add missing build inputsMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-17Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-17Merge pull request #3758 from NotYourAverageAl/mixtrackPro3FiXJan Holthuis
MixtrackPro3 Fix inverted FX on/off control
2021-04-17Merge pull request #3791 from Holzhaus/ci-deployment-cleanupBe
2021-04-17Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-17Merge pull request #3753 from uklotzde/waveformrendermarkJan Holthuis
WaveformRenderMark: Fix debug assertion for special case
2021-04-17Merge pull request #3738 from toszlanyi/Denon_MC7000_mappingJan Holthuis
MC7000 add Fixed Loop + improvements + experimental beatcount
2021-04-17CMake: Add comments why we need URL downloads of external projects (#3779)Uwe Klotz
CMake: Add comments why we need URL downloads of external projects https://github.com/mixxxdj/mixxx/pull/3779
2021-04-17Update Numark-Mixtrack-3-scripts.jsNotYourAverageAl
fix formatting
2021-04-16CI: Make sure to fetch all tagsJan Holthuis
Although this should be unnecessary since with use `fetch-depth: 0` for the checkout action, but unfortunately this does not seem to suffice to get the currently pushed tag via `git describe`. Possibly related: actions/checkout#290
2021-04-16Merge pull request #3765 from Holzhaus/cmake-project-version-2.4Uwe Klotz
CMake: Bump CMAKE_PROJECT_VERSION to 2.4
2021-04-16tools/deploy.py: Add `--dirty` flag to git describe for local usageJan Holthuis
2021-04-16CI: Use better paths for branch and tag build artifactsJan Holthuis
2021-04-16CI: Update win64 artifact slug to match download page on websiteJan Holthuis
2021-04-16tools/deploy.py: Add more file metadata for download manifestJan Holthuis
2021-04-16CI: Improve file names of package artifactsJan Holthuis
2021-04-15Merge pull request #3789 from mixxxdj/ci-deployment-cleanupBe
2021-04-14tools: Remove unused generate_download_metadata.py scriptJan Holthuis
2021-04-14CI: Use new deploy.py script and make deploy.sh less smart (just upload)Jan Holthuis
2021-04-14CI: Add new deploy.py scriptJan Holthuis
Instead of passing directories and variables around (which error-prone and complicated), this script just prepares a directory structure than can then be rsync'ed to the server.
2021-04-14Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-13Merge pull request #3786 from Holzhaus/shade-librarybpmbutton-alignment-fixronso0
Shade: Fix invalid "alignment" property for LibraryBPMButton
2021-04-13Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-13Shade: Fix invalid "alignment" property for LibraryBPMButtonJan Holthuis
Fixes the following command-line warnings: Warning [Main]: QCheckBox(0x560803109c10, name="LibraryBPMButton") does not have a property named "alignment" [...] Warning [Main]: QCheckBox(0x560806004220, name="LibraryBPMButton") does not have a property named "alignment"
2021-04-13Merge pull request #3782 from ronso0/skinfixes23Jan Holthuis
Skin fixes for 2.3
2021-04-13Shade: fix open effect selector paddingronso0
2021-04-13Deere: fix open effect selector paddingronso0
2021-04-13Deere: add margin in between fx parameter buttonsronso0
2021-04-13LateNight: expand responsive area of sampler expand buttonronso0
2021-04-13LateNight PaleMoon: add fx flow indicator, tweak fx focus buttonronso0
2021-04-13LateNight: tweak skin settings, document helper hacks, clean up cssronso0
2021-04-13Tango fixes for 2.3ronso0
2021-04-12Merge pull request #3781 from ninomp/lp1915483Daniel Schürmann
Fix changing of vinyl lead-in time (lp:1915483)
2021-04-11DlgPrefVinyl: Fix changing of vinyl lead-in timeNino Miškić-Pletenac
This fixes https://bugs.launchpad.net/mixxx/+bug/1915483
2021-04-11Merge pull request #3776 from xsco/enh/djinterop-write-snapshotUwe Klotz
Engine Prime export uses libdjinterop snapshot API
2021-04-11Merge pull request #3773 from Holzhaus/config-h-inUwe Klotz
CMake: Use config.h.in instead of command line defintions for paths
2021-04-11Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-11Merge pull request #3777 from daschuer/portaudioUft8Jan Holthuis
Read device names as Uft8.
2021-04-11Merge pull request #3778 from JoergAtGithub/2.3_windows_local_buildfixJan Holthuis
Fixed build settings for local Windows development environment
2021-04-11Fixed build settings for local Windows development environmentJoergAtGithub
2021-04-11config.h: Add MIXXX_ prefix to settings path/fileJan Holthuis
2021-04-11Merge pull request #3775 from ronso0/fix-keyboard-sheetJan Holthuis
keyboard sheet: show caption, increase opacity
2021-04-11CMake: Bump CMAKE_PROJECT_VERSION to 2.4Jan Holthuis
2021-04-11Read device names as Uft8.Daniel Schürmann
This is a API change in Portaudio 19.7 introduced in https://github.com/PortAudio/portaudio/pull/391. Since we use patched Portaudio 19.6 including this PR, we can't add a version guard.
2021-04-10Engine Prime export uses libdjinterop snapshot APIAdam Szmigin
2021-04-09keyboard sheet: show caption, increase opacityronso0
2021-04-09Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-08changed beatjump equations and introduced var deckOffsettoszlanyi
2021-04-07revised PAD mode beatjump equationstoszlanyi