From 52bbec5ac510c602c525e24ca7c1c1fb2e41e7aa Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 19 Sep 2022 14:49:36 -0500 Subject: [PATCH] updating todo --- TODO.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/TODO.org b/TODO.org index d62f697..ca8df31 100644 --- a/TODO.org +++ b/TODO.org @@ -3,7 +3,7 @@ :CATEGORY: dev :END: -* Tasks [52%] [13/25] +* Tasks [56%] [14/25] ** TODO VideoSQL Model and SQLite system needs fixing [[file:src/videosqlmodel.cpp::if (!query.exec("CREATE TABLE IF NOT EXISTS 'videos' ("]] @@ -56,11 +56,6 @@ Let's test this, because I think I fixed it. ** TODO Finish toolbar in presentation display :ui: [[file:~/dev/church-presenter/src/qml/presenter/Presentation.qml::Controls.ToolBar {]] -** TODO Find a way to maths the textsize :slide: -[[file:~/dev/church-presenter/src/qml/presenter/Slide.qml::property real textSize: 50]] - -This may not be as needed. Apparently the text shrinks to fit it's space. - ** TODO Make sure the video gets changed in a proper manner to not have left over video showing from previous items :video:slide: [[file:~/dev/church-presenter/src/qml/presenter/Presentation.qml::currentServiceItem++;]] @@ -82,6 +77,11 @@ This thread helped a lot ** DONE images and videos need a better get system [[file:~/dev/church-presenter/src/videosqlmodel.cpp::QVariantList VideoSqlModel::getVideo(const int &row) {]] +** DONE Find a way to maths the textsize :slide: +[[file:~/dev/church-presenter/src/qml/presenter/Slide.qml::property real textSize: 50]] + +This may not be as needed. Apparently the text shrinks to fit it's space. + ** DONE Fix bug in not removing old slides in the SongEditor when switching songs from the Library :bug: ** DONE Need to make =getLyricList= give back the verses with empty lines as separate slides :core: