Ecosyste.ms: Timeline

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

mixxxdj/mixxx

JoergAtGithub created a comment on a pull request on mixxxdj/mixxx
> > could we support both 22.04 and 24.04, at least till we move to support the next Qt LTS version? > > How about this? This would prevent us to use new functionality. We introduced this ...

View on GitHub

acolombier created a comment on a pull request on mixxxdj/mixxx
> could we support both 22.04 and 24.04, at least till we move to support the next Qt LTS version? How about this?

View on GitHub

christophehenry created a review comment on a pull request on mixxxdj/mixxx
> In the unlikely case a certain codec is not available we get an empty string No. Current implementation returns `undefinedè and I documented that it will return `undefined` if charset is unava...

View on GitHub

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

View on GitHub

JoergAtGithub created a comment on a pull request on mixxxdj/mixxx
> * Ubuntu 24.04 doesn't rely on a LTS version of Qt That make no difference, because 6.2 LTS and 6.4 are both out of maintenance. 6.5 is the oldes Qt6 release where bugfixes will be develop...

View on GitHub

daschuer created a review comment on a pull request on mixxxdj/mixxx
I don't have demands for additional changes here, so that's fine. I just like to confirm that we are on the right track. @Holzhaus, can you confirm that as well?

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
The solution is to add a wrapper for `infinity()` to pfclassyfy.cpp. We have already `is_infinity()` there which need to be used for the checks.

View on GitHub

acolombier created a review comment on a pull request on mixxxdj/mixxx
I guess we could make the marker align on the previously set grid if quantize is on. IMO that makes sense indeed to guide users to keep, their beatgrid as aligned as possible. Could we please addr...

View on GitHub

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

View on GitHub

daschuer created a comment on a pull request on mixxxdj/mixxx
We may decide. I have no particular demand. It is at 2.5 because @uklotzde has picked that target. Since we just have moved strings, my hope is that Transifex fixes i automatically. If it fails a...

View on GitHub

daschuer created a review comment on a pull request on mixxxdj/mixxx
The visuals are implications here. Right, here we are looking to the CO interface. I'm interested in the future plans to align our requirements. As I have understood with the new "beats_s...

View on GitHub

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

View on GitHub

acolombier created a comment on a pull request on mixxxdj/mixxx
Overall, I'm not sure this is a good idea to drop support for Ubuntu 22.04/Qt 6.2 LTS. A few reasons for that: - Ubuntu 24.04 doesn't rely on a LTS version of Qt - PopOS (which I appear to be using...

View on GitHub

Eve00000 opened an issue on mixxxdj/mixxx
Error with Stems in directories with special symbols (Addendum to #13550)
### Bug Description I wanted to reorganize my library, put stems at the same place of the original. Importing the stem is no problem, opening (analyzing or player) makes Mixxx crash. Deduction...
JoergAtGithub pushed 5 commits to 2.4 mixxxdj/mixxx
  • Paintable: caching the rendered SVG. e045c83
  • Do tiling and color adjustments after rendering the SVG in device pixel resolution. This also allows to remove the c... c3167df
  • Narrow the QPixmapPainter scope, to not alter/redraw the pixmap with when a painter is still not descructed. 02137d8
  • Resize cached pixmap for device pixel 606fd3e
  • Merge pull request #13679 from daschuer/scaled_svg_cache Scaled svg cache 6c97ded

View on GitHub

JoergAtGithub closed a pull request on mixxxdj/mixxx
Scaled svg cache
This is on top of https://github.com/mixxxdj/mixxx/pull/13678 It is used to demonstrates a scaled SVG cache. @JoergAtGithub Can you benchmark that on your side. With manual testing I do not ...
JoergAtGithub created a comment on a pull request on mixxxdj/mixxx
Great! Thanks for testing again!

View on GitHub

JoergAtGithub created a comment on an issue on mixxxdj/mixxx
Compiling this without -ffast-math as for FpClassify would remove the errors of cause. But I don't think this is a proper fix, as there seems to be no need to use slow math here.

View on GitHub

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

Load more