updating more todos

This commit is contained in:
Chris Cochrun 2022-09-19 16:20:40 -05:00
parent a6d2eb28fd
commit ff1c30d603

View file

@ -3,10 +3,15 @@
:CATEGORY: dev :CATEGORY: dev
:END: :END:
* Tasks [56%] [14/25] * Tasks [50%] [14/28]
** TODO VideoSQL Model and SQLite system needs fixing
** TODO add a dropping area in the library :feature:ui:
** TODO bug in dragging servicelist items to reorder. Maybe I can fix with me simplified model system :bug:
** TODO VideoSQL Model and SQLite system needs fixing :bug:
[[file:src/videosqlmodel.cpp::if (!query.exec("CREATE TABLE IF NOT EXISTS 'videos' ("]] [[file:src/videosqlmodel.cpp::if (!query.exec("CREATE TABLE IF NOT EXISTS 'videos' ("]]
** TODO Bug in mpv race condition with selecting with the presenter but not with the actual PresentationWindow. :bug:
** TODO Build out a slide preview system so we can see each slide in the song or image slideshow :ui: ** TODO Build out a slide preview system so we can see each slide in the song or image slideshow :ui:
[[file:~/dev/church-presenter/src/qml/presenter/SongEditor.qml::Presenter.SlideEditor {]] [[file:~/dev/church-presenter/src/qml/presenter/SongEditor.qml::Presenter.SlideEditor {]]
@ -136,3 +141,4 @@ or at least turns the entry above it into the same as itself while retaining it'
** DONE Fix file dialog using basic QT theme ** DONE Fix file dialog using basic QT theme
[[file:~/dev/church-presenter/src/qml/presenter/SongEditor.qml::FileDialog {]] [[file:~/dev/church-presenter/src/qml/presenter/SongEditor.qml::FileDialog {]]