Commit graph

22 commits

Author SHA1 Message Date
Chris Cochrun
4189c16f6e adding a basic details view skeleton 2023-11-29 14:38:13 -06:00
Chris Cochrun
03f6871fe1 Adding tooltip for Library pieces 2023-11-20 05:36:06 -06:00
Chris Cochrun
28958721f2 tweaks to how we change to a different song 2023-10-27 15:05:43 -05:00
Chris Cochrun
18a976f9bd fixing some color pieces 2023-10-05 17:44:07 -05:00
Chris Cochrun
da361a55a7 fixing a lot of small ui pieces with gridUnits and colors
May need to change TextBackground to just ControlBackground, and use
it in more than just text controls
2023-09-29 06:45:51 -05:00
Chris Cochrun
3a3c4f9c5c maintenance: cleanup of switching to editMode 2023-05-17 10:11:06 -05:00
Chris Cochrun
990edf3818 some tweaks to the library components 2023-04-18 06:42:56 -05:00
Chris Cochrun
b037f1a91c initial ability to update properties of video_model.rs
I've made it possible to update the properties of the videos. I'll
need to make sure title, start and end times, and paths all work as
well. Let's make videos really good and then move on to images and
presentations.
2023-04-17 11:22:07 -05:00
Chris Cochrun
9d05a7e655 using video_model.rs and presentation_model.rs
These are hopefully a better alternative than the cpp counterparts
after some more time
2023-04-16 15:09:09 -05:00
Chris Cochrun
01a5ada683 select on right click:
This selects when right clicking if there is no selection
or when there is only one other selected item
2023-03-05 07:11:36 -06:00
Chris Cochrun
6c33e52ea3 a working multi delete in libraries 2023-03-05 06:51:47 -06:00
Chris Cochrun
e5fe9b4813 switching to newer layouts 2023-03-03 16:44:03 -06:00
Chris Cochrun
63c1dfdb5a delete multiple items
This isn't working just yet, still needs some work
2023-03-03 11:30:42 -06:00
Chris Cochrun
37dc24ee65 adjusting deleting funcitons 2023-03-02 21:44:13 -06:00
Chris Cochrun
3dbecf2301 making newItem and deleteItem functions work 2023-03-02 05:56:52 -06:00
Chris Cochrun
2e6e1407dc switching to a reusable LibraryItem component for easier refactoring 2023-02-28 06:22:16 -06:00
Chris Cochrun
1809196148 deleteFunction and only necessary bits are transferred 2023-02-24 14:54:06 -06:00
Chris Cochrun
3c0bf5d482 figuring out draggin system with libraryItem module 2023-02-24 10:18:29 -06:00
Chris Cochrun
945402892a prep for library module 2023-02-23 14:56:20 -06:00
d5515d4c52 Animations in library 2022-02-22 15:27:22 -06:00
6aab0acd27 adding some more library system changes 2022-02-15 15:31:13 -06:00
e6db4cd395 Library system base 2022-02-15 11:13:28 -06:00