Chris Bielow

Results 172 comments of Chris Bielow

the build logs are deleted already. I'll trigger another build @Waschi97 could you have a look?

it seems that when the dialog is opened via https://doc.qt.io/qt-6/qfiledialog.html#getExistingDirectory on MacOS the native dialog is shown. And that may not react to `.close()`. So you need to force it...

the tests on MacOS still fail AFAIKS https://cdash.seqan.de/testSummary.php?project=2&name=TVPrefDialog_test&date=2022-10-19 But once its fixed, no side effects on #6139 expected.

deleting CMakeCache.txt did not resolve the issue. However, I did not have the qsqlite.dll in the sqldrivers subdirectory - similar to the platforms subdirectory required on Windows. But even after...

> > so the question would be if we should replace our SqliteConnector [...], or should we expand our SqliteConnector to integrate some additional functionality? > > Or, you know,...

> We are shipping plugins already by providing a qt.conf file during installation > > https://github.com/OpenMS/OpenMS/blob/88689f58eb50c807b4e82717feb5b6e461f607ca/src/openms_gui/CMakeLists.txt#L180 Ah sweet. But as of today, it does not ship qsqlite.dll (yet). At least...

> One might be able to somehow write your own inherited QDatabaseDriver which uses just the shipped and linked SQLite.dll and use that. Do you think this is easier and...

> @cbielow we are having difficulty replicating the issue. Any chance you could try this on a fresh install and see what steps are needed to reproduce it? Do you...

> @cbielow So it works when you self-compile OpenMS? Yes. How else would I see the problem? :) > Even without starting a QCoreApplication? What do you mean? If I...