diff --git a/todo.org b/todo.org index e398522..78aaa37 100644 --- a/todo.org +++ b/todo.org @@ -2,8 +2,7 @@ * TODO [#A] Need to fix tests now that the basic app is working -* TODO [#A] Create a view of all slides in a PDF presenation and allow for a way to split the presentation up but a right click menu for the presentation. - +* TODO [#A] Allow for a way to split the presentation up but a right click menu for the presentation. * TODO [#A] Text could be built by using SVG instead of the text element. Maybe I could construct my own text element even This does almost work. There is a clear amount of lag or rather hang up since switching to the =text_svg= element. I think I may only keep it till I can figure out how to do strokes and shadows in iced's normal text element. @@ -34,6 +33,8 @@ This will need to be matched on for the =TextAlignment= from the user * TODO [#C] Figure out why the Video element seems to have problems when moving the mouse around +* DONE [#A] Create a view of all slides in a PDF presenation + * DONE [#A] Develop DnD for library items This is limited by the fact that I need to develop this in cosmic. I am honestly thinking that I'll need to build my own drag and drop system or at least work with system76 to fix their dnd system on other systems.