Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Mixxx DJ Software

Mixxx creates Free DJ software that allows anyone to perform live mixes.
Collective - Host: opensource - https://opencollective.com/mixxx - Website: https://mixxx.org/ - Code: https://github.com/mixxxdj/mixxx

Add class MockNetworkAccessManager

github.com/mixxxdj/mixxx - 86f4c076f332c6bc0258e0fcc06c80f77ffc0bb1 authored over 2 years ago
Reformat MockNetworkAccessManager using clang-format

github.com/mixxxdj/mixxx - 1e34da3ceb30b1497bff862fcddc5b88c5425fa8 authored over 2 years ago
Improve MockNetworkManager

github.com/mixxxdj/mixxx - a29fa9480a0e456ed81e7a1ffed17aa8f1b3fd47 authored over 2 years ago
Update to latest vcpkg environment

github.com/mixxxdj/mixxx - 2abae1561f6f56a9a25d190418f8859e14f1ff23 authored over 2 years ago
Retire deprecated Ubuntu Bionic workflow runner.

github.com/mixxxdj/mixxx - 9f6bc1b42277f5d8632ad4dddf472cb66b4f592c authored over 2 years ago
Merge pull request #10958 from fwcd/improve-icns

macOS packaging: Add better rasterization of icon

github.com/mixxxdj/mixxx - ab867e23276be579e3a652aad13da31927a38893 authored over 2 years ago
made glwaveformrenderer a subclass of waveformrenderersignalbase

github.com/mixxxdj/mixxx - 15a0d783a06d0cbb347504c9f50c4f43809e940b authored over 2 years ago
improved waveformwidgetabstract class hierarchy

github.com/mixxxdj/mixxx - 3d5cab9070f47ced5b2cad1a2019b8a8e03d4931 authored over 2 years ago
Merge remote-tracking branch 'upstream/2.3' into main

github.com/mixxxdj/mixxx - 0f0cb1b50e0c705eccd9db5690eeb699504738ec authored over 2 years ago
Merge pull request #10961 from daschuer/workflow_update

Update workflow actions to fix Node.js 12 deprecation warning

github.com/mixxxdj/mixxx - e3759aaab289d5fd4ea1631986f0291b09461f98 authored over 2 years ago
Update workflow actions to fix Node.js 12 deprecation warning

github.com/mixxxdj/mixxx - 22e6c4ad09bf31a1d9eea0cfe340ff1b6d757a91 authored over 2 years ago
Apply autoformating

github.com/mixxxdj/mixxx - c8e487ed6c7c451e4f411c599e1f52ef765c95f9 authored over 2 years ago
Add another missing null check

github.com/mixxxdj/mixxx - a4a1562e8e045de603bf091da1926c4fdb94f71e authored over 2 years ago
Introduce WaveformWidgetRenderer::getCuePointerFromIndex() to avoid pointer to pointer dereferences

github.com/mixxxdj/mixxx - 848eb5c441a5f8d7d4f3ecaef19fff4e0476befc authored over 2 years ago
Add missing & for returning a member as reference

github.com/mixxxdj/mixxx - 0f8f92dc9a0c0220819c74f95004148bbfe2a7b2 authored over 2 years ago
Initalize uninitalized variables

github.com/mixxxdj/mixxx - deca0dd757eb680d4240fbce2595f1a87b3cf9a8 authored over 2 years ago
macOS packaging: Add script for regenerating ICNS from SVG

github.com/mixxxdj/mixxx - 4dee985575b214cc310c13a86a8306c58090de34 authored over 2 years ago
macOS packaging: Add better ICNS rendering of icon

github.com/mixxxdj/mixxx - e9962c38d3d9db680b86f8971a9fd27d1197ee67 authored over 2 years ago
Merge pull request #10957 from git-developer/patch-1

Update version number in license file

github.com/mixxxdj/mixxx - 7f9c99ddcaa2618289a92a5aa0a7b25578ed0464 authored over 2 years ago
Update version number in license file

github.com/mixxxdj/mixxx - 7ac77e3d1a730776c23ffa15aa8450f710e7514d authored over 2 years ago
Merge remote-tracking branch 'origin/hid-parser-update' into hid_parser_perfomance_improvement

github.com/mixxxdj/mixxx - 2312a9a26243a4ca89bfbcb5de0f361aec71e738 authored over 2 years ago
Tried to explain, what this.timers = {}; is used for.

github.com/mixxxdj/mixxx - ea794af9413f2f869958eaed679a7aae9e0256fd authored over 2 years ago
This was the only place where the keyword initializePacketData exist in the Mixxx codebase, and the comment that it don't work is there since the beginning of the Mixxx Git history.

github.com/mixxxdj/mixxx - 87269eec11449ab366f288768d8da53343e9f811 authored over 2 years ago
Added missing @type to HIDPacket.groups

github.com/mixxxdj/mixxx - 42923dcf9425022d2ea8bdcc245185d002cee707 authored over 2 years ago
Added missing type/type cast

github.com/mixxxdj/mixxx - 661ddaa6a0a265e3258470a5990ac3aeb10c413a authored over 2 years ago
Corrected type of packetField.pack

Added type for HIDPacket.packSizes
Added missing information about endianess of pack types

github.com/mixxxdj/mixxx - 057ad16911d80e8bacde745c125c628050f9da07 authored over 2 years ago
Optimized Dataview based implementation of HIDPacket.unpack

github.com/mixxxdj/mixxx - 5a59555ac9f765acdbb2c4b6f8ce057cf234657b authored over 2 years ago
Optimized Dataview based implementation of HIDPacket.pack

github.com/mixxxdj/mixxx - 22cf8924afd23f67f299c18ec64ed547b7ad62d1 authored over 2 years ago
Incorporate code review feedback

github.com/mixxxdj/mixxx - fbff36e1a11d29c970a2d637ae98ba4d9f39f5a5 authored over 2 years ago
Merge pull request #10882 from daschuer/changelog_23

Changelog 2.3 + CI failure fix

github.com/mixxxdj/mixxx - f0864595c5970bf2d4292a7e40f348679b466e57 authored over 2 years ago
fix(rekordbox): Fix missing playlists due to invalid child ID

github.com/mixxxdj/mixxx - 09db8a5fc7a07d8b956f296489f79440b2da5f69 authored over 2 years ago
Merge remote-tracking branch 'origin/hid-parser-update' into hid_parser_perfomance_improvement

github.com/mixxxdj/mixxx - 204db9425984523fdf4090bd2903e77f14e9cd22 authored over 2 years ago
Replaced all strings with embedded expressions by template strings

github.com/mixxxdj/mixxx - f54a65a1eb451fa28f3c9611094dcd0d2b116403 authored over 2 years ago
Merge pull request #10930 from daschuer/uninitalized_memory

Fix use of uninitialized memory

github.com/mixxxdj/mixxx - 01b7acbc5c47aa184207a1165d12f2c439b93156 authored over 2 years ago
Used @default syntax - According the JSDoc spec, the value is optional, I added it nevertheless, because VS Code doesn't print it otherwise

github.com/mixxxdj/mixxx - 96f105265b9261bc4f110414be1c1f65d10e0101 authored over 2 years ago
Use also the prarent commit date when ammending

github.com/mixxxdj/mixxx - 743d18df38d8cb7db5c983eba9562b25dbef54de authored over 2 years ago
Update changelog

github.com/mixxxdj/mixxx - 824b4a511805095a82ac060c149be4790ff30db8 authored over 2 years ago
Update Changelog

github.com/mixxxdj/mixxx - c98c900158e245bb54e3df851c41c6bda90531d4 authored over 2 years ago
consider merges when creating res/linux/org.mixxx.Mixxx.metainfo.xml

github.com/mixxxdj/mixxx - ac84173395fae72ea136368f451da42a17d70504 authored over 2 years ago
Update CHANGELOG.md

github.com/mixxxdj/mixxx - f5b7c36786d02364dc15280fb6580bd04d133997 authored over 2 years ago
Merge pull request #4794 from ronso0/waveform-show-passthrough-label

Passthrough: improve UI / UX

github.com/mixxxdj/mixxx - 3d846d33e627be464e403722565b5bdb0849ead2 authored over 2 years ago
Merge pull request #10916 from ywwg/temposecondsfix

Use rate_ratio for track timing display

github.com/mixxxdj/mixxx - a2654a1317af64e5bd2ebf810053e8789b16c939 authored over 2 years ago
Deprecated unused HIDController.OutputUpdateInterval

github.com/mixxxdj/mixxx - 651089a5c59f3ae94272a82728004722b97e9a84 authored over 2 years ago
Use JSDoc statements for deprecated info of processDelta

github.com/mixxxdj/mixxx - 9a872e61382ab6864d8d5c7f45082a951f7f3617 authored over 2 years ago
Clarify, that "play" is just an example

github.com/mixxxdj/mixxx - 64251b255de6642fd028d8fd7ec4b8a42b70611e authored over 2 years ago
Replaced "Record." by "Object.", because Record is TypeScript syntax and not valid JSDoc.

--
Unfortunately I had to replace the typedef packetItemId, because the JSDoc Object. syntax for ...

github.com/mixxxdj/mixxx - af39091d76c322f425a26aedc7f130a12cbd70ba authored over 2 years ago
Merge remote-tracking branch 'upstream/2.3' into main

github.com/mixxxdj/mixxx - 733e1a0d99407c2a16e7f86eef5424df72ac5c69 authored over 2 years ago
Merge pull request #10949 from JosepMaJAZ/2.3_fix_windows_buildenv

2.3 fix windows buildenv

github.com/mixxxdj/mixxx - a970c981d80b613a5e93860a537eb173bb0047a4 authored over 2 years ago
Merge pull request #10950 from ywwg/dep-update

Update precommit deps for python 3.11

github.com/mixxxdj/mixxx - faa67912d4c519f7854f329c2b86de1fea7f55ec authored over 2 years ago
Update precommit deps for python 3.11

github.com/mixxxdj/mixxx - 835f51545883d49157c35b8026a2ad96713b4aef authored over 2 years ago
Use rate_ratio for track timing

This prevents wild numbers from appearing during scratching under vinyl control.

github.com/mixxxdj/mixxx - d051deb04b57f33edcc03a0319d91d8bf2190edc authored over 2 years ago
Remove folding algorithms

github.com/mixxxdj/mixxx - 35890cbf8e182566ab6b4e0e72ac15066a02d6b7 authored over 2 years ago
don't use CMAKE_PREFIX_PATH on CMakeSettings and use MIXXX_VCPGK_ROOT for cmaketoolchain path.

github.com/mixxxdj/mixxx - 676cf05e43a24def6a0fdab5bf383f5a00baf7a3 authored over 2 years ago
Make windows_buildenv.bat work with spaces in path

github.com/mixxxdj/mixxx - 6088a250155dbfe72fe43bc8a344a2e3b71a651f authored over 2 years ago
Pull latest translations from https://www.transifex.com/mixxx-dj-software/mixxxdj/mixxx2-3/. Compile QM files out of TS files that are used by the localized app

github.com/mixxxdj/mixxx - 2c3384f79ffd1e8990a1d9d3c30c87a0dbfd7635 authored over 2 years ago
Numark Party Mix: added initial mapping

don't break my code

github.com/mixxxdj/mixxx - 4b223c5e1ec4b0d754278c4c195f2c47800159c7 authored over 2 years ago
Update Translation template. Found 2207 source texts (1 new and 2206 already existing)

github.com/mixxxdj/mixxx - 6ddfdade013361810b282dd056211c2083c2b8cb authored over 2 years ago
Add missing guard for building with QT6

github.com/mixxxdj/mixxx - 2bd702261e0ee7c080cdd262a5ff7dd3cad145e5 authored over 2 years ago
Tabstops: remove old item from tabstop, add comboBoxLoadWhenDeckPlaying

github.com/mixxxdj/mixxx - 68ecf10557e7ddffc93ca2577d096bd1158f3cab authored over 2 years ago
Catch up to main (resolve merge conflict)

github.com/mixxxdj/mixxx - 1c7940309ec3b5bceebcb4265a5356c29f99c9f6 authored over 2 years ago
Merge remote-tracking branch 'upstream/2.3' into main

github.com/mixxxdj/mixxx - 048acc2111a4472a4821ddbbf690643807d94b59 authored over 2 years ago
Option to keep deck playing on track load (closes #10548)

github.com/mixxxdj/mixxx - 87c55826119ec615dd31bef3c1c5768428dda8ce authored over 2 years ago
Merge pull request #10902 from fatihemreyildiz/coverartworker

Cover Art Copy Worker

github.com/mixxxdj/mixxx - 49164318d384c1c92d3bf73cac527c1af50af289 authored over 2 years ago
wcoverartmenu: m_isWorkerRunning initialized.

github.com/mixxxdj/mixxx - a615bed626d9fc0bb19d2c190310c1c46be2b874 authored over 2 years ago
Merge pull request #10931 from fwcd/var-bpm-analysis-override

Analysis: Add support for overriding variable/constant BPM on a per-track basis

github.com/mixxxdj/mixxx - 505c47a161d2667f906e6da484c4989a40dd86f1 authored over 2 years ago
Analyzer: Apply style suggestions as per PR review

See https://github.com/mixxxdj/mixxx/pull/10931#pullrequestreview-1128977177

github.com/mixxxdj/mixxx - a1848e1f48dfdc78ff5e5ad7d4171de1f1cff514 authored over 2 years ago
Merge pull request #10938 from mixxxdj/dependabot/github_actions/actions/stale-6

build(deps): bump actions/stale from 5 to 6

github.com/mixxxdj/mixxx - 97d0befc4ab6b2145562210a0342e5ac997de9f6 authored over 2 years ago
Merge pull request #10893 from m0dB/vumeter_qglwidget

adding WVuMeterGL as alternative for WVuMeter

github.com/mixxxdj/mixxx - a0ffb6b0a81081f205694193582bb7bd736e188b authored over 2 years ago
AnalyzerTrack: Assert non-nullness and return track by ref

As per the discussion: https://github.com/mixxxdj/mixxx/pull/10931#issuecomment-1267275389

github.com/mixxxdj/mixxx - c04bae89fe10c42b62afc0ca04b9c8a32d9f6948 authored over 2 years ago
WTrackMenu: Add fixed/variable bpm reanalysis actions

github.com/mixxxdj/mixxx - 06804bf88f4f0b6e3b5de5a9327727bb23b92ec8 authored over 2 years ago
AnalyzerTrack: Add AnalyzerTrack

github.com/mixxxdj/mixxx - 463d318b43eb7c122993f7407f82e1d86df62d3d authored over 2 years ago
AnalyzerTrack: Pass it by const reference

...to make clazy happy!

github.com/mixxxdj/mixxx - 163cee65795d4b71b85167a0c8f65b9da2535b55 authored over 2 years ago
WTrackMenu: Hide the redundant reanalysis action

github.com/mixxxdj/mixxx - df228e44158427e8caf36cf72635c48a2b579a7f authored over 2 years ago
AnalyzerScheduledTrack: Add AnalyzerScheduledTrack

github.com/mixxxdj/mixxx - 328fe812c57d11c7e87c400edbe5925af9fe4e66 authored over 2 years ago
AnalyzerTrack: Use it instead of TrackPointers

github.com/mixxxdj/mixxx - 03a9c485973fa335234a005f5ed8f275883aee46 authored over 2 years ago
WTrackMenu: Add ability to pass analysis options

github.com/mixxxdj/mixxx - 6435194f9192508e723da5617417d3e4785dac6d authored over 2 years ago
AnalyzerScheduledTrack: Use it instead of track ids

github.com/mixxxdj/mixxx - 2ab9e7df36ae984dafd58990140b7a8263cb4542 authored over 2 years ago
AnalyzerBeats: Respect AnalyzerTrack::Options::useFixedTempo

github.com/mixxxdj/mixxx - 19b3cd7942a77b0f483e1a5f14bc94ffe3223628 authored over 2 years ago
Apply the GL widget workaround only for the x11 (xcb) platform

github.com/mixxxdj/mixxx - b8dff320982216317dc6811183bc55bcb57da21f authored over 2 years ago
style(github): Apply formatting changes from pre-commit prettier hook

github.com/mixxxdj/mixxx - 651cad424d6f168343fb42dfbd6943925fd52316 authored over 2 years ago
build(deps): bump actions/stale from 5 to 6

Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6.
- [Release notes](https://g...

github.com/mixxxdj/mixxx - f540845eea526f87fdf3971ad3a66c243ba276a4 authored over 2 years ago
made vumetergl the default and simplified commandline option to disable it

github.com/mixxxdj/mixxx - ac8070287eaebf9b1e4d60a50e0ae7aa3cd763d4 authored over 2 years ago
Merge pull request #10927 from m0dB/replace-obsolete-enum-datalocation

Replace obsolete enum datalocation

github.com/mixxxdj/mixxx - af27d6315755f8118f83cc51a3055fb99d102b17 authored over 2 years ago
coverartcopyworker: wait() added in destructor

github.com/mixxxdj/mixxx - 388fe59035f1c4cbc515d5c121e65113bcf6a429 authored over 2 years ago
coverartcopyworker: fileaccess.info() added

github.com/mixxxdj/mixxx - 48977b324c7859573f06804cece802807ec7af30 authored over 2 years ago
replace obsolete QStandardPaths::DataLocation with QStandardPaths::AppLocalDataLocation, which is the same according to Qt docs

github.com/mixxxdj/mixxx - c8d2306980f45fe684e045799a6e3cc9b42f8aef authored over 2 years ago
Merge branch '2.3' of github.com:mixxxdj/mixxx

github.com/mixxxdj/mixxx - 482ca3364fe6104040a3a54136093eccfeb314c8 authored over 2 years ago
Fix warnings

github.com/mixxxdj/mixxx - 77e77409f8a4811ec7bfa283e588e590c55208cf authored over 2 years ago
Add missing return

github.com/mixxxdj/mixxx - 282e75624cf609df1f9547bb0756627dd51d9bb7 authored over 2 years ago
Merge branch 'main' into overdrive

github.com/mixxxdj/mixxx - 4e84f07a47234167dac3279aff1775ac74d47663 authored over 2 years ago
Merge pull request #10928 from Holzhaus/qt6-qml-version-workaround

Fix automatic QML type registration for Qt 6.3.x

github.com/mixxxdj/mixxx - 57cf055abc90d9f6877218f9e9a1fb9e4cb6a73f authored over 2 years ago
coverartcopyworker: fail signal added.

github.com/mixxxdj/mixxx - 97196d842be57b96f7e765971aa6b420b336601d authored over 2 years ago
coverartcopyworker: Error handling added.

github.com/mixxxdj/mixxx - e5558a2b79989122b4c3f1d5146c2efe487c66de authored over 2 years ago
coverartworker: signal name changed & run protected

github.com/mixxxdj/mixxx - f974a48942b32fe28c3108ac7c0fd721c3a14d21 authored over 2 years ago
Merge pull request #10919 from poelzi/sorted-index

Library Scanner: sort files before adding

github.com/mixxxdj/mixxx - b11f8f8ef0dc419a5b55c93ced52c2a4e21c683d authored over 2 years ago
Merge pull request #10926 from m0dB/fix-cmake-prefix-path-for-keyfinder

fix libkeyfinder externalproject_add with cmake_prefix_path

github.com/mixxxdj/mixxx - ff124da2b21d0df53fdcc7c17f6088d9ae5e7e9f authored over 2 years ago
wcoverartmenu: Disc Access moved to another thread

github.com/mixxxdj/mixxx - d6102b0feeb45a0ce5b237dd4529aff389450115 authored over 2 years ago
Add Distortion effect

github.com/mixxxdj/mixxx - f4849cfeb93e543bfd13471beb1cdd6e17d458fb authored over 2 years ago
Merge pull request #2 from daschuer/vumeter_qglwidget_2

Segfault Fix

github.com/mixxxdj/mixxx - 0175001d1547df88face1995c5b0dd10cd5b35a4 authored over 2 years ago
Merge pull request #10921 from Holzhaus/flac-1.4.0-fix

fix(soundsourceflac): Fix `-Wswitch` when building with FLAC >= 1.4.0

github.com/mixxxdj/mixxx - 9b795760d7352a4bd0d01877fada93faab0ecf82 authored over 2 years ago