4.3 KiB
4.3 KiB
Todo List
- Inbox
- Make toolbar functional for songeditor
[3/4]
[75%]
- bug in changing slides with the arrows
- Check for edge cases in inputing wrong vorder and lyrics
- Images stored in sql need to have aspect saved and applied dynamically here
- 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
[1/3]
[33%]
- Make Presentation Window follow the presenter component
- Finish toolbar in presentation display
- Find a way to maths the textsize
- 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
- images and videos need a better get system
- Fix broken append when importing River song
- implement previousSlide and previousAction
- Need to make ListModel capable of bringing in a string list
[2/2]
[100%]
- Make an image sql model
- Parse Lyrics to create a list of strings for slides
- BUG in dropping and then selecting song will duplicate entries
- Make nextSlideText a nextAction function to incorporate other types of items
- Fix file dialog using basic QT theme
- Make toolbar functional for songeditor
Inbox
TODO
Make toolbar functional for songeditor [3/4]
[75%]
TODO bug in changing slides with the arrows
slides are inconsistent in changing from one slide to the next or previous. Both functions need looked at.
Maybe my best solution would be to architect a model or class for both the presentation controller and the presentation window to follow and do all the heavy lifting in there.
TODO Check for edge cases in inputing wrong vorder and lyrics
TODO Images stored in sql need to have aspect saved and applied dynamically here
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 [1/3]
[33%]
- Basic fixed drag n drop
- Allow for a less buggy interaction
- Need to check for edge cases
TODO [A] Make Presentation Window follow the presenter component
TODO Finish toolbar in presentation display
TODO Find a way to maths the textsize
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 images and videos need a better get system
DONE Fix broken append when importing River song
This was due to the song not having a vorder. Need to protect from edge cases of the user inputing the formatted text that doesn't fit what's expected in code.
DONE implement previousSlide and previousAction
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 Make an image sql model
DONE Parse Lyrics to create a list of strings for slides
SCHEDULED: <2022-03-23 Wed 10:00>
DONE BUG in dropping and then selecting song will duplicate entries dev
SCHEDULED: <2022-04-05 Tue> /chris/lumina/src/commit/5db946ef53dbddb49ddc846a18a4d2cae753f7cd/~/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?