updating todo
This commit is contained in:
parent
edc0af3690
commit
52bbec5ac5
1 changed files with 6 additions and 6 deletions
12
TODO.org
12
TODO.org
|
@ -3,7 +3,7 @@
|
||||||
:CATEGORY: dev
|
:CATEGORY: dev
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
* Tasks [52%] [13/25]
|
* Tasks [56%] [14/25]
|
||||||
** TODO VideoSQL Model and SQLite system needs fixing
|
** TODO VideoSQL Model and SQLite system needs fixing
|
||||||
[[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' ("]]
|
||||||
|
|
||||||
|
@ -56,11 +56,6 @@ Let's test this, because I think I fixed it.
|
||||||
** TODO Finish toolbar in presentation display :ui:
|
** TODO Finish toolbar in presentation display :ui:
|
||||||
[[file:~/dev/church-presenter/src/qml/presenter/Presentation.qml::Controls.ToolBar {]]
|
[[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:
|
** 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++;]]
|
[[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
|
** DONE images and videos need a better get system
|
||||||
[[file:~/dev/church-presenter/src/videosqlmodel.cpp::QVariantList VideoSqlModel::getVideo(const int &row) {]]
|
[[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 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:
|
** DONE Need to make =getLyricList= give back the verses with empty lines as separate slides :core:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue