finished task

This commit is contained in:
Chris Cochrun 2022-08-28 14:56:11 -05:00
parent e1095817b0
commit f5bff344c3

View file

@ -21,8 +21,6 @@
[[file:~/dev/church-presenter/src/qml/presenter/SongEditor.qml::Controls.ToolBar {]]
** TODO Images stored in sql need to have aspect saved and applied dynamically here :core:
[[file:~/dev/church-presenter/src/qml/presenter/Slide.qml::fillMode: Image.PreserveAspectCrop]]
** TODO Fix bug in not removing old slides in the SongEditor when switching songs from the Library :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 {]]
@ -68,6 +66,8 @@ 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 Fix bug in not removing old slides in the SongEditor when switching songs from the Library :bug:
** DONE bug in changing slides with the arrows :core:
[[file:~/dev/church-presenter/src/qml/presenter/Presentation.qml::function changeSlide() {]]