2.9 KiB
2.9 KiB
Todo List
- Inbox
- BUG in dropping and then selecting song will duplicate entries
- Build out a slide preview system so we can see each slide in the song or image slideshow
- Fix possible bug in arrangingItems in draghandler
- Make Presentation Window follow the presenter component
- Make toolbar functional for songeditor
- Finish toolbar
- Find a way to maths the textsize
- Fix broken append when importing River song
- Create a nextslide function to be used after the end of the list of slides
- Make sure the video gets changed in a proper manner to not have left over video showing from previous items
- Need to make ListModel capable of bringing in a string list
[2/2]
[100%]
- Parse Lyrics to create a list of strings for slides
- Make nextSlideText a nextAction function to incorporate other types of items
- Fix file dialog using basic QT theme
Inbox
TODO BUG in dropping and then selecting song will duplicate entries dev
SCHEDULED: <2022-04-05 Tue> /chris/lumina/src/commit/09b6370153eebecb0016e9a89a651bf2d23f329e/~/dev/church-presenter/src/qml/presenter/LeftDock.qml::Layout.fillHeight:%20true
or at least turns the entry above it into the same as itself while retaining it's title?
TODO Build out a slide preview system so we can see each slide in the song or image slideshow
TODO Fix possible bug in arrangingItems in draghandler
TODO [A] Make Presentation Window follow the presenter component
TODO Make toolbar functional for songeditor
- Will likely need to modify the model to persist the effects stored to the songs. Alignment is done, need vertical alignment, font, and effects
TODO Finish toolbar
TODO Find a way to maths the textsize
TODO Fix broken append when importing River song
TODO Create a nextslide function to be used after the end of the list of slides
- Check to make sure this works in all conditions but I believe it works ok.
TODO Make sure the video gets changed in a proper manner to not have left over video showing from previous items
- Build a basic system that changes to black first and then switches to the video
- Build out a loading system that will load the next video if it needs to and then the switch can be instant. The second option is the best, but requires a lot more work. I have the first already working so I'll come back to this once I have more of an idea of how to do it.
DONE
Need to make ListModel capable of bringing in a string list [2/2]
[100%]
- Create a Model
- Create a class that we'll make a list of in the model
DONE Parse Lyrics to create a list of strings for slides
SCHEDULED: <2022-03-23 Wed 10:00>