update todo
This commit is contained in:
parent
672158a316
commit
2979b40f5a
1 changed files with 12 additions and 5 deletions
17
TODO.org
17
TODO.org
|
@ -4,9 +4,21 @@
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
* Inbox
|
* Inbox
|
||||||
|
** TODO Make toolbar functional for songeditor [1/4] [25%]
|
||||||
|
[[file:~/dev/church-presenter/src/qml/presenter/SongEditor.qml::Controls.ToolBar {]]
|
||||||
|
|
||||||
|
- [X] alignment
|
||||||
|
- [ ] font
|
||||||
|
- [ ] fontsize
|
||||||
|
- [ ] effects?
|
||||||
|
|
||||||
** TODO bug in changing slides with the arrows
|
** TODO bug in changing slides with the arrows
|
||||||
[[file:~/dev/church-presenter/src/qml/presenter/Presentation.qml::function changeSlide() {]]
|
[[file:~/dev/church-presenter/src/qml/presenter/Presentation.qml::function changeSlide() {]]
|
||||||
|
|
||||||
|
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 Check for edge cases in inputing wrong vorder and lyrics
|
||||||
[[file:~/dev/church-presenter/TODO.org::*Fix broken append when importing River song][Fix broken append when importing River song]]
|
[[file:~/dev/church-presenter/TODO.org::*Fix broken append when importing River song][Fix broken append when importing River song]]
|
||||||
|
|
||||||
|
@ -26,11 +38,6 @@
|
||||||
** TODO [#A] Make Presentation Window follow the presenter component
|
** TODO [#A] Make Presentation Window follow the presenter component
|
||||||
[[file:~/dev/church-presenter/src/qml/presenter/MainWindow.qml::Presenter.Slide {]]
|
[[file:~/dev/church-presenter/src/qml/presenter/MainWindow.qml::Presenter.Slide {]]
|
||||||
|
|
||||||
** TODO Make toolbar functional for songeditor
|
|
||||||
[[file:~/dev/church-presenter/src/qml/presenter/SongEditor.qml::Controls.ToolBar {]]
|
|
||||||
|
|
||||||
- [ ] 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 in presentation display
|
** TODO Finish toolbar in presentation display
|
||||||
[[file:~/dev/church-presenter/src/qml/presenter/Presentation.qml::Controls.ToolBar {]]
|
[[file:~/dev/church-presenter/src/qml/presenter/Presentation.qml::Controls.ToolBar {]]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue