Commit graph

21 commits

Author SHA1 Message Date
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