updating todo

This commit is contained in:
Chris Cochrun 2022-09-19 14:49:36 -05:00
parent edc0af3690
commit 52bbec5ac5

View file

@ -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: