From ff1c30d603a3d3ff1851731552fbcc1c97e883d6 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 19 Sep 2022 16:20:40 -0500 Subject: [PATCH] updating more todos --- TODO.org | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/TODO.org b/TODO.org index ca8df31..766a28e 100644 --- a/TODO.org +++ b/TODO.org @@ -3,10 +3,15 @@ :CATEGORY: dev :END: -* Tasks [56%] [14/25] -** TODO VideoSQL Model and SQLite system needs fixing +* Tasks [50%] [14/28] + +** 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' ("]] +** 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: [[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 [[file:~/dev/church-presenter/src/qml/presenter/SongEditor.qml::FileDialog {]] +