Commit graph

1239 commits

Author SHA1 Message Date
Chris Cochrun
e52cc3eb29 adding back mpv into git 2025-08-04 15:00:59 -05:00
Chris Cochrun
4e71739f38 update readme 2025-08-04 14:56:29 -05:00
Chris Cochrun
c254c83875 hide focus changes by default and only turn them on when debugging 2025-08-04 14:55:16 -05:00
Chris Cochrun
4d51a50adb default build command is just b r 2025-08-04 14:54:52 -05:00
Chris Cochrun
87bb586012 adding some things to env 2025-08-04 14:50:34 -05:00
Chris Cochrun
834b21b7d2 fix slidetypes 2025-08-04 14:49:54 -05:00
Chris Cochrun
ee5481f8db lots of little bug fixes 2025-08-04 07:37:35 -05:00
Chris Cochrun
de80d304bf using multieffect from qt 6 instead of fastblur 2025-07-29 06:24:33 -05:00
Chris Cochrun
90a34141b3 fix progress bar of video in songEditor 2025-07-28 07:20:20 -05:00
Chris Cochrun
5ba657a7d4 more bugfixes 2025-07-28 07:13:00 -05:00
Chris Cochrun
ba3c9dc183 fixing settings layout 2025-07-27 07:26:55 -05:00
Chris Cochrun
eef1903557 trying to find out why I can't build with only cargo 2025-07-27 07:19:26 -05:00
Chris Cochrun
0c6dd01aed trying to build with only cargo in my test bed 2025-07-27 07:19:14 -05:00
Chris Cochrun
a4b7b42cfe fix icon not lining up 2025-07-27 07:18:59 -05:00
Chris Cochrun
f04e6a5e0f make class name just lumina
I don't care for the reverse dns naming thing right now. maybe later
2025-07-27 07:18:31 -05:00
Chris Cochrun
b56425c671 testy 2025-07-25 15:19:31 -05:00
Chris Cochrun
504b4bc944 fixy 2025-07-25 15:19:21 -05:00
Chris Cochrun
92f2b18a20 rust side builds but having trouble linking in main.cpp 2025-03-12 09:35:36 -05:00
Chris Cochrun
fbcb6afc7a fixing formatting 2025-03-11 17:25:56 -05:00
Chris Cochrun
26975c2004 updating to newer shell model and updating rust 2025-03-11 17:25:23 -05:00
Chris Cochrun
8d9e00cb7a adding idk 2025-03-11 17:25:14 -05:00
Chris Cochrun
0ba3e7588b fixing lots of bugs 2025-03-10 23:18:30 -05:00
Chris Cochrun
da735aa00b Error handling..... grrr 2024-10-14 10:58:21 -05:00
Chris Cochrun
6fe0bf8fe2 updating 2024-10-13 15:42:35 -05:00
Chris Cochrun
b1d938acba make service_model public 2024-10-13 15:42:23 -05:00
Chris Cochrun
c40a4b3fe1 rename core to lumina-core 2024-10-13 15:42:13 -05:00
Chris Cochrun
e5efc5773c removing old way of building core 2024-10-13 15:42:02 -05:00
Chris Cochrun
e01773cc8f removing non working code and adding example of using core 2024-10-13 15:41:44 -05:00
Chris Cochrun
a99e4fb3cf Saving functionality is looking better 2024-10-12 21:54:57 -05:00
Chris Cochrun
3e1e46ce2b added a find function to model 2024-10-09 15:47:53 -05:00
Chris Cochrun
125289ace1 removing this empty bucket 2024-10-09 15:16:06 -05:00
Chris Cochrun
97b2e13937 adding file to lib.rs 2024-10-09 14:47:39 -05:00
Chris Cochrun
0bfa2c6089 moving to using a filter function for getting the item 2024-10-09 14:47:21 -05:00
Chris Cochrun
f3c3e98e16 adding file.rs 2024-10-09 14:46:50 -05:00
Chris Cochrun
3c87385895 adding a lot more funcitonality to core library 2024-10-09 13:39:48 -05:00
Chris Cochrun
ba51c56169 update todo 2024-10-09 13:39:40 -05:00
Chris Cochrun
362a31581d some cleanup of warnings and fixes from clippy 2024-10-08 12:58:37 -05:00
Chris Cochrun
c62bcf8190 update gitignore 2024-10-08 12:49:41 -05:00
Chris Cochrun
7a8e6c41cd moving to generic based models instead of traits 2024-10-08 12:48:07 -05:00
Chris Cochrun
8f065380aa ensuring that slides can be created by different things 2024-10-08 06:18:26 -05:00
Chris Cochrun
887fc733e7 formatting and adding video model 2024-10-07 11:43:45 -05:00
Chris Cochrun
de34c6818a some bare minimum trait work for songs 2024-10-07 10:45:49 -05:00
Chris Cochrun
c8bb484a53 fleshing out the core a bit more 2024-10-06 05:51:39 -05:00
Chris Cochrun
e05815e550 adding a new core module
This module will hold all the core mechanincs so that we can abstract
things further and allow for a better design of the main system. This
gives the freedom of moving the ui further from the logic and allows
for changing the ui in the future.
2024-10-04 16:14:33 -05:00
Chris Cochrun
02599ef5a3 trying to start moving the functionality to service_item
This would mean that we can use more dependency injection for the
slides instead of the slide needing to figure out which kind of item
to generate and make a slide from.
2024-10-04 13:52:03 -05:00
Chris Cochrun
2c014e242f Refactoring to slide_model and service_item getting the data from db
This is kinda a broken commit. There isn't any order to the adding of
the slide anymore. So it'll need to find a way of keeping track of
where all the current slides are and then insert the new ones in the
correct order while moving the others around as well.
2024-10-02 14:48:16 -05:00
Chris Cochrun
6052cd01ac trying to move slide building to more backend focused 2024-10-02 10:38:40 -05:00
Chris Cochrun
836c997e97 adding SlideType to slide_model 2024-09-27 06:12:41 -05:00
Chris Cochrun
faae0f0186 adding color_eyre 2024-09-27 06:12:28 -05:00
Chris Cochrun
3f4288c0d2 adding the prev function to cxx 2024-09-26 20:45:03 -05:00