Commit graph

30 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
ee03777c10 presentation_model using sqlx 2024-09-25 11:21:49 -05:00
0cac11cb89 remove some unnecessary use and type statements 2024-09-17 06:23:03 -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
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
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
80f4b47fd0 making count update 2024-01-16 13:53:49 -06:00
1de0058646 some possible ideas for how obs should work 2023-11-29 09:48:09 -06: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
7bdd8225cb fixing some unused imports 2023-10-01 06:39:52 -05:00
affaf7a53b make adding presentations properly add the right number of slides
To make sure we know how many slides are in a presentation we needed
to ensure we are using Urls appropriately and that we are looking in
the correct key in the QVariantMap
2023-09-29 16:32:45 -05:00
7dfb4caeaf making presentations use reveal_js.rs for getting slide_count 2023-09-29 11:45:13 -05: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
e87f1094a9 bug: forgot page_count method 2023-05-17 17:04:15 -05:00
56c7dc8541 bug: fixing updating of properties in presentation_model 2023-05-17 17:01:34 -05:00
8af7c9bb6d need to change the way page_count is made in presentations 2023-05-16 13:27:53 -05:00
b234795a36 trying to add a way for rust to find number of slides in reveal.js 2023-05-16 09:55:26 -05:00
68b30877ed fixing more of pres model and setting up song model 2023-05-04 09:30:03 -05:00
c33b5af588 basic implementation of having reveal.js slides working
There is still a lot of work needed to be done here, but the basics
are laid out.
2023-05-01 06:20:45 -05:00
b05af23ffa feat: reveal.js presentations are viewable in editor
I have gotten reveal.js presentations to be viewable. I'll still need
to work with how to present them, and fix the presenter piece as well,
but for now, it works.
2023-04-29 07:13:04 -05:00
e8b042df54 Preparing to add html as a presentation option 2023-04-27 14:17:59 -05:00
1a9b7b0bd7 using setup instead of test_database 2023-04-17 11:30:26 -05:00
4f58d6e1fd adding basic presentation_model.rs 2023-04-06 20:44:04 -05:00