fwcd

Results 363 comments of fwcd

I've disabled it, I don't think we would need to uncheck it explicitly since the default is already `false`. Should we do that anyway just to be sure? In that...

Editing ratings and the BPM checkbox still works as expected (i.e. touching/dragging will change it).

2.4 or 2.5? Targeting main was unintentional, we should probably go with 2.5?

@JoergAtGithub Interesting, that's the precompiled header group though. Could you check the contents of "Source Files"?

Just out of curiosity, does CMake generate an additional "Source Files" group in your VS project?

I mean within mixxx-lib. I think VS calls groups (logical folders) "filters"? Would be interesting whether there's a "Source Files", since it should in principle generate the same groups for...

I have rebased the PR to 2.5, so it should be ready for re-review.

Interesting, so it looks like either Visual Studio or CMake are implicitly adding the `src` tree. I wonder why `coreservices.cpp` et al. show up under `src` though, in Xcode they...

Haven't had the chance to test it with Visual Studio, but according to @JoergAtGithub it made the hierarchy a bit more confusing there since VS already seems to group files...