updated todo

This commit is contained in:
Chris Cochrun 2023-11-18 07:21:45 -06:00
parent 928f0b9c08
commit 7b39c52b06

View file

@ -9,8 +9,10 @@
** TODO Add a way to interact with OBS ** TODO Add a way to interact with OBS
The basic implementation is done. In order to make use of it in the odd broken QT way, i needed to implement clone on my stuct, but it worked out. The basic implementation is done. In order to make use of it in the odd broken QT way, i needed to implement clone on my stuct, but it worked out.
*** DONE OBWS *** DONE OBWS
*** TODO Need to create a way to track the obs scenes. Then render them as a model. *** DONE Need to create a way to track the obs scenes. Then render them as a model.
Once the model of OBS scenes is created, we can select a scene to add it to the service item. Then hopefully activate will take that scene and set it inside obs when switching slides. Once the model of OBS scenes is created, we can select a scene to add it to the service item. Then hopefully activate will take that scene and set it inside obs when switching slides.
*** TODO OBWS setting scenes
This has been really tricky since there is something of a bug when using =runtime.block_on()= rather than having a single cohesive tokio runtime. So, perhaps I need to figure out if I can't make a runtime that works for the whole app so that I can manage these a little better.
** TODO When updating background, it isn't changed in the list ** TODO When updating background, it isn't changed in the list
[[file:~/dev/lumina/src/qml/presenter/SongEditor.qml::function updateBackground(backgroundType) {]] [[file:~/dev/lumina/src/qml/presenter/SongEditor.qml::function updateBackground(backgroundType) {]]
** TODO Find segfault in webengine ** TODO Find segfault in webengine