updating todos

This commit is contained in:
Chris Cochrun 2022-10-07 07:25:40 -05:00
parent 3b0403fed6
commit 555cdbd320

View file

@ -3,7 +3,7 @@
:CATEGORY: dev
:END:
* Tasks [73%] [25/34]
* Tasks [76%] [26/34]
** TODO Make libraries and models aware of being selected.
This allows us to drag multiple to service list and delete multiple.
@ -55,11 +55,6 @@ Let's test this, because I think I fixed it.
** TODO Finish toolbar in presentation display :ui:
[[file:~/dev/church-presenter/src/qml/presenter/Presentation.qml::Controls.ToolBar {]]
** TODO Create a nextslide function to be used after the end of the list of slides :slide:
[[file:~/dev/church-presenter/src/qml/presenter/Presentation.qml::function nextSlide() {]]
- [ ] Check to make sure this works in all conditions but I believe it works ok.
** WAIT nix-shell needs a little bit of work perhaps yet. But may be working under plasma just not minimal window managers using qt5ct.
https://discourse.nixos.org/t/developing-kirigami-applications/19947/17
This thread helped a lot
@ -69,6 +64,11 @@ This thread helped a lot
Being selected means that those items can be dragged or deleted or moved together.
Being active, means that the singular item is the currently displayed item.
** DONE Unload video when switching to something with just image :core:bug:
** DONE Create a nextslide function to be used after the end of the list of slides :slide:
[[file:~/dev/church-presenter/src/qml/presenter/Presentation.qml::function nextSlide() {]]
- [ ] Check to make sure this works in all conditions but I believe it works ok.
** DONE To finish the UX of which item is active, the Presentation needs to switch to the active slide in the preview system.
- To make this work I think I'll need to make serviceitemmodel able to signal when a particular item is active and give it's index so the list can follow suit. nevermind, I can just check if it's active in the delegate.
** DONE Images stored in sql need to have aspect saved and applied dynamically here :core: