Jonas Kvinge

Results 7 issues of Jonas Kvinge

This is an attempt to fix some of the problems with the current collection model. It is currently a work-in-progress, and only currently intended as a proof-of-concept. Still unsure whether...

Looks like the tool is crashing here. I'm not familiar with Go code. Looks like it's looking for a "plugins" directory under /usr. This is openSUSE Thumbleweed. The Qt plugins...

bug

I'm getting the following error when compiling on Windows with MSVC (Visual Studio 2019). ``` C:\Data\Projects\strawberry\strawberry-dependencies\msvc\sources\wavpack-5.4.0\build>cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="c:\msvc_x86_64" -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=OFF -DWAVPACK_BUILD_DOCS=OFF -DWAVPACK_BUILD_PROGRAMS=OFF -DWAVPACK_ENABLE_ASM=OFF -DWAVPACK_ENABLE_LEGACY=OFF -DWAVPACK_BUILD_WINAMP_PLUGIN=OFF -DWAVPACK_BUILD_COOLEDIT_PLUGIN=OFF...

Remove use of `std::numeric_limits::max()` in https://github.com/strawberrymusicplayer/strawberry/blob/c95886d8db863eb9a3a5617a79f6b6e02d25d4ec/src/core/mergedproxymodel.cpp#L127 Causing assert in debug: `22:57:39.523 ERROR unknown ASSERT: "last < rowCount(parent)" in file /home/jonas/Projects/qtbase/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp, line 2943`

bug
help wanted
confirmed

``` /home/jonas/Projects/jonaski-mxe/usr/lib/gcc/i686-w64-mingw32.shared/11.3.0/include/xmmintrin.h:925:1: error: inlining failed in call to 'always_inline' '__m128 _mm_load_ps(const float*)': target specific option mismatch 925 | _mm_load_ps (float const *__P) ``` https://gist.github.com/jonaski/d1dee7d781778b48df2209d3a0f9ec3c

In libpng, it's hard-coded to exclude pkg-config on Windows unless it's MinGW or Cygwin. I use pkg-config with Visual Studio 2022 and I have to patch this out for CMake...

Currently works with Qt 5 using `QGLWidget`, but that class is deprecated and needs to be replaced with `QOpenGLWidget` to work with Qt 6. With `QOpenGLWidget` only some visualizations works....