updating todos
This commit is contained in:
parent
3b0403fed6
commit
555cdbd320
1 changed files with 6 additions and 6 deletions
12
TODO.org
12
TODO.org
|
@ -3,7 +3,7 @@
|
||||||
:CATEGORY: dev
|
:CATEGORY: dev
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
* Tasks [73%] [25/34]
|
* Tasks [76%] [26/34]
|
||||||
|
|
||||||
** TODO Make libraries and models aware of being selected.
|
** TODO Make libraries and models aware of being selected.
|
||||||
This allows us to drag multiple to service list and delete multiple.
|
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:
|
** TODO Finish toolbar in presentation display :ui:
|
||||||
[[file:~/dev/church-presenter/src/qml/presenter/Presentation.qml::Controls.ToolBar {]]
|
[[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.
|
** 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
|
https://discourse.nixos.org/t/developing-kirigami-applications/19947/17
|
||||||
This thread helped a lot
|
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 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.
|
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 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.
|
** 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.
|
- 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:
|
** DONE Images stored in sql need to have aspect saved and applied dynamically here :core:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue