Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mixxxdj/mixxx

m0dB created a comment on an issue on mixxxdj/mixxx
So far I have only seen this with 2.5, not with 2.4, but that might be coincidence.

View on GitHub

m0dB created a comment on an issue on mixxxdj/mixxx
I am seeing this quite often. I will try to debug this.

View on GitHub

m0dB created a comment on a pull request on mixxxdj/mixxx
I confirm that the qss buttons look blurry with 2.4. This branch does not improve that (but IIRC that is expected?) I confirm that the scaling issue that was introduced with Latenight is solved.

View on GitHub

daschuer created a review comment on a pull request on mixxxdj/mixxx
How likely is the case that QT is build without ICU? It is a core feature of every Linux distribution and for Window an macOs we provide our own solution. In the unlikely case a certain codec i...

View on GitHub

daschuer created a review on a pull request on mixxxdj/mixxx

View on GitHub

daschuer created a comment on an issue on mixxxdj/mixxx
We have already a hack implemented for this in FpClassify https://github.com/mixxxdj/mixxx/blob/a716202b0b5bd6923d4d4438d62dba5060a19791/CMakeLists.txt#L2546 So you may use infinity though that ...

View on GitHub

JoergAtGithub created a comment on a pull request on mixxxdj/mixxx
> Note: This requires a Transifex roundtrip to move the header translations to the new translation scope, to the new common place for all. We are past string freeze for 2.5 - Shouldn't this go i...

View on GitHub

daschuer opened a pull request on mixxxdj/mixxx
BaseTrackTableModel: Fix column header mapping
This finishes the work of @uklotzde in https://github.com/mixxxdj/mixxx/pull/13682 to fix the column header mapping in case using additional columns in his fork, not used in Mixxx. I avoid a re...
JoergAtGithub opened a pull request on mixxxdj/mixxx
Update Linux-GitHub runner to Ubuntu 24.04.01 LTS
According our https://github.com/mixxxdj/mixxx/wiki/Minimum-requirements-policy Ubuntu 24.04.01 LTS is the earliest version, that developers need to support in new code. I'm working on some code t...
Brynyard starred mixxxdj/mixxx
davidlmorris created a comment on a pull request on mixxxdj/mixxx
I noticed https://github.com/mixxxdj/mixxx/pull/13545 which had fixed a regression issue that was more recent than the code I was working from, so I have "re-re-verted" this so the [issue](https://...

View on GitHub

github-actions[bot] created a comment on a pull request on mixxxdj/mixxx
This PR is marked as stale because it has been open 90 days with no activity.

View on GitHub

Holzhaus created a review comment on a pull request on mixxxdj/mixxx
This PR doesn't contain any visuals, so di'm not sure what you're suggesting. Let's please not extend the scope of this PR to visuals when @acombier already worked hard to split the visual stuff f...

View on GitHub

Holzhaus created a review on a pull request on mixxxdj/mixxx

View on GitHub

Holzhaus created a review comment on a pull request on mixxxdj/mixxx
Sure, sounds like a good follow up to this PR \*wink-wink\*.

View on GitHub

Holzhaus created a review on a pull request on mixxxdj/mixxx

View on GitHub

daschuer created a review comment on a pull request on mixxxdj/mixxx
We have already a hack to find the resource files from a Mixxx source tree. https://github.com/mixxxdj/mixxx/blob/a716202b0b5bd6923d4d4438d62dba5060a19791/src/preferences/configobject.cpp#L46 ...

View on GitHub

daschuer created a review on a pull request on mixxxdj/mixxx

View on GitHub

daschuer created a review comment on a pull request on mixxxdj/mixxx
That sounds good. I was talking about the visual presentation. What should happen visually if a change marker is set and what should happen if a beat map with change marker is loaded. My pr...

View on GitHub

daschuer created a review on a pull request on mixxxdj/mixxx

View on GitHub

daschuer pushed 2 commits to 2.5 mixxxdj/mixxx
  • Show wait cursor when re/loading a skin (not during startup) 498d049
  • Merge pull request #13747 from ronso0/skin-reload-wait-cursor Show wait cursor when re/loading a skin (not during st... 0549879

View on GitHub

daschuer closed a pull request on mixxxdj/mixxx
Show wait cursor when re/loading a skin (not during startup)
Often enough when reloading a skin during develpoment I wait and wonder if the Ctrl+Shift+R hotkey triggered a reload. Now we see a wait cursor while the skin is being loaded, like when applying...
JoergAtGithub created a review comment on a pull request on mixxxdj/mixxx
You need to tell the JavaScript-Interpreter (QJSEngine) about it. Something like this: ```C++ void registerEnums(QJSEngine& engine) { qRegisterMetaType<mixxx::preferences::constants::Wel...

View on GitHub

JoergAtGithub created a review on a pull request on mixxxdj/mixxx

View on GitHub

christophehenry created a review comment on a pull request on mixxxdj/mixxx
Dammit! I can't find how to expose this enum under `engine.WellKnownCharsets`. Can someone help me?

View on GitHub

christophehenry created a review on a pull request on mixxxdj/mixxx

View on GitHub

christophehenry created a review comment on a pull request on mixxxdj/mixxx
Wait, that doesn't translate into `undefined`. Am I really forced to use QJSValue as a return type?

View on GitHub

christophehenry created a review on a pull request on mixxxdj/mixxx

View on GitHub

christophehenry created a review comment on a pull request on mixxxdj/mixxx
Maybe `jsdoc/require-param-type` and `jsdoc/require-returns-type` should be disabled since we're docmenting tpyes using JS.

View on GitHub

christophehenry created a review on a pull request on mixxxdj/mixxx

View on GitHub

Load more