diff --git a/TODO.org b/TODO.org index 4c550dc..d1b08c0 100644 --- a/TODO.org +++ b/TODO.org @@ -17,6 +17,15 @@ ** TODO Make toolbar functional for =songeditor= [3/4] [75%] :core: [[file:~/dev/church-presenter/src/qml/presenter/SongEditor.qml::Controls.ToolBar {]] + +- [X] alignment +- [X] font - Need to finish the UI portion of it +- [X] fontsize - Need to finish the UI portion of it +- [ ] effects? + For effects, I'm not 100% sure how to do this in an easy to build out way. Should I just do them the same as the other attributes or have effects be individually stored? Which effects to use? + + I'm thinking shadows for sure for readability on slides. Also, maybe I should have an effect of like glow? But maybe I'll come back to this after more of the core system is finished. + ** TODO Check for edge cases in inputing wrong vorder and lyrics :core: [[file:~/dev/church-presenter/TODO.org::*Fix broken append when importing River song][Fix broken append when importing River song]] @@ -55,14 +64,6 @@ https://discourse.nixos.org/t/developing-kirigami-applications/19947/17 This thread helped a lot -- [X] alignment -- [X] font - Need to finish the UI portion of it -- [X] fontsize - Need to finish the UI portion of it -- [ ] effects? - For effects, I'm not 100% sure how to do this in an easy to build out way. Should I just do them the same as the other attributes or have effects be individually stored? Which effects to use? - - I'm thinking shadows for sure for readability on slides. Also, maybe I should have an effect of like glow? But maybe I'll come back to this after more of the core system is finished. - ** DONE images and videos need a better get system [[file:~/dev/church-presenter/src/videosqlmodel.cpp::QVariantList VideoSqlModel::getVideo(const int &row) {]]