- nov. 19, 2021
- nov. 11, 2021
-
-
Kubat a rédigé
- Don't do anything if no MPV created - By default don't create the MPV, let the user do it himself
-
- oct. 28, 2021
-
- oct. 11, 2021
-
- sept. 10, 2021
-
-
Kubat a rédigé
-
- sept. 09, 2021
-
-
Kubat a rédigé
MPV: Don't load the video by default, force the user to click on the button to avoid some strange race conditions
-
Kubat a rédigé
-
Kubat a rédigé
The race condition between Qt's widget creation and mpv getting the WID doesn't seem to be fixed for now, will need to investigate further.
-
Kubat a rédigé
MPV: Use mpv_destroy to delete the player, don't use the "quit" command as it seems to be the way recommended in the client.h header
-
Kubat a rédigé
Try to force the window creation before passing the WID to MPV to fix the possibility where the window is not already created and thus everything crashes.
-
Kubat a rédigé
-
Kubat a rédigé
-
Kubat a rédigé
-
Kubat a rédigé
-
Kubat a rédigé
-
Kubat a rédigé
-
Kubat a rédigé
-
Kubat a rédigé
We do that to move all the logic to switch between palettes and qss files into the same class.
-
Kubat a rédigé
-
Kubat a rédigé
-
Kubat a rédigé
-
Kubat a rédigé
-
Kubat a rédigé
-
Kubat a rédigé
-
Kubat a rédigé
-
- sept. 06, 2021
-
-
Kubat a rédigé
-
Kubat a rédigé
We destroy the log console before the final flush, take that into account => disable handle message for the ConsoleLogSinkDispatcher if the corresponding LogConsole was destroyed. This is a quick and dirty solution, but I don't know any other way for now!
-
Kubat a rédigé
Because we create a shared_ptr, and because the MainWindow will delete the widget on exit, we have a double free error...
-
Kubat a rédigé
-
Kubat a rédigé
LOG: Add a worker thread for logs, it will launch the `flush` operation in a thread-safe way when logs are available
-
- sept. 02, 2021
-
-
Kubat a rédigé
-