Commit graph

32 commits

Author SHA1 Message Date
0ba3e7588b fixing lots of bugs 2025-03-10 23:18:30 -05:00
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
6052cd01ac trying to move slide building to more backend focused 2024-10-02 10:38:40 -05:00
a032bd555b removing unnecessary self 2024-09-26 05:33:55 -05:00
a697e4d89c finishing video_model transition to sqlx 2024-09-25 11:08:03 -05:00
df07b13b28 trying to add sqlx to the video_model 2024-09-25 06:35:31 -05:00
922f1b3456 remove some unneccessary stuff 2024-09-17 06:19:47 -05:00
d4270b64df better searching mechanism 2024-09-15 14:18:30 -05:00
5b0462db65 search function for all models... however...
There is some sort of problem. Somehow I sometimes get a signal 11
SEGV_MAPERR error and then it segfaults. *sigh*... So this function
needs some help yet.
2024-09-15 06:44:47 -05:00
114ffb5bdc Fixing a lot of little deals 2024-09-15 06:11:34 -05:00
27acbdc866 fixing name clobbering in qobjects.
Apparently qobjects need unique names or else they will name clobber.
2024-09-15 06:11:34 -05:00
b4ce082891 rename all cxx_qt::bridge modules to qobject for clarity 2024-09-15 06:10:06 -05:00
b61e05a423 trying to fix models 2024-09-15 06:08:26 -05:00
da1c4f84b5 fixing name clobbering in qobjects.
Apparently qobjects need unique names or else they will name clobber.
2024-06-26 09:12:11 -05:00
cbf5fe3d9d clippy-fix 2024-06-25 23:04:30 -05:00
aa0eeaaeed rename all cxx_qt::bridge modules to qobject for clarity 2024-06-24 16:40:37 -05:00
6036240b02 move to using rust strings in the video struct 2024-06-17 16:28:08 -05:00
744481587f initial port to cxx_qt 6.0 2023-11-27 11:07:55 -06:00
62daf316a3 Quite a few of the models have been ported.. need more though.
Still need all the songs and some small utility modules
2023-11-23 06:12:04 -06:00
4499d1a957 making sure sql models are in lumina folder 2023-09-13 14:58:13 -05:00
a1d4dc6e52 bug: db is now dynamic for user 2023-05-18 06:40:04 -05:00
b4648edde2 bug: fixing all video updating of properties 2023-05-17 16:53:16 -05:00
bb9fc3fd86 bug: fixing video issues between qml and rust 2023-05-17 16:38:40 -05:00
90f551edff attempting to modernize the VideoEditor.qml 2023-04-17 17:08:33 -05:00
860469a3d1 use setup instead of test_database 2023-04-17 11:29:19 -05:00
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
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
020e812bce some tweaks to the models in rust 2023-04-15 14:37:53 -05:00
d3dbc23e60 fix Video struct missing fields 2023-04-07 06:36:39 -05:00
e83cc71725 be more clear in variable names 2023-04-06 20:39:06 -05:00
b5228dd872 remove empty stuff in video_model 2023-04-06 20:38:52 -05:00
8c2d32af6b getting basic video_model.rs ready 2023-04-06 20:37:19 -05:00