Ecosyste.ms: OpenCollective

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

github.com/mixxxdj/mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
https://github.com/mixxxdj/mixxx

Added comments

958342da13c3d14641ea36e79f8919c9e319d24e authored about 1 year ago by Joerg <[email protected]>
Move link library comctl32 from Qt dependency section, to general Windows section

ea02f88502e1b94aabe9ac219ee762ffc36148c4 authored about 1 year ago by Joerg <[email protected]>
Merge pull request #12360 from daschuer/console_header

Add missing header to console.cpp

4f6ab14d68f4d5cf20142541fc82842e48488074 authored about 1 year ago by JoergAtGithub <[email protected]>
#ifdef the content out instead of CMakeLists.txt solution

b0e00aa5d08c254da36056dcb3a91f43ed5f5665 authored about 1 year ago by Joerg <[email protected]>
Merge pull request #12356 from m0dB/waveform-more-drawing-fixes

avoid confusion between visual waveform samples and frames

07ca475575661c00bfeef8e532f9937cc459b69f authored about 1 year ago by Daniel Schürmann <[email protected]>
Add missing header to console.cpp

a987ef848217f02b6800f3bcbcca42f93ee3642a authored about 1 year ago by Daniel Schürmann <[email protected]>
some cleanup and added comments

735086114f62935d81ebe80df995908b5bf879f9 authored about 1 year ago by m0dB <[email protected]>
Fix 500ms blocking of the whole event loop, when holding mouse down on title bar on Windows

bd0bf34f111338070046df8705823bf2aaa19f2d authored about 1 year ago by Joerg <[email protected]>
slightly improved hovering detection

887dea6a880963978ba2c2c0964873d4307733fa authored about 1 year ago by m0dB <[email protected]>
missing include

ed37eda7f001523f4a5398f0ae987d442b1a717c authored about 1 year ago by m0dB <[email protected]>
avoid confusion between visual waveform samples and frames by better naming and use correct range (was double!) for simple, filtered and hsv allshader waveforms

cbf508095e3e645c7525008631ef531353c85528 authored about 1 year ago by m0dB <[email protected]>
Merge pull request #12205 from m0dB/waveform-amplitude-fix

make scaling of GLSL RGB and RGB L/R waveform amplitudes consistent with simple waveform

367c2e443d8d2f95888508d44d0efa1d7e881e2a authored about 1 year ago by Daniel Schürmann <[email protected]>
Merge pull request #12352 from daschuer/ffmpeg_inc

ffmpeg and Qt include impovements

fab5c159dd3393f6a3fffdb865ce245144d2689e authored about 1 year ago by JoergAtGithub <[email protected]>
Don't use private Qt include files.

bee795b59c7649ca565f7106e62b45c8e9d48bae authored about 1 year ago by Daniel Schürmann <[email protected]>
avoid confusion between visual waveform samples and frames by better naming and use correct range (was double!). TODO: re-add comments and apply to other waveform renderers

20bbf2634d4afa61c33ec64bdc462d9121f645f0 authored about 1 year ago by m0dB <[email protected]>
Good bye Kinetic Kudu

84d28b6cdb1b5692aff5559085dc1909920d127d authored about 1 year ago by Daniel Schürmann <[email protected]>
Welcome Ubuntu Noble Numbat

3ac5dbe886c42ae0ab939ea1f4b716294ac8825f authored about 1 year ago by Daniel Schürmann <[email protected]>
Improve header off soundsourceffmpeg

a696dd07afdde04308a76a164f1a06dd0072aa6d authored about 1 year ago by Daniel Schürmann <[email protected]>
Merge branch 'mixxxdj:2.4' into 2.4

b9dd4e17644eab1590f13e3d8835b08f37ced91d authored about 1 year ago by djantti <[email protected]>
Add a more complete script header

d9019565545262903d591cf6c44345b4c8f563e6 authored about 1 year ago by djantti <[email protected]>
Merge pull request #12351 from fwcd/fix-gitinfo-quoting

CMakeLists: Fix doubly escaped gitinfo paths

d50251a5d67a96512b411f64fb7fb6b72793bd91 authored about 1 year ago by Daniel Schürmann <[email protected]>
Merge pull request #12347 from daschuer/qtscript5-dev

Add missing qtscript5-dev to debian_buildenv.sh

fee1131ee1f1e87f797e3bee4a721bdf6ea40be7 authored about 1 year ago by JoergAtGithub <[email protected]>
Add discussion forum topic link

7300b60f8bf66f0b552c5a350a5a9aff65b8523b authored about 1 year ago by djantti <[email protected]>
We're using git and have a proper manual now, so remove modification date and usage hints from script header

0d5f966fee07076c2de19871dc49ca891c5aa9ec authored about 1 year ago by djantti <[email protected]>
CMakeLists: Fix doubly escaped gitinfo paths

069f14329374b734b8f43286f11e8250c7695308 authored about 1 year ago by fwcd <[email protected]>
Merge pull request #12344 from fwcd/dbg-macro

Debug: Add Rust-inspired `DBG` macro for quick print-debugging

3db98cca5775eeb1e91211c50858b8eef97ffee6 authored about 1 year ago by Daniel Schürmann <[email protected]>
Merge pull request #12350 from fwcd/relativize-macro-paths

CMakeLists: Relativize `__FILE__` paths by default

d4e17870bc6b21a5cd3db47984dabe4e058d9e33 authored about 1 year ago by Daniel Schürmann <[email protected]>
optimization: use 1 sqrt instead of two (thanks daschuer for the suggestion)

52a0956c252d1e71d035aeff201c7f2437abfb2f authored about 1 year ago by m0dB <[email protected]>
Debug: Parenthesize debugged expression

e987a536b9088176ad7ce29cb95e4243f350694b authored about 1 year ago by fwcd <[email protected]>
CMakeLists: Set debug assertions macro in QML lib too

1dbc9390c81728ef2eb13535e9ffa82d6fa2cc1f authored about 1 year ago by fwcd <[email protected]>
Debug: Use static assert from `DBG`

9b347b26327da44e783361dde012fd962caf2caa authored about 1 year ago by fwcd <[email protected]>
Debug: Add Rust-inspired `DBG` macro for quick print-debugging

69190d302077fff28ddc52b590691e187b9fd477 authored about 1 year ago by fwcd <[email protected]>
Debug: Place file path after invocation for better readability

974dec6ffeeda76c4d76b75d703a2f968caa4735 authored about 1 year ago by fwcd <[email protected]>
CMakeLists: Relativize `__FILE__` paths by default

b006298c05e1180a4703ae608dddb571356ec26e authored about 1 year ago by fwcd <[email protected]>
Beats: Update overflow debug asserts

We should accept equality at the end points where the interator cannot
go further than the bounds.

915555bfd5ed3c53005ee4d5b324172709eedc83 authored about 1 year ago by fwcd <[email protected]>
Beats: Fix unsafe integer overflow checks

fee4c55606dea566c8dff05d8c5abed4afe87f28 authored about 1 year ago by fwcd <[email protected]>
Add missing qtscript5-dev to debian_buildenv.sh

fa7cdef4391a7367f3debaf866ccfc8cb52f8836 authored about 1 year ago by Daniel Schürmann <[email protected]>
Remove unnecessary parentheses for more legible code

0b52a65f19d0511508098223da0306764ffc6ed3 authored about 1 year ago by djantti <[email protected]>
Change headphone buttons secondary function to cue point seek and stop

191ef5b14113180fb773532515e0bf12606d33d9 authored about 1 year ago by djantti <[email protected]>
Merge pull request #12346 from fwcd/include-ostream

ITunesDAO: Add missing `<ostream>` include

988b80ac65b61b68c21b16732178062d03a4a73d authored about 1 year ago by Daniel Schürmann <[email protected]>
ITunesDAO: Add missing `<ostream>` include

27408810de9a3e425e56a6968fef10ef12e00523 authored about 1 year ago by fwcd <[email protected]>
Add mapping for Native Instruments Traktor Kontrol Z1

c15cc67a33dac859f5cf15ce28dceac651806b67 authored about 1 year ago by djantti <[email protected]>
Merge pull request #12103 from daschuer/gh11131

Fix reading the Spinny cover on Windows

6e9ea5442d5f7a5edabaf2587f11684c295e729e authored about 1 year ago by JoergAtGithub <[email protected]>
Merge pull request #12341 from daschuer/gh12242

Destroy PlayerInfo after EngineRecord is stopped to fix a debug assertion

174c6d98432b799fc7d35d71279d1d0782e0fd85 authored about 1 year ago by ronso0 <[email protected]>
Merge pull request #12338 from daschuer/improve_includes

improve headers

309690dc44824c4e1a52eb1c101e02741a245078 authored about 1 year ago by JoergAtGithub <[email protected]>
Merge pull request #12342 from ronso0/revert-qt6-ifdefs

Revert "BaseTrackPlayer: Remove references to WaveformWidgetRenderer when using Qt6"

2c2e706b4419794e1b29f23f124ce65f49b88bc7 authored about 1 year ago by Daniel Schürmann <[email protected]>
Destroy PlayerInfo after EngineRecord is stopped to fix a debug assert

f1c9808a01cf84323d064e2ca916b406529d3fc8 authored about 1 year ago by Daniel Schürmann <[email protected]>
Revert "BaseTrackPlayer: Remove references to WaveformWidgetRenderer when using Qt6"

This reverts commit d659a9905aed31524d2ccd5814513de468b8f6ef.

These constraints were meant for ...

fa4ac6775e9e70e22f937cc6b72d22ff9f9312c7 authored about 1 year ago by ronso0 <[email protected]>
Merge pull request #12339 from ronso0/qcombobox-styles-selection-on-windows

Skins: fix style of selected QComboBox items on Windows

c577b9fa177c4659bff702d8fff27f1ab390bf5f authored about 1 year ago by Daniel Schürmann <[email protected]>
Fix missing include after merge

91c1869bc2b58b719cbb9bd6da6dbb1ddff0b8a7 authored about 1 year ago by Daniel Schürmann <[email protected]>
Merge remote-tracking branch 'upstream/2.4' into main

eea5e749cbfde82027d0c215f3f19c4925abc976 authored about 1 year ago by Daniel Schürmann <[email protected]>
Skins: fix style of selected QComboBox items on Windows

64802f09db6bded81fda246811155de050073f98 authored about 1 year ago by ronso0 <[email protected]>
improve headers

da1c0b48b0fc3b90050bba7498463d66acb355fd authored about 1 year ago by Daniel Schürmann <[email protected]>
Avoid simultaneous access of the same file for two diffrent width

94538c23fd489bc1f3c40f567c84361cd0d81aa2 authored about 1 year ago by Daniel Schürmann <[email protected]>
Avoid to look-up the same cover concurrently twice

f16c9a45560499b804538cc7034a631cbfb362a1 authored about 1 year ago by Daniel Schürmann <[email protected]>
Update README.md: added Mastodon link

adding Mastodon to the social links

e154c5b03fe18bd30e452cc02e62a5a850901036 authored about 1 year ago by foss- <[email protected]>
Merge pull request #12327 from daschuer/improve_includes

Impove Includes

171d3c6cee219d04d9724c19de3f5da24dafa53f authored about 1 year ago by JoergAtGithub <[email protected]>
Merge pull request #12322 from ronso0/nanokontrol2

Korg nanoKontrol2: don't try to configure more than 4 main decks

7c88ec0cebf6eaa71977a963a2e99c7d8bf1b119 authored about 1 year ago by JoergAtGithub <[email protected]>
Merge pull request #12321 from ronso0/wtracktableview-wrong-selection

Tracks table: avoid wrong pre-selection with no tracks selected previously

e261b0b780d7bed2107be5faa15a6be4a1462e21 authored about 1 year ago by JoergAtGithub <[email protected]>
Merge pull request #12320 from ronso0/quickeffect-neutral-pos

Effects: center Super knob when loading empty (QuickEffect) chain preset

1381f6ab4dbca234c5e8bfd6fe586946931d018b authored about 1 year ago by JoergAtGithub <[email protected]>
Korg nanoKontrol2: don't try to configure more than 4 main decks

0345b3cc9039512bfd81e3f744ec3a9e07e025ab authored about 1 year ago by ronso0 <[email protected]>
Tracks table: avoid wrong pre-selection with no tracks selected previously

02925160bdc453f8873a47fd33a61a9a34fc20bf authored about 1 year ago by ronso0 <[email protected]>
Effects: center Super knob when loading empty (QuickEffect) chain preset

2834dbcdd1ca69a83b7f78974f7cca55251997f2 authored about 1 year ago by ronso0 <[email protected]>
Impove Includes

476b554afb57127007aef5fe60d69d56793153e9 authored about 1 year ago by Daniel Schürmann <[email protected]>
Merge pull request #12314 from uklotzde/wwaveformviewer

WWaveformViewer: Fix dangling pointer access and invalid connection

3223a7507e02f1567ad8271d4281ca753321df90 authored about 1 year ago by JoergAtGithub <[email protected]>
WWaveformViewer: Fix invalid widget access

47204a6a4a1a4de57da9b58e8c31e768ec26cacd authored about 1 year ago by Uwe Klotz <[email protected]>
WWaveformViewer: Simplify widget connection

6e2216842541b747238349413c37b6698d7f296c authored about 1 year ago by Uwe Klotz <[email protected]>
WWaveformViewer: Fix invalid DirectConnection

260711136ad924d144080b2f83dec4fb83c00ff5 authored about 1 year ago by Uwe Klotz <[email protected]>
Merge pull request #12309 from JoergAtGithub/djinterop_0.20.1

Update libdjinterop to the latest release 0.20.1

714f852bb24e0e65f56b0043e7e4182ce1e4e0ad authored about 1 year ago by Daniel Schürmann <[email protected]>
Merge pull request #12087 from daschuer/gh11131_3

Fix coverart tootip if cover is not cached

9c8154b3b04de4c5ac2a0727c1541e8d5dcd359f authored about 1 year ago by JoergAtGithub <[email protected]>
formatting

d16dcc8d9abdd5c4f3f2e226cf67226e55878647 authored about 1 year ago by m0dB <[email protected]>
fix gcc compilation

e3c585b1f1878d5e992dfe0d90e1886bf385b7e4 authored about 1 year ago by m0dB <[email protected]>
Update libdjinterop to the latest release 0.20.1

c34a91bb8c2298ffd867d4f97cdcecb7e328925b authored about 1 year ago by Joerg <[email protected]>
Merge pull request #12308 from fwcd/add-missing-includes

Add missing includes

99a6f8300aaa9aac8c75559129009dc2e50d5460 authored about 1 year ago by Daniel Schürmann <[email protected]>
draw overlapping marks at increasing level, both in legacy and glsl waveform renderers. reduced code duplications, fix setting the initial size of the waveform renderers

0277e3c4f90b9d6637f7a8ae59eab2c07a9fb879 authored about 1 year ago by m0dB <[email protected]>
Merge pull request #12281 from JoergAtGithub/playposfix

Fix for visual waveform position while scratching outside of an activated loop

c3a8fd80924006637c1414772e8c8b20f2e1984e authored about 1 year ago by Daniel Schürmann <[email protected]>
Add missing includes

53994ef6f8e0d360cbc54f796881f93a550150e3 authored about 1 year ago by fwcd <[email protected]>
Added comments to explain the conditions

4afe03d7dd60dbc8ba671ec6aee505c3a76b1ae0 authored about 1 year ago by Joerg <[email protected]>
Effects(Preset)Manager: use 'create' for various Effect...Pointer

4c330a31c774f05aa6cebfdfd0f0de7952971513 authored about 1 year ago by ronso0 <[email protected]>
Effects(Preset)Mananger: improve pointer init/creation, add comments

Co-authored-by: Swiftb0y <[email protected]>

c5c8895241e4dcc87421267c9910ab98df0b7e50 authored about 1 year ago by ronso0 <[email protected]>
Effects(Preset)Manager: use QHashIterator

c93e5d87c89431e2230f7a980ac2854ba1822ba4 authored about 1 year ago by ronso0 <[email protected]>
DlgPrefMixer: revert deck label change

0e85fb518b435011ccaa49c56f73556807d7185d authored about 1 year ago by ronso0 <[email protected]>
Merge remote-tracking branch 'mixxx/2.4' into effects-store-eq-in-effects.xml

272452c5407adb70fb9270a087e8bce1a46080b8 authored about 1 year ago by ronso0 <[email protected]>
Merge pull request #11828 from daschuer/sync_lock_algorithm

Expose [BPM],sync_lock_algorithm option in deck preferences.

a89f6769c613c59ed1040be5e5a7549465f2d8e2 authored about 1 year ago by ronso0 <[email protected]>
Check if cursor is still on the tooltip index

6ba80e8891d5b75e74a5cbb96d89d8da34dc96aa authored about 1 year ago by Daniel Schürmann <[email protected]>
Merge remote-tracking branch 'upstream/2.4' into sync_lock_algorithm

bd77c26d19b0a0a8fba2e6753a69cacdc97171cf authored about 1 year ago by Daniel Schürmann <[email protected]>
Adjust link to the manual

72d5d8460dcb127e7e354d5b5501db6ff11be4ec authored about 1 year ago by Daniel Schürmann <[email protected]>
Merge pull request #12300 from ronso0/tagfetcher-fix-apply-button

(fix)Tag Fetcher: enable Apply button regardless the cover art

9c0af8164c1ffebcb46d58be32531011b93abfcf authored about 1 year ago by Daniel Schürmann <[email protected]>
Merge pull request #12305 from ronso0/sampler-deckvisuals-fix

Sampler DeckVisuals fix

1e6bb731ed6951004fb3c75784c7c647f2fe78d6 authored about 1 year ago by Daniel Schürmann <[email protected]>
refresh tooltip

eb23df97eac781466e5c701362fbd4fb487fd77b authored about 1 year ago by Daniel Schürmann <[email protected]>
Add translator comment for coverart column tootip

d8c49129107597b8a8f5209f09a4dbeb8d08f7ca authored about 1 year ago by Daniel Schürmann <[email protected]>
Update cover tooltip after cover is cached.

c4e9f51271a7d17dc16f47f48ff510683b6b632f authored about 1 year ago by Daniel Schürmann <[email protected]>
Improve log output.

3de11e161709b8925a9f4e474fcae038203e6136 authored about 1 year ago by Uwe Klotz <[email protected]>
CoreServices: use kSamplerCount to create default samplers

c89da640cca92b1a68896ec53932b05bfc9faf23 authored about 1 year ago by ronso0 <[email protected]>
also create DeckVisuals when more samplers are added ...

after the initial samplers (default is 4), e.g. when number of samplers requested by a skin
exce...

d87bca14fd082cefe3b7c5805a868a42b7fca3d9 authored about 1 year ago by ronso0 <[email protected]>
PlayerManager: unique_ptr for controls "num_decks", "num_samplers" etc.

76ea81512eddff87e9ff321bf9f4454e6d523ea6 authored about 1 year ago by ronso0 <[email protected]>
use get function to contruct default sampler bank path

d97cd1a2121a087de46a8b0e6d99c7671ad2c3fd authored about 1 year ago by ronso0 <[email protected]>
Merge pull request #12303 from ronso0/time-include

add missing include /util/time.h

290e5c7a23f5a94d4c630749f8ef6d4db0426dad authored about 1 year ago by Daniel Schürmann <[email protected]>
add missing include /util/time.h

7d329f260eb752fe493af8dd164dcbe1d14c5a4b authored about 1 year ago by ronso0 <[email protected]>
Effects: center Super knob when loading empty (QuickEffect) chain preset

3fffc291780214ae98db5c7d6d981e5eb6c6088f authored about 1 year ago by ronso0 <[email protected]>